log

age author description
Tue, 16 Feb 2016 16:30:51 +0200 Matti Hamalainen Initialize and check precision.
Tue, 16 Feb 2016 16:30:26 +0200 Matti Hamalainen Cosmetics.
Tue, 16 Feb 2016 16:29:52 +0200 Matti Hamalainen Fix return values of some helper functions.
Tue, 16 Feb 2016 16:29:25 +0200 Matti Hamalainen Add some comments.
Tue, 16 Feb 2016 16:10:41 +0200 Matti Hamalainen Some preparation for %f support .. if it ever happens.
Tue, 16 Feb 2016 16:01:32 +0200 Matti Hamalainen Silence unused function warning when not using internal implementations.
Tue, 16 Feb 2016 16:01:15 +0200 Matti Hamalainen Initialize return value variable.
Tue, 16 Feb 2016 16:01:02 +0200 Matti Hamalainen Oops, s/vsnpintf/vsnprintf/.
Tue, 16 Feb 2016 16:00:44 +0200 Matti Hamalainen Function argument list split & indentation cosmetic.
Tue, 16 Feb 2016 15:59:43 +0200 Matti Hamalainen Reverse order of certain checks (micro-optimize).
Tue, 16 Feb 2016 15:59:24 +0200 Matti Hamalainen Add blocks to clarify some code.
Tue, 16 Feb 2016 15:58:50 +0200 Matti Hamalainen Add some error checking to th_vprintf_do().
Tue, 16 Feb 2016 15:55:33 +0200 Matti Hamalainen Cosmetic.
Tue, 16 Feb 2016 15:54:37 +0200 Matti Hamalainen Update copyright.
Tue, 16 Feb 2016 14:08:35 +0200 Matti Hamalainen Stray nbsp.
Tue, 16 Feb 2016 14:03:51 +0200 Matti Hamalainen Add some comments.
Tue, 16 Feb 2016 13:59:51 +0200 Matti Hamalainen Initial work on printf() style function family implementation.
Tue, 16 Feb 2016 12:02:17 +0200 Matti Hamalainen Cosmetics.
Tue, 16 Feb 2016 12:00:18 +0200 Matti Hamalainen Bump copyright year.
Tue, 16 Feb 2016 11:59:44 +0200 Matti Hamalainen UTF-8.
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.