lib/xmalloc.c


Log

Author Commit Date CI Message
Jim Meyering 34e6caa6 1999-04-18T23:17:05 (xalloc_fail): Pass xalloc_msg_memory_exhausted through gettext.
Jim Meyering c073723b 1999-03-08T02:43:14 (xalloc_fail): Use "%s" format so the message doesn't have to be scanned for % signs. Suggestion from François Pinard.
Jim Meyering 21e75a37 1999-01-01T17:40:08 Add comments. (xcalloc, xmalloc, xrealloc): Remove prototypes. (calloc): Remove `#ifdef NOT_USED' that used to hide this function.
Jim Meyering cf42d3e5 1998-12-07T03:12:10 ansideclify
Jim Meyering 267a5986 1997-11-15T17:18:01 remove fixup_null_alloc prototype
Jim Meyering 4d73296d 1997-11-03T15:19:20 make sure autoconf tests have been run
Jim Meyering 7b300269 1997-11-03T05:25:44 (xalloc_fail): Renamed from fixup_null_alloc. (xcalloc): #ifdef-out unused function. (xrealloc): Remove code to work around deficient versions of realloc. Now we have an autoconf-enabled replacement version. (xmalloc): Remove code to work around deficient versions of malloc. Now we have an autoconf-enabled replacement version.
Jim Meyering 373d33b1 1997-10-26T04:39:53 (xalloc_fail_func): Initialize to 0, not NULL.
Jim Meyering 2753afe5 1997-10-25T21:51:21 Include xalloc.h. Change VOID to void. (xalloc_exit_failure): Renamed extern. (xalloc_msg_memory_exhausted): New extern. (xalloc_fail_func): New extern. (fixup_null_alloc): Use new variables.
Jim Meyering 8bc2863c 1996-10-17T01:58:19 libitize
Jim Meyering 783c1624 1996-07-15T03:56:06 indent cpp-directives
Jim Meyering 37f27c1b 1996-07-15T02:41:49 update FSF address in copyright and remove any trailing blanks
Jim Meyering cb0e9ba1 1995-03-20T15:09:56 sync from FSF
Jim Meyering 43e78b97 1992-11-01T05:44:30 Initial revision