This is the mail archive of the glibc-cvs@sourceware.cygnus.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

libc/time strptime.c


CVSROOT:	/glibc/cvsfiles
Module name:	libc
Changes by:	drepper@egcs.cygnus.com	99/07/01 22:03:52

Modified files:
	time           : strptime.c 

Log message:
	(strptime): Initialize the tm struct first to avoid
	returning bogus results on incomplete data.
	(strptime_internal): day_of_the_week() requres bith tm_mon and tm_mday to be
	initializaed. Computer them first if they are not given.
	(strptime_internal): (have_mon, have_mday): new variables.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]