summaryrefslogtreecommitdiff
path: root/git-compat-util.h
Commit message (Expand)AuthorAgeFilesLines
* strtoul_ui: reject negative valuesMatthieu Moy2015-09-171-0/+3
* Merge branch 'cb/array-size'Junio C Hamano2015-06-251-5/+3
|\
| * Fix definition of ARRAY_SIZE for non-gcc buildscb/array-sizeCharles Bailey2015-06-241-5/+3
* | Merge branch 'jk/diagnose-config-mmap-failure'Junio C Hamano2015-06-111-0/+1
|\ \
| * | config.c: avoid xmmap error messagesJeff King2015-05-281-0/+1
* | | Merge branch 'nd/untracked-cache'Junio C Hamano2015-05-261-0/+1
|\ \ \
| * | | untracked cache: guard and disable on system changesNguyễn Thái Ngọc Duy2015-03-121-0/+1
* | | | Merge branch 'ep/do-not-feed-a-pointer-to-array-size'Junio C Hamano2015-05-111-1/+53
|\ \ \ \ | | |_|/ | |/| |
| * | | git-compat-util.h: implement a different ARRAY_SIZE macro for for safely deri...ep/do-not-feed-a-pointer-to-array-sizeElia Pinto2015-05-051-1/+53
| | |/ | |/|
* | | git-compat-util: add fallbacks for unlocked stdioJeff King2015-04-161-0/+6
* | | Merge branch 'km/bsd-sysctl'Junio C Hamano2015-03-201-0/+3
|\ \ \
| * | | configure: support HAVE_BSD_SYSCTL optionKyle J. McKay2015-03-101-0/+3
* | | | Merge branch 'km/bsd-shells'Junio C Hamano2015-03-201-0/+4
|\ \ \ \ | |_|_|/ |/| | |
| * | | git-compat-util.h: move SHELL_PATH default into headerKyle J. McKay2015-03-101-0/+4
| * | | Merge branch 'rj/no-xopen-source-for-cygwin' into maintJunio C Hamano2015-03-061-6/+0
| |\ \ \
| * \ \ \ Merge branch 'es/squelch-openssl-warnings-on-macosx' into maintJunio C Hamano2015-03-051-3/+6
| |\ \ \ \
| * \ \ \ \ Merge branch 'jk/blame-commit-label' into maintJunio C Hamano2015-02-241-0/+5
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'bw/kwset-use-unsigned'Junio C Hamano2015-03-061-1/+1
|\ \ \ \ \ \
| * | | | | | kwset: use unsigned char to store values with high-bit setbw/kwset-use-unsignedBen Walton2015-03-021-1/+1
* | | | | | | Merge branch 'rj/no-xopen-source-for-cygwin'Junio C Hamano2015-03-051-6/+0
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | git-compat-util.h: remove redundant coderj/no-xopen-source-for-cygwinRamsay Jones2015-02-221-6/+0
* | | | | | | Merge branch 'es/squelch-openssl-warnings-on-macosx'Junio C Hamano2015-02-221-3/+6
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | git-compat-util: do not step on MAC_OS_X_VERSION_MIN_REQUIREDes/squelch-openssl-warnings-on-macosxKyle J. McKay2015-02-091-3/+6
* | | | | | | Merge branch 'km/gettext-n'Junio C Hamano2015-02-111-0/+4
|\ \ \ \ \ \ \
| * | | | | | | gettext.h: add parentheses around N_ expansion if supportedkm/gettext-nKyle J. McKay2015-01-121-0/+4
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge branch 'jk/blame-commit-label'Junio C Hamano2015-02-111-0/+5
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | / | | |_|_|_|/ | |/| | | |
| * | | | | git-compat-util: add xstrdup_or_null helperJeff King2015-01-131-0/+5
* | | | | | Merge branch 'rh/autoconf-rhel3'Junio C Hamano2015-01-141-0/+3
|\ \ \ \ \ \
| * | | | | | configure.ac: check for HMAC_CTX_cleanuprh/autoconf-rhel3Reuben Hawkins2015-01-091-0/+3
* | | | | | | Merge branch 'es/squelch-openssl-warnings-on-macosx'Junio C Hamano2015-01-071-0/+4
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | / / / | | |_|/ / / | |/| | | |
| * | | | | git-compat-util: suppress unavoidable Apple-specific deprecation warningsEric Sunshine2014-12-181-0/+4
| | |/ / / | |/| | |
* | | | | Merge branch 'dm/compat-s-ifmt-for-zos'Junio C Hamano2014-12-221-0/+34
|\ \ \ \ \
| * | | | | compat: convert modes to use portable file type valuesdm/compat-s-ifmt-for-zosDavid Michael2014-12-041-0/+34
* | | | | | Merge branch 'rj/no-xopen-source-for-cygwin'Junio C Hamano2014-12-221-1/+2
|\ \ \ \ \ \ | |_|/ / / / |/| | | / / | | |_|/ / | |/| | |
| * | | | git-compat-util.h: don't define _XOPEN_SOURCE on cygwinRamsay Jones2014-11-241-1/+2
| |/ / /
* | | | Merge branch 'dm/port2zos'Junio C Hamano2014-10-291-1/+1
|\ \ \ \
| * | | | git-compat-util.h: support variadic macros with the XL C compilerDavid Michael2014-10-271-1/+1
| |/ / /
* | | | Merge branch 'jk/prune-mtime'Junio C Hamano2014-10-291-1/+1
|\ \ \ \ | | |/ / | |/| |
| * | | isxdigit: cast input to unsigned charJeff King2014-10-161-1/+1
* | | | Merge branch 'eb/no-pthreads'Junio C Hamano2014-10-241-0/+5
|\ \ \ \
| * | | | Handle atexit list internaly for unthreaded buildseb/no-pthreadsEtienne Buira2014-10-191-0/+5
| |/ / /
* | | | wrapper.c: add a new function unlink_or_msgRonnie Sahlberg2014-10-151-0/+9
* | | | wrapper.c: remove/unlink_or_warn: simplify, treat ENOENT as successRonnie Sahlberg2014-10-151-2/+5
|/ / /
* | | Merge branch 'jt/itimer-autoconf'Junio C Hamano2014-09-291-1/+1
|\ \ \
| * | | git-compat-util.h: add missing semicolon after struct itimervalJonas 'Sortie' Termansen2014-08-291-1/+1
| |/ /
* | | Merge branch 'rs/realloc-array'Junio C Hamano2014-09-261-0/+2
|\ \ \
| * | | add macro REALLOC_ARRAYRené Scharfe2014-09-181-0/+2
* | | | Merge branch 'ss/compat-default-source-for-newer-gnu'Junio C Hamano2014-09-191-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | compat-util: add _DEFAULT_SOURCE definess/compat-default-source-for-newer-gnuSergey Senozhatsky2014-09-151-0/+1
| |/ /
* | | Merge branch 'nd/large-blobs'Junio C Hamano2014-09-111-0/+1
|\ \ \