309 Commits (675a0fe297e88e0fab2ee9b311d4ebb3c3bfef28)

Author SHA1 Message Date
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 14 years ago
Ralf Wildenhues 22e5e58a3c Typos in code comments, an error message, documentation 14 years ago
Junio C Hamano 178b33157a compat/regex: get rid of old-style definition 14 years ago
Ævar Arnfjörð Bjarmason b50f37098f compat/regex: define out variables only used under RE_ENABLE_I18N 14 years ago
Frank Li de831726de Change regerror() declaration from K&R style to ANSI C (C89) 14 years ago
Ævar Arnfjörð Bjarmason a997bf423d compat/regex: get the gawk regex engine to compile within git 14 years ago
Ævar Arnfjörð Bjarmason d18f76dccf compat/regex: use the regex engine from gawk for compat 14 years ago
Jonathan Nieder 78457bc0cc compat: add strtok_r() 14 years ago
SZEDER Gábor ded2d47668 mingw_utime(): handle NULL times parameter 15 years ago
Erik Faye-Lund 75f6929a36 mingw: use _commit to implement fsync 15 years ago
René Scharfe c8b296450e Fix checkout of large files to network shares on Windows XP 15 years ago