hush (a Bourne-style shell) for the GNO multitasking environment on the Apple IIgs
Go to file
Stephen Heumann 6bd3b140ea Misc. fixes related to file handling:
*Use .null instead of /dev/null
*Account for GNO's dup2(), which non-standardly returns 0 on success
*Always call open with appropriate number of arguments
*Use STDIN_FILENO instead of (implicitly) 0
2014-11-07 19:23:04 -06:00
coreutils
include Misc. fixes related to file handling: 2014-11-07 19:23:04 -06:00
libbb Misc. fixes related to file handling: 2014-11-07 19:23:04 -06:00
notes
shell Misc. fixes related to file handling: 2014-11-07 19:23:04 -06:00
.gitignore
.indent.pro
build.gcc Define segments and make other adjustments in makefile. 2014-11-05 22:26:33 -06:00
build.gs Set things up so hush can be build with debug code turned on. 2014-11-06 11:42:17 -06:00
LICENSE
Makefile Add an emulation of waitpid that should be better than the one in libc. 2014-11-07 12:12:18 -06:00
Makefile.gmake Handle globals more simply, declaring the "G" structure containing them directly in shell/hush.c. 2014-11-06 13:08:38 -06:00
texttogs Set things up so hush can be build with debug code turned on. 2014-11-06 11:42:17 -06:00