summaryrefslogtreecommitdiff
path: root/compat
AgeCommit message (Expand)AuthorFilesLines
2014-09-22mingw.h: add dummy functions for sigset_t operationsLibravatar Johannes Sixt1-1/+6
2014-07-30Merge branch 'sk/mingw-uni-fix-more'Libravatar Junio C Hamano2-133/+169
2014-07-21Merge branch 'maint'Libravatar Junio C Hamano1-2/+1
2014-07-21Merge branch 'sk/mingw-uni-fix'Libravatar Junio C Hamano4-77/+171
2014-07-21use xcalloc() to allocate zero-initialized memoryLibravatar René Scharfe1-2/+1
2014-07-21Win32: enable color output in Windows cmd.exeLibravatar Karsten Blees1-0/+4
2014-07-21Win32: patch Windows environment on startupLibravatar Karsten Blees1-13/+12
2014-07-21Win32: keep the environment sortedLibravatar Karsten Blees1-39/+65
2014-07-21Win32: use low-level memory allocation during initializationLibravatar Karsten Blees1-15/+28
2014-07-21Win32: reduce environment array reallocationsLibravatar Karsten Blees1-27/+35
2014-07-21Win32: don't copy the environment twice when spawning child processesLibravatar Karsten Blees2-56/+28
2014-07-21Win32: factor out environment block creationLibravatar Karsten Blees1-23/+32
2014-07-21Win32: unify environment function namesLibravatar Karsten Blees1-7/+7
2014-07-21Win32: unify environment case-sensitivityLibravatar Karsten Blees1-2/+1
2014-07-21Win32: fix environment memory leaksLibravatar Karsten Blees2-4/+7
2014-07-21Win32: Unicode environment (incoming)Libravatar Karsten Blees2-0/+17
2014-07-21Win32: Unicode environment (outgoing)Libravatar Karsten Blees1-11/+14
2014-07-17Revert "Windows: teach getenv to do a case-sensitive search"Libravatar Karsten Blees1-20/+3
2014-07-16MinGW: fix compile error due to missing ELOOPLibravatar Karsten Blees1-0/+3
2014-07-15Win32: Unicode file name support (dirent)Libravatar Karsten Blees2-21/+11
2014-07-15Win32: Unicode file name support (except dirent)Libravatar Karsten Blees2-56/+160
2014-07-09Merge branch 'sk/mingw-unicode-spawn-args'Libravatar Junio C Hamano1-23/+71
2014-07-09Merge branch 'sk/mingw-dirent'Libravatar Junio C Hamano2-67/+57
2014-07-09Merge branch 'sk/mingw-uni-console'Libravatar Junio C Hamano3-123/+533
2014-07-09Merge branch 'sk/mingw-main'Libravatar Junio C Hamano2-10/+19
2014-06-25Merge branch 'ym/fix-opportunistic-index-update-race' into maintLibravatar Junio C Hamano1-3/+1
2014-06-16Win32: Unicode arguments (incoming)Libravatar Karsten Blees1-2/+40
2014-06-16Win32: Unicode arguments (outgoing)Libravatar Karsten Blees1-4/+14
2014-06-16MinGW: disable CRT command line globbingLibravatar Karsten Blees1-0/+6
2014-06-16Win32: fix potential multi-threading issueLibravatar Karsten Blees1-1/+1
2014-06-16Win32: simplify internal mingw_spawn* APIsLibravatar Karsten Blees1-15/+8
2014-06-16Win32: let mingw_execve() return an intLibravatar Johannes Schindelin1-2/+3
2014-06-16Win32: reliably detect console pipe handlesLibravatar Karsten Blees1-18/+7
2014-06-16Merge branch 'cb/byte-order'Libravatar Junio C Hamano1-9/+24
2014-06-16Merge branch 'sk/windows-unc-path'Libravatar Junio C Hamano2-0/+26
2014-06-10Win32: fix broken pipe detectionLibravatar Karsten Blees2-46/+70
2014-06-10Win32: Thread-safe windows console outputLibravatar Karsten Blees3-149/+273
2014-06-10Win32: add Unicode conversion functionsLibravatar Karsten Blees2-0/+189
2014-06-10Win32: warn if the console font doesn't support UnicodeLibravatar Karsten Blees1-0/+66
2014-06-10Win32: detect console streams more reliablyLibravatar Karsten Blees1-24/+26
2014-06-10Win32: support Unicode console outputLibravatar Karsten Blees2-6/+22
2014-06-10mingw: avoid const warningLibravatar Stepan Kasal1-1/+1
2014-06-10Win32: move main macro to a functionLibravatar Karsten Blees2-10/+19
2014-06-10Windows: allow using UNC path for git repositoryLibravatar Cezary Zawadka2-0/+26
2014-06-09Win32 dirent: improve dirent implementationLibravatar Karsten Blees1-59/+54
2014-06-09Win32 dirent: clarify #include directivesLibravatar Karsten Blees1-2/+1
2014-06-09Win32 dirent: change FILENAME_MAX to MAX_PATHLibravatar Karsten Blees1-1/+1
2014-06-09Win32 dirent: remove unused dirent.d_reclen memberLibravatar Karsten Blees1-4/+1
2014-06-09Win32 dirent: remove unused dirent.d_ino memberLibravatar Karsten Blees1-1/+0
2014-06-06Merge branch 'tl/relax-in-poll-emulation'Libravatar Junio C Hamano1-1/+1