| Commit message (Expand) | Author | Age | Files | Lines |
* | xalloc: Fix compilation error in C++ mode on FreeBSD 12. | Bruno Haible | 2020-02-02 | 1 | -1/+1 |
* | maint: Run 'make update-copyright' | Paul Eggert | 2019-12-31 | 1 | -1/+1 |
* | maint: Run 'make update-copyright' | Paul Eggert | 2019-01-01 | 1 | -1/+1 |
* | maint: port more modules to GCC 8 | Paul Eggert | 2018-05-03 | 1 | -6/+0 |
* | maint: Run 'make update-copyright' | Paul Eggert | 2018-01-01 | 1 | -1/+1 |
* | all: prefer https: URLs | Paul Eggert | 2017-09-13 | 1 | -1/+1 |
* | xalloc: add missing integer overflow check | Paul Eggert | 2017-04-26 | 1 | -0/+2 |
* | version-etc: new year | Paul Eggert | 2017-01-01 | 1 | -1/+1 |
* | xalloc: x2nrealloc check for ptrdiff_t overflow | Paul Eggert | 2016-12-29 | 1 | -4/+6 |
* | version-etc: new year | Paul Eggert | 2016-01-01 | 1 | -1/+1 |
* | xalloc: do not worry about GCC 5 warning on 32 bit | Paul Eggert | 2015-10-03 | 1 | -10/+0 |
* | xalloc: avoid GCC 5.1 warning on 32 bit | Pádraig Brady | 2015-10-02 | 1 | -0/+10 |
* | eealloc, pagealign_alloc, xalloc: avoid clang warnings | Pádraig Brady | 2015-04-28 | 1 | -1/+2 |
* | xalloc: fix typo that suppressed warnings | Paul Eggert | 2015-02-07 | 1 | -0/+1 |
* | version-etc: new year | Paul Eggert | 2014-12-31 | 1 | -1/+1 |
* | xalloc: don't potentially generate invalid code for xmemdup calls | Paul Eggert | 2014-05-20 | 1 | -1/+1 |
* | xalloc: allow x2nrealloc (P, PN, S) where P && !*PN | Paul Eggert | 2014-04-12 | 1 | -7/+6 |
* | maint: update copyright | Eric Blake | 2014-01-01 | 1 | -1/+1 |
* | headers: check that _GL_INLINE_HEADER_BEGIN is defined | Paul Eggert | 2013-08-28 | 1 | -0/+3 |
* | maint: update all copyright year number ranges | Eric Blake | 2013-01-01 | 1 | -1/+1 |
* | xalloc: better 'inline' | Paul Eggert | 2012-11-29 | 1 | -46/+35 |
* | maint: update all copyright year number ranges | Jim Meyering | 2012-01-01 | 1 | -1/+1 |
* | * lib/xalloc.h (DEFAULT_MXFAST): Track 64-bit glibc. | Paul Eggert | 2011-07-31 | 1 | -3/+3 |
* | stdnoreturn, stdnoreturn-tests: remove modules | Paul Eggert | 2011-07-12 | 1 | -2/+1 |
* | xalloc: use stdnoreturn.h | Paul Eggert | 2011-07-12 | 1 | -7/+2 |
* | xalloc-oversized: new module | Eric Blake | 2011-04-28 | 1 | -16/+1 |
* | Consistent macro naming for macros that use GCC __attribute__. | Bruno Haible | 2011-02-15 | 1 | -19/+19 |
* | Don't interfere with a program's definition of __attribute__. | Bruno Haible | 2011-02-15 | 1 | -19/+11 |
* | maint: update almost all copyright ranges to include 2011 | Jim Meyering | 2011-01-01 | 1 | -3/+1 |
* | Make use of GCC's attribute __alloc_size__. | Bruno Haible | 2010-10-17 | 1 | -11/+32 |
* | xalloc.h: use consistent formatting | Jim Meyering | 2010-01-05 | 1 | -4/+4 |
* | update nearly all FSF copyright year lists to include 2010 | Jim Meyering | 2010-01-01 | 1 | -1/+2 |
* | update nearly all FSF copyright year lists to include 2009 | Jim Meyering | 2009-12-29 | 1 | -2/+2 |
* | Use spaces for indentation, not tabs. | Bruno Haible | 2009-12-10 | 1 | -23/+23 |
* | Oops, remove stray semicolon added in last commit. | Bruno Haible | 2008-05-22 | 1 | -1/+1 |
* | Help GCC to do better code generation. | Bruno Haible | 2008-05-15 | 1 | -7/+17 |
* | Split xmemdup0 into its own module. | Eric Blake | 2008-05-13 | 1 | -7/+0 |
* | Add xmemdup0. | Eric Blake | 2008-05-09 | 1 | -0/+7 |
* | Don't redefine __attribute__ without a need. | Bruno Haible | 2008-01-13 | 1 | -2/+2 |
* | Change copyright notice from GPLv2+ to GPLv3+. | Bruno Haible | 2007-10-07 | 1 | -5/+4 |
* | * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow | Paul Eggert | 2007-02-04 | 1 | -3/+7 |
* | Give tools a better chance to allocate space for very large buffers. | Jim Meyering | 2007-02-01 | 1 | -7/+7 |
* | * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move | Paul Eggert | 2006-11-08 | 1 | -27/+45 |
* | * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static | Paul Eggert | 2006-11-06 | 1 | -39/+121 |
* | Simplify xmalloc expressions. Add overflow check in xmalloc arguments. | Bruno Haible | 2006-11-06 | 1 | -4/+49 |
* | Avoid some C++ diagnostics reported by Bruno Haible. | Paul Eggert | 2006-10-31 | 1 | -0/+43 |
* | *** empty log message *** | Paul Eggert | 2005-05-14 | 1 | -1/+1 |
* | Rename xclone to xmemdup. Remove obsolete xalloc macros. | Paul Eggert | 2004-10-05 | 1 | -13/+2 |
* | Remove dependency of xalloc in exitfail, error, gettext. | Paul Eggert | 2004-08-09 | 1 | -13/+3 |
* | Add extern "C" for C++. | Bruno Haible | 2004-07-16 | 1 | -1/+14 |