log tools/packed.c @ 2634:f3c7115cbf85 default tip

age author description
Thu, 08 Dec 2022 15:59:22 +0200 Matti Hamalainen Require stdbool.h, we require C11 now.
Tue, 28 Apr 2020 18:11:59 +0300 Matti Hamalainen Cleanup.
Mon, 27 Apr 2020 21:37:15 +0300 Matti Hamalainen Various cleanups, integrate some changes/improvements from opendat project to packed.
Mon, 27 Apr 2020 21:33:29 +0300 Matti Hamalainen Rename DMPackEntry::length to csize (compressed size).
Tue, 03 Mar 2020 14:31:14 +0200 Matti Hamalainen Cleanups.
Sat, 29 Feb 2020 12:32:08 +0200 Matti Hamalainen Show help when no arguments.
Wed, 26 Feb 2020 18:15:17 +0200 Matti Hamalainen Rename extract short from 'e' to 'x'.
Tue, 25 Feb 2020 13:40:32 +0200 Matti Hamalainen Adjust few comments.
Tue, 25 Feb 2020 09:40:23 +0200 Matti Hamalainen Cosmetics in help.
Mon, 13 Jan 2020 23:27:01 +0200 Matti Hamalainen Remove useless dmMemset().
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 21:21:25 +0200 Matti Hamalainen Option index re-ordering cleanup work.
Sun, 12 Jan 2020 20:50:45 +0200 Matti Hamalainen Merge one more change from th-libs args processing.
Thu, 09 Jan 2020 20:47:33 +0200 Matti Hamalainen Fix some format specifiers, was erraneously using DM_PRI*_SIZE_T instead of DM_PRI*64.
Thu, 09 Jan 2020 15:20:23 +0200 Matti Hamalainen Fix some format strings to use proper PRI*_SIZE_T where necessary.
Tue, 03 Sep 2019 10:40:14 +0300 Matti Hamalainen Cosmetics.
Wed, 12 Jun 2019 20:25:06 +0300 Matti Hamalainen Change the error message for unimplemented option argument.
Mon, 29 Apr 2019 14:09:01 +0300 Matti Hamalainen Cleanups.
Thu, 29 Nov 2018 14:08:07 +0200 Matti Hamalainen Improve 'packed' help.
Thu, 29 Nov 2018 14:03:33 +0200 Matti Hamalainen Fix 'packed' help.
Sat, 07 Jul 2018 01:11:22 +0300 Matti Hamalainen Improve dmGetIntVal() to accept an optional negative value boolean flag
Sun, 01 Jul 2018 02:44:23 +0300 Matti Hamalainen Increase the zlib compression buffer size to 1MB to improve the efficiency.
Sat, 09 Jun 2018 17:56:07 +0300 Matti Hamalainen Bring in changes from the th-libs version of commandline argument handling.
Mon, 28 May 2018 15:54:03 +0300 Matti Hamalainen Refactor "packed" utility. This breaks commandline backwards compatibility.
Wed, 22 Nov 2017 01:33:21 +0200 Matti Hamalainen Improve build, so that we can build the tools and tests with minimal
Sun, 05 Nov 2017 02:35:15 +0200 Matti Hamalainen Rename dm_strmatch() to dmStrMatch().
Sun, 05 Nov 2017 02:35:01 +0200 Matti Hamalainen Indentation cosmetic.
Wed, 27 May 2015 01:15:59 +0300 Matti Hamalainen Fix handling of -x option in packed.
Fri, 06 Mar 2015 18:14:03 +0200 Matti Hamalainen Cosmetics.
Thu, 05 Mar 2015 07:37:35 +0200 Matti Hamalainen Use dmMemset().