Mercurial > hg > octave-kai > gnulib-hg
annotate modules/xalloc @ 10264:ebb7ea0c94e8
Rename isnand.h to isnand-nolibm.h, similarly for isnanf.h.
author | Ben Pfaff <blp@cs.stanford.edu> |
---|---|
date | Sat, 12 Jul 2008 10:41:34 -0700 |
parents | a955e5f25317 |
children | b3b2f9e830e9 |
rev | line source |
---|---|
4110 | 1 Description: |
5166
95d4226b62d3
Remove dependency of xalloc in exitfail, error, gettext.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5074
diff
changeset
|
2 Memory allocation with out-of-memory checking. Also see xalloc-die. |
4110 | 3 |
4 Files: | |
5 lib/xalloc.h | |
6 lib/xmalloc.c | |
7 m4/xalloc.m4 | |
8 | |
9 Depends-on: | |
7632
a955e5f25317
* modules/inline: New file/module.
Jim Meyering <jim@meyering.net>
parents:
7619
diff
changeset
|
10 inline |
5991
06ad66111945
* modules/xalloc (Depends-on): Add xalloc-die.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5722
diff
changeset
|
11 xalloc-die |
4110 | 12 |
13 configure.ac: | |
14 gl_XALLOC | |
15 | |
16 Makefile.am: | |
17 | |
18 Include: | |
19 "xalloc.h" | |
20 | |
5251
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
5166
diff
changeset
|
21 License: |
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
5166
diff
changeset
|
22 GPL |
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
5166
diff
changeset
|
23 |
4197 | 24 Maintainer: |
4783
d1dc5d9bf1ba
Revamp xalloc interface so that it can check for address arithmetic overflow.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4710
diff
changeset
|
25 all |