361 Commits (18fe5add3385a5b41e294881992c1980dcf51ffd)

Author SHA1 Message Date
Johannes Sixt 1562f3be48 compat/mingw.h: define PRId64 11 years ago
Torsten Bögershausen 92b0c8bed0 Set core.precomposeunicode to true on e.g. HFS+ 12 years ago
Steffen Prohaska a487916dd5 Revert "compat/clipped-write.c: large write(2) fails on Mac OS X/XNU" 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
Jeremy Huddleston 3ef2bcad02 imap-send: use Apple's Security framework for base64 encoding 12 years ago
Ondřej Bílka 749f763dbb typofix: in-code comments 12 years ago
Benoit Sigoure f1e2a48d18 Revert "compat/unsetenv.c: Fix a sparse warning" 12 years ago
Ramsay Jones f66450ae94 cygwin: Remove the Win32 l/stat() implementation 12 years ago
Erik Faye-Lund a45406585b mingw: make mingw_signal return the correct handler 12 years ago
Filipe Cabecinhas 6c642a8786 compate/clipped-write.c: large write(2) fails on Mac OS X/XNU 12 years ago
Ramsay Jones 83ff1da3e8 cygwin: Remove the CYGWIN_V15_WIN32API build variable 12 years ago
Jonathan Nieder 380395d094 mingw: rename WIN32 cpp macro to GIT_WINDOWS_NATIVE 12 years ago
Ramsay Jones 84d32bf767 sparse: Fix mingw_main() argument number/type errors 12 years ago
Ramsay Jones 657b35f4be compat/mingw.c: Fix some sparse warnings 12 years ago
Ramsay Jones 15b7f601fc compat/win32mmap.c: Fix some sparse warnings 12 years ago
Ramsay Jones 1c31596a4b compat/poll/poll.c: Fix a sparse warning 12 years ago
Ramsay Jones 9c3b051f93 compat/win32/pthread.c: Fix a sparse warning 12 years ago
Ramsay Jones ec535cc27e compat/unsetenv.c: Fix a sparse warning 12 years ago
Ramsay Jones eec7fd8bc5 compat/nedmalloc: Fix compiler warnings on linux 12 years ago
Ramsay Jones 241c957d89 compat/nedmalloc: Fix some sparse warnings 12 years ago
Ramsay Jones 4fc8fb48e9 compat/fnmatch/fnmatch.c: Fix a sparse error 12 years ago
Ramsay Jones 5b62e6374a compat/regex/regexec.c: Fix some sparse warnings 12 years ago
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 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