log

age author description
Thu, 31 May 2018 15:25:56 +0300 Matti Hamalainen Use DM_PRIu_SIZE_T for size_t type.
Thu, 31 May 2018 15:15:50 +0300 Matti Hamalainen Add simple and naively implemented multi-file bindiff type file analyzer utility 'fanalyze'.
Thu, 31 May 2018 13:46:23 +0300 Matti Hamalainen Rename some constants.
Thu, 31 May 2018 13:32:26 +0300 Matti Hamalainen Adjust ILBM loader to show BMHD data at lower verbosity level.
Thu, 31 May 2018 13:18:44 +0300 Matti Hamalainen Clean up and improve error handling.
Thu, 31 May 2018 13:08:09 +0300 Matti Hamalainen Cleanups.
Thu, 31 May 2018 13:04:53 +0300 Matti Hamalainen Bump copyright year and version.
Thu, 31 May 2018 13:04:35 +0300 Matti Hamalainen Constify.
Thu, 31 May 2018 13:04:25 +0300 Matti Hamalainen Improve error handling and plug filehandle leaks.
Thu, 31 May 2018 13:03:53 +0300 Matti Hamalainen Rename varibles.
Thu, 31 May 2018 12:52:20 +0300 Matti Hamalainen Cleanups.
Thu, 31 May 2018 11:40:20 +0300 Matti Hamalainen Cleanup.
Thu, 31 May 2018 00:46:33 +0300 Matti Hamalainen Add support for a plain hires format at $2000.
Thu, 31 May 2018 00:40:43 +0300 Matti Hamalainen Implement hires Mono Magic support.
Thu, 31 May 2018 00:21:34 +0300 Matti Hamalainen Cosmetic fixes.
Thu, 31 May 2018 00:04:01 +0300 Matti Hamalainen Big overhaul to the enc/dec operator system to be more flexible.
Wed, 30 May 2018 21:10:57 +0300 Matti Hamalainen Display number of supported C64 image formats in --formats list of 64vw and gfxconv.
Wed, 30 May 2018 21:08:34 +0300 Matti Hamalainen Add option to 64vw to list only filenames of recognized files (-l). Implies probe (-p).
Wed, 30 May 2018 18:11:31 +0300 Matti Hamalainen Enable BDP5 encoding support.
Wed, 30 May 2018 17:25:26 +0300 Matti Hamalainen Fix a minor memory leak and file descriptor leak.
Wed, 30 May 2018 17:22:27 +0300 Matti Hamalainen Add support for BDP5 format encoding.
Wed, 30 May 2018 17:22:01 +0300 Matti Hamalainen Cleanups.
Wed, 30 May 2018 17:10:24 +0300 Matti Hamalainen RLE analyze was ran before setting up the compression config. Oops. Fixed.
Wed, 30 May 2018 17:05:19 +0300 Matti Hamalainen More work on improving the generic RLE decoder/encoder.
Wed, 30 May 2018 14:45:14 +0300 Matti Hamalainen Micro-optimization.
Wed, 30 May 2018 13:53:57 +0300 Matti Hamalainen Rename function argument.
Wed, 30 May 2018 13:48:27 +0300 Matti Hamalainen Split IFF chunk id string from id creation into separate function.
Wed, 30 May 2018 13:21:14 +0300 Matti Hamalainen Get rid of a basically redundant function in IFF reader.
Wed, 30 May 2018 13:20:40 +0300 Matti Hamalainen Cleanups.
Wed, 30 May 2018 12:41:31 +0300 Matti Hamalainen Improve IFF reader error handling.