gno/lib
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
..
libc vfscanf.c: 1998-03-04 06:20:03 +00:00
libcontrib - Makefiles now have common 'release' and 'install' targets 1998-02-08 03:47:40 +00:00
libcrypt Move crypt support files from libc into libcrypt 1998-02-09 08:25:43 +00:00
libcurses First libcurses commit with changes for GNO 1998-01-26 06:09:49 +00:00
libedit Initial compile under linux. Not yet tested 1997-05-03 19:37:53 +00:00
libtermcap - initial build for GNO (untested) 1997-10-03 04:53:06 +00:00
libutil - Makefiles now have common 'release' and 'install' targets 1998-02-08 03:47:40 +00:00
liby Makefile: 1998-02-15 19:14:25 +00:00
lsaneglue Makefile: 1998-02-19 01:12:36 +00:00
netdb Makefile: 1998-02-17 00:35:18 +00:00
const.mk Added support for separate object hierarchy and cleaned up libc makefiles 1998-02-09 08:45:21 +00:00
lib.mk lib.mk: 1998-02-17 00:33:08 +00:00
librelease.mk - Makefiles now have common 'release' and 'install' targets 1998-02-08 03:47:40 +00:00