summaryrefslogtreecommitdiff
path: root/lib/vsprintf.c
AgeCommit message (Expand)Author
2016-01-19vsprintf.c: Always enable CONFIG_SYS_VSNPRINTFTom Rini
2015-12-13lib: split out strtoxxxx functions out of vsprintf.cSjoerd Simons
2015-12-13lib: Split panic functions out of vsprintf.cSjoerd Simons
2015-11-23lib/tiny-printf.c: Add tiny printf function for space limited environmentsStefan Roese
2015-07-21lib: Add function to extract a number from the end of a stringSimon Glass
2015-06-30mtd, nand: Move common functions from cmd_nand.c to common placeHeiko Schocher
2015-04-23dm: Add a panic_str() function to reduce code sizeSimon Glass
2014-11-23vsprintf: Add modifier for phys_addr_tThierry Reding
2014-11-20include: move various macros to include/linux/kernel.hMasahiro Yamada
2014-10-27Use uint64_t instead of u64 in put_dec()Simon Glass
2014-07-18lib:vsprintf: reduce scope of pack_hex_byteJeroen Hofstee
2014-01-24lib: fix return codes when CONFIG_SYS_VSNPRINTF is enabledDarwin Rambo
2013-06-26Add function to print a number with grouped digitsSimon Glass
2013-02-19vsprintf: add ustrtoll functionPiotr Wilczek
2012-12-13vsprintf:fix: Change type returned by ustrtoulLukasz Majewski
2012-11-04lib/vsprintf.c: sparse fixesKim Phillips
2012-11-02lib/vsprintf.c: don't special-case pointers to address nullWolfgang Denk
2012-10-15lib: vsprintf.c: replace NUM_TYPE with s64/u64 typesDaniel Schwierzeck
2012-10-15lib: vsprintf.c: fix checkpath.pl warningsDaniel Schwierzeck
2011-12-17vsprintf: Move function documentation into header fileSimon Glass
2011-12-17Add safe vsnprintf and snprintf library functionsSonny Rao
2011-10-26Move simple_itoa to vsprintfSimon Glass
2011-09-10Add assert() for debug assertionsSimon Glass
2011-07-28panic: remove warning "'noreturn' function does return"Heiko Schocher
2011-05-12lib, vsprintf: introduce strict_strtoulHeiko Schocher
2010-11-28do_reset: unify duplicate prototypesMike Frysinger
2010-07-04Make sure that argv[] argument pointers are not modified.Wolfgang Denk
2010-04-13Rename lib_generic/ to lib/Peter Tyser