summaryrefslogtreecommitdiff
path: root/lib/xalloc.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix off-by-one error in xalloc_oversized.Paul Eggert2003-11-101-5/+6
* Reject allocations of exactly SIZE_MAX bytes.Paul Eggert2003-11-061-2/+16
* Revamp xalloc_oversized so that its count arg need not fit into size_t.Paul Eggert2003-10-301-10/+5
* New function xalloc_oversized.Paul Eggert2003-10-271-0/+11
* Add x2realloc, x2nrealloc. Port to C99 inline.Paul Eggert2003-10-271-0/+2
* Revamp xalloc interface so that it can check for address arithmetic overflow.Paul Eggert2003-10-131-23/+15
* Sync with coreutils xalloc.h, xmalloc.c, xmemcoll.h, xmemcoll.c.Paul Eggert2003-07-221-11/+6