GNO is the UNIX-like environment for the Apple IIgs
Go to file
gdr-ftp 7d184b3391 Various changes to get getty compiling under GNO v2.0.6. In general
they are:
	- changed the makefile
	- prototyped functions
	- eliminated pathnames.h since all it does is #include <paths.h>
	- used gettytab.h for various function declarations
	- verified stack usage at 712 bytes
	- eliminated dummy gethostname() function.  Instead, get it
	  from libc.  This exposes a problem with gethostname.
	  See PR#59 for details.
	- eliminated a dependancy on strftime for the moment by
	  calling ctime() instead.
	- Added GNO-formatted versions of the man pages.
1998-04-10 16:18:06 +00:00
ainclude Initial checkin; m16.gno is mostly a collection of stubs that allow 1998-03-08 17:18:11 +00:00
bin The 'fulltests' script is now located in gno/build.tools 1998-03-11 05:28:01 +00:00
build.tools fulltests: 1998-03-11 05:19:56 +00:00
doc describe.src: 1998-03-26 00:32:01 +00:00
HFSinclude
include gno.h: 1998-03-28 18:36:43 +00:00
kern
lib added the _reportStack(3) routine 1998-03-28 16:46:59 +00:00
NOTES Changed entries for: 1998-03-31 15:22:15 +00:00
orcacdefs
rinclude
sbin - minor changes to fit into the GNO build 1998-03-31 03:29:10 +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 Remaining files for awk 2.0 that were left out of the previous checkin. 1998-04-07 17:06:53 +00:00
usr.man stack.3: 1998-03-28 18:38:02 +00:00
usr.orca.bin Makefile: 1998-03-08 17:58:44 +00:00
usr.sbin Various changes to get getty compiling under GNO v2.0.6. In general 1998-04-10 16:18:06 +00:00
verbatim
binconst.mk binconst.mk: 1998-03-08 17:12:34 +00:00
binrelease.mk
binrules.mk binconst.mk: 1998-03-08 17:12:34 +00:00
Makefile
paths.mk binconst.mk: 1998-03-08 17:12:34 +00:00
prog.mk