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.