log th_printf1.c @ 722:4ca6a3b30fe8

age author description
Sat, 02 Jan 2021 11:35:54 +0200 Matti Hamalainen Bump copyright years.
Mon, 27 Jan 2020 06:09:57 +0200 Matti Hamalainen Rename TH_PFUNC_* macros to TH_VPRINTF_INTFMT_*
Fri, 03 Jan 2020 10:53:55 +0200 Matti Hamalainen Bump copyright years.
Mon, 30 Dec 2019 18:33:27 +0200 Matti Hamalainen Oops, un-staticize.
Mon, 30 Dec 2019 15:18:55 +0200 Matti Hamalainen Add comment about minimum buffer size requirement.
Mon, 30 Dec 2019 15:04:24 +0200 Matti Hamalainen Add more explanation for the reasoning behind the special casing of 0.
Mon, 30 Dec 2019 15:03:55 +0200 Matti Hamalainen Make private function static.
Thu, 10 Jan 2019 20:01:38 +0200 Matti Hamalainen Bump copyright years.
Tue, 02 Jan 2018 23:09:29 +0200 Matti Hamalainen Actually, revert the boolean changes .. meh.
Tue, 02 Jan 2018 22:57:02 +0200 Matti Hamalainen Bump copyright years.
Tue, 02 Jan 2018 22:56:03 +0200 Matti Hamalainen Break backwards compatibility by renaming BOOL, TRUE and FALSE to lowercase.
Wed, 25 Oct 2017 22:20:21 +0300 Matti Hamalainen Expose some of the internal vprintf() implementation helper functions.
Sun, 01 Jan 2017 01:59:49 +0200 Matti Hamalainen Bump copyrights.
Wed, 09 Mar 2016 13:06:37 +0200 Matti Hamalainen Update file description.
Thu, 25 Feb 2016 11:53:08 +0200 Matti Hamalainen Simplify th_printf_vbuf*() helpers.
Tue, 23 Feb 2016 15:26:29 +0200 Matti Hamalainen Refactor things to be simpler.
Tue, 23 Feb 2016 12:16:12 +0200 Matti Hamalainen Add special case handling for f_prec == 0 && val == 0. Fixes several test cases.
Tue, 23 Feb 2016 01:42:34 +0200 Matti Hamalainen Some work on sign handling.
Tue, 23 Feb 2016 00:14:13 +0200 Matti Hamalainen No need for unsig argument when TH_PFUNC_SIGNED is not defined.
Mon, 22 Feb 2016 22:52:45 +0200 Matti Hamalainen Add f_prec arguments to helpers and call points.
Mon, 22 Feb 2016 21:56:23 +0200 Matti Hamalainen Split some things to a template file th_printf1.c