summaryrefslogtreecommitdiff
path: root/common/printf.c
Commit message (Expand)AuthorAgeFilesLines
* Update license boilerplate text in source code filesstabilize-quickfix-15278.72.B-ishstabilize-quickfix-15183.78.B-ishstabilize-15446.B-ishstabilize-15439.B-ishstabilize-15432.B-ishstabilize-15429.B-ishstabilize-15415.B-ishstabilize-15395.B-ishstabilize-15393.48.B-ishstabilize-15381.B-ishstabilize-15364.B-ishstabilize-15361.B-ishstabilize-15359.B-ishstabilize-15359.58.B-ishstabilize-15359.50.B-ishstabilize-15359.45.B-ishstabilize-15335.B-ishstabilize-15329.59.B-ishstabilize-15329.44.B-ishstabilize-15317.B-ishstabilize-15301.B-ishstabilize-15300.B-ishstabilize-15278.64.B-ishstabilize-15251.B-ishstabilize-15245.B-ishstabilize-15236.66.B-ishstabilize-15208.B-ishstabilize-15207.B-ishstabilize-15185.B-ishstabilize-15185.7.B-ishstabilize-15183.82.B-ishstabilize-15183.69.B-ishstabilize-15183.14.B-ishstabilize-15174.B-ishstabilize-15167.B-ishstabilize-15129.B-ishstabilize-15122.B-ishstabilize-15120.B-ishstabilize-15117.86.B-ishstabilize-15117.48.B-ishstabilize-15117.111.B-ishrelease-R114-15437.B-ishrelease-R113-15393.B-ishrelease-R112-15359.B-ishrelease-R111-15329.B-ishrelease-R110-15278.B-ishrelease-R109-15237.B-ishrelease-R109-15236.B-ishrelease-R108-15183.B-ishrelease-R107-15117.B-ishishfirmware-ti50-prepvt-15315.B-ishfirmware-skyrim-15390.B-ishfirmware-skyrim-15369.B-ishfirmware-nissa-15217.B-ishfirmware-nissa-15217.45.B-ishfirmware-nissa-15217.126.B-ishfirmware-duplo-15151.B-ishfirmware-corsola-15194.B-ishfactory-trogdor-15210.B-ishfactory-skyrim-15384.B-ishfactory-nissa-15199.B-ishfactory-corsola-15197.B-ishfactory-corsola-15196.B-ishfactory-brya-15231.B-ishMike Frysinger2022-09-141-2/+1
* zephyr: switch to using shell_*, not printkDawid Niedzwiecki2021-07-091-10/+3
* zephyr: update snprintf signature to be compatible with zephyr 2.6Yuval Peress2021-06-181-2/+2
* zephyr: switch to platform/ec printf format implementationJack Rosenthal2021-01-091-1/+11
* ec: change usage of "sane" per inclusive languagePaul Fagerburg2020-07-221-2/+2
* printf: Avoid null pointer dereferenceEdward Hill2020-05-201-0/+7
* printf: be consistent using PRINTF_TIMESTAMP_NOWVadim Bendebury2019-11-091-2/+1
* printf: Deprecate %lEvan Green2019-10-051-1/+17
* printf: Correct semantics of %lEvan Green2019-10-051-11/+0
* printf: Convert %l to %llEvan Green2019-10-051-0/+20
* printf: Add support for %zEvan Green2019-10-051-1/+9
* printf: Convert %b to %pbEvan Green2019-10-051-3/+15
* printf: Convert %h to %phEvan Green2019-10-051-45/+73
* printf: Convert %T to %pTEvan Green2019-10-051-10/+33
* vprintf: fix handling % in the end of the format stringVadim Bendebury2019-07-311-0/+4
* printf: Fix hexdump and string 0 precisionCraig Hesling2019-07-181-14/+44
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* common: replace 1 << digits, with BIT(digits)Gwendal Grignou2019-03-261-4/+4
* common/printf: snprintf: Return number of bytes on successNicolas Boichat2018-06-281-1/+1
* Add vsnprintf function.Jeff Andersen2018-03-201-3/+12
* printf: add %li format for compatibilityVincent Palatin2017-12-251-0/+6
* console: Add non-verbose print config optionShawn Nematbakhsh2017-02-111-0/+5
* printf: Add sign ('+') flagDaisuke Nojiri2016-07-291-5/+16
* stm32: add synchronous debug printfAlec Berg2015-10-191-2/+2
* optimize printf size without the common runtimeVincent Palatin2015-04-101-3/+25
* cleanup: Remove checkpatch warningsRandall Spangler2013-12-191-1/+1
* Reduce stack space used by vfnprintf()Randall Spangler2013-11-201-36/+51
* Clean up printf moduleRandall Spangler2012-10-251-10/+22
* Enhance printf()Randall Spangler2012-07-301-22/+88
* Fix printing hex numbersRandall Spangler2012-06-071-2/+2
* Move printf() formatting to its own file to enable re-useRandall Spangler2012-06-071-0/+236