log compat.h @ 1589:9a21fbd6ae50

age author description
Mon, 30 Jan 2012 08:15:16 +0000 bsmith Don't rely on configure to add the 64bit file #defines on Unix and Mac.
Sat, 28 Jan 2012 22:59:12 +0000 bsmith Added 64bit stat and alloca functionality when building with Watcom.
Fri, 27 Jan 2012 18:03:09 +0000 bsmith Oops fallback dwstat didn't work quite right in that last commit.
Fri, 27 Jan 2012 17:58:04 +0000 bsmith Added dwstat #define in compat.h which will be the 64bit stat struct if available on the given platform.
Tue, 29 Nov 2011 15:25:41 +0000 bsmith Changes to get the library building with Watcom on OS/2.
Thu, 10 Nov 2011 13:30:14 +0000 bsmith Hopefully the last socklen_t change... OS/2 needs it too.
Thu, 10 Nov 2011 03:54:32 +0000 bsmith Changed socklen_t typedef #ifdef to check for MSVC.
Wed, 09 Nov 2011 10:34:58 +0000 bsmith Make sure socklen_t gets defined when building with Visual Studio.
Tue, 08 Nov 2011 11:29:22 +0000 bsmith Don't include arpa/inet.h on OS/2 with VisualAge.
Tue, 08 Nov 2011 11:07:32 +0000 bsmith Cleaned up the compatibility library header.
Tue, 19 Apr 2011 08:24:52 +0000 bsmith Have INIDIR use the home directory on all platforms now, not just Unix and Mac.
Mon, 25 Sep 2006 22:37:50 +0000 mhessling Remove non-required header files.
Fri, 20 May 2005 05:53:06 +0000 bsmith Minor change to the Windows sockinit() macro.
Fri, 20 May 2005 03:55:03 +0000 bsmith Fixes for Windows, alloca is _alloc in MSVC, added a macro in compat.h.
Fri, 20 May 2005 03:32:25 +0000 bsmith Sweeping changes to the compatibility module, moved all socket code out
Tue, 20 Jul 2004 07:36:11 +0000 mhessling Add dw_listbox_list_append()
Sat, 17 Apr 2004 05:38:09 +0000 bsmith Added a bunch of support routines I now own due to the settlement
Sat, 03 Apr 2004 06:52:12 +0000 bsmith Get EMX compiling again.
Tue, 23 Mar 2004 11:00:04 +0000 bsmith Fixed dw_window_pointer() so it works on Windows. Tried to fix the
Sat, 20 Mar 2004 01:21:13 +0000 bsmith Fixes for building with Innotek GCC. Will have to check for regressions
Tue, 27 May 2003 21:43:49 +0000 bsmith Compile fixes for MacOS X.
Wed, 05 Feb 2003 10:02:05 +0000 bsmith Include string.h no matter what.
Sun, 01 Dec 2002 14:33:43 +0000 bsmith Fixes for Windows.
Sun, 01 Dec 2002 12:59:24 +0000 bsmith Fixes so you can mix compilers.
Sun, 01 Dec 2002 11:11:41 +0000 bsmith Get Dynamic Windows building with Watcom.
Tue, 06 Aug 2002 07:54:13 +0000 bsmith Use long double instead of long long for drivesize and drivefree.
Tue, 06 Aug 2002 05:31:04 +0000 bsmith Switch back to long from long long on Windows.
Tue, 06 Aug 2002 05:22:19 +0000 bsmith Fixed precision problems with drivesize and drivefree on FreeBSD.
Fri, 15 Feb 2002 09:30:50 +0000 bsmith Added localization APIs as well as some miscellaneous bug fixes.
Sat, 08 Dec 2001 04:47:43 +0000 bsmith Sync with latest DW code. Tab and RGB fixes.
Tue, 13 Nov 2001 11:14:00 +0000 bsmith Added a log filename parameter to setfileinfo().
Tue, 23 Oct 2001 18:37:46 +0000 bsmith More updates, and a more comprehensive unix install scheme. Use target
Mon, 17 Sep 2001 09:15:40 +0000 bsmith Added unix versions of functions in compat, and added getfsname, plus
Fri, 17 Aug 2001 12:22:21 +0000 bsmith Added HAVE_PIPE define for EMX.
Fri, 17 Aug 2001 11:44:05 +0000 bsmith Updated dynamic windows to build with EMX.
Tue, 03 Jul 2001 07:50:39 +0000 ktk Import