272 Commits (42b00599be684e20462c431a718f86c2b6fce575)

Author SHA1 Message Date
Ben Walton cd4c4e2481 Drop system includes from inet_pton/inet_ntop compatibility wrappers 13 years ago
Erik Faye-Lund 6ac1b2a3b8 compat/setenv.c: error if name contains '=' 13 years ago
Erik Faye-Lund 57590c72b4 compat/setenv.c: update errno when erroring out 13 years ago
Jeff King 21aeafceda add generic terminal prompt function 13 years ago
Jeff King a9bfbc5b69 compat/snprintf: don't look at va_list twice 13 years ago
Erik Faye-Lund 956d86d1c9 mingw: give waitpid the correct signature 13 years ago
Junio C Hamano f0c7fd49c0 Revert "upload-archive: use start_command instead of fork" 13 years ago
Nick Alcock e3eed7f8d2 Add strtoimax() compatibility function. 13 years ago
Vincent van Ravesteijn 439fbb8072 MSVC: Remove unneeded header stubs 13 years ago
Vincent van Ravesteijn 7b05949be0 Compile fix for MSVC: Include <io.h> 13 years ago
Erik Faye-Lund c09cd77ea2 upload-archive: use start_command instead of fork 13 years ago
Erik Faye-Lund f0bd664977 compat/win32/poll.c: upgrade from upstream 13 years ago
Erik Faye-Lund 0f77dea9a8 mingw: move poll out of sys-folder 13 years ago
Sebastian Schuberth 185528a859 inet_ntop.c: Work around GCC 4.6's detection of uninitialized variables 13 years ago
Pat Thoyts 13d24b018f mingw: ensure sockets are initialized before calling gethostname 13 years ago
Erik Faye-Lund 2a6b149c64 mingw: avoid using strbuf in syslog 14 years ago
Brandon Casey 040a655116 cleanup: use internal memory allocation wrapper functions everywhere 14 years ago
Ramsay Jones 3254310863 obstack.c: Fix some sparse warnings 14 years ago
Fredrik Kuivinen d190a0875f obstack: Fix portability issues 14 years ago
Fredrik Kuivinen e831171d67 Add obstack.[ch] from EGLIBC 2.10 14 years ago
Junio C Hamano 085479e700 cygwin: trust executable bit by default 14 years ago
Ramsay Jones 452993c297 t1301-*.sh: Fix the 'forced modes' test on cygwin 14 years ago
Johannes Sixt df599e9612 Windows: teach getenv to do a case-sensitive search 14 years ago
Johannes Sixt 06bc4b796a mingw.c: move definition of mingw_getenv down 14 years ago
Theo Niessink d1c69255a1 real_path: do not assume '/' is the path seperator 14 years ago
Junio C Hamano a02cf90144 compat/fnmatch/fnmatch.c: give a fall-back definition for NULL 14 years ago
Johannes Sixt a7941795b1 Windows: add a wrapper for the shutdown() system call 14 years ago
Jim Meyering 0353a0c4ec remove doubled words, e.g., s/to to/to/, and fix related typos 14 years ago
Jonathan Nieder c6c8d0b797 compat: make gcc bswap an inline function 14 years ago
Erik Faye-Lund 38abd9b8b4 mingw: add minimum getrlimit() compatibility stub 14 years ago
Jeff King ab8632ae36 compat: provide a fallback va_copy definition 14 years ago
Johannes Schindelin ab1a11be78 mingw_rmdir: set errno=ENOTEMPTY when appropriate 14 years ago
Heiko Voigt 4f288100ce mingw: add fallback for rmdir in case directory is in use 14 years ago
Heiko Voigt c9b7840080 mingw: make failures to unlink or move raise a question 14 years ago
Heiko Voigt 19e125498b mingw: work around irregular failures of unlink on windows 14 years ago
Heiko Voigt 337967fb77 mingw: move unlink wrapper to mingw.c 14 years ago
Ramsay Jones 93d85f57be msvc: Fix macro redefinition warnings 14 years ago
Ramsay Jones 1a3b5a3e5c msvc: Fix build by adding missing INTMAX_MAX define 14 years ago
Ramsay Jones 56fb3ddc89 msvc: Fix compilation errors in compat/win32/sys/poll.c 14 years ago
Erik Faye-Lund e93368d26e mingw: do not set errno to 0 on success 14 years ago
Erik Faye-Lund d1b6e6e015 win32: use our own dirent.h 14 years ago
Erik Faye-Lund e7772600e9 msvc: opendir: handle paths ending with a slash 14 years ago
Erik Faye-Lund 9585ed519c win32: dirent: handle errors 14 years ago
Erik Faye-Lund 20c6788ace msvc: opendir: do not start the search 14 years ago
Erik Faye-Lund 17194c1e96 msvc: opendir: allocate enough memory 14 years ago
Erik Faye-Lund 599b0bf438 msvc: opendir: fix malloc-failure 14 years ago
Erik Faye-Lund fdc1211463 mingw: use poll-emulation from gnulib 14 years ago
Erik Faye-Lund 49521af8a8 mingw: import poll-emulation from gnulib 14 years ago
Martin Storsjö cbefd2d632 Improve the mingw getaddrinfo stub to handle more use cases 14 years ago
Erik Faye-Lund bb34c5aabe inet_ntop: fix a couple of old-style decls 14 years ago