summaryrefslogtreecommitdiff
path: root/compat
AgeCommit message (Expand)Author
2010-10-03Add MinGW-specific execv() override.Eric Sunshine
2010-10-03Fix Windows-specific macro redefinition warning.Eric Sunshine
2010-10-03mingw: do not crash on open(NULL, ...)Erik Faye-Lund
2010-10-01MinGW: Report errors when failing to launch the html browser.Pat Thoyts
2010-10-01MinGW: fix stat() and lstat() implementations for handling symlinksPat Thoyts
2010-10-01MinGW: Add missing file mode bit definesSebastian Schuberth
2010-10-01MinGW: Use pid_t more consequently, introduce uid_t for greater compatibilitySebastian Schuberth
2010-09-03Merge branch 'ab/compat-regex'Junio C Hamano
2010-08-31Merge branch 'jn/svn-fe'Junio C Hamano
2010-08-31Merge branch 'sg/rerere-gc-old-still-used'Junio C Hamano
2010-08-26Fix compat/regex ANSIfication on MinGWJohannes Sixt
2010-08-22Typos in code comments, an error message, documentationRalf Wildenhues
2010-08-19compat/regex: get rid of old-style definitionJunio C Hamano
2010-08-19compat/regex: define out variables only used under RE_ENABLE_I18NÆvar Arnfjörð Bjarmason
2010-08-18Change regerror() declaration from K&R style to ANSI C (C89)Frank Li
2010-08-18compat/regex: get the gawk regex engine to compile within gitÆvar Arnfjörð Bjarmason
2010-08-18compat/regex: use the regex engine from gawk for compatÆvar Arnfjörð Bjarmason
2010-08-15compat: add strtok_r()Jonathan Nieder
2010-07-13mingw_utime(): handle NULL times parameterSZEDER Gábor
2010-06-21Merge branch 'js/async-thread'Junio C Hamano
2010-06-16Merge branch 'np/malloc-threading' into maintJunio C Hamano
2010-06-13Merge branch 'js/maint-windows'Junio C Hamano
2010-05-21Merge branch 'np/malloc-threading'Junio C Hamano
2010-05-20mingw: use _commit to implement fsyncErik Faye-Lund
2010-05-20Fix checkout of large files to network shares on Windows XPRené Scharfe
2010-05-20Fix "Out of memory? mmap failed" for files larger than 4GB on WindowsIan McLean
2010-04-20Merge branch 'maint'Junio C Hamano
2010-04-19Merge branch 'maint-1.6.6' into maintJunio C Hamano
2010-04-19MSVC: Fix build by adding missing termios.h dummyJohannes Sixt
2010-04-11Merge branch 'jl/maint-submodule-gitfile-awareness'Junio C Hamano
2010-04-11Windows: start_command: Support non-NULL dir in struct child_processJohannes Sixt
2010-04-09Thread-safe xmalloc and xrealloc needs a recursive mutexJohannes Sixt
2010-03-31Sync with 1.7.0.4Junio C Hamano
2010-03-31Don't redefine htonl and ntohl on big-endianHolger Weiß
2010-03-30Windows: fix utime() for read-only filesJohannes Sixt
2010-03-08Merge branch 'fn/maint-mkdtemp-compat' into maintJunio C Hamano
2010-03-08Merge branch 'mm/mkstemps-mode-for-packfiles' into maintJunio C Hamano
2010-03-07Merge branch 'fn/maint-mkdtemp-compat'Junio C Hamano
2010-03-07Merge branch 'mm/mkstemps-mode-for-packfiles'Junio C Hamano
2010-03-07Windows: more pthreads functionsJohannes Sixt
2010-03-07Fix signature of fcntl() compatibility dummyJohannes Sixt
2010-02-25Windows: redirect f[re]open("/dev/null") to f[re]open("nul")Johannes Sixt
2010-02-25Fix gitmkdtemp: correct test for mktemp() return valueFilippo Negroni
2010-02-22Move gitmkstemps to path.cMatthieu Moy
2010-02-04Typofixes outside documentation areaJunio C Hamano
2010-01-30Implement pthread_cond_broadcast on WindowsJohannes Sixt
2010-01-23msvc: Fix a compiler warning due to an incorrect pointer castRamsay Jones
2010-01-23msvc: Fix an "unrecognized option" linker warningRamsay Jones
2010-01-17Do not use date.c:tm_to_time_t() from compat/mingw.cJohannes Sixt
2010-01-17MSVC: Windows-native implementation for subset of Pthreads APIAndrzej K. Haczewski