log

age author description
Mon, 15 Feb 2016 12:01:12 +0200 Matti Hamalainen Fix th_str(n)dup_trim() functions. :S
Mon, 15 Feb 2016 10:46:45 +0200 Matti Hamalainen Improve documentation.
Mon, 15 Feb 2016 10:45:05 +0200 Matti Hamalainen Fix th_str{n}dup_trim() functions.
Mon, 15 Feb 2016 10:13:08 +0200 Matti Hamalainen Oops, broken function. Fixed.
Mon, 15 Feb 2016 10:11:10 +0200 Matti Hamalainen Implement th_strndup_trim() and factorize implementation of th_strdup_trim().
Mon, 15 Feb 2016 06:05:42 +0200 Matti Hamalainen Oops, using "errno" as io_ctx struct member causes problems on some
Sun, 14 Feb 2016 07:53:18 +0200 Matti Hamalainen Rename some functions for consistency.
Sun, 14 Feb 2016 05:12:44 +0200 Matti Hamalainen Don't use macro expansion in the th_ctx.h header file for generating the
Fri, 12 Feb 2016 18:19:01 +0200 Matti Hamalainen Meh, rename he/HE to ne/NE. Native vs Host.
Fri, 12 Feb 2016 18:17:44 +0200 Matti Hamalainen Add endian converting th_md5_append_{he,le,be}{16,32,64}() functions.
Fri, 12 Feb 2016 18:17:11 +0200 Matti Hamalainen Bump copyright.
Fri, 12 Feb 2016 18:16:38 +0200 Matti Hamalainen Add native to / from he* "conversion" macros, which do nothing.
Fri, 12 Feb 2016 18:13:22 +0200 Matti Hamalainen Get rid of TH_HAVE_64BIT.
Fri, 12 Feb 2016 06:08:04 +0200 Matti Hamalainen Update header comment.
Fri, 12 Feb 2016 05:51:27 +0200 Matti Hamalainen Cosmetics.
Fri, 12 Feb 2016 03:00:19 +0200 Matti Hamalainen Change io context API. Again.
Fri, 12 Feb 2016 02:49:21 +0200 Matti Hamalainen More work on th_ioctx stuff and wrappers.
Fri, 12 Feb 2016 02:47:11 +0200 Matti Hamalainen Actually make th_get_config_dir() work.
Fri, 12 Feb 2016 00:16:49 +0200 Matti Hamalainen Fix thfgets().
Thu, 11 Feb 2016 23:41:26 +0200 Matti Hamalainen Improve error handling in th_config.
Thu, 11 Feb 2016 23:14:54 +0200 Matti Hamalainen Add th_io_fopen() helper function.
Thu, 11 Feb 2016 22:59:30 +0200 Matti Hamalainen Fix th_config for new th_ioctx API.
Thu, 11 Feb 2016 22:27:56 +0200 Matti Hamalainen Refactor I/O contexts. Breaks API and all that.
Thu, 11 Feb 2016 21:38:52 +0200 Matti Hamalainen Remove file helper functions, they will be reintroduced in another form in new I/O contexts.
Thu, 11 Feb 2016 21:24:05 +0200 Matti Hamalainen Cosmetic.
Thu, 11 Feb 2016 21:23:47 +0200 Matti Hamalainen Include stdio.h here, we need it for th_md5_print().
Thu, 11 Feb 2016 20:27:28 +0200 Matti Hamalainen Cosmetics.
Thu, 11 Feb 2016 20:26:47 +0200 Matti Hamalainen Rename th_free_r() to th_free_r_real() and #define a macro wrapper for
Thu, 11 Feb 2016 17:52:35 +0200 Matti Hamalainen Move th_{fread,fwrite}_{str,byte}() functions to th_file module.
Thu, 11 Feb 2016 16:42:43 +0200 Matti Hamalainen 100L.
Thu, 11 Feb 2016 16:42:00 +0200 Matti Hamalainen Define some argument identifiers in function prototypes and rename some arguments.
Thu, 11 Feb 2016 16:22:52 +0200 Matti Hamalainen Bump copyright.
Thu, 11 Feb 2016 16:10:31 +0200 Matti Hamalainen Add new function th_free_r(void **ptr) that calls th_free(*ptr) and sets *ptr to NULL.
Thu, 11 Feb 2016 16:09:12 +0200 Matti Hamalainen Use TH_PLAT_WINDOWS define for #ifdef logic.
Thu, 11 Feb 2016 16:08:12 +0200 Matti Hamalainen Bump copyright.
Thu, 11 Feb 2016 16:07:33 +0200 Matti Hamalainen Cosmetics.
Wed, 10 Feb 2016 16:35:15 +0200 Matti Hamalainen Added signature for changeset acee96f864f8
Wed, 10 Feb 2016 16:34:58 +0200 Matti Hamalainen Merged.
Wed, 10 Feb 2016 16:34:44 +0200 Matti Hamalainen Clean up the code, add argument identifiers to function prototypes and
Wed, 10 Feb 2016 16:24:31 +0200 Matti Hamalainen Added signature for changeset b256db93cf25
Wed, 20 Jan 2016 16:40:05 +0200 Matti Hamalainen Initial import of th_file module.
Wed, 20 Jan 2016 16:25:23 +0200 Matti Hamalainen Define TH_PLAT_{WINDOWS,UNIX} depending on the platform we are on.
Tue, 31 Mar 2015 11:26:26 +0300 Matti Hamalainen Add checks for WIN64.
Tue, 03 Mar 2015 00:49:43 +0200 Matti Hamalainen Use TH_PRIx_SIZE_T here.
Mon, 02 Mar 2015 22:43:23 +0200 Matti Hamalainen Cosmetic.
Mon, 02 Mar 2015 22:43:15 +0200 Matti Hamalainen Remove defines that were meant to cause errors when ancient versions of
Mon, 02 Mar 2015 22:42:38 +0200 Matti Hamalainen Remove TH_HAVE_64BIT checks. Just assume we do have it.
Mon, 02 Mar 2015 01:46:31 +0200 Matti Hamalainen Adjust program banner printing.
Sun, 01 Mar 2015 15:59:36 +0200 Matti Hamalainen Cleanup.
Sun, 01 Mar 2015 05:35:15 +0200 Matti Hamalainen Rename some variables.
Sun, 01 Mar 2015 05:34:48 +0200 Matti Hamalainen Comments, cosmetics.
Mon, 23 Feb 2015 15:45:12 +0200 Matti Hamalainen Fix handling of option arguments.
Thu, 19 Feb 2015 17:03:00 +0200 Matti Hamalainen Adding floating point configuration item support.
Thu, 19 Feb 2015 15:59:42 +0200 Matti Hamalainen Merged.
Thu, 19 Feb 2015 15:57:38 +0200 Matti Hamalainen Cleanups.
Wed, 18 Feb 2015 21:44:28 +0200 Matti Hamalainen Add on/off to valid boolean values.
Wed, 18 Feb 2015 21:13:52 +0200 Matti Hamalainen Use th_get_boolean() in configuration parser.
Wed, 18 Feb 2015 21:13:44 +0200 Matti Hamalainen Add th_get_boolean() function.
Wed, 18 Feb 2015 13:28:29 +0200 Matti Hamalainen Use TH_PRIu_SIZE_T for size_t printing.
Wed, 18 Feb 2015 13:28:18 +0200 Matti Hamalainen Initialize line number field in ioctx to 1.