On 01/28/2013 11:30 AM, Assaf Gordon wrote:
> 1. This code isn't used - due to the combination of #if's.
> The resulting "lib/string.h" contains:
> /* Copy no more than N bytes of SRC to DST, returning a pointer past the
>last non-NUL byte written into DST. */
> #if 1
> # if 0
On 01/29/2013 01:31 AM, Daiki Ueno wrote:
> Yes, but from the gettext Hydra build log[1], FreeBSD 8.x does not seem
> to have that behavior. Perhaps it might be a bug in the latest FreeBSD
> kernel.
>
> Footnotes:
> [1] http://hydra.nixos.org/build/3910833/nixlog/1
In that case perhaps we shou
On 01/28/2013 10:11 AM, Global Odey wrote:
> FAIL: test-getgroups
>
>
> /var/ac/src/coreutils-8.20.103-bb116/gnulib-tests/test-getgroups.c:58:
> assertion failed
>
> FAIL: test-vasprintf-posix
> ==
>
> /var/ac/src/coreutils-8.20.103-bb116/gnulib-test
On 02/01/2013 05:40 PM, Global Odey wrote:
> Okay that certainly got me on the right track. I tried a lot of different
> things without finding
> the exact cause of the error so I'll pass on a few things that stood out to
> me and maybe that will
> help make more sense out of things on your end.
On 01/27/2013 03:44 PM, Reuben Thomas wrote:
> --- a/lib/pipe-filter.h
> +++ b/lib/pipe-filter.h
> @@ -146,6 +146,11 @@ extern int
>
> struct pipe_filter_ig;
>
> +/* It would be particularly nice to have this as it would enable a
> + simple implementation of filters in grep; see:
> +
> +
On 02/03/2013 06:21 PM, Paul Eggert wrote:
Thanks for the bug report. I pushed the following two more patches.
It works now, thank you.
-tgc
Thanks for the bug report. I pushed the following two more patches.
---
ChangeLog | 8
modules/regex-tests | 1 +
2 files changed, 9 insertions(+)
diff --git a/ChangeLog b/ChangeLog
index bde8f8f..d369fb3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2013-02-03 Pa
On 02/01/2013 06:11 AM, Paul Eggert wrote:
* modules/regex-tests, tests/test-regex.c: New files.
This fails to build with external gettext.
From Solaris 2.6:
depbase=`echo test-regex.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -DGNULIB_STRICT_CHECKING=1