15 Commits (7be1d62c6f6b322d826d145762db0050057aeb69)

Author SHA1 Message Date
Junio C Hamano d0c2449f78 Define fallback PATH_MAX on systems that do not define one in <limits.h> 18 years ago
Shawn Pearce 9befac470b Replace uses of strdup with xstrdup. 18 years ago
Jonas Fonseca 095c424d08 Use PATH_MAX instead of MAXPATHLEN 18 years ago
Rene Scharfe 5bb1cda5f7 drop length argument of has_extension 18 years ago
Rene Scharfe 83a2b841d6 Add has_extension() 18 years ago
Junio C Hamano aa5481c1af debugging: XMALLOC_POISON 19 years ago
Peter Eriksen 817151e61a Rename safe_strncpy() to strlcpy(). 19 years ago
Petr Baudis 39a3f5ea7c Customizable error handlers 19 years ago
Junio C Hamano b4f2a6ac92 Use #define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0])) 19 years ago
Jason Riedy 731043fd4d Add compat/unsetenv.c . 19 years ago
Junio C Hamano 8f1d2e6f49 [PATCH] Compilation: zero-length array declaration. 19 years ago
Junio C Hamano 4e7a2eccc2 ?alloc: do not return NULL when asked for zero bytes 19 years ago
Junio C Hamano 1c15afb934 xread/xwrite: do not worry about EINTR at calling sites. 19 years ago
Martin Atukunda 252fef7149 define MAXPATHLEN for hosts that don't support it 19 years ago
Junio C Hamano 4050c0df8e Clean up compatibility definitions. 19 years ago