log

age author description
Wed, 19 Feb 2020 01:52:36 +0200 Matti Hamalainen Fix grepping of consecutive values in fanalyze when using > byte size types.
Tue, 18 Feb 2020 23:31:10 +0200 Matti Hamalainen Use printf() here as well.
Tue, 18 Feb 2020 23:27:47 +0200 Matti Hamalainen Use printf() instead of dmPrint() for some things.
Fri, 31 Jan 2020 21:48:45 +0200 Matti Hamalainen Fix write support of Abyss Connection PETSCII-Editor 4.61 (unpacked) format.
Mon, 27 Jan 2020 09:40:06 +0200 Matti Hamalainen Cleanup.
Tue, 21 Jan 2020 07:54:54 +0200 Matti Hamalainen Fix the check for --long option argument.
Tue, 21 Jan 2020 05:00:05 +0200 Matti Hamalainen Rename some variables.
Mon, 20 Jan 2020 19:29:03 +0200 Matti Hamalainen Remember to include <string.h> for memset() now.
Mon, 20 Jan 2020 17:01:45 +0200 Matti Hamalainen Adjust options help width check, it was off-by-one.
Fri, 17 Jan 2020 22:07:00 +0200 Matti Hamalainen Cleanup.
Thu, 16 Jan 2020 14:08:48 +0200 Matti Hamalainen Make things more flexible.
Tue, 14 Jan 2020 04:54:30 +0200 Matti Hamalainen Convert more instances of direct commands in rules to DO_CMD macro calls.
Tue, 14 Jan 2020 03:28:48 +0200 Matti Hamalainen Check for empty target directory in DO_MKDIR Makefile macro.
Tue, 14 Jan 2020 03:01:00 +0200 Matti Hamalainen Build system cleanups: reordering, more comments.
Tue, 14 Jan 2020 02:44:11 +0200 Matti Hamalainen Oops, a output suppressor was missing from COMPILE_CXX_OBJ macro in the build system.
Tue, 14 Jan 2020 02:10:09 +0200 Matti Hamalainen Added signature for changeset a2c565ae8098
Tue, 14 Jan 2020 02:08:26 +0200 Matti Hamalainen Import build system improvements from th-libs.
Mon, 13 Jan 2020 23:27:01 +0200 Matti Hamalainen Remove useless dmMemset().
Mon, 13 Jan 2020 23:20:56 +0200 Matti Hamalainen Option index adjustments.
Mon, 13 Jan 2020 23:13:37 +0200 Matti Hamalainen Make default verbosity quieter.
Mon, 13 Jan 2020 23:12:21 +0200 Matti Hamalainen Cosmetic cleanups.
Mon, 13 Jan 2020 22:26:24 +0200 Matti Hamalainen Add a C file with the generic BSD license text and a function for
Mon, 13 Jan 2020 22:25:21 +0200 Matti Hamalainen Remove gentab.
Mon, 13 Jan 2020 21:21:25 +0200 Matti Hamalainen Option index re-ordering cleanup work.
Mon, 13 Jan 2020 21:16:57 +0200 Matti Hamalainen Oops, forgot to set up the DMC64EncDecCtx::buf to point to the correct
Mon, 13 Jan 2020 20:30:23 +0200 Matti Hamalainen Bump copyright year.
Mon, 13 Jan 2020 20:30:13 +0200 Matti Hamalainen Add some error checking to data2inc.
Mon, 13 Jan 2020 20:04:54 +0200 Matti Hamalainen Cosmetic cleanups.
Sun, 12 Jan 2020 20:53:35 +0200 Matti Hamalainen Adjust help.
Sun, 12 Jan 2020 20:50:45 +0200 Matti Hamalainen Merge one more change from th-libs args processing.