gno/bin/gsh
tribby d534981038 Changed many invocations from old shell interface routines (Read_Variable,
Set_Variable, Export, etc.) to new ones (ReadVariableGS, SetGS, ExportGS,
etc.) in many places; there are still a few more to change.  This change
removed the 256-character limit on strings retrieved by these routines,
such as the value of environment variables. (PR # 9).

At startup do not set $TERM to gnocon if it is already set.

Removed the df command (from builtin.asm).

Defined macro incad to increment a 4-byte address, checking for overflow;
replaced instances of "inc ptr" with "incad ptr".

Changed column offset table to use a 1-word rather than 1-byte entry. This
resolves PR#14 (hash wouldn't print beyond first 256 filenames).

Fixed defect in unalias (alias.asm) where the double quote portion of the
scanner would look for a terminating single quote. This resolves PR#69.

Changed default order for copying files in $PATH dirs into executable list,
so earlier paths files are found first.

Added environment variable flag $OLDPATHMODE to make gsh behave in the old
(backwards order) way when necessary.

Discard duplicate filenames when hashing.

Fix PR#73: directory in $PATH with escaped space (\ ) is not searched.
1998-07-20 16:23:11 +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 Changed many invocations from old shell interface routines (Read_Variable, 1998-07-20 16:23:11 +00:00
bufpool.asm Major changes to gsh with this checkin: 1998-06-30 17:26:04 +00:00
builtin.asm Changed many invocations from old shell interface routines (Read_Variable, 1998-07-20 16:23:11 +00:00
cmd.asm Changed many invocations from old shell interface routines (Read_Variable, 1998-07-20 16:23:11 +00:00
dir.asm Changed many invocations from old shell interface routines (Read_Variable, 1998-07-20 16:23:11 +00:00
edit.asm Changed many invocations from old shell interface routines (Read_Variable, 1998-07-20 16:23:11 +00:00
expand.asm Changed many invocations from old shell interface routines (Read_Variable, 1998-07-20 16:23:11 +00:00
gsh.mac Changed many invocations from old shell interface routines (Read_Variable, 1998-07-20 16:23:11 +00:00
gsh.rez Changed many invocations from old shell interface routines (Read_Variable, 1998-07-20 16:23:11 +00:00
hash.asm Changed many invocations from old shell interface routines (Read_Variable, 1998-07-20 16:23:11 +00:00
history.asm Changed many invocations from old shell interface routines (Read_Variable, 1998-07-20 16:23:11 +00:00
invoke.asm Changed many invocations from old shell interface routines (Read_Variable, 1998-07-20 16:23:11 +00:00
jobs.asm Changed many invocations from old shell interface routines (Read_Variable, 1998-07-20 16:23:11 +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 Major changes to gsh with this checkin: 1998-06-30 17:26:04 +00:00
Makefile Major changes to gsh with this checkin: 1998-06-30 17:26:04 +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 This checkin contains only enough changes that gsh is able to assemble 1998-04-24 15:38:47 +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 Changed many invocations from old shell interface routines (Read_Variable, 1998-07-20 16:23:11 +00:00
prompt.asm Changed many invocations from old shell interface routines (Read_Variable, 1998-07-20 16:23:11 +00:00
shell.asm Changed many invocations from old shell interface routines (Read_Variable, 1998-07-20 16:23:11 +00:00
shellutil.asm Changed many invocations from old shell interface routines (Read_Variable, 1998-07-20 16:23:11 +00:00
shellvar.asm Changed many invocations from old shell interface routines (Read_Variable, 1998-07-20 16:23:11 +00:00
stdio.asm Major changes to gsh with this checkin: 1998-06-30 17:26:04 +00:00
sv.asm Changed many invocations from old shell interface routines (Read_Variable, 1998-07-20 16:23:11 +00:00
term.asm Changed many invocations from old shell interface routines (Read_Variable, 1998-07-20 16:23:11 +00:00
To.Do Changed many invocations from old shell interface routines (Read_Variable, 1998-07-20 16:23:11 +00:00
UpdateLog Changed many invocations from old shell interface routines (Read_Variable, 1998-07-20 16:23:11 +00:00