log src/dmlib.h @ 2542:b544a8e32a35

age author description
Mon, 18 Oct 2021 01:06:14 +0300 Matti Hamalainen Perhaps improve type definitions for MinGW v8+
Sat, 02 Jan 2021 11:42:17 +0200 Matti Hamalainen Bump copyright years.
Tue, 28 Apr 2020 20:34:49 +0300 Matti Hamalainen Remove dm_str(n)casecmp() functions, in favour of standard libc ones.
Tue, 28 Apr 2020 14:45:44 +0300 Matti Hamalainen Rename DM_SWAP() macro to DM_SWAP_IF().
Mon, 20 Jan 2020 19:29:03 +0200 Matti Hamalainen Remember to include <string.h> for memset() now.
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 20:04:54 +0200 Matti Hamalainen Cosmetic cleanups.
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 18:51:22 +0200 Matti Hamalainen Conditionally define DM_ATTR_PRINTF_FMT(xstart, xend) instead of using
Thu, 09 Jan 2020 14:55:41 +0200 Matti Hamalainen Add __attribute__(__format__ ..) specifiers for functions that use printf() style format specifiers.
Fri, 03 Jan 2020 10:59:36 +0200 Matti Hamalainen Bump copyright years.