summaryrefslogtreecommitdiff
path: root/compat
Commit message (Expand)AuthorAgeFilesLines
* mingw: give waitpid the correct signatureErik Faye-Lund2011-12-092-2/+2
* cleanup: use internal memory allocation wrapper functions everywhereBrandon Casey2011-10-062-2/+2
* obstack: Fix portability issuesFredrik Kuivinen2011-08-282-35/+5
* Add obstack.[ch] from EGLIBC 2.10Fredrik Kuivinen2011-08-202-0/+950
* Merge branch 'jc/maint-cygwin-trust-executable-bit-default'Junio C Hamano2011-07-131-1/+1
|\
| * cygwin: trust executable bit by defaultJunio C Hamano2011-06-201-1/+1
* | Merge branch 'rj/config-cygwin'Junio C Hamano2011-07-131-2/+1
|\ \
| * | t1301-*.sh: Fix the 'forced modes' test on cygwinRamsay Jones2011-06-161-2/+1
* | | Merge branch 'ef/maint-win-verify-path'Junio C Hamano2011-06-291-0/+9
|\ \ \
| * | | real_path: do not assume '/' is the path seperatorTheo Niessink2011-05-271-0/+9
* | | | Merge branch 'js/i18n-windows'Junio C Hamano2011-06-291-15/+32
|\ \ \ \ | |_|/ / |/| | |
| * | | Windows: teach getenv to do a case-sensitive searchJohannes Sixt2011-06-061-3/+20
| * | | mingw.c: move definition of mingw_getenv downJohannes Sixt2011-06-061-15/+15
| | |/ | |/|
* | | compat/fnmatch/fnmatch.c: give a fall-back definition for NULLJunio C Hamano2011-05-261-0/+4
* | | Merge branch 'js/mingw-shutdown'Junio C Hamano2011-05-232-0/+10
|\ \ \ | |/ / |/| |
| * | Windows: add a wrapper for the shutdown() system callJohannes Sixt2011-05-182-0/+10
| |/
| * Merge branch 'sp/maint-fd-limit' into maintJunio C Hamano2011-03-201-0/+16
| |\
* | | remove doubled words, e.g., s/to to/to/, and fix related typosJim Meyering2011-04-132-7/+5
* | | Merge branch 'maint'Junio C Hamano2011-03-161-8/+10
|\ \ \ | |/ /
| * | compat: make gcc bswap an inline functionJonathan Nieder2011-03-161-8/+10
* | | Merge branch 'jk/strbuf-vaddf'Junio C Hamano2011-03-151-1/+0
|\ \ \
| * | | compat: provide a fallback va_copy definitionJeff King2011-02-261-1/+0
| |/ /
* | | Merge branch 'sp/maint-fd-limit'Junio C Hamano2011-03-151-0/+16
|\ \ \ | | |/ | |/|
| * | mingw: add minimum getrlimit() compatibility stubErik Faye-Lund2011-03-021-0/+16
| |/
* | Merge branch 'hv/mingw-fs-funnies'Junio C Hamano2011-02-272-9/+173
|\ \ | |/ |/|
| * mingw_rmdir: set errno=ENOTEMPTY when appropriateJohannes Schindelin2011-02-071-0/+28
| * mingw: add fallback for rmdir in case directory is in useHeiko Voigt2011-02-072-0/+28
| * mingw: make failures to unlink or move raise a questionHeiko Voigt2011-02-071-0/+78
| * mingw: work around irregular failures of unlink on windowsHeiko Voigt2011-02-071-2/+29
| * mingw: move unlink wrapper to mingw.cHeiko Voigt2011-02-072-8/+11
* | Merge branch 'rj/msvc-fix'Junio C Hamano2010-12-163-6/+7
|\ \ | |/ |/|
| * msvc: Fix macro redefinition warningsRamsay Jones2010-12-091-6/+0
| * msvc: Fix build by adding missing INTMAX_MAX defineRamsay Jones2010-12-091-0/+4
| * msvc: Fix compilation errors in compat/win32/sys/poll.cRamsay Jones2010-12-091-0/+3
* | Merge branch 'ef/win32-dirent'Junio C Hamano2010-12-126-246/+132
|\ \
| * | win32: use our own dirent.hErik Faye-Lund2010-11-236-269/+132
| * | msvc: opendir: handle paths ending with a slashErik Faye-Lund2010-11-231-0/+2
| * | win32: dirent: handle errorsErik Faye-Lund2010-11-232-2/+28
| * | msvc: opendir: do not start the searchErik Faye-Lund2010-11-231-7/+3
| * | msvc: opendir: allocate enough memoryErik Faye-Lund2010-11-231-5/+4
| * | msvc: opendir: fix malloc-failureErik Faye-Lund2010-11-231-4/+4
| |/
* | Merge branch 'il/remote-fd-ext'Junio C Hamano2010-12-081-0/+3
|\ \
| * | Add bidirectional_transfer_loop()Ilari Liusvaara2010-10-131-0/+5
* | | Merge branch 'maint'Junio C Hamano2010-11-241-1/+3
|\ \ \ | |_|/ |/| |
| * | mingw: do not set errno to 0 on successErik Faye-Lund2010-11-231-1/+3
| |/
* | mingw: use poll-emulation from gnulibErik Faye-Lund2010-11-043-78/+1
* | mingw: import poll-emulation from gnulibErik Faye-Lund2010-11-042-0/+650
* | Improve the mingw getaddrinfo stub to handle more use casesMartin Storsjö2010-11-041-7/+21
* | mingw: add kill emulationErik Faye-Lund2010-11-042-0/+22
* | mingw: support waitpid with pid > 0 and WNOHANGErik Faye-Lund2010-11-042-0/+9