808 Commits (afb82d1db01e745bdcdad8719f8c3b85916a8afd)

Author SHA1 Message Date
Dennis Ameling e66590348a ci(vs-build): stop passing the iconv library location explicitly 4 years ago
Daniel Gurney 0c038fc65a compat/bswap.h: don't assume MSVC is little-endian 4 years ago
Daniel Gurney 1af265f0a0 compat/bswap.h: simplify MSVC endianness detection 4 years ago
Denton Liu fcedb379fd compat/mingw.h: drop extern from function declaration 4 years ago
Jeff King c578e29ba0 bswap.h: drop unaligned loads 4 years ago
Orgad Shaneh 3384a1ef78 vcbuild: fix batch file name in README 5 years ago
Orgad Shaneh c2f3ef8d8f vcbuild: fix library name for expat with make MSVC=1 5 years ago
Jeff Hostetler 680e0b4524 mingw: improve performance of mingw_unlink() 5 years ago
Jeff King ef8d7ac42a strvec: convert more callers away from argv_array name 5 years ago
Johannes Schindelin bb0e43d8a1 msvc: fix "REG_STARTEND" issue 5 years ago
Carlo Marcelo Arenas Belón 84b0115f0d compat: remove gmtime 5 years ago
Đoàn Trần Công Danh 3bc1f9e48c compat/regex: move stdlib.h up in inclusion chain 5 years ago
Emily Shaffer 69bcbbceb7 bugreport: add compiler info 5 years ago
Emily Shaffer 709df95b78 help: move list_config_help to builtin/help 5 years ago
Nathan Sanders 23eafd924a mingw: cope with the Isilon network file system 5 years ago
Johannes Schindelin 3efc128cd5 mingw: help debugging by optionally executing bash with strace 5 years ago
Johannes Schindelin b6852e1979 mingw: do not treat `COM0` as a reserved file name 5 years ago
Matthias Aßhauer a748f3f3dc mingw: use modern strftime implementation if possible 5 years ago
Andras Kucsma 05ac8582bc run-command: trigger PATH lookup properly on Cygwin 5 years ago
Alexandr Miloslavskiy 94f4d01932 mingw: workaround for hangs when sending STDIN 5 years ago
René Scharfe 2ce6d075fa use strpbrk(3) to search for characters from a given set 5 years ago
Johannes Schindelin 08809c09aa mingw: add a helper function to attach GDB to the current process 5 years ago
Jeff King cf82bff73f obstack: avoid computing offsets from NULL pointer 5 years ago
Jeff King f65d07fffa Makefile: use compat regex with SANITIZE=address 5 years ago
Johannes Schindelin b6d4d82bd5 msvc: accommodate for vcpkg's upgrade to OpenSSL v1.1.x 5 years ago
Johannes Schindelin 12acdf573a built-in add -p: handle Escape sequences more efficiently 5 years ago
Johannes Schindelin e118f06396 built-in add -p: handle Escape sequences in interactive.singlekey mode 5 years ago
Johannes Schindelin a5e46e6b01 terminal: add a new function to read a single keystroke 5 years ago
Johannes Schindelin 9ea416cb51 terminal: accommodate Git for Windows' default terminal 5 years ago
Johannes Schindelin 94ac3c31f7 terminal: make the code of disable_echo() reusable 5 years ago
Johannes Schindelin 4dc42c6c18 mingw: refuse paths containing reserved names 5 years ago
Johannes Schindelin 98d9b23e90 mingw: short-circuit the conversion of `/dev/null` to UTF-16 5 years ago
Johannes Schindelin 7d8b676992 mingw: sh arguments need quoting in more circumstances 5 years ago
Johannes Schindelin 04522edbd4 mingw: fix quoting of empty arguments for `sh` 5 years ago
Johannes Schindelin 49f7a76d57 mingw: use MSYS2 quoting even when spawning shell scripts 5 years ago
Johannes Schindelin e2ba3d6f6d mingw: detect when MSYS2's sh is to be spawned more robustly 5 years ago
Johannes Schindelin f82a97eb91 mingw: handle `subst`-ed "DOS drives" 5 years ago
Johannes Schindelin d2c84dad1c mingw: refuse to access paths with trailing spaces or periods 5 years ago
Johannes Schindelin 817ddd64c2 mingw: refuse to access paths with illegal characters 5 years ago
Johannes Schindelin 6d8684161e mingw: fix quoting of arguments 5 years ago
Johannes Schindelin 3ba3720b3f mingw: forbid translating ERROR_SUCCESS to an errno value 5 years ago
Doan Tran Cong Danh 0109d676f9 mingw: use {gm,local}time_s as backend for {gm,local}time_r 5 years ago
Johannes Schindelin 4d0375ca24 mingw: do set `errno` correctly when trying to restrict handle inheritance 5 years ago
Johannes Schindelin ac33519ddf mingw: restrict file handle inheritance only on Windows 7 and later 5 years ago
Johannes Schindelin 9a780a384d mingw: spawned processes need to inherit only standard handles 5 years ago
Johannes Schindelin c5a03b1e29 mingw: work around incorrect standard handles 5 years ago
René Scharfe 51bd6be32d mingw: use COPY_ARRAY for copying array 5 years ago
Elijah Newren 03670c8b23 Fix spelling errors in no-longer-updated-from-upstream modules 5 years ago
Elijah Newren 15beaaa3d1 Fix spelling errors in code comments 5 years ago
Johannes Schindelin 60e6569a12 mingw: avoid a buffer overrun in `needs_hiding()` 5 years ago