summaryrefslogtreecommitdiff
path: root/compat
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | mingw: get rid of getpass implementationErik Faye-Lund2012-12-042-17/+0
* | | | | | mingw: reuse tty-version of git_terminal_promptErik Faye-Lund2012-12-041-9/+60
* | | | | | compat/terminal: separate input and output handlesErik Faye-Lund2012-12-041-11/+18
* | | | | | compat/terminal: factor out echo-disablingErik Faye-Lund2012-12-041-18/+25
* | | | | | mingw: make fgetc raise SIGINT if apropriateErik Faye-Lund2012-12-042-10/+72
* | | | | | mingw: correct exit-code for SIGALRM's SIG_DFLErik Faye-Lund2012-12-041-2/+5
| |_|_|/ / |/| | | |
* | | | | Merge branch 'nd/maint-compat-fnmatch-fix'Junio C Hamano2012-11-251-1/+1
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | compat/fnmatch: fix off-by-one character class's length checkNguyễn Thái Ngọc Duy2012-11-201-1/+1
| * | | | Merge branch 'rr/precompose-utf8-cleanup' into maintJunio C Hamano2012-09-111-25/+19
| |\ \ \ \
* | | | | | USE CGYWIN_V15_WIN32API as macro to select api for cygwinMark Levedahl2012-11-181-1/+1
* | | | | | Update cygwin.c for new mingw-64 win32 api headersMark Levedahl2012-11-121-0/+7
* | | | | | Merge branch 'js/mingw-fflush-errno'Jeff King2012-10-252-0/+25
|\ \ \ \ \ \ | | |_|/ / / | |/| | / / | |_|_|/ / |/| | | |
| * | | | maybe_flush_or_die: move a too-loose Windows specific errorJohannes Sixt2012-10-172-0/+25
| | |_|/ | |/| |
| * | | Merge branch 'bw/maint-1.7.9-solaris-getpass' into maint-1.7.11Junio C Hamano2012-08-241-0/+1
| |\ \ \
* | | | | make poll() work on platforms that can't recv() on a non-socketJoachim Schmitz2012-09-171-0/+4
* | | | | poll() exits too early with EFAULT if 1st arg is NULLJoachim Schmitz2012-09-171-1/+1
* | | | | fix some win32 specific dependencies in poll.cJoachim Schmitz2012-09-171-2/+6
* | | | | make poll available for other platforms lacking itJoachim Schmitz2012-09-172-0/+0
* | | | | Merge branch 'js/compat-mkdir'Junio C Hamano2012-09-031-0/+24
|\ \ \ \ \
| * | | | | compat: some mkdir() do not like a slash at the endJoachim Schmitz2012-08-241-0/+24
| | |_|/ / | |/| | |
* | | | | Merge branch 'rr/precompose-utf8-cleanup'Junio C Hamano2012-08-291-25/+19
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | precompose-utf8: do not call checks for non-ascii "utf8"Junio C Hamano2012-08-201-8/+8
| * | | cleanup precompose_utf8Robin Rosenberg2012-08-171-20/+14
* | | | Merge branch 'bw/maint-1.7.9-solaris-getpass'Junio C Hamano2012-08-081-0/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | terminal: seek when switching between reading and writingJeff King2012-08-061-0/+1
* | | | Merge branch 'tb/sanitize-decomposed-utf-8-pathname'Junio C Hamano2012-07-132-0/+235
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | git on Mac OS and precomposed unicodeTorsten Bögershausen2012-07-082-0/+235
* | | Documentation: Fix misspellingsLeila Muhtasib2012-06-221-1/+1
|/ /
* | Merge branch 'nd/threaded-index-pack'Junio C Hamano2012-05-141-0/+5
|\ \
| * | compat/win32/pthread.h: Add an pthread_key_delete() implementationRamsay Jones2012-04-111-0/+5
* | | remove superfluous newlines in error messagesPete Wyckoff2012-04-301-1/+1
* | | Merge branch 'rj/mingw-isguid'Junio C Hamano2012-04-231-3/+4
|\ \ \
| * | | compat/mingw.h: Set S_ISUID to prevent a fast-import test failureRamsay Jones2012-04-181-3/+4
| |/ /
* | | Merge branch 'jk/run-command-eacces'Junio C Hamano2012-04-202-4/+6
|\ \ \ | |/ / |/| |
| * | compat/mingw.[ch]: Change return type of exec functions to intRamsay Jones2012-04-052-4/+6
* | | Merge branch 'bw/inet-pton-ntop-compat'Junio C Hamano2012-02-122-12/+0
|\ \ \ | |/ / |/| |
| * | Drop system includes from inet_pton/inet_ntop compatibility wrappersbw/inet-pton-ntop-compatBen Walton2012-02-052-12/+0
* | | Merge branch 'ef/setenv-putenv'Junio C Hamano2011-12-221-2/+8
|\ \ \
| * | | compat/setenv.c: error if name contains '='ef/setenv-putenvErik 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 twicejk/maint-snprintf-va-copyJeff 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 stubsvr/msvcVincent van Ravesteijn2011-10-3112-12/+0
| * | | | Compile fix for MSVC: Include <io.h>Vincent van Ravesteijn2011-10-311-0/+1