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