665 Commits (313677627a8258a0a936136938302b244ae5511c)

Author SHA1 Message Date
Johannes Schindelin 1fc7bf79e5 mingw: prepare the TMPDIR environment variable for shell scripts 9 years ago
Karsten Blees 02e6edc082 mingw: factor out Windows specific environment setup 9 years ago
Johannes Sixt e7d5ce8165 mingw: avoid linking to the C library's isalpha() 9 years ago
Johannes Schindelin 2921600afb mingw: uglify (a, 0) definitions to shut up warnings 9 years ago
Johannes Schindelin 83c90da3c1 mingw: squash another warning about a cast 9 years ago
Johannes Schindelin 7c00bc39eb mingw: avoid warnings when casting HANDLEs to int 9 years ago
Johannes Schindelin 59de49f80d mingw: avoid redefining S_* constants 9 years ago
Junio C Hamano 8f309aeb82 strbuf: introduce strbuf_getline_{lf,nul}() 9 years ago
Johannes Schindelin 466931d9e1 compat/winansi: support compiling with MSys2 9 years ago
Johannes Schindelin 3ecd153a3b compat/mingw: support MSys2-based MinGW build 9 years ago
Johannes Schindelin 9e2af084d4 nedmalloc: allow compiling with MSys2's compiler 9 years ago
Johannes Schindelin 824682ab51 compat/basename.c: provide a dirname() compatibility function 9 years ago
Johannes Schindelin 61725be349 compat/basename: make basename() conform to POSIX 9 years ago
Johannes Schindelin 2f36eed936 Refactor skipping DOS drive prefixes 9 years ago
Jeff King a0df2e5a7e bswap: add NO_UNALIGNED_LOADS define 9 years ago
Johannes Schindelin 2b86292ed1 mingw: emulate write(2) that fails with a EPIPE 9 years ago
Atousa Pahlevan Duprat 001fd7a90b sha1: allow limiting the size of the data passed to SHA1_Update() 9 years ago
Johannes Schindelin 56a1a3ab44 Silence GCC's "cast of pointer to integer of a different size" warning 9 years ago
Johannes Sixt d62c89afb2 compat/mingw.c: remove printf format warning 9 years ago
Jeff King 34fa79a6cd prefer memcpy to strcpy 9 years ago
Jeff King fdf729661a probe_utf8_pathname_composition: use internal strbuf 9 years ago
Jeff King e2b021eb5b precompose_utf8: drop unused variable 9 years ago
Jeff King 48bdf86995 compat/hstrerror: convert sprintf to snprintf 10 years ago
Jeff King 5096d4909f convert trivial sprintf / strcpy calls to xsnprintf 10 years ago
Jeff King db85a8a9c2 compat/inet_ntop: fix off-by-one in inet_ntop4 10 years ago
Edward Thomson ef8b53e78c poll: honor the timeout on Win32 10 years ago
Jose F. Morales c3cb7b6fec Mingw: verify both ends of the pipe () call 10 years ago
Johannes Sixt 9a9a41db83 compat/mingw: stubs for getpgid() and tcgetpgrp() 10 years ago
Nguyễn Thái Ngọc Duy 7b6aff0655 mingw32: add uname() 10 years ago
David Michael d543d9c0f4 compat: convert modes to use portable file type values 10 years ago
Johannes Sixt ba6fad02b6 Windows: correct detection of EISDIR in mingw_open() 10 years ago
David Michael bfb0e6fcd2 compat/bswap.h: detect endianness from XL C compiler macros 10 years ago
Johannes Sixt 4e6d207c45 mingw.h: add dummy functions for sigset_t operations 11 years ago
René Scharfe 51a60f5bfb use xcalloc() to allocate zero-initialized memory 11 years ago
Karsten Blees baea068d67 Win32: enable color output in Windows cmd.exe 11 years ago
Karsten Blees 6dc715439b Win32: patch Windows environment on startup 11 years ago
Karsten Blees 343ff06da7 Win32: keep the environment sorted 11 years ago
Karsten Blees 6f1c189cad Win32: use low-level memory allocation during initialization 11 years ago
Karsten Blees f279242d5e Win32: reduce environment array reallocations 11 years ago
Karsten Blees 77734da241 Win32: don't copy the environment twice when spawning child processes 11 years ago
Karsten Blees df0e998c31 Win32: factor out environment block creation 11 years ago
Karsten Blees 26c7b21ab1 Win32: unify environment function names 11 years ago
Karsten Blees 38d2750126 Win32: unify environment case-sensitivity 11 years ago
Karsten Blees e96942e821 Win32: fix environment memory leaks 11 years ago
Karsten Blees b729f98fa5 Win32: Unicode environment (incoming) 11 years ago
Karsten Blees 7eb2619c5c Win32: Unicode environment (outgoing) 11 years ago
Karsten Blees 9ae1afa5e6 Revert "Windows: teach getenv to do a case-sensitive search" 11 years ago
Karsten Blees e0a064a107 MinGW: fix compile error due to missing ELOOP 11 years ago
Karsten Blees 0217569bb2 Win32: Unicode file name support (dirent) 11 years ago
Karsten Blees 85faec9d3a Win32: Unicode file name support (except dirent) 11 years ago