gno/lib/libc
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
..
gen Makefile: 1998-02-19 01:07:56 +00:00
gno Makefile, stack.asm: 1998-02-19 01:05:17 +00:00
locale Makefile: 1998-02-19 01:07:56 +00:00
regex Makefile: 1998-02-19 01:07:56 +00:00
stdio vfscanf.c: 1998-03-04 06:20:03 +00:00
stdlib Makefile: 1998-02-19 01:07:56 +00:00
stdtime Added support for separate object hierarchy and cleaned up libc makefiles 1998-02-09 08:45:21 +00:00
string Makefile: 1998-02-19 01:07:56 +00:00
sys Makefile: 1998-02-19 01:07:56 +00:00
tests - utime(2) test: print access and modification times before exiting 1998-02-04 07:26:53 +00:00
ChangeLog added .... change descriptions. 1997-09-21 16:31:12 +00:00
Contributers Added Henry Spencer 1997-10-30 04:28:04 +00:00
libc.rez Makefile: 1998-02-19 01:00:36 +00:00
makebuild initial checkin 1997-10-03 04:49:40 +00:00
Makefile Makefile: 1998-02-19 01:00:36 +00:00
rules.mk allow lower level makefiles to update libc 1997-09-21 16:22:23 +00:00