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 Initial checkin of gsh v1.1 as provided by Tony Diaz. 1997-11-18 05:31:00 +00:00
man gsh.1: 1998-06-04 03:11:28 +00:00
tests Initial checkin of gsh v1.1 as provided by Tony Diaz. 1997-11-18 05:31:00 +00:00
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 Initial checkin of gsh v1.1 as provided by Tony Diaz. 1997-11-18 05:31:00 +00:00
main.asm Added startup protocol as requested by Devin Reed (PR#78) and Steve Reeves 1998-09-08 16:53:14 +00:00
Makefile Replaced last of old shell calls with their newer counterparts. This 1998-08-03 17:30:30 +00:00
mdb.mac Initial checkin of gsh v1.1 as provided by Tony Diaz. 1997-11-18 05:31:00 +00:00
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 Initial checkin of gsh v1.1 as provided by Tony Diaz. 1997-11-18 05:31:00 +00:00
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 Changed many invocations from old shell interface routines (Read_Variable, 1998-07-20 16:23:11 +00:00
UpdateLog Added startup protocol as requested by Devin Reed (PR#78) and Steve Reeves 1998-09-08 16:53:14 +00:00