381 Commits (5b618c1c8d4feceba85cb3fc16f90b94f689877e)

Author SHA1 Message Date
Eric Sunshine d616fbf256 git-compat-util: st_add4: work around gcc 4.2.x compiler crash 9 years ago
Jeff King 935de81289 add helpers for detecting size_t overflow 9 years ago
Jeff King 7eb45b5f78 git-compat-util: drop mempcpy compat code 9 years ago
Jeff King 3689539127 add helpers for allocating flex-array structs 9 years ago
Jeff King e7792a74bc harden REALLOC_ARRAY and xcalloc against size_t overflow 9 years ago
Alexander Kuleshov 63ca1c099c git.c: simplify stripping extension of a file in handle_builtin() 9 years ago
Jeff King 320d0b493a add helpers for detecting size_t overflow 9 years ago
Johannes Schindelin 824682ab51 compat/basename.c: provide a dirname() compatibility function 9 years ago
Johannes Schindelin 2f36eed936 Refactor skipping DOS drive prefixes 9 years ago
Johannes Schindelin 79d7582e32 commit: allow editing the commit message even in shared repos 9 years ago
Jeff King e850194c83 ident: make xgetpwuid_self() a static local helper 9 years ago
Waldek Maleska fdcdb77855 Correct fscanf formatting string for I64u values 10 years ago
Johannes Schindelin 8f77442358 Squelch warning about an integer overflow 10 years ago
Jeff King fdf729661a probe_utf8_pathname_composition: use internal strbuf 10 years ago
Jeff King 7b03c89ebd add xsnprintf helper function 10 years ago
Matthieu Moy e6f2599cba strtoul_ui: reject negative values 10 years ago
Jeff King 3b331e9267 vreportf: report to arbitrary filehandles 10 years ago
Paul Tan 260eec2927 wrapper: implement xfopen() 10 years ago
Paul Tan 3ff53df7b4 wrapper: implement xopen() 10 years ago
Charles Bailey e2c6f7cd5a Fix definition of ARRAY_SIZE for non-gcc builds 10 years ago
Jeff King 1570856b51 config.c: avoid xmmap error messages 10 years ago
Elia Pinto 89c855ed3c git-compat-util.h: implement a different ARRAY_SIZE macro for for safely deriving the size of array 10 years ago
Jeff King f43cce23ad git-compat-util: add fallbacks for unlocked stdio 10 years ago
Nguyễn Thái Ngọc Duy 1e8fef609e untracked cache: guard and disable on system changes 10 years ago
Kyle J. McKay 9529080de2 configure: support HAVE_BSD_SYSCTL option 10 years ago
Kyle J. McKay 1b56cdf901 git-compat-util.h: move SHELL_PATH default into header 10 years ago
Ben Walton 189c860c9e kwset: use unsigned char to store values with high-bit set 10 years ago
Ramsay Jones 33baa6983d git-compat-util.h: remove redundant code 10 years ago
Kyle J. McKay 88c03eb577 git-compat-util: do not step on MAC_OS_X_VERSION_MIN_REQUIRED 10 years ago
Jeff King d64ea0f83b git-compat-util: add xstrdup_or_null helper 10 years ago
Kyle J. McKay 290c8e7a3f gettext.h: add parentheses around N_ expansion if supported 10 years ago
Reuben Hawkins 88e011814b configure.ac: check for HMAC_CTX_cleanup 10 years ago
Eric Sunshine b195aa00c1 git-compat-util: suppress unavoidable Apple-specific deprecation warnings 10 years ago
David Michael d543d9c0f4 compat: convert modes to use portable file type values 10 years ago
Ramsay Jones 3a0a3a8972 git-compat-util.h: don't define _XOPEN_SOURCE on cygwin 10 years ago
David Michael f51140c247 git-compat-util.h: support variadic macros with the XL C compiler 11 years ago
Etienne Buira 0f4b6db3ba Handle atexit list internaly for unthreaded builds 11 years ago
Jeff King 50a71776ab isxdigit: cast input to unsigned char 11 years ago
Ronnie Sahlberg 9ccc0c0896 wrapper.c: add a new function unlink_or_msg 11 years ago
Ronnie Sahlberg 1054af7d04 wrapper.c: remove/unlink_or_warn: simplify, treat ENOENT as success 11 years ago
René Scharfe 3ac22f82ed add macro REALLOC_ARRAY 11 years ago
Sergey Senozhatsky f978a99faf compat-util: add _DEFAULT_SOURCE define 11 years ago
Jonas 'Sortie' Termansen 981ff520b7 git-compat-util.h: add missing semicolon after struct itimerval 11 years ago
René Scharfe aa14e980ff wrapper: add xgetcwd() 11 years ago
Nguyễn Thái Ngọc Duy f8bb1d9431 wrapper.c: introduce gentle xmallocz that does not die() 11 years ago
René Scharfe bf7283465b turn path macros into inline function 11 years ago
Junio C Hamano 5e6502288d Revert "Merge branch 'dt/refs-check-refname-component-sse'" 11 years ago
Karsten Blees e05bed960d trace: add 'file:line' to all trace output 11 years ago
Andi Kleen 8cd7ebc89e Don't define away __attribute__ on gcc 11 years ago
Jeff King 2975c770ca replace has_extension with ends_with 11 years ago