Vanilla Development Maling List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CVS update: Vanilla



Date:	Monday March 15, 1999 @ 4:42
Author:	cameron

Update of /home/netrek/cvsroot/Vanilla
In directory cvs.castle.real-time.com:/var/tmp/cvs-serv797

Modified Files:
	PROJECTS 
Log Message:
Change all gets() calls to fgets(), review all existing fgets() calls
and fix prevalent defect of using one byte less than the buffer size.
Confirmed on man page that size is actual size.  Even I've done it!


****************************************

Index: Vanilla/PROJECTS
diff -u Vanilla/PROJECTS:1.37 Vanilla/PROJECTS:1.38
--- Vanilla/PROJECTS:1.37	Mon Mar 15 03:53:17 1999
+++ Vanilla/PROJECTS	Mon Mar 15 04:42:37 1999
@@ -1,10 +1,8 @@
 PROJECTS ... list of things to do or fix.
 
-#	$Id: PROJECTS,v 1.37 1999/03/15 09:53:17 cameron Exp $	
+#	$Id: PROJECTS,v 1.38 1999/03/15 10:42:37 cameron Exp $	
 
 Small things
-
-	- remove all the gets() calls
 
 	- switching into or out of no-geno timer hours on continuum resets quit
 	  timeout, perhaps due to repeat of RSA verification.