summaryrefslogtreecommitdiff
path: root/compat
AgeCommit message (Expand)Author
2011-12-09mingw: give waitpid the correct signatureErik Faye-Lund
2011-10-06cleanup: use internal memory allocation wrapper functions everywhereBrandon Casey
2011-08-29obstack: Fix portability issuesFredrik Kuivinen
2011-08-21Add obstack.[ch] from EGLIBC 2.10Fredrik Kuivinen
2011-07-13Merge branch 'jc/maint-cygwin-trust-executable-bit-default'Junio C Hamano
2011-07-13Merge branch 'rj/config-cygwin'Junio C Hamano
2011-06-30Merge branch 'ef/maint-win-verify-path'Junio C Hamano
2011-06-30Merge branch 'js/i18n-windows'Junio C Hamano
2011-06-20cygwin: trust executable bit by defaultJunio C Hamano
2011-06-16t1301-*.sh: Fix the 'forced modes' test on cygwinRamsay Jones
2011-06-06Windows: teach getenv to do a case-sensitive searchJohannes Sixt
2011-06-06mingw.c: move definition of mingw_getenv downJohannes Sixt
2011-05-27real_path: do not assume '/' is the path seperatorTheo Niessink
2011-05-26compat/fnmatch/fnmatch.c: give a fall-back definition for NULLJunio C Hamano
2011-05-23Merge branch 'js/mingw-shutdown'Junio C Hamano
2011-05-18Windows: add a wrapper for the shutdown() system callJohannes Sixt
2011-04-13remove doubled words, e.g., s/to to/to/, and fix related typosJim Meyering
2011-03-21Merge branch 'sp/maint-fd-limit' into maintJunio C Hamano
2011-03-16Merge branch 'maint'Junio C Hamano
2011-03-16compat: make gcc bswap an inline functionJonathan Nieder
2011-03-15Merge branch 'jk/strbuf-vaddf'Junio C Hamano
2011-03-15Merge branch 'sp/maint-fd-limit'Junio C Hamano
2011-03-02mingw: add minimum getrlimit() compatibility stubErik Faye-Lund
2011-02-28Merge branch 'hv/mingw-fs-funnies'Junio C Hamano
2011-02-26compat: provide a fallback va_copy definitionJeff King
2011-02-07mingw_rmdir: set errno=ENOTEMPTY when appropriateJohannes Schindelin
2011-02-07mingw: add fallback for rmdir in case directory is in useHeiko Voigt
2011-02-07mingw: make failures to unlink or move raise a questionHeiko Voigt
2011-02-07mingw: work around irregular failures of unlink on windowsHeiko Voigt
2011-02-07mingw: move unlink wrapper to mingw.cHeiko Voigt
2010-12-16Merge branch 'rj/msvc-fix'Junio C Hamano
2010-12-13Merge branch 'ef/win32-dirent'Junio C Hamano
2010-12-10msvc: Fix macro redefinition warningsRamsay Jones
2010-12-10msvc: Fix build by adding missing INTMAX_MAX defineRamsay Jones
2010-12-09msvc: Fix compilation errors in compat/win32/sys/poll.cRamsay Jones
2010-12-08Merge branch 'il/remote-fd-ext'Junio C Hamano
2010-11-24Merge branch 'maint'Junio C Hamano
2010-11-24mingw: do not set errno to 0 on successErik Faye-Lund
2010-11-24win32: use our own dirent.hErik Faye-Lund
2010-11-24msvc: opendir: handle paths ending with a slashErik Faye-Lund
2010-11-24win32: dirent: handle errorsErik Faye-Lund
2010-11-24msvc: opendir: do not start the searchErik Faye-Lund
2010-11-24msvc: opendir: allocate enough memoryErik Faye-Lund
2010-11-24msvc: opendir: fix malloc-failureErik Faye-Lund
2010-11-04mingw: use poll-emulation from gnulibErik Faye-Lund
2010-11-04mingw: import poll-emulation from gnulibErik Faye-Lund
2010-11-04Improve the mingw getaddrinfo stub to handle more use casesMartin Storsjö
2010-11-04mingw: add kill emulationErik Faye-Lund
2010-11-04mingw: support waitpid with pid > 0 and WNOHANGErik Faye-Lund
2010-11-04mingw: use real pidErik Faye-Lund