summaryrefslogtreecommitdiff
path: root/compat
AgeCommit message (Expand)Author
2013-04-18utf8.c: add reencode_string_len() that can handle NULs in stringNguyễn Thái Ngọc Duy
2013-04-12Sync with 'maint'Junio C Hamano
2013-04-12precompose-utf8: fix spelling of "want" in error messageStefano Lattarini
2013-04-12compat/nedmalloc: fix spelling in commentsStefano Lattarini
2013-04-12compat/regex: fix spelling and grammar in commentsStefano Lattarini
2013-04-12obstack: fix spelling of similarStefano Lattarini
2013-03-25Make core.sharedRepository work under cygwin 1.7Torsten Bögershausen
2013-03-19Merge branch 'rj/msvc-build'Junio C Hamano
2013-02-26Revert "compat: add strtok_r()"Erik Faye-Lund
2013-02-25msvc: test-svn-fe: Fix linker "unresolved external" errorRamsay Jones
2013-02-25msvc: Fix build by adding missing symbol definesRamsay Jones
2013-02-25msvc: Fix compilation errors caused by poll.h emulationRamsay Jones
2013-01-10Merge branch 'nd/wildmatch'Junio C Hamano
2013-01-03Merge branch 'ss/nedmalloc-compilation'Junio C Hamano
2013-01-03Merge branch 'jc/maint-fnmatch-old-style-definition'Junio C Hamano
2013-01-01compat/fnmatch: respect NO_FNMATCH* even on glibcNguyễn Thái Ngọc Duy
2012-12-19compat/fnmatch: update old-style definition to ANSIJunio C Hamano
2012-12-12nedmalloc: Fix a compile warning (exposed as error) with GCC 4.7.2Sebastian Schuberth
2012-12-11Merge branch 'ef/mingw-rmdir'Junio C Hamano
2012-12-10mingw_rmdir: do not prompt for retry when non-emptyErik Faye-Lund
2012-12-04mingw: get rid of getpass implementationErik Faye-Lund
2012-12-04mingw: reuse tty-version of git_terminal_promptErik Faye-Lund
2012-12-04compat/terminal: separate input and output handlesErik Faye-Lund
2012-12-04compat/terminal: factor out echo-disablingErik Faye-Lund
2012-12-04mingw: make fgetc raise SIGINT if apropriateErik Faye-Lund
2012-12-04mingw: correct exit-code for SIGALRM's SIG_DFLErik Faye-Lund
2012-11-27Merge branch 'nd/maint-compat-fnmatch-fix' into maintJunio C Hamano
2012-11-26Merge branch 'nd/maint-compat-fnmatch-fix'Junio C Hamano
2012-11-20compat/fnmatch: fix off-by-one character class's length checkNguyễn Thái Ngọc Duy
2012-11-19USE CGYWIN_V15_WIN32API as macro to select api for cygwinMark Levedahl
2012-11-12Update cygwin.c for new mingw-64 win32 api headersMark Levedahl
2012-10-25Merge branch 'js/mingw-fflush-errno'Jeff King
2012-10-17maybe_flush_or_die: move a too-loose Windows specific errorJohannes Sixt
2012-09-17make poll() work on platforms that can't recv() on a non-socketJoachim Schmitz
2012-09-17poll() exits too early with EFAULT if 1st arg is NULLJoachim Schmitz
2012-09-17fix some win32 specific dependencies in poll.cJoachim Schmitz
2012-09-17make poll available for other platforms lacking itJoachim Schmitz
2012-09-11Merge branch 'rr/precompose-utf8-cleanup' into maintJunio C Hamano
2012-09-03Merge branch 'js/compat-mkdir'Junio C Hamano
2012-08-29Merge branch 'rr/precompose-utf8-cleanup'Junio C Hamano
2012-08-24Merge branch 'bw/maint-1.7.9-solaris-getpass' into maint-1.7.11Junio C Hamano
2012-08-24compat: some mkdir() do not like a slash at the endJoachim Schmitz
2012-08-20precompose-utf8: do not call checks for non-ascii "utf8"Junio C Hamano
2012-08-17cleanup precompose_utf8Robin Rosenberg
2012-08-08Merge branch 'bw/maint-1.7.9-solaris-getpass'Junio C Hamano
2012-08-07terminal: seek when switching between reading and writingJeff King
2012-07-13Merge branch 'tb/sanitize-decomposed-utf-8-pathname'Junio C Hamano
2012-07-09git on Mac OS and precomposed unicodeTorsten Bögershausen
2012-06-22Documentation: Fix misspellingsLeila Muhtasib
2012-05-14Merge branch 'nd/threaded-index-pack'Junio C Hamano