GNO is the UNIX-like environment for the Apple IIgs
Go to file
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
ainclude Initial checkin; m16.gno is mostly a collection of stubs that allow 1998-03-08 17:18:11 +00:00
bin Changed many invocations from old shell interface routines (Read_Variable, 1998-07-20 16:23:11 +00:00
build.tools fudgeinstall: 1998-07-07 02:31:22 +00:00
doc describe.src: 1998-07-04 17:13:43 +00:00
HFSinclude initial checkin of header files 1997-02-28 04:42:19 +00:00
include stdio.h: 1998-06-24 00:12:32 +00:00
kern - Fixed infinite loop in traceback() 1998-02-22 05:05:54 +00:00
lib syscall.c: 1998-06-24 04:22:38 +00:00
NOTES status.bin: 1998-06-26 01:29:37 +00:00
orcacdefs - update the "path" pragma to reflect the new location of the ORCA/C 1998-01-25 21:05:28 +00:00
rinclude startup.mk: 1998-02-14 23:56:40 +00:00
sbin mkso/Makefile, renram5/Makefile: 1998-04-22 05:09:55 +00:00
sys Initial checkin; these sources should correspond to the GNO v2.0.4 1998-03-11 02:57:43 +00:00
usr.bin Makefile: 1998-07-07 02:19:26 +00:00
usr.man syslog.3: 1998-07-07 03:32:44 +00:00
usr.orca.bin Makefile: 1998-03-08 17:58:44 +00:00
usr.sbin Install /etc/gettytab from this directory instead of taking it from 1998-04-22 05:29:03 +00:00
verbatim initrc: 1998-05-30 14:36:51 +00:00
binconst.mk binconst.mk, binrelease.mk: 1998-04-22 05:07:20 +00:00
binrelease.mk binconst.mk, binrelease.mk: 1998-04-22 05:07:20 +00:00
binrules.mk binconst.mk: 1998-03-08 17:12:34 +00:00
Makefile make sure top-level files are tarred up 1997-12-22 01:11:08 +00:00
paths.mk paths.mk: 1998-05-30 14:18:04 +00:00
prog.mk Change a few comments to make them match the code: 1998-02-18 18:22:04 +00:00