doc: use ASCII in .texi files where UTF-8 isn't needed
[gnulib.git] / modules / xalloc
index 5d93aa3..c6c2083 100644 (file)
@@ -1,26 +1,27 @@
 Description:
-Memory allocation with out-of-memory checking.
+Memory allocation with out-of-memory checking.  Also see xalloc-die.
 
 Files:
 lib/xalloc.h
 lib/xmalloc.c
-lib/xstrdup.c
 m4/xalloc.m4
 
 Depends-on:
-error
-gettext
-exitfail
+extern-inline
+xalloc-die
+xalloc-oversized
 
 configure.ac:
 gl_XALLOC
 
 Makefile.am:
-lib_SOURCES += xalloc.h xmalloc.c xstrdup.c
+lib_SOURCES += xmalloc.c
 
 Include:
 "xalloc.h"
 
+License:
+GPL
+
 Maintainer:
 all
-