This website requires JavaScript.
Explore
Mirrors
Help
Sign In
Apple-2gs-SW
/
hush
Watch
1
Star
0
Fork
0
You've already forked hush
mirror of
https://github.com/sheumann/hush.git
synced
2025-03-13 00:30:23 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
hush
/
shell
History
Stephen Heumann
3b1d003ea7
Handle globals more simply, declaring the "G" structure containing them directly in shell/hush.c.
...
This allows the "G" struct to show up in the debugger, so it can easily be inspected.
2014-11-06 13:08:38 -06:00
..
hush_test
…
glob.c
Set things up so hush can be build with debug code turned on.
2014-11-06 11:42:17 -06:00
glob.h
…
hush.c
Handle globals more simply, declaring the "G" structure containing them directly in shell/hush.c.
2014-11-06 13:08:38 -06:00
hushleaktool.sh
…
match.c
…
match.h
…
math.c
…
math.h
…
random.c
…
random.h
…
shell.common.c
Revise terminal control code to use ioctls supported by GNO instead of termios calls that aren't supported.
2014-11-04 19:53:40 -06:00
shell.common.h
…