2 Feb 11:49
Re: [PATCH 10/11] quote consistently and make tests pass with new quoting from gnulib
Akim Demaille <akim.demaille <at> gmail.com>
2012-02-02 10:49:23 GMT
2012-02-02 10:49:23 GMT
Le 30 janv. 2012 à 10:43, Akim Demaille a écrit : > Here is a patch that does all this. candidates/quotes is > updated. > > <0001-use-a-more-consistent-quoting-style.patch> This does not work: > --- a/bootstrap.conf > +++ b/bootstrap.conf > @@ -22,7 +22,7 @@ gnulib_modules=' > gettext git-version-gen gitlog-to-changelog > gpl-3.0 hash inttypes isnan javacomp-script > javaexec-script ldexpl maintainer-makefile malloc-gnu mbschr mbsrchr > - mbswidth obstack perror pipe-posix quote quotearg realloc-posix > + mbswidth obstack perror pipe-posix quotearg realloc-posix > spawn-pipe stdbool stpcpy strdup-posix strerror strtoul strverscmp > --- /dev/null > +++ b/lib/quote.c > @@ -0,0 +1,54 @@ > +/* quote.c - quote arguments for output > + > + Copyright (C) 1998-2001, 2003, 2005-2006, 2009-2012 Free Software > + Foundation, Inc. I meant to replace gnulib's quote module by a specific implementation for Bison. But some other gnulib module(Continue reading)
.
Nope. Anyway, attached is the fix. The test case is a bit
non-hackily lengthy, but I did not want to interlace it in
the existing suite and subtly break half of them in the
process.
Tim
RSS Feed