aboutsummaryrefslogtreecommitdiff
path: root/compat
Commit message (Expand)AuthorAge
* mingw: let lstat() fail with errno == ENOTDIR when appropriateJohannes Schindelin2016-01-26
* mingw: try to delete target directory before renaming마누엘2016-01-26
* mingw: prepare the TMPDIR environment variable for shell scriptsJohannes Schindelin2016-01-26
* mingw: factor out Windows specific environment setupKarsten Blees2016-01-26
* mingw: uglify (a, 0) definitions to shut up warningsJohannes Schindelin2016-01-15
* mingw: squash another warning about a castJohannes Schindelin2016-01-15
* mingw: avoid warnings when casting HANDLEs to intJohannes Schindelin2016-01-15
* mingw: avoid redefining S_* constantsJohannes Schindelin2016-01-15
* compat/winansi: support compiling with MSys2Johannes Schindelin2016-01-14
* compat/mingw: support MSys2-based MinGW buildJohannes Schindelin2016-01-14
* nedmalloc: allow compiling with MSys2's compilerJohannes Schindelin2016-01-14
* Merge branch 'js/emu-write-epipe-on-windows'Junio C Hamano2015-12-22
|\
| * mingw: emulate write(2) that fails with a EPIPEJohannes Schindelin2015-12-21
| * Merge branch 'ad/sha1-update-chunked' into maintJunio C Hamano2015-12-08
| |\
| * \ Merge branch 'js/misc-fixes' into maintJunio C Hamano2015-11-05
| |\ \
* | \ \ Merge branch 'ad/sha1-update-chunked'Junio C Hamano2015-12-04
|\ \ \ \ | | |_|/ | |/| |
| * | | sha1: allow limiting the size of the data passed to SHA1_Update()Atousa Pahlevan Duprat2015-11-05
* | | | Merge branch 'js/misc-fixes'Junio C Hamano2015-10-30
|\ \ \ \ | | |_|/ | |/| |
| * | | Silence GCC's "cast of pointer to integer of a different size" warningJohannes Schindelin2015-10-26
| |/ /
| * | Merge branch 'js/windows-open-eisdir-error' into maintJunio C Hamano2014-12-22
| |\ \
* | | | compat/mingw.c: remove printf format warningJohannes Sixt2015-10-23
* | | | prefer memcpy to strcpyJeff King2015-10-05
* | | | probe_utf8_pathname_composition: use internal strbufJeff King2015-10-05
* | | | precompose_utf8: drop unused variableJeff King2015-10-05
* | | | compat/hstrerror: convert sprintf to snprintfJeff King2015-09-25
* | | | convert trivial sprintf / strcpy calls to xsnprintfJeff King2015-09-25
* | | | compat/inet_ntop: fix off-by-one in inet_ntop4Jeff King2015-09-25
| |_|/ |/| |
* | | poll: honor the timeout on Win32Edward Thomson2015-09-14
* | | Mingw: verify both ends of the pipe () callJose F. Morales2015-08-28
* | | Merge branch 'nd/untracked-cache'Junio C Hamano2015-05-26
|\ \ \
| * | | mingw32: add uname()Nguyễn Thái Ngọc Duy2015-03-12
* | | | Merge branch 'lm/squelch-bg-progress'Junio C Hamano2015-05-11
|\ \ \ \ | |/ / / |/| | |
| * | | compat/mingw: stubs for getpgid() and tcgetpgrp()Johannes Sixt2015-04-15
* | | | Merge branch 'dm/compat-s-ifmt-for-zos'Junio C Hamano2014-12-22
|\ \ \ \
| * | | | compat: convert modes to use portable file type valuesDavid Michael2014-12-04
* | | | | Merge branch 'js/windows-open-eisdir-error'Junio C Hamano2014-12-05
|\ \ \ \ \ | |_|_|/ / |/| | | / | | |_|/ | |/| |
| * | | Windows: correct detection of EISDIR in mingw_open()Johannes Sixt2014-11-17
| |/ /
* | | Merge branch 'dm/port2zos'Junio C Hamano2014-10-29
|\ \ \ | |_|/ |/| |
| * | compat/bswap.h: detect endianness from XL C compiler macrosDavid Michael2014-10-27
| |/
* | mingw.h: add dummy functions for sigset_t operationsJohannes Sixt2014-09-22
|/
* Merge branch 'sk/mingw-uni-fix-more'Junio C Hamano2014-07-30
|\
| * Win32: enable color output in Windows cmd.exeKarsten Blees2014-07-21
| * Win32: patch Windows environment on startupKarsten Blees2014-07-21
| * Win32: keep the environment sortedKarsten Blees2014-07-21
| * Win32: use low-level memory allocation during initializationKarsten Blees2014-07-21
| * Win32: reduce environment array reallocationsKarsten Blees2014-07-21
| * Win32: don't copy the environment twice when spawning child processesKarsten Blees2014-07-21
| * Win32: factor out environment block creationKarsten Blees2014-07-21
| * Win32: unify environment function namesKarsten Blees2014-07-21
| * Win32: unify environment case-sensitivityKarsten Blees2014-07-21