hush (a Bourne-style shell) for the GNO multitasking environment on the Apple IIgs
Go to file
2014-11-06 18:14:15 -06:00
coreutils
include Make the "smallint" type "int" instead of "signed char." This works around an apparent compiler bug where a conditional isn't evaluated correctly. 2014-11-06 13:36:41 -06:00
libbb Change code using 0/1/2 for stdin/stdout/stderr file descriptors to use macros instead, to properly deal with their different numbers on GNO. 2014-11-06 18:14:15 -06:00
notes
shell Change code using 0/1/2 for stdin/stdout/stderr file descriptors to use macros instead, to properly deal with their different numbers on GNO. 2014-11-06 18:14:15 -06:00
.gitignore
.indent.pro
build.gcc
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 Handle globals more simply, declaring the "G" structure containing them directly in shell/hush.c. 2014-11-06 13:08:38 -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