gitlog-to-changelog: Add a new --commit-timezone option.
[gnulib.git] / modules / c-stack
blob812e3efca9f43fee3bd38378f9fa43e1e7483a98
1 Description:
2 Stack overflow handling, causing program exit.
4 Files:
5 lib/c-stack.h
6 lib/c-stack.c
7 m4/c-stack.m4
9 Depends-on:
10 c99
11 errno
12 exitfail
13 getprogname
14 gettext-h
15 idx
16 ignore-value
17 inttypes
18 mempcpy
19 raise
20 sigsegv
21 stddef
22 unistd
24 configure.ac:
25 gl_C_STACK
27 Makefile.am:
28 lib_SOURCES += c-stack.h c-stack.c
30 Include:
31 "c-stack.h"
33 Link:
34 $(LTLIBCSTACK) when linking with libtool, $(LIBCSTACK) otherwise
35 $(LTLIBINTL) when linking with libtool, $(LIBINTL) otherwise
37 License:
38 GPL
40 Maintainer:
41 Paul Eggert