log

age author description
Tue, 23 Feb 2016 14:59:07 +0200 Matti Hamalainen Mostly cosmetics.
Tue, 23 Feb 2016 13:52:12 +0200 Matti Hamalainen Add more tests (some of which will fail for now due to unimplemented features).
Tue, 23 Feb 2016 13:00:20 +0200 Matti Hamalainen Simplify tests.
Tue, 23 Feb 2016 12:59:28 +0200 Matti Hamalainen Use NCOUNT().
Tue, 23 Feb 2016 12:55:45 +0200 Matti Hamalainen Add tests for 64bit int prints.
Tue, 23 Feb 2016 12:55:09 +0200 Matti Hamalainen Add initial support for ll and L printf modifiers.
Tue, 23 Feb 2016 12:54:26 +0200 Matti Hamalainen Remove redundant check.
Tue, 23 Feb 2016 12:43:53 +0200 Matti Hamalainen Simplify char printf tests.
Tue, 23 Feb 2016 12:43:38 +0200 Matti Hamalainen Implement NCOUNT() macro for getting array element counts (sizeof(arr) / sizeof(arr[0]))
Tue, 23 Feb 2016 12:25:05 +0200 Matti Hamalainen Simplify and improve integer sprintf() tests.
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 12:15:51 +0200 Matti Hamalainen Fix th_printf_vput_intstr() so that most tests pass. Not certain how
Tue, 23 Feb 2016 11:23:32 +0200 Matti Hamalainen Rename a variable.
Tue, 23 Feb 2016 10:36:24 +0200 Matti Hamalainen Rename a variable.
Tue, 23 Feb 2016 01:42:52 +0200 Matti Hamalainen Comment out th_printf_vput_size_t() for now.
Tue, 23 Feb 2016 01:42:34 +0200 Matti Hamalainen Some work on sign handling.
Tue, 23 Feb 2016 01:39:49 +0200 Matti Hamalainen Improve testing.
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 23:43:50 +0200 Matti Hamalainen Fix float tests (type was int) :D
Mon, 22 Feb 2016 23:42:29 +0200 Matti Hamalainen Don't run 'check' target through 'all'.
Mon, 22 Feb 2016 23:01:27 +0200 Matti Hamalainen More tests.
Mon, 22 Feb 2016 22:52:45 +0200 Matti Hamalainen Add f_prec arguments to helpers and call points.
Mon, 22 Feb 2016 22:51:24 +0200 Matti Hamalainen Constify.
Mon, 22 Feb 2016 22:10:52 +0200 Matti Hamalainen Improve tests.
Mon, 22 Feb 2016 22:00:43 +0200 Matti Hamalainen Fix test printing function :S
Mon, 22 Feb 2016 21:56:23 +0200 Matti Hamalainen Split some things to a template file th_printf1.c
Mon, 22 Feb 2016 21:53:36 +0200 Matti Hamalainen Fix the function prototype to match declaration.
Mon, 22 Feb 2016 21:51:56 +0200 Matti Hamalainen Define TH_PTRSIZE and UINTPTR_MAX if not defined already.
Mon, 22 Feb 2016 21:51:29 +0200 Matti Hamalainen Cosmetics.
Mon, 22 Feb 2016 20:19:35 +0200 Matti Hamalainen Add a test.
Mon, 22 Feb 2016 20:19:26 +0200 Matti Hamalainen Have a return value for test result functions.
Mon, 22 Feb 2016 19:52:18 +0200 Matti Hamalainen Fix some tests and use stdout for output.
Mon, 22 Feb 2016 19:39:14 +0200 Matti Hamalainen Implement test contexts.
Mon, 22 Feb 2016 18:43:46 +0200 Matti Hamalainen Fix build.
Mon, 22 Feb 2016 18:34:26 +0200 Matti Hamalainen More tests.
Mon, 22 Feb 2016 18:31:37 +0200 Matti Hamalainen Fix -t option handling, had a off-by one in value handling.
Mon, 22 Feb 2016 18:31:11 +0200 Matti Hamalainen Refactor how various printf modifier flags etc. are handled. Still needs
Mon, 22 Feb 2016 18:29:53 +0200 Matti Hamalainen Cosmetics.
Mon, 22 Feb 2016 16:41:58 +0200 Matti Hamalainen Reverse order of checks.
Mon, 22 Feb 2016 16:06:13 +0200 Matti Hamalainen Add floating point tests (which will fail for now).
Mon, 22 Feb 2016 16:05:53 +0200 Matti Hamalainen Rename test sets.
Mon, 22 Feb 2016 16:04:14 +0200 Matti Hamalainen Fix 'make check'. :S
Mon, 22 Feb 2016 16:02:25 +0200 Matti Hamalainen Merged.
Mon, 22 Feb 2016 16:01:04 +0200 Matti Hamalainen Add 'make check' target.
Mon, 22 Feb 2016 16:00:55 +0200 Matti Hamalainen Cosmetics.
Mon, 22 Feb 2016 14:45:20 +0200 Matti Hamalainen More tests.
Mon, 22 Feb 2016 14:31:29 +0200 Matti Hamalainen Add more subtests.
Mon, 22 Feb 2016 14:28:31 +0200 Matti Hamalainen Add some tests.
Mon, 22 Feb 2016 13:51:14 +0200 Matti Hamalainen Add check for (currently unsupported) length modifiers.
Mon, 22 Feb 2016 13:50:44 +0200 Matti Hamalainen Cosmetic.
Mon, 22 Feb 2016 13:45:07 +0200 Matti Hamalainen Rename some function arguments and variables.
Mon, 22 Feb 2016 13:43:28 +0200 Matti Hamalainen Cosmetics.
Mon, 22 Feb 2016 13:15:57 +0200 Matti Hamalainen Cosmetics.
Mon, 22 Feb 2016 13:14:48 +0200 Matti Hamalainen Implement selectable tests.
Mon, 22 Feb 2016 12:01:29 +0200 Matti Hamalainen Remember to initialize th_printf_ctx.ipos to 0!
Mon, 22 Feb 2016 11:53:47 +0200 Matti Hamalainen Implement th_printf_vput_pad() helper and use it where needed.
Mon, 22 Feb 2016 11:49:05 +0200 Matti Hamalainen Add th_printf_ctx.ipos and use it for return values. It's a hack. :S
Mon, 22 Feb 2016 11:48:23 +0200 Matti Hamalainen Comment out case '%', it's superfluous here.
Mon, 22 Feb 2016 11:47:54 +0200 Matti Hamalainen Rename internal functions and add a typedef for function pointer used for vputch().
Wed, 17 Feb 2016 17:24:02 +0200 Matti Hamalainen Improve tests output per verbosity level.