summaryrefslogtreecommitdiffstats
path: root/compat
AgeCommit message (Expand)AuthorLines
2011-12-22Merge branch 'jk/git-prompt'Junio C Hamano-0/+87
2011-12-19Merge branch 'jk/maint-snprintf-va-copy'Junio C Hamano-2/+7
2011-12-14compat/setenv.c: error if name contains '='Erik Faye-Lund-1/+1
2011-12-14compat/setenv.c: update errno when erroring outErik Faye-Lund-2/+8
2011-12-12add generic terminal prompt functionJeff King-0/+87
2011-12-12compat/snprintf: don't look at va_list twiceJeff King-2/+7
2011-12-09Merge branch 'maint'Junio C Hamano-2/+2
2011-12-09Merge branch 'maint-1.7.7' into maintJunio C Hamano-2/+2
2011-12-09mingw: give waitpid the correct signatureErik Faye-Lund-2/+2
2011-12-05Merge branch 'vr/msvc'Junio C Hamano-12/+1
2011-12-05Merge branch 'na/strtoimax'Junio C Hamano-0/+10
2011-11-15Revert "upload-archive: use start_command instead of fork"Junio C Hamano-0/+2
2011-11-02Add strtoimax() compatibility function.Nick Alcock-0/+10
2011-10-31MSVC: Remove unneeded header stubsVincent van Ravesteijn-12/+0
2011-10-31Compile fix for MSVC: Include <io.h>Vincent van Ravesteijn-0/+1
2011-10-30upload-archive: use start_command instead of forkErik Faye-Lund-2/+0
2011-10-30compat/win32/poll.c: upgrade from upstreamErik Faye-Lund-6/+13
2011-10-30mingw: move poll out of sys-folderErik Faye-Lund-0/+0
2011-10-21Merge branch 'ss/inet-ntop'Junio C Hamano-0/+2
2011-10-18Merge branch 'pt/mingw-misc-fixes'Junio C Hamano-0/+10
2011-10-18inet_ntop.c: Work around GCC 4.6's detection of uninitialized variablesSebastian Schuberth-0/+2
2011-10-17Merge branch 'bc/attr-ignore-case'Junio C Hamano-2/+2
2011-10-17Merge branch 'ef/mingw-syslog'Junio C Hamano-12/+18
2011-10-15mingw: ensure sockets are initialized before calling gethostnamePat Thoyts-0/+10
2011-10-07mingw: avoid using strbuf in syslogErik Faye-Lund-12/+18
2011-10-06cleanup: use internal memory allocation wrapper functions everywhereBrandon Casey-2/+2
2011-09-11obstack.c: Fix some sparse warningsRamsay Jones-8/+7
2011-08-28obstack: Fix portability issuesFredrik Kuivinen-35/+5
2011-08-20Add obstack.[ch] from EGLIBC 2.10Fredrik Kuivinen-0/+950
2011-07-13Merge branch 'jc/maint-cygwin-trust-executable-bit-default'Junio C Hamano-1/+1
2011-07-13Merge branch 'rj/config-cygwin'Junio C Hamano-2/+1
2011-06-29Merge branch 'ef/maint-win-verify-path'Junio C Hamano-0/+9
2011-06-29Merge branch 'js/i18n-windows'Junio C Hamano-15/+32
2011-06-20cygwin: trust executable bit by defaultJunio C Hamano-1/+1
2011-06-16t1301-*.sh: Fix the 'forced modes' test on cygwinRamsay Jones-2/+1
2011-06-06Windows: teach getenv to do a case-sensitive searchJohannes Sixt-3/+20
2011-06-06mingw.c: move definition of mingw_getenv downJohannes Sixt-15/+15
2011-05-27real_path: do not assume '/' is the path seperatorTheo Niessink-0/+9
2011-05-26compat/fnmatch/fnmatch.c: give a fall-back definition for NULLJunio C Hamano-0/+4
2011-05-23Merge branch 'js/mingw-shutdown'Junio C Hamano-0/+10
2011-05-18Windows: add a wrapper for the shutdown() system callJohannes Sixt-0/+10
2011-04-13remove doubled words, e.g., s/to to/to/, and fix related typosJim Meyering-7/+5
2011-03-20Merge branch 'sp/maint-fd-limit' into maintJunio C Hamano-0/+16
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