33 Commits (196821f440d46029f0399a7d97c0cfc78a870244)

Author SHA1 Message Date
Brandon Casey eb120e699f compat/fopen.c: avoid clobbering the system defined fopen macro 17 years ago
Michal Rokos c4582f93a2 Add compat/snprintf.c for systems that return bogus 17 years ago
Brandon Casey cba22528fa Add compat/fopen.c which returns NULL on attempt to open directory 17 years ago
Brian Downing 43fe901b71 compat: Add simplified merge sort implementation from glibc 17 years ago
Andreas Ericsson 9e79f00f06 Simplify strchrnul() compat code 17 years ago
René Scharfe 659c69cfef Add strchrnul() 17 years ago
Marco Costalba d8e21ba896 Remove a couple of duplicated include 17 years ago
Shawn O. Pearce ca5bb5d539 Define compat version of mkdtemp for systems lacking it 17 years ago
René Scharfe b21b9f1de3 add memmem() 17 years ago
Alex Riesen fa0c87c344 Add a local implementation of hstrerror for the system which do not have it 18 years ago
Junio C Hamano a6080a0a44 War on whitespace 18 years ago
Jason Riedy bc6b4f52fc Add a compat/strtoumax.c for Solaris 8. 18 years ago
Stefan-W. Hahn 6900679c2f Replacing the system call pread() with lseek()/xread()/lseek() sequence. 18 years ago
Shawn O. Pearce 8e554429e8 Switch git_mmap to use pread. 18 years ago
Shawn O. Pearce d6779124b9 Rename gitfakemmap to git_mmap. 18 years ago
Junio C Hamano 1d182bd5f4 compat/inet_ntop: do not use u_int 18 years ago
Junio C Hamano 85023577a8 simplify inclusion of system header files. 18 years ago
Junio C Hamano 7cdbff14d4 remove merge-recursive-old 18 years ago
Johannes Schindelin 0a3881d4cf Seek back to current filepos when mmap()ing with NO_MMAP 18 years ago
Jon Loeliger dd4676299d Cleaned up git-daemon virtual hosting support. 18 years ago
Pavel Roskin 82e5a82fd7 Fix more typos, primarily in the code 19 years ago
Peter Eriksen 817151e61a Rename safe_strncpy() to strlcpy(). 19 years ago
Yakov Lerner 6ba68ab288 NO_INET_NTOP and compat/inet_ntop.c for some systems (e.g. old Cygwin). 19 years ago
Jason Riedy 731043fd4d Add compat/unsetenv.c . 19 years ago
Junio C Hamano 4050c0df8e Clean up compatibility definitions. 19 years ago
Junio C Hamano 3a2674337c compat/setenv: do not free what we fed putenv(3). 19 years ago
Jason Riedy e40b61fb6b Add compat/setenv.c, use in git.c. 19 years ago
Junio C Hamano f48000fcbe Yank writing-back support from gitfakemmap. 19 years ago
Johannes Schindelin 730d48a2ef [PATCH] If NO_MMAP is defined, fake mmap() and munmap() 19 years ago
Junio C Hamano dc56bc0341 Further clarify licensing status of compat/subprocess.py. 19 years ago
Junio C Hamano 28ad81f58e Clarify dual license status of subprocess.py file. 19 years ago
Junio C Hamano 089f20dce1 Clarify dual license status of subprocess.py file. 19 years ago
Junio C Hamano 343d35c916 Ship our own copy of subprocess.py 19 years ago
Linus Torvalds ef34af24dc [PATCH] strcasestr compatibility replacement 19 years ago