signbitl: avoid link error

2009-04-25 Thread Bruno Haible
Hi, The gl_signbitl function gives a link error if the config.h file aliases this function, e.g. #define gl_signbitl libfoo_gl_signbitl Such aliases are used when making a library namespace clean. I'm fixing it through this patch. 2009-04-25 Bruno Haible Avoid link error when crea

Re: [PATCH] vc-list-files: restore lost functionality with subdir argument

2009-04-25 Thread Jim Meyering
Eric Blake wrote: > According to Jim Meyering on 4/25/2009 2:27 AM: >> The latest vc-list-files change made coreutils' "make sc_root_tests" >> fail, due to lack of the tests/ prefix on the listed file names. >> This fixes it, but adds the implicit constraint that the dirname >> argument to vc-list-

Re: [PATCH] vc-list-files: restore lost functionality with subdir argument

2009-04-25 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Eric Blake on 4/25/2009 7:14 AM: > I convinced myself. If $dir contains $, then you have the wrong quoting. > So I'm applying the above patch. Except that when I committed, the timestamp went backwards! We need to be more consistent ab

Re: [PATCH] vc-list-files: restore lost functionality with subdir argument

2009-04-25 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Eric Blake on 4/25/2009 6:05 AM: >> + eval exec git ls-tree -r 'HEAD:"$dir"' \ >> +\| sed -n '"s!^100[^]*.!'"$dir"'!p"' $postprocess > > Is that the right quoting? Remember, this line is going through an eval, > and we don't wan

Re: [PATCH] vc-list-files: restore lost functionality with subdir argument

2009-04-25 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Jim Meyering on 4/25/2009 2:27 AM: > The latest vc-list-files change made coreutils' "make sc_root_tests" > fail, due to lack of the tests/ prefix on the listed file names. > This fixes it, but adds the implicit constraint that the dirname

[CFT] sed prerelease on alpha.gnu.org

2009-04-25 Thread Paolo Bonzini
Hi all, I placed a prerelease on ftp://alpha.gnu.org/gnu/sed/sed-4.1e.tar.gz and I would like as many people as possible to test it on various architectures and operating systems. This is the first fully gnulib-ized version of sed. Failures of utf8-{1,2,3,4} are sort of expected. The only chang

[PATCH] vc-list-files: restore lost functionality with subdir argument

2009-04-25 Thread Jim Meyering
The latest vc-list-files change made coreutils' "make sc_root_tests" fail, due to lack of the tests/ prefix on the listed file names. This fixes it, but adds the implicit constraint that the dirname argument to vc-list-files must not contain "!". >From c335e0ec67853b066fae56f6c61b0dbde4c71d74 Mon