summaryrefslogtreecommitdiff
path: root/compat
Commit message (Expand)AuthorAgeFilesLines
* compat/bswap.h: don't assume MSVC is little-endianDaniel Gurney2020-11-111-1/+1
* compat/bswap.h: simplify MSVC endianness detectionDaniel Gurney2020-11-091-1/+1
* compat/mingw.h: drop extern from function declarationDenton Liu2020-10-071-1/+1
* Merge branch 'jk/drop-unaligned-loads'Junio C Hamano2020-10-041-24/+0
|\
| * bswap.h: drop unaligned loadsJeff King2020-09-241-24/+0
* | vcbuild: fix batch file name in READMEOrgad Shaneh2020-09-031-2/+2
* | vcbuild: fix library name for expat with make MSVC=1Orgad Shaneh2020-09-031-1/+1
* | Merge branch 'jh/mingw-unlink'Junio C Hamano2020-08-191-0/+3
|\ \
| * | mingw: improve performance of mingw_unlink()Jeff Hostetler2020-08-171-0/+3
| |/
* | strvec: convert more callers away from argv_array nameJeff King2020-07-282-11/+11
|/
* Merge branch 'js/msvc-build-fix'Junio C Hamano2020-06-171-1/+3
|\
| * msvc: fix "REG_STARTEND" issueJohannes Schindelin2020-06-041-1/+3
* | Merge branch 'cb/no-more-gmtime'Junio C Hamano2020-05-201-29/+0
|\ \
| * | compat: remove gmtimeCarlo Marcelo Arenas Belón2020-05-141-29/+0
| * | Merge branch 'js/mingw-open-in-gdb' into maintJunio C Hamano2020-03-172-0/+23
| |\ \
| * \ \ Merge branch 'am/mingw-poll-fix' into maintJunio C Hamano2020-03-171-28/+3
| |\ \ \
| * \ \ \ Merge branch 'jk/clang-sanitizer-fixes' into maintJunio C Hamano2020-03-171-2/+4
| |\ \ \ \
| * \ \ \ \ Merge branch 'jk/asan-build-fix' into maintJunio C Hamano2020-02-141-0/+5
| |\ \ \ \ \
* | \ \ \ \ \ Merge branch 'es/bugreport'Junio C Hamano2020-05-012-2/+43
|\ \ \ \ \ \ \
| * | | | | | | bugreport: add compiler infoEmily Shaffer2020-04-161-0/+41
| * | | | | | | help: move list_config_help to builtin/helpEmily Shaffer2020-04-161-2/+2
* | | | | | | | compat/regex: move stdlib.h up in inclusion chainĐoàn Trần Công Danh2020-04-272-1/+1
* | | | | | | | Merge branch 'js/mingw-isilon-nfs'Junio C Hamano2020-04-221-2/+15
|\ \ \ \ \ \ \ \
| * | | | | | | | mingw: cope with the Isilon network file systemNathan Sanders2020-04-101-2/+15
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge branch 'js/mingw-fixes'Junio C Hamano2020-04-221-4/+41
|\ \ \ \ \ \ \ \
| * | | | | | | | mingw: help debugging by optionally executing bash with straceJohannes Schindelin2020-04-101-0/+26
| * | | | | | | | mingw: do not treat `COM0` as a reserved file nameJohannes Schindelin2020-04-081-3/+5
| * | | | | | | | mingw: use modern strftime implementation if possibleMatthias Aßhauer2020-04-081-1/+10
| |/ / / / / / /
* | | | | | | | run-command: trigger PATH lookup properly on CygwinAndras Kucsma2020-03-271-0/+11
|/ / / / / / /
* | | | | | | Merge branch 'am/mingw-poll-fix'Junio C Hamano2020-03-091-28/+3
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | mingw: workaround for hangs when sending STDINAlexandr Miloslavskiy2020-02-271-28/+3
* | | | | | | Merge branch 'rs/micro-cleanups'Junio C Hamano2020-03-021-1/+1
|\ \ \ \ \ \ \
| * | | | | | | use strpbrk(3) to search for characters from a given setRené Scharfe2020-02-241-1/+1
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'js/mingw-open-in-gdb'Junio C Hamano2020-02-172-0/+23
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | mingw: add a helper function to attach GDB to the current processJohannes Schindelin2020-02-142-0/+23
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'jk/clang-sanitizer-fixes'Junio C Hamano2020-02-121-2/+4
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | obstack: avoid computing offsets from NULL pointerJeff King2020-01-281-2/+4
| | |_|/ / | |/| | |
* | | | | Merge branch 'js/add-p-leftover-bits'Junio C Hamano2020-02-052-4/+248
|\ \ \ \ \
| * | | | | built-in add -p: handle Escape sequences more efficientlyJohannes Schindelin2020-01-151-1/+72
| * | | | | built-in add -p: handle Escape sequences in interactive.singlekey modeJohannes Schindelin2020-01-151-1/+55
| * | | | | terminal: add a new function to read a single keystrokeJohannes Schindelin2020-01-152-0/+58
| * | | | | terminal: accommodate Git for Windows' default terminalJohannes Schindelin2020-01-151-0/+50
| * | | | | terminal: make the code of disable_echo() reusableJohannes Schindelin2020-01-151-4/+15
* | | | | | Merge branch 'jk/asan-build-fix'Junio C Hamano2020-01-301-0/+5
|\ \ \ \ \ \ | |_|/ / / / |/| | | | / | | |_|_|/ | |/| | |
| * | | | Makefile: use compat regex with SANITIZE=addressJeff King2020-01-161-0/+5
| | |/ / | |/| |
* | | | Sync with maintJunio C Hamano2020-01-161-2/+2
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | msvc: accommodate for vcpkg's upgrade to OpenSSL v1.1.xJohannes Schindelin2020-01-161-2/+2
* | | Merge branch 'js/mingw-reserved-filenames'Junio C Hamano2020-01-022-22/+111
|\ \ \
| * | | mingw: refuse paths containing reserved namesJohannes Schindelin2019-12-212-16/+99
| * | | mingw: short-circuit the conversion of `/dev/null` to UTF-16Johannes Schindelin2019-12-211-10/+16
| |/ /