134 Commits (2db69de81deea4682579d0b9e6da40b4e9558c05)

Author SHA1 Message Date
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 12 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
Erik Faye-Lund a83b2b578c mingw_rmdir: do not prompt for retry when non-empty 12 years ago
Erik Faye-Lund f7a4cea25e mingw: get rid of getpass implementation 12 years ago
Erik Faye-Lund 176478a8bd mingw: make fgetc raise SIGINT if apropriate 12 years ago
Erik Faye-Lund f4f549892a mingw: correct exit-code for SIGALRM's SIG_DFL 12 years ago
Johannes Sixt 84adb64154 maybe_flush_or_die: move a too-loose Windows specific error 13 years ago
Ramsay Jones 1696d72321 compat/mingw.[ch]: Change return type of exec functions to int 13 years ago
Erik Faye-Lund 956d86d1c9 mingw: give waitpid the correct signature 13 years ago
Pat Thoyts 13d24b018f mingw: ensure sockets are initialized before calling gethostname 14 years ago
Brandon Casey 040a655116 cleanup: use internal memory allocation wrapper functions everywhere 14 years ago
Johannes Sixt df599e9612 Windows: teach getenv to do a case-sensitive search 14 years ago
Johannes Sixt 06bc4b796a mingw.c: move definition of mingw_getenv down 14 years ago
Johannes Sixt a7941795b1 Windows: add a wrapper for the shutdown() system call 14 years ago
Jim Meyering 0353a0c4ec remove doubled words, e.g., s/to to/to/, and fix related typos 14 years ago
Johannes Schindelin ab1a11be78 mingw_rmdir: set errno=ENOTEMPTY when appropriate 14 years ago
Heiko Voigt 4f288100ce mingw: add fallback for rmdir in case directory is in use 14 years ago
Heiko Voigt c9b7840080 mingw: make failures to unlink or move raise a question 14 years ago
Heiko Voigt 19e125498b mingw: work around irregular failures of unlink on windows 14 years ago
Heiko Voigt 337967fb77 mingw: move unlink wrapper to mingw.c 14 years ago