annotate modules/safe-alloc @ 17363:5a51fb7777a9

sys_select, sys_time: port 2013-01-30 Solaris 2.6 fix to Cygwin Problem reported by Marco Atzeri in <http://lists.gnu.org/archive/html/bug-gnulib/2013-03/msg00000.html>. * lib/sys_select.in.h [HAVE_SYS_SELECT_H && _CYGWIN_SYS_TIME_H]: Simply delegate to the system <sys/select.h> in this case too. Also, pay attention to _GL_SYS_SELECT_H_REDIRECT_FROM_SYS_TIME_H only if OSF/1, since otherwise Cygwin breaks, and it doesn't seem to be needed on Solaris either. * lib/sys_time.in.h [_CYGWIN_SYS_TIME_H]: Simply delgate to the system <sys/time.h> in this case.
author Paul Eggert <eggert@cs.ucla.edu>
date Tue, 19 Mar 2013 09:08:47 -0700
parents c1518e50c76f
children 8714c1a37024
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