summaryrefslogtreecommitdiff
path: root/compat
Commit message (Expand)AuthorAgeFilesLines
* C: have space around && and || operatorsJunio C Hamano2013-10-161-1/+1
* Merge branch 'kb/msvc-compile'Jonathan Nieder2013-09-245-21/+29
|\
| * Windows: do not redefine _WIN32_WINNTkb/msvc-compileSebastian Schuberth2013-09-112-1/+3
| * MinGW: Fix stat definitions to work with MinGW runtime version 4.0Sebastian Schuberth2013-09-112-1/+9
| * MSVC: fix stat definition hellKarsten Blees2013-09-112-19/+11
| * MSVC: fix compile errors due to macro redefinitionsKarsten Blees2013-09-111-0/+6
* | Merge branch 'jk/config-int-range-check'Junio C Hamano2013-09-191-0/+1
|\ \
| * | compat/mingw.h: define PRId64jk/config-int-range-checkJohannes Sixt2013-09-191-0/+1
* | | Merge branch 'tb/precompose-autodetect-fix'Junio C Hamano2013-09-171-5/+2
|\ \ \ | |_|/ |/| |
| * | Set core.precomposeunicode to true on e.g. HFS+tb/precompose-autodetect-fixTorsten Bögershausen2013-08-271-5/+2
| |/
* | Merge branch 'sp/clip-read-write-to-8mb'Junio C Hamano2013-09-091-13/+0
|\ \
| * | Revert "compat/clipped-write.c: large write(2) fails on Mac OS X/XNU"sp/clip-read-write-to-8mbSteffen Prohaska2013-08-201-13/+0
| |/
* | Merge branch 'nd/gc-lock-against-each-other'Junio C Hamano2013-09-041-0/+6
|\ \
| * | gc: reject if another gc is running, unless --force is givenNguyễn Thái Ngọc Duy2013-08-091-0/+6
* | | Merge branch 'da/darwin'Junio C Hamano2013-09-041-0/+86
|\ \ \ | |_|/ |/| |
| * | imap-send: use Apple's Security framework for base64 encodingJeremy Huddleston2013-07-301-0/+86
* | | Merge branch 'rj/cygwin-clarify-use-of-cheating-lstat'Junio C Hamano2013-08-022-171/+0
|\ \ \
| * | | cygwin: Remove the Win32 l/stat() implementationrj/cygwin-clarify-use-of-cheating-lstatRamsay Jones2013-07-182-171/+0
* | | | Merge branch 'ob/typofixes'Junio C Hamano2013-07-244-14/+14
|\ \ \ \
| * | | | typofix: in-code commentsOndřej Bílka2013-07-224-14/+14
| |/ / /
* | | | Merge branch 'rj/sparse'Junio C Hamano2013-07-241-0/+3
|\ \ \ \ | |/ / / |/| | |
| * | | Revert "compat/unsetenv.c: Fix a sparse warning"rj/sparseBenoit Sigoure2013-07-211-0/+3
* | | | Merge branch 'rj/mingw-cygwin'Junio C Hamano2013-06-113-8/+3
|\ \ \ \
| * | | | cygwin: Remove the CYGWIN_V15_WIN32API build variableRamsay Jones2013-05-081-5/+0
| * | | | mingw: rename WIN32 cpp macro to GIT_WINDOWS_NATIVEJonathan Nieder2013-05-082-3/+3
| | |/ / | |/| |
* | | | Sync with 1.8.3.1Junio C Hamano2013-06-101-1/+3
|\ \ \ \
| * | | | mingw: make mingw_signal return the correct handlerErik Faye-Lund2013-06-101-1/+3
| |/ / /
* | | | Merge branch 'fc/macos-x-clipped-write'Junio C Hamano2013-06-021-0/+13
|\ \ \ \ | |_|/ / |/| | |
| * | | compate/clipped-write.c: large write(2) fails on Mac OS X/XNUFilipe Cabecinhas2013-05-171-0/+13
* | | | sparse: Fix mingw_main() argument number/type errorsRamsay Jones2013-04-281-2/+2
* | | | compat/mingw.c: Fix some sparse warningsRamsay Jones2013-04-282-3/+10
* | | | compat/win32mmap.c: Fix some sparse warningsRamsay Jones2013-04-281-2/+2
* | | | compat/poll/poll.c: Fix a sparse warningRamsay Jones2013-04-281-1/+1
* | | | compat/win32/pthread.c: Fix a sparse warningRamsay Jones2013-04-281-1/+1
* | | | compat/unsetenv.c: Fix a sparse warningRamsay Jones2013-04-281-1/+0
* | | | compat/nedmalloc: Fix compiler warnings on linuxRamsay Jones2013-04-281-0/+4
* | | | compat/nedmalloc: Fix some sparse warningsRamsay Jones2013-04-282-3/+3
* | | | compat/fnmatch/fnmatch.c: Fix a sparse errorRamsay Jones2013-04-281-1/+2
* | | | compat/regex/regexec.c: Fix some sparse warningsRamsay Jones2013-04-281-3/+3
| |/ / |/| |
* | | utf8.c: add reencode_string_len() that can handle NULs in stringNguyễn Thái Ngọc Duy2013-04-181-1/+1
* | | Sync with 'maint'Junio C Hamano2013-04-126-11/+11
|\ \ \ | | |/ | |/|
| * | precompose-utf8: fix spelling of "want" in error messageStefano Lattarini2013-04-121-1/+1
| * | compat/nedmalloc: fix spelling in commentsStefano Lattarini2013-04-121-3/+3
| * | compat/regex: fix spelling and grammar in commentsStefano Lattarini2013-04-123-6/+6
| * | obstack: fix spelling of similarStefano Lattarini2013-04-121-1/+1
| |/
* | Make core.sharedRepository work under cygwin 1.7Torsten Bögershausen2013-03-252-0/+18
* | Merge branch 'rj/msvc-build'Junio C Hamano2013-03-193-1/+5
|\ \ | |/ |/|
| * msvc: test-svn-fe: Fix linker "unresolved external" errorRamsay Jones2013-02-251-0/+2
| * msvc: Fix build by adding missing symbol definesRamsay Jones2013-02-251-0/+3
| * msvc: Fix compilation errors caused by poll.h emulationRamsay Jones2013-02-251-1/+0