summaryrefslogtreecommitdiff
path: root/lib/xalloc.h
Commit message (Expand)AuthorAgeFilesLines
* maint: Run 'make update-copyright'Paul Eggert2019-01-011-1/+1
* maint: port more modules to GCC 8Paul Eggert2018-05-031-6/+0
* maint: Run 'make update-copyright'Paul Eggert2018-01-011-1/+1
* all: prefer https: URLsPaul Eggert2017-09-131-1/+1
* xalloc: add missing integer overflow checkPaul Eggert2017-04-261-0/+2
* version-etc: new yearPaul Eggert2017-01-011-1/+1
* xalloc: x2nrealloc check for ptrdiff_t overflowPaul Eggert2016-12-291-4/+6
* version-etc: new yearPaul Eggert2016-01-011-1/+1
* xalloc: do not worry about GCC 5 warning on 32 bitPaul Eggert2015-10-031-10/+0
* xalloc: avoid GCC 5.1 warning on 32 bitPádraig Brady2015-10-021-0/+10
* eealloc, pagealign_alloc, xalloc: avoid clang warningsPádraig Brady2015-04-281-1/+2
* xalloc: fix typo that suppressed warningsPaul Eggert2015-02-071-0/+1
* version-etc: new yearPaul Eggert2014-12-311-1/+1
* xalloc: don't potentially generate invalid code for xmemdup callsPaul Eggert2014-05-201-1/+1
* xalloc: allow x2nrealloc (P, PN, S) where P && !*PNPaul Eggert2014-04-121-7/+6
* maint: update copyrightEric Blake2014-01-011-1/+1
* headers: check that _GL_INLINE_HEADER_BEGIN is definedPaul Eggert2013-08-281-0/+3
* maint: update all copyright year number rangesEric Blake2013-01-011-1/+1
* xalloc: better 'inline'Paul Eggert2012-11-291-46/+35
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* * lib/xalloc.h (DEFAULT_MXFAST): Track 64-bit glibc.Paul Eggert2011-07-311-3/+3
* stdnoreturn, stdnoreturn-tests: remove modulesPaul Eggert2011-07-121-2/+1
* xalloc: use stdnoreturn.hPaul Eggert2011-07-121-7/+2
* xalloc-oversized: new moduleEric Blake2011-04-281-16/+1
* Consistent macro naming for macros that use GCC __attribute__.Bruno Haible2011-02-151-19/+19
* Don't interfere with a program's definition of __attribute__.Bruno Haible2011-02-151-19/+11
* maint: update almost all copyright ranges to include 2011Jim Meyering2011-01-011-3/+1
* Make use of GCC's attribute __alloc_size__.Bruno Haible2010-10-171-11/+32
* xalloc.h: use consistent formattingJim Meyering2010-01-051-4/+4
* update nearly all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+2
* update nearly all FSF copyright year lists to include 2009Jim Meyering2009-12-291-2/+2
* Use spaces for indentation, not tabs.Bruno Haible2009-12-101-23/+23
* Oops, remove stray semicolon added in last commit.Bruno Haible2008-05-221-1/+1
* Help GCC to do better code generation.Bruno Haible2008-05-151-7/+17
* Split xmemdup0 into its own module.Eric Blake2008-05-131-7/+0
* Add xmemdup0.Eric Blake2008-05-091-0/+7
* Don't redefine __attribute__ without a need.Bruno Haible2008-01-131-2/+2
* Change copyright notice from GPLv2+ to GPLv3+.Bruno Haible2007-10-071-5/+4
* * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflowPaul Eggert2007-02-041-3/+7
* Give tools a better chance to allocate space for very large buffers.Jim Meyering2007-02-011-7/+7
* * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): MovePaul Eggert2006-11-081-27/+45
* * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now staticPaul Eggert2006-11-061-39/+121
* Simplify xmalloc expressions. Add overflow check in xmalloc arguments.Bruno Haible2006-11-061-4/+49
* Avoid some C++ diagnostics reported by Bruno Haible.Paul Eggert2006-10-311-0/+43
* *** empty log message ***Paul Eggert2005-05-141-1/+1
* Rename xclone to xmemdup. Remove obsolete xalloc macros.Paul Eggert2004-10-051-13/+2
* Remove dependency of xalloc in exitfail, error, gettext.Paul Eggert2004-08-091-13/+3
* Add extern "C" for C++.Bruno Haible2004-07-161-1/+14
* Remove dependency of xalloc.h on SIZE_MAX and PTRDIFF_MAX.Paul Eggert2003-11-131-13/+3
* Rely on SIZE_MAX and PTRDIFF_MAX as defined by ISO C 99.Bruno Haible2003-11-111-3/+7