summaryrefslogtreecommitdiff
path: root/compat
AgeCommit message (Expand)AuthorFilesLines
2016-04-29Merge branch 'js/mingw-tests-2.8' into maintJunio C Hamano1-7/+2
2016-04-04Windows: shorten code by re-using convert_slashes()Johannes Sixt1-7/+2
2016-03-30MSVC: use shipped headers instead of fallback definitionsSven Strickroth2-1/+5
2016-03-30MSVC: vsnprintf in Visual Studio 2015 doesn't need SNPRINTF_SIZE_CORR any moreSven Strickroth1-1/+1
2016-03-23config --show-origin: report paths with forward slashesJohannes Schindelin1-0/+6
2016-03-04Merge branch 'js/pthread-exit-emu-windows'Junio C Hamano1-1/+1
2016-03-04Merge branch 'jk/tighten-alloc'Junio C Hamano1-1/+1
2016-03-02Mark win32's pthread_exit() as NORETURNJohannes Schindelin1-1/+1
2016-02-29compat/mingw: brown paper bag fix for 50a6c8eJeff King1-1/+1
2016-02-26Merge branch 'ps/config-error'Junio C Hamano1-1/+2
2016-02-26Merge branch 'jk/tighten-alloc'Junio C Hamano4-9/+9
2016-02-22use st_add and st_mult for allocation size computationJeff King4-6/+6
2016-02-22convert trivial cases to ALLOC_ARRAYJeff King1-3/+3
2016-02-22config: rename git_config_set_or_die to git_config_setPatrick Steinhardt1-2/+2
2016-02-22compat: die when unable to set core.precomposeunicodePatrick Steinhardt1-1/+2
2016-02-17Merge branch 'js/mingw-tests'Junio C Hamano1-14/+77
2016-02-05Merge branch 'js/dirname-basename' into maintJunio C Hamano3-15/+77
2016-02-05Merge branch 'jk/clang-pedantic' into maintJunio C Hamano1-2/+3
2016-02-03Merge branch 'js/dirname-basename'Junio C Hamano3-15/+77
2016-01-28Merge branch 'jc/strbuf-getline'Junio C Hamano1-1/+1
2016-01-28Merge branch 'js/msys2'Junio C Hamano6-9/+49
2016-01-26mingw: let lstat() fail with errno == ENOTDIR when appropriateJohannes Schindelin1-0/+39
2016-01-26mingw: try to delete target directory before renaming마누엘1-1/+6
2016-01-26mingw: prepare the TMPDIR environment variable for shell scriptsJohannes Schindelin1-4/+19
2016-01-26mingw: factor out Windows specific environment setupKarsten Blees1-13/+17
2016-01-25mingw: avoid linking to the C library's isalpha()Johannes Sixt2-6/+8
2016-01-20Merge branch 'jk/clang-pedantic'Junio C Hamano1-2/+3
2016-01-15mingw: uglify (a, 0) definitions to shut up warningsJohannes Schindelin2-2/+6
2016-01-15mingw: squash another warning about a castJohannes Schindelin1-1/+1
2016-01-15mingw: avoid warnings when casting HANDLEs to intJohannes Schindelin3-5/+9
2016-01-15mingw: avoid redefining S_* constantsJohannes Schindelin1-0/+4
2016-01-15strbuf: introduce strbuf_getline_{lf,nul}()Junio C Hamano1-1/+1
2016-01-14compat/winansi: support compiling with MSys2Johannes Schindelin1-0/+2
2016-01-14compat/mingw: support MSys2-based MinGW buildJohannes Schindelin1-1/+23
2016-01-14nedmalloc: allow compiling with MSys2's compilerJohannes Schindelin1-0/+4
2016-01-12compat/basename.c: provide a dirname() compatibility functionJohannes Schindelin1-0/+44
2016-01-12compat/basename: make basename() conform to POSIXJohannes Schindelin1-3/+17
2016-01-12Refactor skipping DOS drive prefixesJohannes Schindelin3-13/+15
2016-01-04bswap: add NO_UNALIGNED_LOADS defineJeff King1-2/+3
2015-12-22Merge branch 'js/emu-write-epipe-on-windows'Junio C Hamano2-0/+20
2015-12-21mingw: emulate write(2) that fails with a EPIPEJohannes Schindelin2-0/+20
2015-12-08Merge branch 'ad/sha1-update-chunked' into maintJunio C Hamano3-0/+25
2015-12-04Merge branch 'ad/sha1-update-chunked'Junio C Hamano3-0/+25
2015-11-05Merge branch 'js/misc-fixes' into maintJunio C Hamano1-2/+4
2015-11-05sha1: allow limiting the size of the data passed to SHA1_Update()Atousa Pahlevan Duprat3-0/+25
2015-10-30Merge branch 'js/misc-fixes'Junio C Hamano1-2/+4
2015-10-26Silence GCC's "cast of pointer to integer of a different size" warningJohannes Schindelin1-2/+4
2015-10-23compat/mingw.c: remove printf format warningJohannes Sixt1-1/+1
2015-10-05prefer memcpy to strcpyJeff King1-2/+3
2015-10-05probe_utf8_pathname_composition: use internal strbufJeff King2-9/+11