summaryrefslogtreecommitdiff
path: root/git-compat-util.h
Commit message (Expand)AuthorAgeFilesLines
* inline xalloc_flex() into FLEXPTR_ALLOC_MEMjk/tighten-allocRené Scharfe2016-10-171-9/+3
* avoid pointer arithmetic involving NULL in FLEX_ALLOC_MEMRené Scharfe2016-10-171-2/+3
* correct FLEXPTR_* example in commentRené Scharfe2016-08-131-1/+1
* git-compat-util: drop mempcpy compat codeJeff King2016-02-221-9/+0
* add helpers for allocating flex-array structsJeff King2016-02-221-0/+62
* harden REALLOC_ARRAY and xcalloc against size_t overflowJeff King2016-02-221-1/+2
* add helpers for detecting size_t overflowJeff King2016-02-191-0/+34
* Merge branch 'js/dirname-basename' into maintJunio C Hamano2016-02-051-0/+10
|\
| * compat/basename.c: provide a dirname() compatibility functionJohannes Schindelin2016-01-121-0/+2
| * Refactor skipping DOS drive prefixesJohannes Schindelin2016-01-121-0/+8
* | Merge branch 'js/fopen-harder' into maintJunio C Hamano2016-02-051-0/+1
|\ \
| * | commit: allow editing the commit message even in shared reposJohannes Schindelin2016-01-071-0/+1
| |/
* | Merge branch 'jk/ident-loosen-getpwuid'Junio C Hamano2015-12-211-3/+0
|\ \ | |/
| * ident: make xgetpwuid_self() a static local helperJeff King2015-12-101-3/+0
| * Merge branch 'js/misc-fixes' into maintJunio C Hamano2015-11-051-1/+5
| |\
* | \ Merge branch 'js/misc-fixes'Junio C Hamano2015-10-301-1/+5
|\ \ \ | | |/ | |/|
| * | Correct fscanf formatting string for I64u valuesjs/misc-fixesWaldek Maleska2015-10-261-0/+4
| * | Squelch warning about an integer overflowJohannes Schindelin2015-10-261-1/+1
* | | Merge branch 'jk/war-on-sprintf'Junio C Hamano2015-10-201-1/+4
|\ \ \
| * | | probe_utf8_pathname_composition: use internal strbufJeff King2015-10-051-1/+1
| * | | add xsnprintf helper functionJeff King2015-09-251-0/+3
| | |/ | |/|
* | | Merge branch 'kn/for-each-tag'Junio C Hamano2015-10-051-0/+3
|\ \ \ | |/ / |/| |
| * | strtoul_ui: reject negative valuesMatthieu Moy2015-09-171-0/+3
* | | Merge branch 'jk/long-error-messages'Junio C Hamano2015-08-251-1/+1
|\ \ \
| * | | vreportf: report to arbitrary filehandlesJeff King2015-08-111-1/+1
| |/ /
* | | wrapper: implement xfopen()Paul Tan2015-08-041-0/+1
* | | wrapper: implement xopen()Paul Tan2015-08-041-0/+1
|/ /
* | 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
|\ \ \ \ \ \ \