On Feb 11, 11:47pm, y...@mwd.biglobe.ne.jp (YAMAMOTO Takashi) wrote: -- Subject: Re: CVS commit: src/lib/libc/time
| 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? What do you mean? These call gmtsub directly... christos