summaryrefslogtreecommitdiffstats
path: root/compat
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'bw/inet-pton-ntop-compat' into maintJunio C Hamano2012-02-132-12/+0
|\
| * Drop system includes from inet_pton/inet_ntop compatibility wrappersBen Walton2012-02-052-12/+0
* | Merge branch 'ef/setenv-putenv'Junio C Hamano2011-12-221-2/+8
|\ \
| * | compat/setenv.c: error if name contains '='Erik Faye-Lund2011-12-141-1/+1
| * | compat/setenv.c: update errno when erroring outErik Faye-Lund2011-12-141-2/+8
* | | Merge branch 'jk/git-prompt'Junio C Hamano2011-12-222-0/+87
|\ \ \
| * | | add generic terminal prompt functionJeff King2011-12-122-0/+87
| | |/ | |/|
* | | Merge branch 'jk/maint-snprintf-va-copy'Junio C Hamano2011-12-191-2/+7
|\ \ \
| * | | compat/snprintf: don't look at va_list twiceJeff King2011-12-121-2/+7
* | | | Merge branch 'maint'Junio C Hamano2011-12-092-2/+2
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge branch 'maint-1.7.7' into maintJunio C Hamano2011-12-092-2/+2
| |\ \ \ | | |_|/ | |/| |
| | * | mingw: give waitpid the correct signatureErik Faye-Lund2011-12-092-2/+2
* | | | Merge branch 'vr/msvc'Junio C Hamano2011-12-0513-12/+1
|\ \ \ \
| * | | | MSVC: Remove unneeded header stubsVincent van Ravesteijn2011-10-3112-12/+0
| * | | | Compile fix for MSVC: Include <io.h>Vincent van Ravesteijn2011-10-311-0/+1
* | | | | Merge branch 'na/strtoimax'Junio C Hamano2011-12-051-0/+10
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Add strtoimax() compatibility function.Nick Alcock2011-11-021-0/+10
* | | | | Revert "upload-archive: use start_command instead of fork"Junio C Hamano2011-11-151-0/+2
* | | | | upload-archive: use start_command instead of forkErik Faye-Lund2011-10-301-2/+0
* | | | | compat/win32/poll.c: upgrade from upstreamErik Faye-Lund2011-10-301-6/+13
* | | | | mingw: move poll out of sys-folderErik Faye-Lund2011-10-302-0/+0
| |/ / / |/| | |
* | | | Merge branch 'ss/inet-ntop'Junio C Hamano2011-10-211-0/+2
|\ \ \ \
| * | | | inet_ntop.c: Work around GCC 4.6's detection of uninitialized variablesSebastian Schuberth2011-10-181-0/+2
* | | | | Merge branch 'pt/mingw-misc-fixes'Junio C Hamano2011-10-182-0/+10
|\ \ \ \ \
| * | | | | mingw: ensure sockets are initialized before calling gethostnamePat Thoyts2011-10-152-0/+10
* | | | | | Merge branch 'bc/attr-ignore-case'Junio C Hamano2011-10-172-2/+2
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | cleanup: use internal memory allocation wrapper functions everywhereBrandon Casey2011-10-062-2/+2
* | | | | | Merge branch 'ef/mingw-syslog'Junio C Hamano2011-10-171-12/+18
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | mingw: avoid using strbuf in syslogErik Faye-Lund2011-10-071-12/+18
| |/ / / /
* / / / / obstack.c: Fix some sparse warningsRamsay Jones2011-09-111-8/+7
|/ / / /
* | | | 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
| |/ / /