aboutsummaryrefslogtreecommitdiff
path: root/compat
Commit message (Expand)AuthorAge
* convert trivial cases to ALLOC_ARRAYJeff King2016-02-22
* Merge branch 'js/dirname-basename' into maintJunio C Hamano2016-02-05
|\
| * mingw: avoid linking to the C library's isalpha()Johannes Sixt2016-01-25
| * compat/basename.c: provide a dirname() compatibility functionJohannes Schindelin2016-01-12
| * compat/basename: make basename() conform to POSIXJohannes Schindelin2016-01-12
| * Refactor skipping DOS drive prefixesJohannes Schindelin2016-01-12
* | Merge branch 'jk/clang-pedantic' into maintJunio C Hamano2016-02-05
|\ \
| * | bswap: add NO_UNALIGNED_LOADS defineJeff King2016-01-04
| |/
* | 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
| * Win32: fix environment memory leaksKarsten Blees2014-07-21
| * Win32: Unicode environment (incoming)Karsten Blees2014-07-21
| * Win32: Unicode environment (outgoing)Karsten Blees2014-07-21