summaryrefslogtreecommitdiff
path: root/compat
AgeCommit message (Expand)Author
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