[PATCH] regex: fix typo in definition of MIN

2012-02-20 Thread Paul Eggert
* lib/regex_internal.h (MIN): Fix typo. Problem reported by Thomas Schwinge in . --- ChangeLog|6 ++ lib/regex_internal.h |2 +- 2 files changed, 7 insertions(+), 1 deletions(-) diff --git a/ChangeLog b/ChangeLog in

Re: copyright years breaking sync with automake

2012-02-20 Thread Paul Eggert
On 02/18/2012 11:48 AM, Jim Meyering wrote: > I think it's fine just to sync from automake to gnulib, no? Yes, that should be fine.

Re: [PATCH] tests: add missing sys/types.h for ls speed-up test

2012-02-20 Thread Eric Blake
On 02/20/2012 06:53 AM, Jim Meyering wrote: >>> Modern provides ssize_t, but the one from Debian's >>> libc6-dev 2.11.2-10 apparently does not. >>> * tests/ls/getxattr-speedup: Also include . >> >> Shouldn't we be fixing this in gnulib, rather than making every client >> package (including coreut

Re: [PATCH] tests: add missing sys/types.h for ls speed-up test

2012-02-20 Thread Jim Meyering
Eric Blake wrote: > On 02/19/2012 10:45 AM, Jim Meyering wrote: >> Jérémy Compostella wrote: >> Thank you for the report and the patch. Please tell us what type/version of compiler/system you're using. It's good to include that information, especially since ssize_t is supposed

Re: [PATCH] tests: add missing sys/types.h for ls speed-up test

2012-02-20 Thread Eric Blake
On 02/19/2012 10:45 AM, Jim Meyering wrote: > Jérémy Compostella wrote: > >>> Thank you for the report and the patch. >>> Please tell us what type/version of compiler/system you're using. >>> It's good to include that information, especially since ssize_t >>> is supposed to be defined via stdio.h.