Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/lib/libc/time



On Feb 11, 11:47pm, yamt%mwd.biglobe.ne.jp@localhost (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


Home | Main Index | Thread Index | Old Index