log

age author description
Fri, 10 Jan 2020 01:45:46 +0200 Matti Hamalainen Merge dmC64ImageGetNumBlocks() into dmC64SetupImageData().
Fri, 10 Jan 2020 01:37:41 +0200 Matti Hamalainen Cosmetics.
Fri, 10 Jan 2020 01:23:02 +0200 Matti Hamalainen Implement counting of matching files for each match sequence.
Thu, 09 Jan 2020 21:14:18 +0200 Matti Hamalainen Remove the __USE_MINGW_ANSI_STDIO hack.
Thu, 09 Jan 2020 20:59:20 +0200 Matti Hamalainen Copy improvements to the platform 32/64bit logic from th-libs.
Thu, 09 Jan 2020 20:54:57 +0200 Matti Hamalainen Add new DM_PRI*_OFF_T specifiers for off_t type.
Thu, 09 Jan 2020 20:54:39 +0200 Matti Hamalainen Use standard inttypes.h for defining the DM_PRI* format specifiers, except
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 20:37:54 +0200 Matti Hamalainen Use correct format specifier DM_PRIu_SIZE_T instead of DM_PRId64.
Thu, 09 Jan 2020 20:14:58 +0200 Matti Hamalainen More printf() format specifier size_t -related fixes.
Thu, 09 Jan 2020 20:11:41 +0200 Matti Hamalainen Refactor error handling in dmC64DecodeGenericBMP() and
Thu, 09 Jan 2020 19:59:00 +0200 Matti Hamalainen Clean up some error messages in gfxconv.
Thu, 09 Jan 2020 18:52:09 +0200 Matti Hamalainen Rename some labels err -> out.
Thu, 09 Jan 2020 18:51:22 +0200 Matti Hamalainen Conditionally define DM_ATTR_PRINTF_FMT(xstart, xend) instead of using
Thu, 09 Jan 2020 15:20:23 +0200 Matti Hamalainen Fix some format strings to use proper PRI*_SIZE_T where necessary.