554 Commits (bf2f63a781dfca084b8cbdd9f8e318d35c89488b)

Author SHA1 Message Date
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
Erik Faye-Lund 82fc07b7ba mingw: add kill emulation 14 years ago
Erik Faye-Lund ef7108caf3 mingw: support waitpid with pid > 0 and WNOHANG 14 years ago
Erik Faye-Lund 52de4db579 mingw: use real pid 14 years ago
Mike Pape da523cc597 compat: add inet_pton and inet_ntop prototypes 14 years ago
Mike Pape 088d880247 mingw: implement syslog 14 years ago
Mike Pape 772991af40 mingw: add network-wrappers for daemon 14 years ago
Ilari Liusvaara 419f37db4d Add bidirectional_transfer_loop() 14 years ago
Eric Sunshine 5debf9a5ac Add MinGW-specific execv() override. 14 years ago
Eric Sunshine 77df1f1edf Fix Windows-specific macro redefinition warning. 14 years ago
Erik Faye-Lund 1a4042096c mingw: do not crash on open(NULL, ...) 14 years ago
Pat Thoyts 442dada22d MinGW: Report errors when failing to launch the html browser. 14 years ago
Pat Thoyts 9b9784cab9 MinGW: fix stat() and lstat() implementations for handling symlinks 14 years ago
Sebastian Schuberth 4091bfc961 MinGW: Add missing file mode bit defines 14 years ago
Sebastian Schuberth e7cf4e94c6 MinGW: Use pid_t more consequently, introduce uid_t for greater compatibility 14 years ago
Johannes Sixt ce518bbd6c Fix compat/regex ANSIfication on MinGW 15 years ago
Ralf Wildenhues 22e5e58a3c Typos in code comments, an error message, documentation 15 years ago
Junio C Hamano 178b33157a compat/regex: get rid of old-style definition 15 years ago
Ævar Arnfjörð Bjarmason b50f37098f compat/regex: define out variables only used under RE_ENABLE_I18N 15 years ago