log lib/malloca.c @ 39235:6a04b04905e5

age author description
Fri, 02 Feb 2018 19:32:02 +0100 Bruno Haible malloca, xmalloca: Make multithread-safe.
Mon, 01 Jan 2018 00:57:25 +0000 Paul Eggert maint: Run 'make update-copyright'
Wed, 13 Sep 2017 00:48:18 -0700 Paul Eggert all: prefer https: URLs
Fri, 21 Jul 2017 23:18:21 +0200 Tim Rühsen malloca: Silence a warning from clang's memory sanitizer.
Sun, 01 Jan 2017 02:59:23 +0000 Paul Eggert version-etc: new year
Fri, 01 Jan 2016 00:56:19 -0800 Paul Eggert version-etc: new year
Thu, 01 Jan 2015 01:38:23 +0000 Paul Eggert version-etc: new year
Wed, 01 Jan 2014 00:04:40 -0700 Eric Blake maint: update copyright
Sun, 19 May 2013 12:58:53 -0700 Paul Eggert malloca: port to compilers that reject size-zero arrays
Wed, 15 May 2013 00:15:45 -0700 Paul Eggert malloca: port --enable-gcc-warnings to clang
Tue, 01 Jan 2013 00:50:58 +0000 Eric Blake maint: update all copyright year number ranges
Thu, 09 Feb 2012 21:39:05 -0800 Paul Eggert maint: replace FSF snail-mail addresses with URLs
Tue, 24 Jan 2012 13:21:56 +0100 Marc-André Lureau malloca: Avoid warnings on x86_64 mingw64.
Sun, 01 Jan 2012 10:04:58 +0100 Jim Meyering maint: update all copyright year number ranges
Fri, 08 Apr 2011 11:14:38 -0700 Paul Eggert * lib/malloca.c (_GL_USE_STDLIB_ALLOC, malloc): Likewise.
Sat, 01 Jan 2011 20:17:23 +0100 Jim Meyering maint: update almost all copyright ranges to include 2011
Sun, 10 Oct 2010 20:16:39 -0700 Paul Eggert rewrite int foo[2*X-1] to verify(X) or to int foo[X?1:-1]
Wed, 09 Jun 2010 12:47:59 +0200 Bruno Haible Avoid relocwrapper link errors due to gnulib replacement functions.
Fri, 01 Jan 2010 10:31:12 +0100 Jim Meyering update nearly all FSF copyright year lists to include 2010
Mon, 28 Dec 2009 10:50:36 +0100 Jim Meyering update nearly all FSF copyright year lists to include 2009
Thu, 10 Dec 2009 20:28:30 +0100 Bruno Haible Use spaces for indentation, not tabs.
Sat, 09 Jun 2007 10:58:20 +0000 Bruno Haible Move to here from allocsa.c.