summaryrefslogtreecommitdiff
path: root/git-compat-util.h
Commit message (Expand)AuthorAgeFilesLines
* Define fallback PATH_MAX on systems that do not define one in <limits.h>Junio C Hamano2006-09-151-0/+7
* Replace uses of strdup with xstrdup.Shawn Pearce2006-09-021-0/+8
* Use PATH_MAX instead of MAXPATHLENJonas Fonseca2006-08-261-3/+0
* drop length argument of has_extensionRene Scharfe2006-08-111-2/+3
* Add has_extension()Rene Scharfe2006-08-101-0/+6
* debugging: XMALLOC_POISONJunio C Hamano2006-08-081-0/+3
* Rename safe_strncpy() to strlcpy().Peter Eriksen2006-06-241-0/+5
* Customizable error handlersPetr Baudis2006-06-241-0/+4
* Use #define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0]))Junio C Hamano2006-03-091-0/+2
* Add compat/unsetenv.c .Jason Riedy2006-01-251-0/+5
* [PATCH] Compilation: zero-length array declaration.Junio C Hamano2006-01-071-0/+8
* ?alloc: do not return NULL when asked for zero bytesJunio C Hamano2005-12-291-0/+6
* xread/xwrite: do not worry about EINTR at calling sites.Junio C Hamano2005-12-191-0/+22
* define MAXPATHLEN for hosts that don't support itMartin Atukunda2005-12-141-0/+3
* Clean up compatibility definitions.Junio C Hamano2005-12-051-0/+113