Mercurial > hg > octave-lojdl > gnulib-hg
annotate modules/xalloc @ 4197:3ccc6d0d52bb
Add a Maintainer.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Mon, 20 Jan 2003 10:02:37 +0000 |
parents | 5321105558d8 |
children | fd6696a97000 |
rev | line source |
---|---|
4110 | 1 Description: |
4172 | 2 Memory allocation with out-of-memory checking. |
4110 | 3 |
4 Files: | |
5 lib/xalloc.h | |
6 lib/xmalloc.c | |
7 lib/xstrdup.c | |
8 m4/xalloc.m4 | |
9 | |
10 Depends-on: | |
11 malloc | |
12 realloc | |
13 error | |
14 gettext | |
15 | |
16 configure.ac: | |
17 gl_XALLOC | |
18 | |
19 Makefile.am: | |
20 lib_SOURCES += xalloc.h xmalloc.c xstrdup.c | |
21 | |
22 Include: | |
23 "xalloc.h" | |
24 | |
4197 | 25 Maintainer: |
26 Bruno Haible | |
27 |