GNO is the UNIX-like environment for the Apple IIgs
Go to file
gdr-ftp 7027be9e4b vfscanf.c:
- Fixed a problem reported by Derek where stack trashing
	  was happening once an EOF was reached.  This was actually
	  only one example of a class of problems; any time __svfscanf
	  returned before filling all the requested arguments, va_arg
	  was left uncalled for some set of arguments.  This has been
	  fixed by adding a "stack cleanup" section to the code where
	  va_arg is called once for each remaining argument.
	- The __svfscanf routine still had large arrays on the stack.
	  These have been changed to static storage class.  There is
	  currently an assert in place to assure that recursion isn't
	  happening since I didn't have the chance yet to verify in
	  detail the control flow here.  This assert (and the related
	  use of the "recursing" variable) can be removed after such
	  a verification.
1998-03-04 06:20:03 +00:00
bin Makefile, yes.desc: 1998-02-19 02:26:07 +00:00
build.tools startup.mk: 1998-02-14 23:56:40 +00:00
doc - split the top level GNO docs web page into subpages 1998-02-19 03:04:10 +00:00
HFSinclude initial checkin of header files 1997-02-28 04:42:19 +00:00
include - initial checkin of <sys/utsname.h>. No diffs from the BSD version 1998-02-16 22:46:44 +00:00
kern - Fixed infinite loop in traceback() 1998-02-22 05:05:54 +00:00
lib vfscanf.c: 1998-03-04 06:20:03 +00:00
NOTES udl is done 1997-12-22 01:20:42 +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 - put mkso into the normal build directories instead of it being a 1997-12-21 22:39:13 +00:00
sys - fixed newline problems 1998-02-03 08:08:40 +00:00
usr.bin Fix the comment line before cleanup 1998-02-18 19:01:52 +00:00
usr.man - added uname(3) man page 1998-02-16 22:40:15 +00:00
usr.orca.bin There used to be a limit of 65k on the size of the describe 1998-02-07 06:40:11 +00:00
usr.sbin Initial commit of inetd daemon 1998-01-24 08:35:51 +00:00
verbatim This is Dave, completing Devin's setup test 1998-02-05 20:41:00 +00:00
binconst.mk binconst.mk: 1998-02-17 00:26:27 +00:00
binrelease.mk paths.mk: 1998-02-15 19:44:03 +00:00
binrules.mk binconst.mk: 1998-02-17 00:26:27 +00:00
Makefile make sure top-level files are tarred up 1997-12-22 01:11:08 +00:00
paths.mk binconst.mk: 1998-02-17 00:26:27 +00:00
prog.mk Change a few comments to make them match the code: 1998-02-18 18:22:04 +00:00