log

age author description
Wed, 09 Mar 2016 16:14:47 +0200 Matti Hamalainen Cleanup Makefile.
Wed, 09 Mar 2016 15:11:06 +0200 Matti Hamalainen Fix build.
Wed, 09 Mar 2016 15:10:16 +0200 Matti Hamalainen Improve build system.
Wed, 09 Mar 2016 14:03:10 +0200 Matti Hamalainen Split some build stuff into Makefile.inc
Wed, 09 Mar 2016 13:55:48 +0200 Matti Hamalainen Make build process less noisy.
Wed, 09 Mar 2016 13:42:24 +0200 Matti Hamalainen Fix build process for parallel make.
Wed, 09 Mar 2016 13:23:24 +0200 Matti Hamalainen Improve build rule for th_string.c depencies.
Wed, 09 Mar 2016 13:06:37 +0200 Matti Hamalainen Update file description.
Wed, 09 Mar 2016 13:03:39 +0200 Matti Hamalainen Split th_str{case}match() into another file to reduce code duplication.
Wed, 09 Mar 2016 13:03:05 +0200 Matti Hamalainen Improve build process.
Wed, 09 Mar 2016 13:02:56 +0200 Matti Hamalainen Two more test cases.
Wed, 09 Mar 2016 12:10:41 +0200 Matti Hamalainen Add some XXX TODO FIXME in here :P
Wed, 09 Mar 2016 12:07:10 +0200 Matti Hamalainen Improve printf implementation debugging.
Wed, 09 Mar 2016 12:06:45 +0200 Matti Hamalainen Improve altfmt modifier handling for printf implementation. Not
Wed, 09 Mar 2016 12:05:16 +0200 Matti Hamalainen Improve printf implementation somewhat. The logic is not very pretty and not
Wed, 09 Mar 2016 11:58:44 +0200 Matti Hamalainen Add some more tests.
Wed, 09 Mar 2016 10:53:45 +0200 Matti Hamalainen Adjust build flags.
Tue, 08 Mar 2016 10:04:26 +0200 Matti Hamalainen Update comment.
Mon, 07 Mar 2016 10:13:29 +0200 Matti Hamalainen Adjust tests.
Mon, 07 Mar 2016 10:06:46 +0200 Matti Hamalainen More tests.
Mon, 07 Mar 2016 09:29:53 +0200 Matti Hamalainen Fix some tests.
Thu, 03 Mar 2016 14:44:43 +0200 Matti Hamalainen Update comment to reflect the status of supported printf length modifiers.
Thu, 03 Mar 2016 14:36:14 +0200 Matti Hamalainen Add some missing types and macros when we do not have inttypes.h or stdint.h
Thu, 03 Mar 2016 14:35:27 +0200 Matti Hamalainen Build system cleanup.
Thu, 03 Mar 2016 14:21:22 +0200 Matti Hamalainen Comments.
Thu, 03 Mar 2016 14:17:02 +0200 Matti Hamalainen Add PRIo{32,64} macros.
Thu, 03 Mar 2016 14:15:26 +0200 Matti Hamalainen Add PRIi{32,64} macros.
Thu, 03 Mar 2016 14:13:31 +0200 Matti Hamalainen Rename TH_PRI{u,d,x}* macros to match with standard ISO C99 inttypes.h PRI*.
Thu, 03 Mar 2016 14:11:57 +0200 Matti Hamalainen Handle HAVE_STDINT_H vs HAVE_SYS_TYPES_H somewhat more sanely.
Thu, 03 Mar 2016 14:11:27 +0200 Matti Hamalainen Bump copyright.
Thu, 03 Mar 2016 14:11:17 +0200 Matti Hamalainen s/_TH_TYPES_H/TH_TYPES_H/g
Thu, 03 Mar 2016 14:08:38 +0200 Matti Hamalainen Buildsystem improvements.
Thu, 03 Mar 2016 13:49:45 +0200 Matti Hamalainen If f_width is not specified, initialize it to -1.
Thu, 03 Mar 2016 13:45:11 +0200 Matti Hamalainen 10L.
Thu, 03 Mar 2016 13:44:25 +0200 Matti Hamalainen Prepare to handle variable width and precision given as arguments.
Thu, 03 Mar 2016 13:17:40 +0200 Matti Hamalainen Comments.
Thu, 03 Mar 2016 13:16:45 +0200 Matti Hamalainen Remove debug variable.
Thu, 03 Mar 2016 13:07:02 +0200 Matti Hamalainen Cosmetic linebreaks.
Thu, 03 Mar 2016 11:51:02 +0200 Matti Hamalainen Add missing debug variable.
Thu, 03 Mar 2016 11:45:48 +0200 Matti Hamalainen Add debug prints when TH_PRINTF_DEBUG is defined.
Thu, 03 Mar 2016 11:45:23 +0200 Matti Hamalainen Move the debug/test defines to main Makefile.gen
Tue, 01 Mar 2016 17:22:33 +0200 Matti Hamalainen Fix a nasty typo.
Tue, 01 Mar 2016 17:21:22 +0200 Matti Hamalainen Rename th_optarg_t to t_optarg. API break.
Tue, 01 Mar 2016 17:18:58 +0200 Matti Hamalainen Rename some function arguments and option argument structure members.
Tue, 01 Mar 2016 00:17:53 +0200 Matti Hamalainen Add empty line.
Mon, 29 Feb 2016 16:50:54 +0200 Matti Hamalainen Rename s/th_printf_vbuf_int/th_vprintf_buf_int/g.
Mon, 29 Feb 2016 16:49:34 +0200 Matti Hamalainen Pass also numeric buffer and return value from th_printf_vbuf_int*() to altfmt helper functions.
Mon, 29 Feb 2016 16:35:05 +0200 Matti Hamalainen Initial th_vprintf_put_float() stub.
Mon, 29 Feb 2016 16:12:10 +0200 Matti Hamalainen Rename s/th_printf_ctx/th_vprintf_cts/g.
Mon, 29 Feb 2016 15:49:07 +0200 Matti Hamalainen Rename functions s/th_printf_vput/th_vprintf_put/g.
Mon, 29 Feb 2016 15:26:55 +0200 Matti Hamalainen Indentation cosmetics.
Mon, 29 Feb 2016 13:49:12 +0200 Matti Hamalainen Check %p for ll and L modifiers and error out on them.
Mon, 29 Feb 2016 13:46:01 +0200 Matti Hamalainen Some work on pointer formatter %p.
Mon, 29 Feb 2016 13:17:37 +0200 Matti Hamalainen Rename some internal functions.
Mon, 29 Feb 2016 13:16:49 +0200 Matti Hamalainen Some cleanup work on th_printf_vput_int(). Passes more tests, but it's not perfect.
Mon, 29 Feb 2016 12:00:23 +0200 Matti Hamalainen Zero padding is done differently, so do not hand TH_PF_ZERO here.
Mon, 29 Feb 2016 11:58:43 +0200 Matti Hamalainen Actually parse the -t option argument.
Thu, 25 Feb 2016 14:58:36 +0200 Matti Hamalainen Refactor testing a bit.
Thu, 25 Feb 2016 14:48:25 +0200 Matti Hamalainen Cosmetics.
Thu, 25 Feb 2016 12:19:10 +0200 Matti Hamalainen Improve tests output.