309 Commits (675a0fe297e88e0fab2ee9b311d4ebb3c3bfef28)

Author SHA1 Message Date
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 afb43561b8 mingw: reuse tty-version of git_terminal_prompt 12 years ago
Erik Faye-Lund 67fe735653 compat/terminal: separate input and output handles 12 years ago
Erik Faye-Lund 9df92e6369 compat/terminal: factor out echo-disabling 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
Nguyễn Thái Ngọc Duy f10e3864dc compat/fnmatch: fix off-by-one character class's length check 12 years ago
Mark Levedahl 9fca6cffc0 USE CGYWIN_V15_WIN32API as macro to select api for cygwin 12 years ago
Mark Levedahl 380a4d927b Update cygwin.c for new mingw-64 win32 api headers 12 years ago
Johannes Sixt 84adb64154 maybe_flush_or_die: move a too-loose Windows specific error 12 years ago
Joachim Schmitz a6772946a5 make poll() work on platforms that can't recv() on a non-socket 12 years ago
Joachim Schmitz 32fde6575e poll() exits too early with EFAULT if 1st arg is NULL 12 years ago
Joachim Schmitz 98c573a902 fix some win32 specific dependencies in poll.c 12 years ago
Joachim Schmitz 6d45eb1720 make poll available for other platforms lacking it 12 years ago
Joachim Schmitz 0539ecfdfc compat: some mkdir() do not like a slash at the end 12 years ago
Junio C Hamano 9a27f96705 precompose-utf8: do not call checks for non-ascii "utf8" 12 years ago
Robin Rosenberg 5f8580ad47 cleanup precompose_utf8 12 years ago
Jeff King 67ba123fd1 terminal: seek when switching between reading and writing 12 years ago
Torsten Bögershausen 76759c7dff git on Mac OS and precomposed unicode 13 years ago
Leila Muhtasib 8d8136c37a Documentation: Fix misspellings 13 years ago
Pete Wyckoff 82247e9bd5 remove superfluous newlines in error messages 13 years ago
Ramsay Jones 90110d7645 compat/mingw.h: Set S_ISUID to prevent a fast-import test failure 13 years ago
Ramsay Jones 9ba604a9e4 compat/win32/pthread.h: Add an pthread_key_delete() implementation 13 years ago
Ramsay Jones 1696d72321 compat/mingw.[ch]: Change return type of exec functions to int 13 years ago
Ben Walton cd4c4e2481 Drop system includes from inet_pton/inet_ntop compatibility wrappers 13 years ago
Erik Faye-Lund 6ac1b2a3b8 compat/setenv.c: error if name contains '=' 13 years ago
Erik Faye-Lund 57590c72b4 compat/setenv.c: update errno when erroring out 13 years ago
Jeff King 21aeafceda add generic terminal prompt function 13 years ago
Jeff King a9bfbc5b69 compat/snprintf: don't look at va_list twice 13 years ago
Erik Faye-Lund 956d86d1c9 mingw: give waitpid the correct signature 13 years ago
Junio C Hamano f0c7fd49c0 Revert "upload-archive: use start_command instead of fork" 13 years ago
Nick Alcock e3eed7f8d2 Add strtoimax() compatibility function. 13 years ago
Vincent van Ravesteijn 439fbb8072 MSVC: Remove unneeded header stubs 13 years ago
Vincent van Ravesteijn 7b05949be0 Compile fix for MSVC: Include <io.h> 13 years ago
Erik Faye-Lund c09cd77ea2 upload-archive: use start_command instead of fork 13 years ago
Erik Faye-Lund f0bd664977 compat/win32/poll.c: upgrade from upstream 13 years ago
Erik Faye-Lund 0f77dea9a8 mingw: move poll out of sys-folder 13 years ago
Sebastian Schuberth 185528a859 inet_ntop.c: Work around GCC 4.6's detection of uninitialized variables 13 years ago
Pat Thoyts 13d24b018f mingw: ensure sockets are initialized before calling gethostname 13 years ago
Erik Faye-Lund 2a6b149c64 mingw: avoid using strbuf in syslog 13 years ago
Brandon Casey 040a655116 cleanup: use internal memory allocation wrapper functions everywhere 13 years ago
Ramsay Jones 3254310863 obstack.c: Fix some sparse warnings 13 years ago
Fredrik Kuivinen d190a0875f obstack: Fix portability issues 13 years ago
Fredrik Kuivinen e831171d67 Add obstack.[ch] from EGLIBC 2.10 13 years ago
Junio C Hamano 085479e700 cygwin: trust executable bit by default 14 years ago
Ramsay Jones 452993c297 t1301-*.sh: Fix the 'forced modes' test on cygwin 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
Theo Niessink d1c69255a1 real_path: do not assume '/' is the path seperator 14 years ago