projects
/
pspp
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Tests for module 'unicase/ignorable'.
[pspp]
/
modules
/
c-stack
1
Description:
2
Stack overflow handling, causing program exit.
3
4
Files:
5
lib/c-stack.h
6
lib/c-stack.c
7
m4/c-stack.m4
8
9
Depends-on:
10
gettext-h
11
exitfail
12
unistd
13
raise
14
sigaction
15
libsigsegv
16
17
configure.ac:
18
gl_C_STACK
19
20
Makefile.am:
21
lib_SOURCES += c-stack.h c-stack.c
22
23
Include:
24
"c-stack.h"
25
26
Link:
27
$(LTLIBCSTACK) when linking with libtool, $(LIBCSTACK) otherwise
28
29
License:
30
GPL
31
32
Maintainer:
33
Paul Eggert