log

age author description
Wed, 04 Mar 2020 20:17:39 +0200 Matti Hamalainen Typofix :S
Wed, 04 Mar 2020 19:47:21 +0200 Matti Hamalainen Cosmetic.
Wed, 04 Mar 2020 19:47:11 +0200 Matti Hamalainen Add new th_strelems_t structure for and join/split functions using them to
Wed, 04 Mar 2020 19:45:26 +0200 Matti Hamalainen Add in th_strlen() which is a custom function if TH_CHAR_TYPE is defined.
Sat, 29 Feb 2020 12:19:02 +0200 Matti Hamalainen Split stdio and memio stuff to separate files from th_stdio.c
Sat, 29 Feb 2020 12:14:41 +0200 Matti Hamalainen Oops, fix the return type of thfread_str() and thfwrite_str().
Tue, 25 Feb 2020 07:42:50 +0200 Matti Hamalainen Adjust errno handling.
Tue, 25 Feb 2020 06:15:08 +0200 Matti Hamalainen Add MemIO ioctx functionality.
Tue, 25 Feb 2020 05:16:42 +0200 Matti Hamalainen Add new functions th_split_string() and th_join_string().
Mon, 24 Feb 2020 16:11:38 +0200 Matti Hamalainen Do not show 'Invalid argument' message, assume the caller does it.
Mon, 24 Feb 2020 07:42:34 +0200 Matti Hamalainen Mess with PRI* types again.
Mon, 24 Feb 2020 07:42:16 +0200 Matti Hamalainen Support both UNIX and DOS/Windows path separators in th_mkdir_path().
Tue, 28 Jan 2020 21:28:02 +0200 Matti Hamalainen Use THERR_OK instead of 0.
Tue, 28 Jan 2020 20:10:16 +0200 Matti Hamalainen Add some regex flags, features to be implemented "some day".
Mon, 27 Jan 2020 19:23:06 +0200 Matti Hamalainen Some work on the regex tests.
Mon, 27 Jan 2020 17:07:06 +0200 Matti Hamalainen Work on regex matcher.
Mon, 27 Jan 2020 12:43:39 +0200 Matti Hamalainen More work on regex stuff.
Mon, 27 Jan 2020 07:51:07 +0200 Matti Hamalainen Oops, missed one case of * sizeof(th_char_t).
Mon, 27 Jan 2020 07:48:27 +0200 Matti Hamalainen s/th_regex_char_t/th_char_t/g
Mon, 27 Jan 2020 07:47:26 +0200 Matti Hamalainen Add th_char_t type.
Mon, 27 Jan 2020 07:44:44 +0200 Matti Hamalainen Improve th_string.o depency chain checking.
Mon, 27 Jan 2020 06:09:57 +0200 Matti Hamalainen Rename TH_PFUNC_* macros to TH_VPRINTF_INTFMT_*
Mon, 27 Jan 2020 06:02:22 +0200 Matti Hamalainen Delete th_strip_ctrlchars().
Mon, 27 Jan 2020 06:01:57 +0200 Matti Hamalainen Cleanups.
Mon, 27 Jan 2020 00:38:46 +0200 Matti Hamalainen Remove useless #includes.
Mon, 27 Jan 2020 00:38:40 +0200 Matti Hamalainen Doxygen fixes.
Mon, 27 Jan 2020 00:38:14 +0200 Matti Hamalainen Ignore config.h in Doxygen.
Sat, 25 Jan 2020 14:06:01 +0200 Matti Hamalainen Doxygenization.
Sat, 25 Jan 2020 13:37:01 +0200 Matti Hamalainen Doxygen fix.
Sat, 25 Jan 2020 13:36:15 +0200 Matti Hamalainen Doxygen fixes.
Sat, 25 Jan 2020 13:18:38 +0200 Matti Hamalainen Always compile the regex code, but do not run tests on it unless enabled.
Sat, 25 Jan 2020 13:13:37 +0200 Matti Hamalainen Moar re-work.
Sat, 25 Jan 2020 13:05:11 +0200 Matti Hamalainen Remove th_io_free(), merge the functionality to th_io_close(). Add flags
Sat, 25 Jan 2020 11:35:59 +0200 Matti Hamalainen Tweedle.
Sat, 25 Jan 2020 08:01:17 +0200 Matti Hamalainen Twiddle.
Sat, 25 Jan 2020 06:47:41 +0200 Matti Hamalainen And some more work.
Sat, 25 Jan 2020 05:46:40 +0200 Matti Hamalainen Add some ignores.
Sat, 25 Jan 2020 05:11:40 +0200 Matti Hamalainen More fiddling and twiddling. Add parsing to string nodes instead of separate character nodes.
Fri, 24 Jan 2020 15:10:19 +0200 Matti Hamalainen Add some missing error messages.
Fri, 24 Jan 2020 12:06:43 +0200 Matti Hamalainen Cleanups.
Fri, 24 Jan 2020 09:39:09 +0200 Matti Hamalainen Cleanup.
Fri, 24 Jan 2020 09:36:43 +0200 Matti Hamalainen Fix parsing of +? and *?.
Fri, 24 Jan 2020 09:13:24 +0200 Matti Hamalainen Aaand some more work. Still just a broken concept.
Thu, 23 Jan 2020 11:38:28 +0200 Matti Hamalainen Some more work on regex stuff.
Tue, 21 Jan 2020 12:23:59 +0200 Matti Hamalainen Cleanups.
Tue, 21 Jan 2020 08:07:52 +0200 Matti Hamalainen Cosmetic Windows/MINGW Makefile flags reorder.
Tue, 21 Jan 2020 07:54:42 +0200 Matti Hamalainen Fix the check for --long option argument.
Tue, 21 Jan 2020 07:16:18 +0200 Matti Hamalainen Improve the experimental regex matching debugging macros.
Tue, 21 Jan 2020 05:00:53 +0200 Matti Hamalainen Rename some variables.
Mon, 20 Jan 2020 17:02:06 +0200 Matti Hamalainen Adjust options help width check, it was off-by-one.
Fri, 17 Jan 2020 20:08:55 +0200 Matti Hamalainen Return a THERR_* error value from th_ringbuf_grow() instead of BOOL. This
Fri, 17 Jan 2020 20:07:25 +0200 Matti Hamalainen Add new function th_ringbuf_init() and add "allocated" field to th_ringbuf_t
Fri, 17 Jan 2020 19:32:28 +0200 Matti Hamalainen Doxygen improvements.
Fri, 17 Jan 2020 19:32:13 +0200 Matti Hamalainen Change ringbuffer data type from (char *) to (void *).
Fri, 17 Jan 2020 19:22:04 +0200 Matti Hamalainen Add some error checking in th_ringbuf_new().
Fri, 17 Jan 2020 19:14:36 +0200 Matti Hamalainen Indentation cosmetics.
Fri, 17 Jan 2020 19:13:57 +0200 Matti Hamalainen Fix ringbuf size and n types.
Fri, 17 Jan 2020 04:20:16 +0200 Matti Hamalainen Cleanup.
Fri, 17 Jan 2020 04:20:03 +0200 Matti Hamalainen Add one function argument name to the prototype.
Fri, 17 Jan 2020 04:16:48 +0200 Matti Hamalainen Get rid of some useless includes.