167 Commits (1fee1242577ae23b32c33ff1122402bb228f2692)

Author SHA1 Message Date
Johannes Schindelin 86e254584b mingw/msvc: use the new-style RUNTIME_PREFIX helper 7 years ago
Johannes Schindelin 9ee0540a40 mingw: abort on invalid strftime formats 7 years ago
Johannes Schindelin 1a172e4ac1 mingw: optionally redirect stderr/stdout via the same handle 7 years ago
Johannes Schindelin 3f944424ac mingw: add experimental feature to redirect standard handles 7 years ago
Johannes Sixt e5b313442a mingw_fopen: report ENOENT for invalid file names 8 years ago
René Scharfe e0ca1ca20a mingw: simplify PATH handling 8 years ago
Johannes Schindelin 1a845a2c88 mingw: avoid memory leak when splitting PATH 8 years ago
Johannes Schindelin 6db5967d4e Revert "display HTML in default browser using Windows' shell API" 9 years ago
Johannes Schindelin 0767172b90 mingw: let the build succeed with DEVELOPER=1 9 years ago
Johannes Schindelin f30afdabbf mingw: introduce the 'core.hideDotFiles' setting 9 years ago
Johannes Sixt 8e9b20804a Windows: shorten code by re-using convert_slashes() 9 years ago
Jeff King 8d5b3325e7 compat/mingw: brown paper bag fix for 50a6c8e 9 years ago
Jeff King 50a6c8efa2 use st_add and st_mult for allocation size computation 9 years ago
Jeff King b32fa95fd8 convert trivial cases to ALLOC_ARRAY 9 years ago
Johannes Schindelin 4b0abd5c69 mingw: let lstat() fail with errno == ENOTDIR when appropriate 9 years ago
마누엘 4426fb5142 mingw: try to delete target directory before renaming 9 years ago
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 7c00bc39eb mingw: avoid warnings when casting HANDLEs to int 9 years ago
Johannes Schindelin 2f36eed936 Refactor skipping DOS drive prefixes 9 years ago
Johannes Schindelin 2b86292ed1 mingw: emulate write(2) that fails with a EPIPE 9 years ago
Johannes Sixt d62c89afb2 compat/mingw.c: remove printf format warning 10 years ago
Jeff King 5096d4909f convert trivial sprintf / strcpy calls to xsnprintf 10 years ago
Jose F. Morales c3cb7b6fec Mingw: verify both ends of the pipe () call 10 years ago
Nguyễn Thái Ngọc Duy 7b6aff0655 mingw32: add uname() 10 years ago
Johannes Sixt ba6fad02b6 Windows: correct detection of EISDIR in mingw_open() 10 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 85faec9d3a Win32: Unicode file name support (except dirent) 11 years ago
Karsten Blees 3f046148d9 Win32: Unicode arguments (incoming) 11 years ago
Karsten Blees 99c3c76d97 Win32: Unicode arguments (outgoing) 11 years ago
Karsten Blees 5901dc6613 MinGW: disable CRT command line globbing 11 years ago
Karsten Blees 58aa3d2a69 Win32: fix potential multi-threading issue 11 years ago
Karsten Blees 3e66e47b1b Win32: simplify internal mingw_spawn* APIs 11 years ago
Johannes Schindelin 570f1e6e1a Win32: let mingw_execve() return an int 11 years ago
Karsten Blees eac14f8909 Win32: Thread-safe windows console output 11 years ago
Karsten Blees 1c950a594c Win32: add Unicode conversion functions 11 years ago