160 Commits (bf2f63a781dfca084b8cbdd9f8e318d35c89488b)

Author SHA1 Message Date
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 9 years ago
Jeff King 5096d4909f convert trivial sprintf / strcpy calls to xsnprintf 9 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
Karsten Blees 13f1df432e Win32: move main macro to a function 11 years ago
Cezary Zawadka c2369bdf7f Windows: allow using UNC path for git repository 11 years ago
Erik Faye-Lund c9df6f4574 mingw: remove mingw_write 11 years ago
Sebastian Schuberth fa93bb20d7 MinGW: Fix stat definitions to work with MinGW runtime version 4.0 11 years ago
Nguyễn Thái Ngọc Duy 64a99eb476 gc: reject if another gc is running, unless --force is given 12 years ago
Erik Faye-Lund a45406585b mingw: make mingw_signal return the correct handler 12 years ago
Ramsay Jones 657b35f4be compat/mingw.c: Fix some sparse warnings 12 years ago