Re: getdate on mingw: tzname problems

2008-01-15 Thread Paul Eggert
Simon Josefsson <[EMAIL PROTECTED]> writes: > Is there any platform where tzname isn't defined in time.h? If memory serves, the C Standard doesn't allow to define tzname. Both Solaris and glibc define tzname conditionally, and can be compiled in pedantic mode. I don't know whether it comes up

Re: coreutils 6.9.92 fail to configure on *bsd

2008-01-15 Thread Bruno Haible
Elias Pipping wrote: > On a sidenote... looking at the first couple of lines in the float.h > that i attached to that last mail: > > /* This file exists soley to keep Metrowerks' compilers happy. The version > used by GCC can be found in /usr/lib/gcc, although it's > not very informat

getdate on mingw: tzname problems

2008-01-15 Thread Simon Josefsson
Compiling getdate on mingw32: getdate.y: In function 'get_date': getdate.y:1325: warning: 'tzname' redeclared without dllimport attribute: previous dllimport ignored Linking fails: Info: resolving _tzname by linking to __imp__tzname (auto-import) Creating library file: .libs/libshishi.dll.a fu0

minor gc-libgcrypt.c fix

2008-01-15 Thread Simon Josefsson
Applied. FYI, secure memory requires setuid, something most applications aren't or shouldn't be. 2008-01-15 Simon Josefsson <[EMAIL PROTECTED]> * lib/gc-libgcrypt.c (gc_init): Disable secure memory by default. Applications that requires it should initialize libgcrypt ma