log dwcompat.c @ 3005:522ef24b0aba default tip

age author description
Mon, 16 Aug 2021 15:53:49 +0000 bsmith Mac/iOS/FreeBSD: Rewrite the filesystem code using getfsstat().
Mon, 16 Aug 2021 06:51:28 +0000 bsmith Linux: Isolate linux/android specific code in #ifdef __linux__
Fri, 14 May 2021 12:13:29 +0000 bsmith Android: Get dwcompat building on Android. Had to disable the filesystem functions for now.
Tue, 23 Mar 2021 20:02:07 +0000 bsmith iOS: dwcompat now builds on iOS as well... Fixes for running dwtest.
Wed, 30 Sep 2020 22:56:59 +0000 bsmith Win: Fix some warnings reported with -W3 in Visual C.
Mon, 16 Sep 2019 19:12:39 +0000 bsmith OS/2: Move internal snprintf() into dw.h and dwcompat.h so it can be used
Mon, 16 Sep 2019 17:48:21 +0000 bsmith OS/2: Mostly safe snprintf() for VisualAge.
Mon, 16 Sep 2019 08:58:58 +0000 bsmith Fix potential buffer overflow scenarios, reported by gcc fortify.
Sat, 19 Sep 2015 10:47:46 +0000 bsmith Added detection support for Windows 10.
Fri, 01 Mar 2013 13:01:59 +0000 bsmith Apparently Visual C's "long double" type is "double" for gcc...
Mon, 19 Nov 2012 19:52:36 +0000 bsmith Fixes for building with MINGW64 (specifically http://tdm-gcc.tdragon.net/).
Sat, 05 May 2012 22:44:27 +0000 bsmith Move some more platform specific code into dwcompat.
Mon, 02 Apr 2012 19:25:09 +0000 bsmith Removed now unneeded locale conversion on Windows since everything is UTF-8.
Tue, 27 Mar 2012 08:51:14 +0000 bsmith Add code to allow building DW.DLL as Unicode on Windows.
Sat, 03 Mar 2012 06:15:22 +0000 bsmith Last commit didn't help, seems getmntinfo() isn't thread safe on Mac or FreeBSD...
Sat, 03 Mar 2012 05:21:03 +0000 bsmith Not setting the structure to NULL seems to cause crashes on Mac when mounting/unmounting.
Sun, 26 Feb 2012 09:21:35 +0000 bsmith Enable level 3 warnings in DEBUG mode with Visual C to show deprecation warnings.
Thu, 23 Feb 2012 12:44:15 +0000 bsmith Rename compat.c/h dwcompat.c/h and configure option to --with-dwcompat. base compat.c@accef1b607fc