mirror of
https://github.com/GnoConsortium/gno.git
synced 2025-02-06 10:30:50 +00:00
Fix PR#50 while maintaining backward compatibility: when new environment variable $KEEPQUOTE is set, use the command line's original single and double quotes unchanged (rather than removing all quotes and adding double quotes as needed). Fix PR#123: do not ignore command line characters following a ";" that was not preceeded by a command. Add signal handler for SIGTTIN (background read attempted from control terminal) that prints a message and quits the shell. This is needed because gsh will sometimes receive such a signal, go into the "suspended" state, and never return to "running" state. Add environment variable $ECHOX to print expanded commands before they are executed.
Description
GNO is the UNIX-like environment for the Apple IIgs
Languages
C
64.7%
Roff
18.6%
Assembly
13.1%
Makefile
1.3%
C++
1.1%
Other
0.9%