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.
nulib is dumping an extraneous "-^H" to stdout, so dump
stdout to /dev/null
mkgen, mkindex, view.html:
added "productivity" as a category
mkindex:
added a concheck for .index.src entries that aren't using the
describe(1) info
- added 'install' and 'release' targets
- added rVersion rez forks to final files
box.asm:
- added dummy routine that winds up in the *.root file
console.rez, modem.rez, null.rez, printer.rez:
- initial checkin
- link with *.o rather than *.root to avoid problems on netatalk-
served source partitions. affected err.root box.root, regexp.root
- create linkmap for debugging purposes
- added install and release targets
err.asm, regexp.asm
- added dummy routine so that we can throw away the *.root file.
added 'gsh.sgml' since it's generated
Makefile:
fixed up some dependencies
main.sgml:
added top level id so that the created file is named "index.html"
- msort doesn't read stdin. Use a temporary file instead
- install support files for newuser(8)
- install TMTerm, /etc/hosts, /etc/networks, /usr/sbin/slpscrpt.direct
mkboot:
- create the script /tmp/mklinks on the gno.boot volume. This
script creates the duplicate files that should be symlinks
to other programs (newuserv --> newuser, for example). The
script will be run by installboot1
mkdisk1:
- don't ship /gno/install. Do ship /gno/Icons and /gno/System
- mention release of 2.0.6
intro.tex:
- add lots of text about installing 2.0.6 and later. Some sections
are just skeletons at the moment and still need to be written