Re: bug#16872: `date -d 'TZ="America/Los_Angeles" "00:00 + 1 hour"'` crashes

2014-02-27 Thread Pádraig Brady
On 02/27/2014 09:48 PM, Bernhard Voelker wrote: > On 02/25/2014 12:11 PM, Pádraig Brady wrote: >> Proposed patch attached. > > parse_datetime per se is pretty ugly, however, the fix LGTM: > +1 I've pushed that to gnulib, and the attached to coreutils. thanks for the review, Pádraig. >From a4faa

Re: bug#16872: `date -d 'TZ="America/Los_Angeles" "00:00 + 1 hour"'` crashes

2014-02-27 Thread Bernhard Voelker
On 02/25/2014 12:11 PM, Pádraig Brady wrote: > Proposed patch attached. parse_datetime per se is pretty ugly, however, the fix LGTM: +1 Thanks! Have a nice day, Berny

Re: hstrerror for MinGW

2014-02-27 Thread Ludovic Courtès
Eli Zaretskii skribis: >> From: l...@gnu.org (Ludovic Courtès) >> Cc: Eli Zaretskii , bug-gnulib@gnu.org >> Date: Wed, 26 Feb 2014 22:52:38 +0100 >> >> Simon Josefsson skribis: >> >> > You wrote: >> > >> >> >> This came up on guile-users while discussing the MinGW build of >> >> >> Guile, see

Re: [heads-up] patch re. savedir() in src/copy.c needed when updating gnulib

2014-02-27 Thread Paul Eggert
Bernhard Voelker wrote: doesn't coreutils support platforms where struct dirent lacks a working d_ino? Yes it does. Thanks for catching that. I installed the attached patches, the first two into gnulib and the last two into coreutils. Tar needs fixing too, but that'll require a UI change