summaryrefslogtreecommitdiff
path: root/compat
AgeCommit message (Expand)AuthorFilesLines
2016-01-14compat/mingw: support MSys2-based MinGW buildLibravatar Johannes Schindelin1-1/+23
2016-01-14nedmalloc: allow compiling with MSys2's compilerLibravatar Johannes Schindelin1-0/+4
2016-01-12compat/basename.c: provide a dirname() compatibility functionLibravatar Johannes Schindelin1-0/+44
2016-01-12compat/basename: make basename() conform to POSIXLibravatar Johannes Schindelin1-3/+17
2016-01-12Refactor skipping DOS drive prefixesLibravatar Johannes Schindelin3-13/+15
2016-01-04bswap: add NO_UNALIGNED_LOADS defineLibravatar Jeff King1-2/+3
2015-12-22Merge branch 'js/emu-write-epipe-on-windows'Libravatar Junio C Hamano2-0/+20
2015-12-21mingw: emulate write(2) that fails with a EPIPELibravatar Johannes Schindelin2-0/+20
2015-12-08Merge branch 'ad/sha1-update-chunked' into maintLibravatar Junio C Hamano3-0/+25
2015-12-04Merge branch 'ad/sha1-update-chunked'Libravatar Junio C Hamano3-0/+25
2015-11-05Merge branch 'js/misc-fixes' into maintLibravatar Junio C Hamano1-2/+4
2015-11-05sha1: allow limiting the size of the data passed to SHA1_Update()Libravatar Atousa Pahlevan Duprat3-0/+25
2015-10-30Merge branch 'js/misc-fixes'Libravatar Junio C Hamano1-2/+4
2015-10-26Silence GCC's "cast of pointer to integer of a different size" warningLibravatar Johannes Schindelin1-2/+4
2015-10-23compat/mingw.c: remove printf format warningLibravatar Johannes Sixt1-1/+1
2015-10-05prefer memcpy to strcpyLibravatar Jeff King1-2/+3
2015-10-05probe_utf8_pathname_composition: use internal strbufLibravatar Jeff King2-9/+11
2015-10-05precompose_utf8: drop unused variableLibravatar Jeff King1-2/+1
2015-09-25compat/hstrerror: convert sprintf to snprintfLibravatar Jeff King1-1/+1
2015-09-25convert trivial sprintf / strcpy calls to xsnprintfLibravatar Jeff King2-4/+6
2015-09-25compat/inet_ntop: fix off-by-one in inet_ntop4Libravatar Jeff King1-3/+3
2015-09-14poll: honor the timeout on Win32Libravatar Edward Thomson1-2/+14
2015-08-28Mingw: verify both ends of the pipe () callLibravatar Jose F. Morales1-1/+1
2015-05-26Merge branch 'nd/untracked-cache'Libravatar Junio C Hamano2-0/+20
2015-05-11Merge branch 'lm/squelch-bg-progress'Libravatar Junio C Hamano1-2/+6
2015-04-15compat/mingw: stubs for getpgid() and tcgetpgrp()Libravatar Johannes Sixt1-2/+6
2015-03-12mingw32: add uname()Libravatar Nguyễn Thái Ngọc Duy2-0/+20
2014-12-22Merge branch 'dm/compat-s-ifmt-for-zos'Libravatar Junio C Hamano1-0/+48
2014-12-22Merge branch 'js/windows-open-eisdir-error' into maintLibravatar Junio C Hamano1-1/+1
2014-12-05Merge branch 'js/windows-open-eisdir-error'Libravatar Junio C Hamano1-1/+1
2014-12-04compat: convert modes to use portable file type valuesLibravatar David Michael1-0/+48
2014-11-17Windows: correct detection of EISDIR in mingw_open()Libravatar Johannes Sixt1-1/+1
2014-10-29Merge branch 'dm/port2zos'Libravatar Junio C Hamano1-0/+4
2014-10-27compat/bswap.h: detect endianness from XL C compiler macrosLibravatar David Michael1-0/+4
2014-09-22mingw.h: add dummy functions for sigset_t operationsLibravatar Johannes Sixt1-1/+6
2014-07-30Merge branch 'sk/mingw-uni-fix-more'Libravatar Junio C Hamano2-133/+169
2014-07-21Merge branch 'maint'Libravatar Junio C Hamano1-2/+1
2014-07-21Merge branch 'sk/mingw-uni-fix'Libravatar Junio C Hamano4-77/+171
2014-07-21use xcalloc() to allocate zero-initialized memoryLibravatar René Scharfe1-2/+1
2014-07-21Win32: enable color output in Windows cmd.exeLibravatar Karsten Blees1-0/+4
2014-07-21Win32: patch Windows environment on startupLibravatar Karsten Blees1-13/+12
2014-07-21Win32: keep the environment sortedLibravatar Karsten Blees1-39/+65
2014-07-21Win32: use low-level memory allocation during initializationLibravatar Karsten Blees1-15/+28
2014-07-21Win32: reduce environment array reallocationsLibravatar Karsten Blees1-27/+35
2014-07-21Win32: don't copy the environment twice when spawning child processesLibravatar Karsten Blees2-56/+28
2014-07-21Win32: factor out environment block creationLibravatar Karsten Blees1-23/+32
2014-07-21Win32: unify environment function namesLibravatar Karsten Blees1-7/+7
2014-07-21Win32: unify environment case-sensitivityLibravatar Karsten Blees1-2/+1
2014-07-21Win32: fix environment memory leaksLibravatar Karsten Blees2-4/+7
2014-07-21Win32: Unicode environment (incoming)Libravatar Karsten Blees2-0/+17