Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-11-25 | Make sure RETSIGTYPE is properly defined | Yang Tse | |
2006-11-24 | Define HAVE_SIGNAL_H, HAVE_SIG_ATOMIC_T and HAVE_SIG_ATOMIC_T_VOLATILE | Yang Tse | |
as appropriate for platforms that don't have autotools support | |||
2006-10-20 | Since now src/setup.h includes setup_once.h, src/config-win32.h needs | Yang Tse | |
the definitions for the return type and arguments types of functions recv() and send(). | |||
2006-10-14 | Define HAVE_STRUCT_TIMEVAL as appropriate for platforms that lack autotools ↵ | Yang Tse | |
support | |||
2005-12-18 | Fix spacing. When defining, define to 1. | Yang Tse | |
2005-12-17 | Cleanup | Yang Tse | |
2005-12-16 | 'Fix' windows builds | Yang Tse | |
2005-04-24 | Based on feedback from Cory Nelson, I added some preprocessor magic in | Daniel Stenberg | |
*/setup.h and */config-win32.h to build fine with VS2005 on x64. | |||
2005-03-05 | Better cope with a failed or unavailable ftruncate(). | Dan Fandrich | |
Added HAVE_FTRUNCATE to all the static config-*.h files on the assumption that all those systems provide it. | |||
2004-12-06 | Replace MINGW32 with built-in __MINGW32__. | Gisle Vanem | |
2004-11-24 | mingw _has_ a ftruncate() but it doesn't work with 64bit file sizes so we | Daniel Stenberg | |
can just safely pretend we don't have one | |||
2004-11-24 | mingw has a ftruncate() function | Daniel Stenberg | |
2004-11-14 | Borland doesn't have <sys/utime.h>, utime() nor | Gisle Vanem | |
_lseeki64(). | |||
2004-10-19 | All Win compilers have locale.h + setlocale(). | Gisle Vanem | |
2004-06-24 | reverted bad win32 fix | Daniel Stenberg | |
2004-06-24 | fixed the MSVC build. | Gunter Knauf | |
2004-04-25 | USE_MANUAL is now defined by default | Daniel Stenberg | |
2004-03-10 | use the new OS define from lib/config-win32.h | Daniel Stenberg | |
2004-01-14 | Gisle Vanem updated the code for win32 and djgpp builds. | Daniel Stenberg | |
2001-09-07 | HAVE_SYS_UTIME_H adjustments | Daniel Stenberg | |
2001-09-03 | defined HAVE_UTIME and HAVE_UTIME_H | Daniel Stenberg | |
2001-05-22 | cleanup commit for new autoconf+automake+libtool versions | Daniel Stenberg | |
2000-06-14 | Added a define in the Mingw32 makefiles to allow parts of the config-win32 | Daniel Stenberg | |
files depend on that as well. It turned out Borland has no unistd.h file either, only mingw32 seems to use that. | |||
2000-05-22 | moved here from the newlib branch | Daniel Stenberg | |
2000-03-14 | Added HAVE_STRDUP | Daniel Stenberg | |
1999-12-29 | Initial revision | Daniel Stenberg | |