Mercurial > hg > octave-lojdl > gnulib-hg
annotate modules/c-stack @ 7772:3e05c216c7d7
* modules/settime (Include): Require timespec.h.
* modules/nanosleep (Include): Likewise.
2007-01-01 Bruno Haible <bruno@clisp.org>
SCALAR(0x82833d4)
Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Tue, 02 Jan 2007 23:50:44 +0000 |
parents | 93d578c7aa44 |
children | 655ec8b9fbde |
rev | line source |
---|---|
4110 | 1 Description: |
4172 | 2 Stack overflow handling, causing program exit. |
4110 | 3 |
4 Files: | |
5 lib/c-stack.h | |
6 lib/c-stack.c | |
7 m4/c-stack.m4 | |
8 | |
9 Depends-on: | |
5965
cd3c62f1332e
Support programs like Emacs that use gnulib but not gettext.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5251
diff
changeset
|
10 gettext-h |
4110 | 11 exitfail |
6689
93d578c7aa44
* lib/c-stack.c: Include unistd.h unconditionally, since we now assume
Paul Eggert <eggert@cs.ucla.edu>
parents:
5965
diff
changeset
|
12 unistd |
4110 | 13 |
14 configure.ac: | |
15 gl_C_STACK | |
16 | |
17 Makefile.am: | |
18 lib_SOURCES += c-stack.h c-stack.c | |
19 | |
20 Include: | |
21 "c-stack.h" | |
22 | |
5251
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
4197
diff
changeset
|
23 License: |
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
4197
diff
changeset
|
24 GPL |
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
4197
diff
changeset
|
25 |
4197 | 26 Maintainer: |
27 Paul Eggert |