index
:
platform/kernel/u-boot
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_riscv
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
accepted/tizen_wearable
master
old/tizen_20201104
old/tizen_20211124
old/tizen_20241126
sandbox/akazmin/hwasan_build
sandbox/amistewicz/comwor4
sandbox/hoegeun/tizen-next-pmic-starfive
sandbox/jkryszyn/virtual-ab
sandbox/klewandowski/wip
sandbox/lstelmach/sd_fusing_py
sandbox/mmajewski2/sd_fusing_py_lint
sandbox/mszyprowski/dev/tizen-next-prepare
sandbox/mszyprowski/dev/tizen-next-prepare-2
sandbox/mszyprowski/dev/tizen-next-prepare-3
sandbox/mszyprowski/dev/tizen-next-prepare-4
sandbox/nmerinov/llvm
sandbox/snawrocki/kvim3_thor_progress_2
sandbox/songinha/upstream
tizen
tizen-next
tizen_-1
tizen_-2
tizen_-3
tizen_-4
tizen_-5
tizen_-6
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
upstream
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
tiny-printf.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-01
tiny-printf: Support %i
Marek Vasut
1
-1
/
+2
2019-11-01
Merge tag 'dm-pull-29oct19' of git://git.denx.de/u-boot-dm
Tom Rini
1
-6
/
+23
2019-10-31
tiny-printf: Support vsnprintf()
Simon South
1
-0
/
+16
2019-10-27
tiny-printf: Reorder code to support %p
Simon Glass
1
-13
/
+17
2019-10-27
tiny-printf: Add print_grouped_ull()
Simon Glass
1
-0
/
+6
2019-10-27
tiny-printf: Reduce size by removing ctype
Simon Glass
1
-0
/
+7
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
1
-2
/
+1
2018-04-28
Consolidate __assert_failed into one implementation
Alex Kiernan
1
-9
/
+0
2018-04-28
spl: Disable printf if not required
Alex Kiernan
1
-5
/
+7
2017-04-13
tiny-printf: Add support for %p format
Vignesh R
1
-0
/
+154
2017-03-14
tiny-printf: add static to locally used functions
Masahiro Yamada
1
-2
/
+2
2017-01-04
SPL: tiny-printf: ignore "-" modifier
Andre Przywara
1
-0
/
+3
2017-01-04
SPL: tiny-printf: add "l" modifier
Andre Przywara
1
-11
/
+36
2016-08-08
tiny-printf: Adjust to avoid using data section
Simon Glass
1
-44
/
+58
2016-07-14
tiny-printf: Support assert()
Simon Glass
1
-0
/
+9
2016-07-08
SPL: tiny-printf: avoid any BSS usage
Andre Przywara
1
-3
/
+8
2016-06-20
tinyprintf: Add vprintf implementation
Hans de Goede
1
-0
/
+5
2016-06-09
tiny-printf: Correct the snprintf() implementation
Simon Glass
1
-1
/
+3
2016-06-02
tiny-printf: Support sprintf()
Marek Vasut
1
-2
/
+14
2016-05-26
tiny-printf: Support snprintf()
Simon Glass
1
-2
/
+25
2016-05-26
tiny-printf: Tidy up a few nits
Simon Glass
1
-8
/
+8
2016-01-20
tiny-printf: Always print zeroes
Simon Glass
1
-4
/
+12
2016-01-20
tiny-printf: Avoid printing NULL strings
Simon Glass
1
-2
/
+4
2015-12-13
lib/tiny-printf.c: Implement vprintf
Sjoerd Simons
1
-5
/
+13
2015-11-23
lib/tiny-printf.c: Support numbers bigger than 0xffff and misc updates
Stefan Roese
1
-20
/
+12
2015-11-23
lib/tiny-printf.c: Add tiny printf function for space limited environments
Stefan Roese
1
-0
/
+130