This commit is contained in:
Jim Meyering 1997-10-26 02:46:35 +00:00
parent bf3f82daa0
commit 139d0623b8
2 changed files with 13 additions and 0 deletions

View File

@ -1,5 +1,7 @@
1997-10-25 Jim Meyering <meyering@na-net.ornl.gov>
* lib/Makefile.am (noinst_HEADERS): Add xalloc.h.
* lib/xalloc.h: New file.
* lib/xmalloc.c: Updated from textutils.

View File

@ -1,3 +1,14 @@
1997-10-25 Jim Meyering <meyering@na-net.ornl.gov>
* lib/Makefile.am (noinst_HEADERS): Add xalloc.h.
* lib/xalloc.h: New file.
* lib/xmalloc.c: Updated from textutils.
* src/*.c: Remove old-style xmalloc and xrealloc decls.
* src/system.h: Include xalloc.h.
Remove dcls of xmalloc, xcalloc and xrealloc.
1997-10-23 Jim Meyering <meyering@na-net.ornl.gov>
* Makefile.am (aclocal-files): Also depend on m4/Makefile.am.