summaryrefslogtreecommitdiffstats
path: root/compat
AgeCommit message (Expand)AuthorLines
2013-02-25msvc: test-svn-fe: Fix linker "unresolved external" errorRamsay Jones-0/+2
2013-02-25msvc: Fix build by adding missing symbol definesRamsay Jones-0/+3
2013-02-25msvc: Fix compilation errors caused by poll.h emulationRamsay Jones-1/+0
2013-01-10Merge branch 'nd/wildmatch'Junio C Hamano-1/+2
2013-01-03Merge branch 'ss/nedmalloc-compilation'Junio C Hamano-1/+4
2013-01-03Merge branch 'jc/maint-fnmatch-old-style-definition'Junio C Hamano-12/+12
2013-01-01compat/fnmatch: respect NO_FNMATCH* even on glibcNguyễn Thái Ngọc Duy-1/+2
2012-12-19compat/fnmatch: update old-style definition to ANSIJunio C Hamano-12/+12
2012-12-11nedmalloc: Fix a compile warning (exposed as error) with GCC 4.7.2Sebastian Schuberth-1/+4
2012-12-11Merge branch 'ef/mingw-rmdir'Junio C Hamano-1/+3
2012-12-10mingw_rmdir: do not prompt for retry when non-emptyErik Faye-Lund-1/+3
2012-12-04mingw: get rid of getpass implementationErik Faye-Lund-17/+0
2012-12-04mingw: reuse tty-version of git_terminal_promptErik Faye-Lund-9/+60
2012-12-04compat/terminal: separate input and output handlesErik Faye-Lund-11/+18
2012-12-04compat/terminal: factor out echo-disablingErik Faye-Lund-18/+25
2012-12-04mingw: make fgetc raise SIGINT if apropriateErik Faye-Lund-10/+72
2012-12-04mingw: correct exit-code for SIGALRM's SIG_DFLErik Faye-Lund-2/+5
2012-11-27Merge branch 'nd/maint-compat-fnmatch-fix' into maintJunio C Hamano-1/+1
2012-11-25Merge branch 'nd/maint-compat-fnmatch-fix'Junio C Hamano-1/+1
2012-11-20compat/fnmatch: fix off-by-one character class's length checkNguyễn Thái Ngọc Duy-1/+1
2012-11-18USE CGYWIN_V15_WIN32API as macro to select api for cygwinMark Levedahl-1/+1
2012-11-12Update cygwin.c for new mingw-64 win32 api headersMark Levedahl-0/+7
2012-10-25Merge branch 'js/mingw-fflush-errno'Jeff King-0/+25
2012-10-17maybe_flush_or_die: move a too-loose Windows specific errorJohannes Sixt-0/+25
2012-09-17make poll() work on platforms that can't recv() on a non-socketJoachim Schmitz-0/+4
2012-09-17poll() exits too early with EFAULT if 1st arg is NULLJoachim Schmitz-1/+1
2012-09-17fix some win32 specific dependencies in poll.cJoachim Schmitz-2/+6
2012-09-17make poll available for other platforms lacking itJoachim Schmitz-0/+0
2012-09-11Merge branch 'rr/precompose-utf8-cleanup' into maintJunio C Hamano-25/+19
2012-09-03Merge branch 'js/compat-mkdir'Junio C Hamano-0/+24
2012-08-29Merge branch 'rr/precompose-utf8-cleanup'Junio C Hamano-25/+19
2012-08-24Merge branch 'bw/maint-1.7.9-solaris-getpass' into maint-1.7.11Junio C Hamano-0/+1
2012-08-24compat: some mkdir() do not like a slash at the endJoachim Schmitz-0/+24
2012-08-20precompose-utf8: do not call checks for non-ascii "utf8"Junio C Hamano-8/+8
2012-08-17cleanup precompose_utf8Robin Rosenberg-20/+14
2012-08-08Merge branch 'bw/maint-1.7.9-solaris-getpass'Junio C Hamano-0/+1
2012-08-06terminal: seek when switching between reading and writingJeff King-0/+1
2012-07-13Merge branch 'tb/sanitize-decomposed-utf-8-pathname'Junio C Hamano-0/+235
2012-07-08git on Mac OS and precomposed unicodeTorsten Bögershausen-0/+235
2012-06-22Documentation: Fix misspellingsLeila Muhtasib-1/+1
2012-05-14Merge branch 'nd/threaded-index-pack'Junio C Hamano-0/+5
2012-04-30remove superfluous newlines in error messagesPete Wyckoff-1/+1
2012-04-23Merge branch 'rj/mingw-isguid'Junio C Hamano-3/+4
2012-04-20Merge branch 'jk/run-command-eacces'Junio C Hamano-4/+6
2012-04-18compat/mingw.h: Set S_ISUID to prevent a fast-import test failureRamsay Jones-3/+4
2012-04-11compat/win32/pthread.h: Add an pthread_key_delete() implementationRamsay Jones-0/+5
2012-04-05compat/mingw.[ch]: Change return type of exec functions to intRamsay Jones-4/+6
2012-02-12Merge branch 'bw/inet-pton-ntop-compat'Junio C Hamano-12/+0
2012-02-05Drop system includes from inet_pton/inet_ntop compatibility wrappersBen Walton-12/+0
2011-12-22Merge branch 'ef/setenv-putenv'Junio C Hamano-2/+8