aboutsummaryrefslogtreecommitdiff
path: root/compat
Commit message (Expand)AuthorAge
* Merge branch 'ef/setenv-putenv' into maintJunio C Hamano2011-12-28
|\
| * compat/setenv.c: error if name contains '='Erik Faye-Lund2011-12-14
| * compat/setenv.c: update errno when erroring outErik Faye-Lund2011-12-14
* | Merge branch 'jk/maint-snprintf-va-copy' into maintJunio C Hamano2011-12-28
|\ \
| * | compat/snprintf: don't look at va_list twiceJeff King2011-12-12
* | | Merge branch 'na/strtoimax' into maintJunio C Hamano2011-12-28
|\ \ \ | |_|/ |/| |
| * | Add strtoimax() compatibility function.Nick Alcock2011-11-02
* | | Merge branch 'maint-1.7.7' into maintJunio C Hamano2011-12-09
|\ \ \
| * | | mingw: give waitpid the correct signatureErik Faye-Lund2011-12-09
* | | | Revert "upload-archive: use start_command instead of fork"Junio C Hamano2011-11-15
* | | | upload-archive: use start_command instead of forkErik Faye-Lund2011-10-30
* | | | compat/win32/poll.c: upgrade from upstreamErik Faye-Lund2011-10-30
* | | | mingw: move poll out of sys-folderErik Faye-Lund2011-10-30
* | | | Merge branch 'ss/inet-ntop'Junio C Hamano2011-10-21
|\ \ \ \
| * | | | inet_ntop.c: Work around GCC 4.6's detection of uninitialized variablesSebastian Schuberth2011-10-18
* | | | | Merge branch 'pt/mingw-misc-fixes'Junio C Hamano2011-10-18
|\ \ \ \ \
| * | | | | mingw: ensure sockets are initialized before calling gethostnamePat Thoyts2011-10-15
* | | | | | Merge branch 'bc/attr-ignore-case'Junio C Hamano2011-10-17
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | cleanup: use internal memory allocation wrapper functions everywhereBrandon Casey2011-10-06
* | | | | | Merge branch 'ef/mingw-syslog'Junio C Hamano2011-10-17
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | mingw: avoid using strbuf in syslogErik Faye-Lund2011-10-07
| |/ / / /
* | | | | obstack.c: Fix some sparse warningsRamsay Jones2011-09-11
|/ / / /
* | | | obstack: Fix portability issuesFredrik Kuivinen2011-08-28
* | | | Add obstack.[ch] from EGLIBC 2.10Fredrik Kuivinen2011-08-20
* | | | Merge branch 'jc/maint-cygwin-trust-executable-bit-default'Junio C Hamano2011-07-13
|\ \ \ \
| * | | | cygwin: trust executable bit by defaultJunio C Hamano2011-06-20
* | | | | Merge branch 'rj/config-cygwin'Junio C Hamano2011-07-13
|\ \ \ \ \
| * | | | | t1301-*.sh: Fix the 'forced modes' test on cygwinRamsay Jones2011-06-16
| | |_|/ / | |/| | |
* | | | | Merge branch 'ef/maint-win-verify-path'Junio C Hamano2011-06-29
|\ \ \ \ \
| * | | | | real_path: do not assume '/' is the path seperatorTheo Niessink2011-05-27
* | | | | | Merge branch 'js/i18n-windows'Junio C Hamano2011-06-29
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Windows: teach getenv to do a case-sensitive searchJohannes Sixt2011-06-06
| * | | | | mingw.c: move definition of mingw_getenv downJohannes Sixt2011-06-06
| | |/ / / | |/| | |
* | | | | compat/fnmatch/fnmatch.c: give a fall-back definition for NULLJunio C Hamano2011-05-26
* | | | | Merge branch 'js/mingw-shutdown'Junio C Hamano2011-05-23
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Windows: add a wrapper for the shutdown() system callJohannes Sixt2011-05-18
| |/ / /
| * | | Merge branch 'sp/maint-fd-limit' into maintJunio C Hamano2011-03-20
| |\ \ \
* | | | | remove doubled words, e.g., s/to to/to/, and fix related typosJim Meyering2011-04-13
* | | | | Merge branch 'maint'Junio C Hamano2011-03-16
|\ \ \ \ \ | |/ / / /
| * | | | compat: make gcc bswap an inline functionJonathan Nieder2011-03-16
* | | | | Merge branch 'jk/strbuf-vaddf'Junio C Hamano2011-03-15
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | compat: provide a fallback va_copy definitionJeff King2011-02-26
| |/ / /
* | | | Merge branch 'sp/maint-fd-limit'Junio C Hamano2011-03-15
|\ \ \ \ | | |/ / | |/| |
| * | | mingw: add minimum getrlimit() compatibility stubErik Faye-Lund2011-03-02
| |/ /
* | | Merge branch 'hv/mingw-fs-funnies'Junio C Hamano2011-02-27
|\ \ \ | |/ / |/| |
| * | mingw_rmdir: set errno=ENOTEMPTY when appropriateJohannes Schindelin2011-02-07
| * | mingw: add fallback for rmdir in case directory is in useHeiko Voigt2011-02-07
| * | mingw: make failures to unlink or move raise a questionHeiko Voigt2011-02-07
| * | mingw: work around irregular failures of unlink on windowsHeiko Voigt2011-02-07
| * | mingw: move unlink wrapper to mingw.cHeiko Voigt2011-02-07