Re: [Rd] problem submitting R bug; bug plotting in tiling window manager

2016-02-06 Thread frederik
No problem. Another suggestion would be to simply validate user input like most websites, and reject invalid submissions immediately, rather than blocking the user's account. I don't know what kind of spambots you are up against, but unless they are very intelligent I doubt they'll be able to unde

Re: [Rd] [musl] Re: Fwd: [musl] strptime() question

2016-02-06 Thread Rich Felker
On Sat, Feb 06, 2016 at 10:35:28AM -0200, Alba Pompeo wrote: > It is setting TZ and using tzset(). R is not multi-threaded so it is safe. > > Simon figure out the important settings from the config.log and > config.h files on a musl system: > > /* #undef USE_INTERNAL_MKTIME */ > #define HAVE_TM_G

Re: [Rd] Fwd: [musl] strptime() question

2016-02-06 Thread Alba Pompeo
It is setting TZ and using tzset(). R is not multi-threaded so it is safe. Simon figure out the important settings from the config.log and config.h files on a musl system: /* #undef USE_INTERNAL_MKTIME */ #define HAVE_TM_GMTOFF 1 #define HAVE_TM_ZONE 1 Does this help anyone debug the issue? Simo