GNO is the UNIX-like environment for the Apple IIgs
Go to file
gdr-ftp 4e1bec2062 stdio.h:
Changed some '0' constants to '0L'.  Probably not necessary, but
	consider it paranoia from earlier ORCA/C bugs.

sys/syslog.h:
	These changes reflect the new implementation for syslog(3) and
	friends.  The biggest change is that the facility/priority (which
	is encoded as a single number) requires 32 bits, so has been moved
	from an int value to a long value.

	This means that any programs using syslog(3) cannot merely be
	relinked, but will need to be recompiled.

	This file also contained various constants coded as bitshift
	values, like (4<<3).  ORCA/C can't handle this in the context
	of a constant initializer, so these constants have been resolved
	and changed to single hex values.  The originals are left in
	comments.

sys/uio.h:
	- #include <sys/types.h> if it has not already been done.
	- change the return value of readv/writev back from size_t to
	  ssize_t.  I don't recall why they were originally changed,
	  given that they weren't implemented and BSD uses ssize_t.
1998-06-24 00:12:32 +00:00
ainclude Initial checkin; m16.gno is mostly a collection of stubs that allow 1998-03-08 17:18:11 +00:00
bin Fixed "ls -s" kilobyte calculation. See PR#48 for details. 1998-06-17 07:00:27 +00:00
build.tools fudgeinstall: 1998-04-24 03:38:51 +00:00
doc bugs.html: 1998-06-19 23:35:07 +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 trap.asm: 1998-05-30 15:36:15 +00:00
NOTES status.bin: 1998-06-02 13:11:02 +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 logger.c: 1998-06-23 23:23:55 +00:00
usr.man fsettext.3, funopen.3: 1998-04-29 03:33:14 +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