log

age author description
Thu, 16 Jan 2020 12:50:28 +0200 Matti Hamalainen Add some comments and debug messages.
Thu, 16 Jan 2020 12:50:09 +0200 Matti Hamalainen Combine code from th_regex_compile() to th_regex_compile_do().
Thu, 16 Jan 2020 03:33:11 +0200 Matti Hamalainen A bit more work on the regex stuff.
Thu, 16 Jan 2020 01:46:19 +0200 Matti Hamalainen Quiet some warnings.
Thu, 16 Jan 2020 01:09:25 +0200 Matti Hamalainen Merge.
Wed, 15 Jan 2020 12:24:43 +0200 Matti Hamalainen Merge.
Tue, 14 Jan 2020 12:53:23 +0200 Matti Hamalainen Rename th_strmatch.c to th_strglob.c
Thu, 16 Jan 2020 01:09:00 +0200 Matti Hamalainen Initial commit of the highly experimental and unfinished regular expression
Thu, 16 Jan 2020 00:49:42 +0200 Matti Hamalainen Comment cosmetics.
Thu, 16 Jan 2020 00:49:26 +0200 Matti Hamalainen Add TEST_ASSERT() and test sizes of some types before doing anything else.
Thu, 16 Jan 2020 00:48:51 +0200 Matti Hamalainen Cosmetic fix in help.
Wed, 15 Jan 2020 11:37:30 +0200 Matti Hamalainen Fix building of 'tests'.
Tue, 14 Jan 2020 03:28:53 +0200 Matti Hamalainen Check for empty target directory in DO_MKDIR Makefile macro.
Tue, 14 Jan 2020 02:57:54 +0200 Matti Hamalainen Improve few Makefile comments.
Tue, 14 Jan 2020 02:43:40 +0200 Matti Hamalainen Oops, a output suppressor was missing from COMPILE_CXX_OBJ macro in the build system.
Tue, 14 Jan 2020 02:05:03 +0200 Matti Hamalainen Improve build system, clean up the functions and improve V=1 verbosity.
Mon, 13 Jan 2020 17:13:13 +0200 Matti Hamalainen Improve string printf() tests.
Mon, 13 Jan 2020 17:12:54 +0200 Matti Hamalainen Fix internal printf() for case of NULL string pointer, but with format
Mon, 13 Jan 2020 11:41:27 +0200 Matti Hamalainen Reorganize th_string.h header slightly.
Mon, 13 Jan 2020 11:41:06 +0200 Matti Hamalainen Rename some internal preprocessor macros.
Mon, 13 Jan 2020 11:40:42 +0200 Matti Hamalainen Fix tests.c after the addition of the width argument to th_args_help().
Sun, 12 Jan 2020 20:51:26 +0200 Matti Hamalainen Document th_args_help() width parameter.
Sun, 12 Jan 2020 20:25:23 +0200 Matti Hamalainen Add new argument to th_args_help() to specify the desired print width.
Sun, 12 Jan 2020 20:17:39 +0200 Matti Hamalainen Use TIOCGWINSZ ioctl on *NIX to get terminal dimensions.
Sun, 12 Jan 2020 19:30:05 +0200 Matti Hamalainen Change th_print_wrap() API and move the string argument last.
Sun, 12 Jan 2020 18:03:47 +0200 Matti Hamalainen Add new compile-time optional th_optarg struct field o_arg for specifying the option argument description/name. TH_USE_OPT_ARG must be defined at compile time.
Sun, 12 Jan 2020 18:01:47 +0200 Matti Hamalainen Refactor th_args_help() to be more flexible how it works and prints out the option list.
Sun, 12 Jan 2020 16:32:02 +0200 Matti Hamalainen Doxygen th_print_wrap().
Sun, 12 Jan 2020 14:27:09 +0200 Matti Hamalainen Move th_print_wrap() and th_print_pad() to th_args from th_string.
Sun, 12 Jan 2020 13:00:58 +0200 Matti Hamalainen Improve few comments.
Sun, 12 Jan 2020 00:01:41 +0200 Matti Hamalainen Check for !defined(HAVE_STDINT_H) && !defined(HAVE_SYS_TYPES_H) before
Sat, 11 Jan 2020 20:35:40 +0200 Matti Hamalainen Change 'ch' argument of th_strbuf_putch from char to uint8_t.
Thu, 09 Jan 2020 21:15:54 +0200 Matti Hamalainen Typofix a comment.
Thu, 09 Jan 2020 21:11:39 +0200 Matti Hamalainen Clean up the th_types.h header #ifdef mess slightly.
Thu, 09 Jan 2020 18:29:10 +0200 Matti Hamalainen Define PRI*_SIZE_T from PRIu32/64 based on platform, this is cleaner and
Thu, 09 Jan 2020 18:27:48 +0200 Matti Hamalainen Define a helper macro for __attribute__ ((__format__ (__printf__, 2, 3)))
Thu, 09 Jan 2020 18:17:48 +0200 Matti Hamalainen Remove useless HAVE_* defines.
Thu, 09 Jan 2020 18:17:29 +0200 Matti Hamalainen Fixes to the type definitions.
Thu, 09 Jan 2020 17:59:30 +0200 Matti Hamalainen MinGW should have these headers.
Thu, 09 Jan 2020 16:53:16 +0200 Matti Hamalainen Improve system bit-ness handling and target platform.
Thu, 09 Jan 2020 13:48:58 +0200 Matti Hamalainen Remove linefeeds from the th_network message strings.
Thu, 09 Jan 2020 13:48:17 +0200 Matti Hamalainen Fix some format string and argument.
Thu, 09 Jan 2020 13:36:41 +0200 Matti Hamalainen Add __attribute__(__format__ ..) specifiers for functions that use printf() style format specifiers.
Wed, 08 Jan 2020 02:36:42 +0200 Matti Hamalainen Add outlen parameter to th_vprintf_altfmt_funcs.
Wed, 08 Jan 2020 02:25:04 +0200 Matti Hamalainen Actually, partially revert the previous commit and unbreak the API. Leave
Wed, 08 Jan 2020 02:17:37 +0200 Matti Hamalainen Massage th_vprintf_do() a bit, and factor out the format specifier handling
Tue, 07 Jan 2020 20:09:23 +0200 Matti Hamalainen Adjust indentation output of commandline help printing.
Tue, 07 Jan 2020 20:06:20 +0200 Matti Hamalainen Remove unused #ifdef.
Mon, 06 Jan 2020 21:31:13 +0200 Matti Hamalainen Typecast to void* to silence a silly clang-9 warning.
Mon, 06 Jan 2020 21:28:47 +0200 Matti Hamalainen Fix integer overflow in the test values of 32bit ints.
Mon, 06 Jan 2020 12:39:44 +0200 Matti Hamalainen Rename EXEEXT to BINEXT in the build system.
Sun, 05 Jan 2020 23:56:22 +0200 Matti Hamalainen Be consistent about not using \n at end of th_io_error() messages.
Sun, 05 Jan 2020 20:47:21 +0200 Matti Hamalainen Rename th_llist_free_func() to th_llist_free_func_data() to make it a bit more clear what this function does.
Sun, 05 Jan 2020 20:17:59 +0200 Matti Hamalainen Return proper THERR_ error codes from th_pstr_*()
Sun, 05 Jan 2020 10:47:04 +0200 Matti Hamalainen Use \ directory separator for DOS as well.
Sun, 05 Jan 2020 10:45:33 +0200 Matti Hamalainen Rename TH_DIR_SEPARATOR define to TH_DIR_SEPARATOR_CHR and add new
Sun, 05 Jan 2020 10:44:58 +0200 Matti Hamalainen Initialize th_ioctx::line value to 1.
Sat, 04 Jan 2020 16:49:25 +0200 Matti Hamalainen Clean up the parser a bit. Also return valid error value when an error
Fri, 03 Jan 2020 10:54:39 +0200 Matti Hamalainen Bump copyright in license as well.
Fri, 03 Jan 2020 10:53:55 +0200 Matti Hamalainen Bump copyright years.