Re: tzset et al

2004-10-14 Thread Corinna Vinschen
On Oct 14 14:27, Gerrit P. Haase wrote: > Is tzname and timezone not ANSI? Why is it used in sablevm then? Or is > the Cygwin time.h wrong about this? Btw., time.h is newlib, not Cygwin. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Le

Re: tzset et al

2004-10-14 Thread Corinna Vinschen
On Oct 14 14:27, Gerrit P. Haase wrote: > Now I see that there is -ansi at the commandline and that is the > problem, tzname et al is guarded with !__STRICT_ANSI__ in time.h and > therefore it is not defined. > > Is tzname and timezone not ANSI? Why is it used in sablevm then? Or is > the Cygwi

Re: tzset et al

2004-10-14 Thread Gerrit P. Haase
Corinna wrote: > On Oct 14 13:17, Gerrit P. Haase wrote: >> Corinna wrote: >> > Hmm, I just tried Robert's test program on a DLL from current CVS: >> >> > $ ./tzset.exe >> > std:WEST >> > dst:WEDT >> >> > and it works regardless if $TZ is set or not. Could you debug this further? >> >> No, I

Re: tzset et al

2004-10-14 Thread Corinna Vinschen
On Oct 14 13:17, Gerrit P. Haase wrote: > Corinna wrote: > > Hmm, I just tried Robert's test program on a DLL from current CVS: > > > $ ./tzset.exe > > std:WEST > > dst:WEDT > > > and it works regardless if $TZ is set or not. Could you debug this further? > > No, I have no idea, it just don't

Re: tzset et al

2004-10-14 Thread Gerrit P. Haase
Corinna wrote: > On Oct 14 11:50, Gerrit P. Haase wrote: >> Hello, >> >> it is a mess... >> >> Whatever happend after this thread, >> http://www.cygwin.com/ml/cygwin-patches/2001-q1/msg00248.html >> it was not the result that it is working now, the simple testcase Robert >> provided still (or ag

Re: tzset et al

2004-10-14 Thread Corinna Vinschen
On Oct 14 11:50, Gerrit P. Haase wrote: > Hello, > > it is a mess... > > Whatever happend after this thread, > http://www.cygwin.com/ml/cygwin-patches/2001-q1/msg00248.html > it was not the result that it is working now, the simple testcase Robert > provided still (or again) doesn't work. Even i

tzset et al

2004-10-14 Thread Gerrit P. Haase
Hello, it is a mess... Whatever happend after this thread, http://www.cygwin.com/ml/cygwin-patches/2001-q1/msg00248.html it was not the result that it is working now, the simple testcase Robert provided still (or again) doesn't work. Even if I use _tzname instead of tzname it prints out nothing.