340 Commits (a9845c5f504498644abcb5f6fd6adc2ffd076f2b)

Author SHA1 Message Date
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 10 years ago
Etienne Buira 0f4b6db3ba Handle atexit list internaly for unthreaded builds 10 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
Jeff King f52a35fd63 implement ends_with via strip_suffix 11 years ago
Jeff King 35480f0b23 add strip_suffix function 11 years ago
Jeff King cf4fff579e refactor skip_prefix to return a boolean 11 years ago
David Turner 745224e04a refs.c: SSE2 optimizations for check_refname_component 11 years ago
Cezary Zawadka c2369bdf7f Windows: allow using UNC path for git repository 11 years ago
Jeff King ff0a80af72 let clang use the constant-return error() macro 11 years ago
Jeff King 87fe5df365 inline constant return from error() function 11 years ago
Yiannis Marangos 9aa91af036 wrapper.c: add xpread() similar to xread() 11 years ago
Jeff King 6654754779 date: recognize bogus FreeBSD gmtime output 11 years ago
Nguyễn Thái Ngọc Duy 8640d49682 environment.c: fix constness for odb_pack_keep() 11 years ago
Kirill Smelkov 61f76a3612 Portable alloca for Git 11 years ago
David Kastrup ba399c46d9 skip_prefix(): scan prefix only once 11 years ago
Nguyễn Thái Ngọc Duy 70a8fc999d stop using fnmatch (either native or compat) 11 years ago
Benoit Sigoure ab03803c02 git-compat-util.h: #undef (v)snprintf before #define them 11 years ago
Benny Siegert 92164af978 Add MirBSD support to the build system. 11 years ago
Christian Couder 666c90b629 strbuf: remove prefixcmp() and suffixcmp() 11 years ago
Christian Couder 956623157f strbuf: introduce starts_with() and ends_with() 11 years ago
Sebastian Schuberth 8453c1259a Windows: do not redefine _WIN32_WINNT 12 years ago
Steffen Prohaska a487916dd5 Revert "compat/clipped-write.c: large write(2) fails on Mac OS X/XNU" 12 years ago
Brian Gernhardt f2be034c69 OS X: Fix redeclaration of die warning 12 years ago
Brandon Casey 7c3ecb3254 Don't close pack fd when free'ing pack windows 12 years ago
Jeremy Huddleston 3ef2bcad02 imap-send: use Apple's Security framework for base64 encoding 12 years ago
Ramsay Jones 9fe3edc47f Add the LAST_ARG_MUST_BE_NULL macro 12 years ago
Ramsay Jones f66450ae94 cygwin: Remove the Win32 l/stat() implementation 12 years ago