summaryrefslogtreecommitdiff
path: root/compat
Commit message (Expand)AuthorAgeFilesLines
* Revert "compat/unsetenv.c: Fix a sparse warning"rj/sparseBenoit Sigoure2013-07-211-0/+3
* sparse: Fix mingw_main() argument number/type errorsRamsay Jones2013-04-281-2/+2
* compat/mingw.c: Fix some sparse warningsRamsay Jones2013-04-282-3/+10
* compat/win32mmap.c: Fix some sparse warningsRamsay Jones2013-04-281-2/+2
* compat/poll/poll.c: Fix a sparse warningRamsay Jones2013-04-281-1/+1
* compat/win32/pthread.c: Fix a sparse warningRamsay Jones2013-04-281-1/+1
* compat/unsetenv.c: Fix a sparse warningRamsay Jones2013-04-281-1/+0
* compat/nedmalloc: Fix compiler warnings on linuxRamsay Jones2013-04-281-0/+4
* compat/nedmalloc: Fix some sparse warningsRamsay Jones2013-04-282-3/+3
* compat/fnmatch/fnmatch.c: Fix a sparse errorRamsay Jones2013-04-281-1/+2
* compat/regex/regexec.c: Fix some sparse warningsRamsay Jones2013-04-281-3/+3
* utf8.c: add reencode_string_len() that can handle NULs in stringNguyễn Thái Ngọc Duy2013-04-181-1/+1
* Sync with 'maint'Junio C Hamano2013-04-126-11/+11
|\
| * precompose-utf8: fix spelling of "want" in error messageStefano Lattarini2013-04-121-1/+1
| * compat/nedmalloc: fix spelling in commentsStefano Lattarini2013-04-121-3/+3
| * compat/regex: fix spelling and grammar in commentsStefano Lattarini2013-04-123-6/+6
| * obstack: fix spelling of similarStefano Lattarini2013-04-121-1/+1
* | Make core.sharedRepository work under cygwin 1.7Torsten Bögershausen2013-03-252-0/+18
* | Merge branch 'rj/msvc-build'Junio C Hamano2013-03-193-1/+5
|\ \ | |/ |/|
| * msvc: test-svn-fe: Fix linker "unresolved external" errorRamsay Jones2013-02-251-0/+2
| * msvc: Fix build by adding missing symbol definesRamsay Jones2013-02-251-0/+3
| * msvc: Fix compilation errors caused by poll.h emulationRamsay Jones2013-02-251-1/+0
* | Revert "compat: add strtok_r()"Erik Faye-Lund2013-02-261-61/+0
|/
* Merge branch 'nd/wildmatch'Junio C Hamano2013-01-101-1/+2
|\
| * compat/fnmatch: respect NO_FNMATCH* even on glibcNguyễn Thái Ngọc Duy2013-01-011-1/+2
* | Merge branch 'ss/nedmalloc-compilation'Junio C Hamano2013-01-031-1/+4
|\ \
| * | nedmalloc: Fix a compile warning (exposed as error) with GCC 4.7.2Sebastian Schuberth2012-12-111-1/+4
* | | Merge branch 'jc/maint-fnmatch-old-style-definition'Junio C Hamano2013-01-031-12/+12
|\ \ \
| * | | compat/fnmatch: update old-style definition to ANSIJunio C Hamano2012-12-191-12/+12
| * | | Merge branch 'nd/maint-compat-fnmatch-fix' into maintJunio C Hamano2012-11-271-1/+1
| |\ \ \
* | \ \ \ Merge branch 'ef/mingw-rmdir'Junio C Hamano2012-12-111-1/+3
|\ \ \ \ \
| * | | | | mingw_rmdir: do not prompt for retry when non-emptyErik Faye-Lund2012-12-101-1/+3
* | | | | | 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