328 Commits (4f4e7e9b62b0e38dec2ea58b66f766a825539c3d)

Author SHA1 Message Date
Nguyễn Thái Ngọc Duy b782bbab94 utf8.c: add reencode_string_len() that can handle NULs in string 12 years ago
Stefano Lattarini 0f7b4c2e77 precompose-utf8: fix spelling of "want" in error message 12 years ago
Stefano Lattarini 4283b8e408 compat/nedmalloc: fix spelling in comments 12 years ago
Stefano Lattarini ce9171cd63 compat/regex: fix spelling and grammar in comments 12 years ago
Stefano Lattarini 7323513d28 obstack: fix spelling of similar 12 years ago
Torsten Bögershausen 0117c2f043 Make core.sharedRepository work under cygwin 1.7 12 years ago
Erik Faye-Lund 13a2319919 Revert "compat: add strtok_r()" 12 years ago
Ramsay Jones d0f9dbb9e2 msvc: test-svn-fe: Fix linker "unresolved external" error 12 years ago
Ramsay Jones 93e38ed0c5 msvc: Fix build by adding missing symbol defines 12 years ago
Ramsay Jones 41f2999180 msvc: Fix compilation errors caused by poll.h emulation 12 years ago
Nguyễn Thái Ngọc Duy 889316d252 compat/fnmatch: respect NO_FNMATCH* even on glibc 12 years ago
Junio C Hamano 38104ca6b9 compat/fnmatch: update old-style definition to ANSI 12 years ago
Sebastian Schuberth 8e679e08a6 nedmalloc: Fix a compile warning (exposed as error) with GCC 4.7.2 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 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 13 years ago
Joachim Schmitz 32fde6575e poll() exits too early with EFAULT if 1st arg is NULL 13 years ago
Joachim Schmitz 98c573a902 fix some win32 specific dependencies in poll.c 13 years ago
Joachim Schmitz 6d45eb1720 make poll available for other platforms lacking it 13 years ago
Joachim Schmitz 0539ecfdfc compat: some mkdir() do not like a slash at the end 13 years ago
Junio C Hamano 9a27f96705 precompose-utf8: do not call checks for non-ascii "utf8" 13 years ago
Robin Rosenberg 5f8580ad47 cleanup precompose_utf8 13 years ago
Jeff King 67ba123fd1 terminal: seek when switching between reading and writing 13 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