hush/shell
Stephen Heumann cbdfea4c97 Revise signal handling to work with GNO.
This involved using signal() rather than sigaction(), which GNO doesn't have. signal() doesn't have the signal-blocking feature of sigaction(), but I've tried to emulate it.
2014-11-04 10:45:28 -06:00
..
hush_test hush: make ${#var} unicode-aware 2014-08-13 09:57:44 +02:00
glob.c
glob.h Include glob implementation from dietlibc. 2014-11-01 14:27:52 -05:00
hush.c Revise signal handling to work with GNO. 2014-11-04 10:45:28 -06:00
hushleaktool.sh
match.c
match.h
math.c Address some link errors with various small changes. 2014-11-03 23:29:34 -06:00
math.h
random.c
random.h
shell.common.c Add an implementation of poll() written in terms of select(), to work around the lack of poll() on GNO. 2014-11-03 12:26:43 -06:00
shell.common.h