summaryrefslogtreecommitdiff
path: root/compat
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'js/mingw-tests'Junio C Hamano2016-02-171-14/+77
|\
| * mingw: let lstat() fail with errno == ENOTDIR when appropriateJohannes Schindelin2016-01-261-0/+39
| * mingw: try to delete target directory before renaming마누엘2016-01-261-1/+6
| * mingw: prepare the TMPDIR environment variable for shell scriptsJohannes Schindelin2016-01-261-4/+19
| * mingw: factor out Windows specific environment setupKarsten Blees2016-01-261-13/+17
* | Merge branch 'js/dirname-basename'Junio C Hamano2016-02-033-15/+77
|\ \
| * | mingw: avoid linking to the C library's isalpha()js/dirname-basenameJohannes Sixt2016-01-252-6/+8
| * | compat/basename.c: provide a dirname() compatibility functionJohannes Schindelin2016-01-121-0/+44
| * | compat/basename: make basename() conform to POSIXJohannes Schindelin2016-01-121-3/+17
| * | Refactor skipping DOS drive prefixesJohannes Schindelin2016-01-123-13/+15
* | | Merge branch 'jc/strbuf-getline'Junio C Hamano2016-01-281-1/+1
|\ \ \
| * | | strbuf: introduce strbuf_getline_{lf,nul}()Junio C Hamano2016-01-151-1/+1
* | | | Merge branch 'js/msys2'Junio C Hamano2016-01-286-9/+49
|\ \ \ \ | | |_|/ | |/| |
| * | | mingw: uglify (a, 0) definitions to shut up warningsjs/msys2Johannes Schindelin2016-01-152-2/+6
| * | | mingw: squash another warning about a castJohannes Schindelin2016-01-151-1/+1
| * | | mingw: avoid warnings when casting HANDLEs to intJohannes Schindelin2016-01-153-5/+9
| * | | mingw: avoid redefining S_* constantsJohannes Schindelin2016-01-151-0/+4
| * | | compat/winansi: support compiling with MSys2Johannes Schindelin2016-01-141-0/+2
| * | | compat/mingw: support MSys2-based MinGW buildJohannes Schindelin2016-01-141-1/+23
| * | | nedmalloc: allow compiling with MSys2's compilerJohannes Schindelin2016-01-141-0/+4
| |/ /
* | | Merge branch 'jk/clang-pedantic'Junio C Hamano2016-01-201-2/+3
|\ \ \ | |/ / |/| |
| * | bswap: add NO_UNALIGNED_LOADS definejk/clang-pedanticJeff King2016-01-041-2/+3
| |/
* | Merge branch 'js/emu-write-epipe-on-windows'Junio C Hamano2015-12-222-0/+20
|\ \
| * | mingw: emulate write(2) that fails with a EPIPEjs/emu-write-epipe-on-windowsJohannes Schindelin2015-12-212-0/+20
| |/
| * Merge branch 'ad/sha1-update-chunked' into maintJunio C Hamano2015-12-083-0/+25
| |\
| * \ Merge branch 'js/misc-fixes' into maintJunio C Hamano2015-11-051-2/+4
| |\ \
* | \ \ Merge branch 'ad/sha1-update-chunked'Junio C Hamano2015-12-043-0/+25
|\ \ \ \ | | |_|/ | |/| |
| * | | sha1: allow limiting the size of the data passed to SHA1_Update()ad/sha1-update-chunkedAtousa Pahlevan Duprat2015-11-053-0/+25
* | | | Merge branch 'js/misc-fixes'Junio C Hamano2015-10-301-2/+4
|\ \ \ \ | | |_|/ | |/| |
| * | | Silence GCC's "cast of pointer to integer of a different size" warningJohannes Schindelin2015-10-261-2/+4
| |/ /
| * | Merge branch 'js/windows-open-eisdir-error' into maintJunio C Hamano2014-12-221-1/+1
| |\ \
* | | | compat/mingw.c: remove printf format warningJohannes Sixt2015-10-231-1/+1
* | | | prefer memcpy to strcpyJeff King2015-10-051-2/+3
* | | | probe_utf8_pathname_composition: use internal strbufJeff King2015-10-052-9/+11
* | | | precompose_utf8: drop unused variableJeff King2015-10-051-2/+1
* | | | compat/hstrerror: convert sprintf to snprintfJeff King2015-09-251-1/+1
* | | | convert trivial sprintf / strcpy calls to xsnprintfJeff King2015-09-252-4/+6
* | | | compat/inet_ntop: fix off-by-one in inet_ntop4Jeff King2015-09-251-3/+3
| |_|/ |/| |
* | | poll: honor the timeout on Win32et/win32-poll-timeoutEdward Thomson2015-09-141-2/+14
* | | Mingw: verify both ends of the pipe () callJose F. Morales2015-08-281-1/+1
* | | Merge branch 'nd/untracked-cache'Junio C Hamano2015-05-262-0/+20
|\ \ \
| * | | mingw32: add uname()Nguyễn Thái Ngọc Duy2015-03-122-0/+20
* | | | Merge branch 'lm/squelch-bg-progress'Junio C Hamano2015-05-111-2/+6
|\ \ \ \ | |/ / / |/| | |
| * | | compat/mingw: stubs for getpgid() and tcgetpgrp()Johannes Sixt2015-04-151-2/+6
* | | | Merge branch 'dm/compat-s-ifmt-for-zos'Junio C Hamano2014-12-221-0/+48
|\ \ \ \
| * | | | compat: convert modes to use portable file type valuesdm/compat-s-ifmt-for-zosDavid Michael2014-12-041-0/+48
* | | | | Merge branch 'js/windows-open-eisdir-error'Junio C Hamano2014-12-051-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | / | | |_|/ | |/| |
| * | | Windows: correct detection of EISDIR in mingw_open()js/windows-open-eisdir-errorJohannes Sixt2014-11-171-1/+1
| |/ /
* | | Merge branch 'dm/port2zos'Junio C Hamano2014-10-291-0/+4
|\ \ \ | |_|/ |/| |
| * | compat/bswap.h: detect endianness from XL C compiler macrosdm/port2zosDavid Michael2014-10-271-0/+4
| |/