summaryrefslogtreecommitdiff
path: root/compat
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sk/mingw-uni-fix-more'Junio C Hamano2014-07-302-133/+169
|\
| * Win32: enable color output in Windows cmd.exesk/mingw-uni-fix-moreKarsten Blees2014-07-211-0/+4
| * Win32: patch Windows environment on startupKarsten Blees2014-07-211-13/+12
| * Win32: keep the environment sortedKarsten Blees2014-07-211-39/+65
| * Win32: use low-level memory allocation during initializationKarsten Blees2014-07-211-15/+28
| * Win32: reduce environment array reallocationsKarsten Blees2014-07-211-27/+35
| * Win32: don't copy the environment twice when spawning child processesKarsten Blees2014-07-212-56/+28
| * Win32: factor out environment block creationKarsten Blees2014-07-211-23/+32
| * Win32: unify environment function namesKarsten Blees2014-07-211-7/+7
| * Win32: unify environment case-sensitivityKarsten Blees2014-07-211-2/+1
| * Win32: fix environment memory leaksKarsten Blees2014-07-212-4/+7
| * Win32: Unicode environment (incoming)Karsten Blees2014-07-212-0/+17
| * Win32: Unicode environment (outgoing)Karsten Blees2014-07-211-11/+14
| * Revert "Windows: teach getenv to do a case-sensitive search"Karsten Blees2014-07-171-20/+3
* | Merge branch 'maint'Junio C Hamano2014-07-211-2/+1
|\ \
| * | use xcalloc() to allocate zero-initialized memoryRené Scharfe2014-07-211-2/+1
| * | Merge branch 'ym/fix-opportunistic-index-update-race' into maintJunio C Hamano2014-06-251-3/+1
| |\ \
* | \ \ Merge branch 'sk/mingw-uni-fix'Junio C Hamano2014-07-214-77/+171
|\ \ \ \ | | |_|/ | |/| |
| * | | Win32: Unicode file name support (dirent)sk/mingw-uni-fixKarsten Blees2014-07-152-21/+11
| * | | Win32: Unicode file name support (except dirent)Karsten Blees2014-07-152-56/+160
* | | | MinGW: fix compile error due to missing ELOOPKarsten Blees2014-07-161-0/+3
|/ / /
* | | Merge branch 'sk/mingw-unicode-spawn-args'Junio C Hamano2014-07-091-23/+71
|\ \ \
| * | | Win32: Unicode arguments (incoming)sk/mingw-unicode-spawn-argsKarsten Blees2014-06-161-2/+40
| * | | Win32: Unicode arguments (outgoing)Karsten Blees2014-06-161-4/+14
| * | | MinGW: disable CRT command line globbingKarsten Blees2014-06-161-0/+6
| * | | Win32: fix potential multi-threading issueKarsten Blees2014-06-161-1/+1
| * | | Win32: simplify internal mingw_spawn* APIsKarsten Blees2014-06-161-15/+8
| * | | Win32: let mingw_execve() return an intJohannes Schindelin2014-06-161-2/+3
* | | | Merge branch 'sk/mingw-dirent'Junio C Hamano2014-07-092-67/+57
|\ \ \ \
| * | | | Win32 dirent: improve dirent implementationsk/mingw-direntKarsten Blees2014-06-091-59/+54
| * | | | Win32 dirent: clarify #include directivesKarsten Blees2014-06-091-2/+1
| * | | | Win32 dirent: change FILENAME_MAX to MAX_PATHKarsten Blees2014-06-091-1/+1
| * | | | Win32 dirent: remove unused dirent.d_reclen memberKarsten Blees2014-06-091-4/+1
| * | | | Win32 dirent: remove unused dirent.d_ino memberKarsten Blees2014-06-091-1/+0
| | |/ / | |/| |
* | | | Merge branch 'sk/mingw-uni-console'Junio C Hamano2014-07-093-123/+533
|\ \ \ \ | | |/ / | |/| |
| * | | Win32: reliably detect console pipe handlessk/mingw-uni-consoleKarsten Blees2014-06-161-18/+7
| * | | Win32: fix broken pipe detectionKarsten Blees2014-06-102-46/+70
| * | | Win32: Thread-safe windows console outputKarsten Blees2014-06-103-149/+273
| * | | Win32: add Unicode conversion functionsKarsten Blees2014-06-102-0/+189
| * | | Win32: warn if the console font doesn't support UnicodeKarsten Blees2014-06-101-0/+66
| * | | Win32: detect console streams more reliablyKarsten Blees2014-06-101-24/+26
| * | | Win32: support Unicode console outputKarsten Blees2014-06-102-6/+22
* | | | Merge branch 'sk/mingw-main'Junio C Hamano2014-07-092-10/+19
|\ \ \ \ | |/ / /
| * | | mingw: avoid const warningsk/mingw-mainStepan Kasal2014-06-101-1/+1
| * | | Win32: move main macro to a functionKarsten Blees2014-06-102-10/+19
* | | | Merge branch 'cb/byte-order'Junio C Hamano2014-06-161-9/+24
|\ \ \ \
| * | | | compat/bswap.h: fix endianness detectioncb/byte-orderBen Walton2014-05-301-1/+1
| * | | | compat/bswap.h: restore preference __BIG_ENDIAN over BIG_ENDIANJunio C Hamano2014-05-021-7/+7
| * | | | compat/bswap.h: detect endianness on more platforms that don't use BYTE_ORDERCharles Bailey2014-05-021-9/+24
| | |/ / | |/| |
* | | | Merge branch 'sk/windows-unc-path'Junio C Hamano2014-06-162-0/+26
|\ \ \ \ | | |/ / | |/| |