log th_printf1.c @ 384:20716f7e5d86

age author 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