summaryrefslogtreecommitdiff
path: root/compat
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | Merge branch 'na/strtoimax'Junio C Hamano2011-12-051-0/+10
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Add strtoimax() compatibility function.Nick Alcock2011-11-021-0/+10
* | | | | Revert "upload-archive: use start_command instead of fork"Junio C Hamano2011-11-151-0/+2
* | | | | upload-archive: use start_command instead of forkErik Faye-Lund2011-10-301-2/+0
* | | | | compat/win32/poll.c: upgrade from upstreamErik Faye-Lund2011-10-301-6/+13
* | | | | mingw: move poll out of sys-folderErik Faye-Lund2011-10-302-0/+0
| |/ / / |/| | |
* | | | Merge branch 'ss/inet-ntop'Junio C Hamano2011-10-211-0/+2
|\ \ \ \
| * | | | inet_ntop.c: Work around GCC 4.6's detection of uninitialized variablesss/inet-ntopSebastian Schuberth2011-10-181-0/+2
* | | | | Merge branch 'pt/mingw-misc-fixes'Junio C Hamano2011-10-182-0/+10
|\ \ \ \ \
| * | | | | mingw: ensure sockets are initialized before calling gethostnamePat Thoyts2011-10-152-0/+10
* | | | | | Merge branch 'bc/attr-ignore-case'Junio C Hamano2011-10-172-2/+2
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | cleanup: use internal memory allocation wrapper functions everywhereBrandon Casey2011-10-062-2/+2
* | | | | | Merge branch 'ef/mingw-syslog'Junio C Hamano2011-10-171-12/+18
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | mingw: avoid using strbuf in syslogef/mingw-syslogErik Faye-Lund2011-10-071-12/+18
| |/ / / /
* | | | | obstack.c: Fix some sparse warningsRamsay Jones2011-09-111-8/+7
|/ / / /
* | | | obstack: Fix portability issuesFredrik Kuivinen2011-08-282-35/+5
* | | | Add obstack.[ch] from EGLIBC 2.10Fredrik Kuivinen2011-08-202-0/+950
* | | | Merge branch 'jc/maint-cygwin-trust-executable-bit-default'Junio C Hamano2011-07-131-1/+1
|\ \ \ \