hi, > Module Name: src > Committed By: christos > Date: Thu Jan 6 02:41:34 UTC 2011 > > Modified Files: > src/lib/libc/time: localtime.c > > Log Message: > Since localsub and gmtsub are called recursively to search for the local > time, setting EOVERFLOW at the inmost level will unfortunately persist, > even if later calls to those functions succeed. Move the EOVERFLOW setting > to the top level calls.
did you forget to update gmtime/gmtime_r/offtime/offtime_r? YAMAMOTO Takashi > > > To generate a diff of this commit: > cvs rdiff -u -r1.50 -r1.51 src/lib/libc/time/localtime.c > > Please note that diffs are not public domain; they are subject to the > copyright notices on the relevant files.