summaryrefslogtreecommitdiffstats
path: root/compat
AgeCommit message (Expand)AuthorLines
2011-04-13remove doubled words, e.g., s/to to/to/, and fix related typosJim Meyering-7/+5
2011-03-16Merge branch 'maint'Junio C Hamano-8/+10
2011-03-16compat: make gcc bswap an inline functionJonathan Nieder-8/+10
2011-03-15Merge branch 'jk/strbuf-vaddf'Junio C Hamano-1/+0
2011-03-15Merge branch 'sp/maint-fd-limit'Junio C Hamano-0/+16
2011-03-02mingw: add minimum getrlimit() compatibility stubErik Faye-Lund-0/+16
2011-02-27Merge branch 'hv/mingw-fs-funnies'Junio C Hamano-9/+173
2011-02-26compat: provide a fallback va_copy definitionJeff King-1/+0
2011-02-07mingw_rmdir: set errno=ENOTEMPTY when appropriateJohannes Schindelin-0/+28
2011-02-07mingw: add fallback for rmdir in case directory is in useHeiko Voigt-0/+28
2011-02-07mingw: make failures to unlink or move raise a questionHeiko Voigt-0/+78
2011-02-07mingw: work around irregular failures of unlink on windowsHeiko Voigt-2/+29
2011-02-07mingw: move unlink wrapper to mingw.cHeiko Voigt-8/+11
2010-12-16Merge branch 'rj/msvc-fix'Junio C Hamano-6/+7
2010-12-12Merge branch 'ef/win32-dirent'Junio C Hamano-246/+132
2010-12-09msvc: Fix macro redefinition warningsRamsay Jones-6/+0
2010-12-09msvc: Fix build by adding missing INTMAX_MAX defineRamsay Jones-0/+4
2010-12-09msvc: Fix compilation errors in compat/win32/sys/poll.cRamsay Jones-0/+3
2010-12-08Merge branch 'il/remote-fd-ext'Junio C Hamano-0/+3
2010-11-24Merge branch 'maint'Junio C Hamano-1/+3
2010-11-23mingw: do not set errno to 0 on successErik Faye-Lund-1/+3
2010-11-23win32: use our own dirent.hErik Faye-Lund-269/+132
2010-11-23msvc: opendir: handle paths ending with a slashErik Faye-Lund-0/+2
2010-11-23win32: dirent: handle errorsErik Faye-Lund-2/+28
2010-11-23msvc: opendir: do not start the searchErik Faye-Lund-7/+3
2010-11-23msvc: opendir: allocate enough memoryErik Faye-Lund-5/+4
2010-11-23msvc: opendir: fix malloc-failureErik Faye-Lund-4/+4
2010-11-04mingw: use poll-emulation from gnulibErik Faye-Lund-78/+1
2010-11-04mingw: import poll-emulation from gnulibErik Faye-Lund-0/+650
2010-11-04Improve the mingw getaddrinfo stub to handle more use casesMartin Storsjö-7/+21
2010-11-04mingw: add kill emulationErik Faye-Lund-0/+22
2010-11-04mingw: support waitpid with pid > 0 and WNOHANGErik Faye-Lund-0/+9
2010-11-04mingw: use real pidErik Faye-Lund-8/+75
2010-11-04inet_ntop: fix a couple of old-style declsErik Faye-Lund-13/+3
2010-11-04compat: add inet_pton and inet_ntop prototypesMike Pape-6/+8
2010-11-04mingw: implement syslogMike Pape-0/+92
2010-11-04mingw: add network-wrappers for daemonMike Pape-1/+59
2010-10-13Add bidirectional_transfer_loop()Ilari Liusvaara-0/+5
2010-10-03Add MinGW-specific execv() override.Eric Sunshine-0/+7
2010-10-03Fix Windows-specific macro redefinition warning.Eric Sunshine-0/+6
2010-10-03mingw: do not crash on open(NULL, ...)Erik Faye-Lund-2/+2
2010-10-01MinGW: Report errors when failing to launch the html browser.Pat Thoyts-2/+6
2010-10-01MinGW: fix stat() and lstat() implementations for handling symlinksPat Thoyts-5/+37
2010-10-01MinGW: Add missing file mode bit definesSebastian Schuberth-1/+13
2010-10-01MinGW: Use pid_t more consequently, introduce uid_t for greater compatibilitySebastian Schuberth-5/+6
2010-09-03Merge branch 'ab/compat-regex'Junio C Hamano-5104/+11166
2010-08-31Merge branch 'jn/svn-fe'Junio C Hamano-0/+61
2010-08-31Merge branch 'sg/rerere-gc-old-still-used'Junio C Hamano-2/+7
2010-08-26Fix compat/regex ANSIfication on MinGWJohannes Sixt-6/+5
2010-08-22Typos in code comments, an error message, documentationRalf Wildenhues-3/+3