log

age author description
Mon, 23 Sep 2019 19:47:11 +0300 Matti Hamalainen Add th_print_version().
Thu, 19 Sep 2019 06:20:17 +0300 Matti Hamalainen Oops. Forgot to declare a variable.
Thu, 19 Sep 2019 06:18:50 +0300 Matti Hamalainen Add new string helper functions th_strndup_no0() and th_strndup_no0_trim()
Thu, 19 Sep 2019 06:18:18 +0300 Matti Hamalainen Add function argument name to prototypes.
Sat, 04 May 2019 03:00:23 +0300 Matti Hamalainen Return empty directory paths under Windows if we can't retrieve AppData
Tue, 19 Feb 2019 09:49:41 +0200 Matti Hamalainen Rename cross-mingw Makefile properly.
Tue, 19 Feb 2019 06:12:18 +0200 Matti Hamalainen Add simplistic support for DJGPP/DOS.
Tue, 19 Feb 2019 05:40:14 +0200 Matti Hamalainen Add verbose build option.
Thu, 10 Jan 2019 20:01:38 +0200 Matti Hamalainen Bump copyright years.
Fri, 21 Dec 2018 14:19:59 +0200 Matti Hamalainen Fix th_stat_path() for *NIX.
Tue, 27 Nov 2018 07:48:58 +0200 Matti Hamalainen Add th_get_int() helper function.
Mon, 09 Jul 2018 09:25:51 +0300 Matti Hamalainen Improve th_stat_path() some more and fix Windows issues.
Mon, 09 Jul 2018 08:06:45 +0300 Matti Hamalainen Improve ioctx API. This breaks backwards compatibility of th_io_fopen().
Mon, 09 Jul 2018 07:29:33 +0300 Matti Hamalainen Build th_file module.
Mon, 09 Jul 2018 07:28:13 +0300 Matti Hamalainen Improve th_stat_path() by changing flags into a struct and adding more information.
Mon, 02 Jul 2018 00:01:50 +0300 Matti Hamalainen Improve build system.
Sat, 09 Jun 2018 16:44:37 +0300 Matti Hamalainen Cleanup.
Mon, 04 Jun 2018 03:14:14 +0300 Matti Hamalainen Add some depencies.
Mon, 04 Jun 2018 03:07:46 +0300 Matti Hamalainen Allow TH_PROG_AUTHOR and TH_PROG_LICENSE to be defined to override
Mon, 04 Jun 2018 02:54:31 +0300 Matti Hamalainen Remove newline from start of the banner.
Mon, 04 Jun 2018 02:41:27 +0300 Matti Hamalainen Rename the global variable th_verbosityLevel to th_verbosity.
Mon, 04 Jun 2018 02:39:54 +0300 Matti Hamalainen Do not set default author/copyright anymore.
Mon, 04 Jun 2018 02:39:40 +0300 Matti Hamalainen Oops. We've been trying to get number of terminal lines from environment
Mon, 04 Jun 2018 02:35:18 +0300 Matti Hamalainen Preprocessor stuff indentation.
Sat, 02 Jun 2018 03:54:14 +0300 Matti Hamalainen Improve tests slightly.
Thu, 10 May 2018 17:15:36 +0300 Matti Hamalainen Cleanups.
Thu, 10 May 2018 16:04:15 +0300 Matti Hamalainen Added signature for changeset a90fe2c4c636
Thu, 10 May 2018 15:49:16 +0300 Matti Hamalainen Cleanups.
Sat, 17 Feb 2018 23:42:49 +0200 Matti Hamalainen Actually, use a inline function for ioctx atime updates.
Sat, 17 Feb 2018 23:41:11 +0200 Matti Hamalainen Use a macro for updating atime.
Sat, 17 Feb 2018 23:35:20 +0200 Matti Hamalainen Oops, fix C++ guards in headers.
Fri, 16 Feb 2018 22:21:01 +0200 Matti Hamalainen Fix th_strrcasecmp(), it had a rather stupid bug.
Tue, 02 Jan 2018 23:09:29 +0200 Matti Hamalainen Actually, revert the boolean changes .. meh.
Tue, 02 Jan 2018 22:57:47 +0200 Matti Hamalainen Merged.
Mon, 11 Dec 2017 12:28:13 +0200 Matti Hamalainen Remove char_t.
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:32:07 +0300 Matti Hamalainen Oops, forgot to rename th_printf_altfmt_* from the header file.
Wed, 25 Oct 2017 22:20:21 +0300 Matti Hamalainen Expose some of the internal vprintf() implementation helper functions.
Wed, 25 Oct 2017 22:13:09 +0300 Matti Hamalainen Split th_vprintf_put_int() partially into th_vprintf_put_int_format(), to
Wed, 25 Oct 2017 22:10:32 +0300 Matti Hamalainen Rename th_printf_altfmt_*() functions to th_vprintf_altfmt_*().
Wed, 25 Oct 2017 21:47:30 +0300 Matti Hamalainen Typofix.
Wed, 25 Oct 2017 18:25:21 +0300 Matti Hamalainen Add build message for ranlib.
Wed, 25 Oct 2017 18:23:19 +0300 Matti Hamalainen Possibly fix external build things and llvm static analyzer runs.
Thu, 19 Oct 2017 17:37:04 +0300 Matti Hamalainen Add new function th_strbuf_putsn().
Thu, 19 Oct 2017 17:18:29 +0300 Matti Hamalainen Fix th_pstrcpy() call to th_pstr_cpy()
Thu, 19 Oct 2017 17:17:09 +0300 Matti Hamalainen Rename functions th_pstrcat() and th_pstrcpy() to th_pstr_cat() and th_pstr_cpy()
Thu, 12 Oct 2017 17:13:47 +0300 Matti Hamalainen Rename header #ifdef guards.
Thu, 12 Oct 2017 17:12:50 +0300 Matti Hamalainen Get rid of trailing whitespace.
Fri, 15 Sep 2017 04:49:57 +0300 Matti Hamalainen Silence a GCC 7+ warning about switch case fallthrough.
Sun, 14 May 2017 13:15:59 +0300 Matti Hamalainen Adjust wording.
Sun, 14 May 2017 13:13:30 +0300 Matti Hamalainen More Doxygenization.
Wed, 10 May 2017 21:01:27 +0300 Matti Hamalainen Add Doxyfile.
Wed, 10 May 2017 21:00:37 +0300 Matti Hamalainen Begin adding Doxygen documentation for some things. Very rudimentary, and
Fri, 07 Apr 2017 02:49:08 +0300 Matti Hamalainen Merged.
Fri, 07 Apr 2017 02:48:54 +0300 Matti Hamalainen Add Mingw/win32 cross-build Makefile.
Fri, 07 Apr 2017 02:48:31 +0300 Matti Hamalainen Improve the build system.
Sun, 01 Jan 2017 01:59:49 +0200 Matti Hamalainen Bump copyrights.
Mon, 07 Nov 2016 02:57:23 +0200 Matti Hamalainen #ifdef out WIP floating point support from printf() implementation.
Tue, 27 Sep 2016 00:45:23 +0300 Matti Hamalainen Merged.
Thu, 28 Jul 2016 14:15:49 +0300 Matti Hamalainen Typo fix.
Wed, 13 Jul 2016 12:50:08 +0300 Matti Hamalainen Add e-mail.
Tue, 27 Sep 2016 00:44:34 +0300 Matti Hamalainen Update description.
Tue, 31 May 2016 16:16:04 +0300 Matti Hamalainen Fix build for older GCC versions.
Thu, 10 Mar 2016 01:55:22 +0200 Matti Hamalainen Fix build.
Wed, 09 Mar 2016 22:42:30 +0200 Matti Hamalainen Fix endianchk build when Makefile.inc is being included from parent project
Wed, 09 Mar 2016 21:23:42 +0200 Matti Hamalainen Prettify build.
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.