summaryrefslogtreecommitdiff
path: root/compat
AgeCommit message (Expand)Author
2008-03-05Add compat/snprintf.c for systems that return bogusMichal Rokos
2008-02-21Merge branch 'bc/fopen'Junio C Hamano
2008-02-12Add compat/fopen.c which returns NULL on attempt to open directoryBrandon Casey
2008-02-07compat: Add simplified merge sort implementation from glibcBrian Downing
2007-11-06Merge branch 'maint'Junio C Hamano
2007-11-06Remove a couple of duplicated includeMarco Costalba
2007-10-21Define compat version of mkdtemp for systems lacking itShawn O. Pearce
2007-09-07add memmem()René Scharfe
2007-06-16Merge branch 'maint' to sync with GIT 1.5.2.2Junio C Hamano
2007-06-16Add a local implementation of hstrerror for the system which do not have itAlex Riesen
2007-06-07War on whitespaceJunio C Hamano
2007-02-20Add a compat/strtoumax.c for Solaris 8.Jason Riedy
2007-01-10Replacing the system call pread() with lseek()/xread()/lseek() sequence.Stefan-W. Hahn
2006-12-24Switch git_mmap to use pread.Shawn O. Pearce
2006-12-24Rename gitfakemmap to git_mmap.Shawn O. Pearce
2006-12-20compat/inet_ntop: do not use u_intJunio C Hamano
2006-12-20simplify inclusion of system header files.Junio C Hamano
2006-11-22remove merge-recursive-oldJunio C Hamano
2006-11-15Seek back to current filepos when mmap()ing with NO_MMAPJohannes Schindelin
2006-09-28Cleaned up git-daemon virtual hosting support.Jon Loeliger
2006-07-10Fix more typos, primarily in the codePavel Roskin
2006-06-25Rename safe_strncpy() to strlcpy().Peter Eriksen
2006-05-21NO_INET_NTOP and compat/inet_ntop.c for some systems (e.g. old Cygwin).Yakov Lerner
2006-01-25Add compat/unsetenv.c .Jason Riedy
2005-12-05Clean up compatibility definitions.Junio C Hamano
2005-12-04compat/setenv: do not free what we fed putenv(3).Junio C Hamano
2005-12-04Add compat/setenv.c, use in git.c.Jason Riedy
2005-10-08Yank writing-back support from gitfakemmap.Junio C Hamano
2005-10-08[PATCH] If NO_MMAP is defined, fake mmap() and munmap()Johannes Schindelin
2005-09-24Further clarify licensing status of compat/subprocess.py.Junio C Hamano
2005-09-20Ship our own copy of subprocess.pyJunio C Hamano
2005-09-19[PATCH] strcasestr compatibility replacementLinus Torvalds