tribby 2e0ebb5392 Replaced last of old shell calls with their newer counterparts. This
removed the need for p-string routines, so they were removed. Also
removed alloc256/free256 and associated data structures.

In removing calls, found instances in pwd & prefix commands and prompt
handler where current directory name was assumed to be < 256 characters;
recoded to use a flexible buffer size.

Updated and expanded mmdebug.asm routines that perform error checking on
memory management calls. Added macros ~NEW and ~DISPOSE that invoke either
the real or debug routines.

Fixed call to read $TERM variable's length to fix PR#81.

Removed echo of data when setting value of $< in expandvars (expand.asm).
The characters are echoed as they are typed and do not need to be reprinted
on stdout after carriage-return is typed.

Added error checking to the various flavors of prefix (just like cd):
  - Verify 2nd parameter is a valid directory before setting.
  - Verify 1st parameter < 32 before displaying or setting.
1998-08-03 17:30:30 +00:00
1998-07-07 02:31:22 +00:00
1998-07-04 17:13:43 +00:00
1998-06-24 00:12:32 +00:00
1998-02-22 05:05:54 +00:00
1998-06-24 04:22:38 +00:00
1998-06-26 01:29:37 +00:00
1998-02-14 23:56:40 +00:00
1998-04-22 05:09:55 +00:00
1998-07-07 02:19:26 +00:00
1998-07-07 03:32:44 +00:00
1998-03-08 17:58:44 +00:00
1998-05-30 14:36:51 +00:00
1998-04-22 05:07:20 +00:00
1998-04-22 05:07:20 +00:00
1998-03-08 17:12:34 +00:00
1998-05-30 14:18:04 +00:00
Description
GNO is the UNIX-like environment for the Apple IIgs
5.4 MiB
Languages
C 64.7%
Roff 18.6%
Assembly 13.1%
Makefile 1.3%
C++ 1.1%
Other 0.9%