annotate modules/safe-alloc @ 15836:46afe93343fd

modf: Use a .m4 file. * m4/modf.m4: New file. * modules/modf (Files): Add it. (configure.ac): Just invoke gl_FUNC_MODF.
author Bruno Haible <bruno@clisp.org>
date Thu, 06 Oct 2011 01:21:12 +0200
parents c1518e50c76f
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
11173
af090b4101b4 New module 'safe-alloc'.
David Lutterkort <lutter@redhat.com>
parents:
diff changeset
1 Description:
af090b4101b4 New module 'safe-alloc'.
David Lutterkort <lutter@redhat.com>
parents:
diff changeset
2 A set of macros to make calls to alloc/calloc/realloc safer.
af090b4101b4 New module 'safe-alloc'.
David Lutterkort <lutter@redhat.com>
parents:
diff changeset
3
af090b4101b4 New module 'safe-alloc'.
David Lutterkort <lutter@redhat.com>
parents:
diff changeset
4 Files:
af090b4101b4 New module 'safe-alloc'.
David Lutterkort <lutter@redhat.com>
parents:
diff changeset
5 lib/safe-alloc.h
af090b4101b4 New module 'safe-alloc'.
David Lutterkort <lutter@redhat.com>
parents:
diff changeset
6 lib/safe-alloc.c
af090b4101b4 New module 'safe-alloc'.
David Lutterkort <lutter@redhat.com>
parents:
diff changeset
7 m4/safe-alloc.m4
af090b4101b4 New module 'safe-alloc'.
David Lutterkort <lutter@redhat.com>
parents:
diff changeset
8
af090b4101b4 New module 'safe-alloc'.
David Lutterkort <lutter@redhat.com>
parents:
diff changeset
9 configure.ac:
af090b4101b4 New module 'safe-alloc'.
David Lutterkort <lutter@redhat.com>
parents:
diff changeset
10 gl_SAFE_ALLOC
af090b4101b4 New module 'safe-alloc'.
David Lutterkort <lutter@redhat.com>
parents:
diff changeset
11
af090b4101b4 New module 'safe-alloc'.
David Lutterkort <lutter@redhat.com>
parents:
diff changeset
12 Makefile.am:
15233
c1518e50c76f safe-alloc: Move AC_LIBOBJ invocations to module description.
Bruno Haible <bruno@clisp.org>
parents: 11173
diff changeset
13 lib_SOURCES += safe-alloc.c
11173
af090b4101b4 New module 'safe-alloc'.
David Lutterkort <lutter@redhat.com>
parents:
diff changeset
14
af090b4101b4 New module 'safe-alloc'.
David Lutterkort <lutter@redhat.com>
parents:
diff changeset
15 Include:
af090b4101b4 New module 'safe-alloc'.
David Lutterkort <lutter@redhat.com>
parents:
diff changeset
16 "safe-alloc.h"
af090b4101b4 New module 'safe-alloc'.
David Lutterkort <lutter@redhat.com>
parents:
diff changeset
17
af090b4101b4 New module 'safe-alloc'.
David Lutterkort <lutter@redhat.com>
parents:
diff changeset
18 License:
af090b4101b4 New module 'safe-alloc'.
David Lutterkort <lutter@redhat.com>
parents:
diff changeset
19 LGPLv2+
af090b4101b4 New module 'safe-alloc'.
David Lutterkort <lutter@redhat.com>
parents:
diff changeset
20
af090b4101b4 New module 'safe-alloc'.
David Lutterkort <lutter@redhat.com>
parents:
diff changeset
21 Maintainer:
af090b4101b4 New module 'safe-alloc'.
David Lutterkort <lutter@redhat.com>
parents:
diff changeset
22 David Lutterkort