gno/bin/gsh
tribby 1dc5497309 Added startup protocol as requested by Devin Reed (PR#78) and Steve Reeves
(PR#85, PR#86):
   For login shells (command line starts with '-'),
	If $PATH doesn't start with ':' or contain a space,
	   change all ":" to " ".
	source /etc/glogin
	source $HOME/glogin
$HOME/gshrc is sourced afterward for both login and non-login shells.

Don't the print number of hashed commands (from "rehash") until all
initialization is completed.

Only pass exported environment variables to child processes, and prevent child
processes from changing parent's environment.

A null command followed by a redirection of stdout, for example
  > /tmp/list
would cause an error message "<garbage> not found" due to incorrect
setting of command buffer pointer.

Filename completion did not work following ">&" or ">" without a trailing
space.

Entabbed all the asm files, saving more than 36,000 bytes.
1998-09-08 16:53:14 +00:00
..
M
man
tests
alias.asm Added startup protocol as requested by Devin Reed (PR#78) and Steve Reeves 1998-09-08 16:53:14 +00:00
bufpool.asm Added startup protocol as requested by Devin Reed (PR#78) and Steve Reeves 1998-09-08 16:53:14 +00:00
builtin.asm Added startup protocol as requested by Devin Reed (PR#78) and Steve Reeves 1998-09-08 16:53:14 +00:00
cmd.asm Added startup protocol as requested by Devin Reed (PR#78) and Steve Reeves 1998-09-08 16:53:14 +00:00
dir.asm Added startup protocol as requested by Devin Reed (PR#78) and Steve Reeves 1998-09-08 16:53:14 +00:00
edit.asm Added startup protocol as requested by Devin Reed (PR#78) and Steve Reeves 1998-09-08 16:53:14 +00:00
expand.asm Added startup protocol as requested by Devin Reed (PR#78) and Steve Reeves 1998-09-08 16:53:14 +00:00
gsh.mac Added startup protocol as requested by Devin Reed (PR#78) and Steve Reeves 1998-09-08 16:53:14 +00:00
gsh.rez Added startup protocol as requested by Devin Reed (PR#78) and Steve Reeves 1998-09-08 16:53:14 +00:00
hash.asm Added startup protocol as requested by Devin Reed (PR#78) and Steve Reeves 1998-09-08 16:53:14 +00:00
history.asm Added startup protocol as requested by Devin Reed (PR#78) and Steve Reeves 1998-09-08 16:53:14 +00:00
invoke.asm Added startup protocol as requested by Devin Reed (PR#78) and Steve Reeves 1998-09-08 16:53:14 +00:00
jobs.asm Added startup protocol as requested by Devin Reed (PR#78) and Steve Reeves 1998-09-08 16:53:14 +00:00
m16.gno
main.asm Added startup protocol as requested by Devin Reed (PR#78) and Steve Reeves 1998-09-08 16:53:14 +00:00
Makefile
mdb.mac
mmdebug.asm Added startup protocol as requested by Devin Reed (PR#78) and Steve Reeves 1998-09-08 16:53:14 +00:00
oldorca.asm
orca.asm Added startup protocol as requested by Devin Reed (PR#78) and Steve Reeves 1998-09-08 16:53:14 +00:00
prompt.asm Added startup protocol as requested by Devin Reed (PR#78) and Steve Reeves 1998-09-08 16:53:14 +00:00
shell.asm Added startup protocol as requested by Devin Reed (PR#78) and Steve Reeves 1998-09-08 16:53:14 +00:00
shellutil.asm Added startup protocol as requested by Devin Reed (PR#78) and Steve Reeves 1998-09-08 16:53:14 +00:00
shellvar.asm Added startup protocol as requested by Devin Reed (PR#78) and Steve Reeves 1998-09-08 16:53:14 +00:00
stdio.asm Added startup protocol as requested by Devin Reed (PR#78) and Steve Reeves 1998-09-08 16:53:14 +00:00
sv.asm Added startup protocol as requested by Devin Reed (PR#78) and Steve Reeves 1998-09-08 16:53:14 +00:00
term.asm Added startup protocol as requested by Devin Reed (PR#78) and Steve Reeves 1998-09-08 16:53:14 +00:00
To.Do
UpdateLog Added startup protocol as requested by Devin Reed (PR#78) and Steve Reeves 1998-09-08 16:53:14 +00:00