m4-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 1.4.2a: failure in 47.patsubst


From: Eric Blake
Subject: Re: 1.4.2a: failure in 47.patsubst
Date: Thu, 17 Mar 2005 22:23:47 -0700
User-agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 (ax)

oops, missed a file in my diff

Eric Blake wrote:

Gary, your changes to m4.texinfo on Feb 9 broke checks/47.patsubst because your editor's whitespace cleanups deleted important trailing whitespace from the example.

Also, is it possible to get a 1.4.3 release made soon? There are several patches since 1.4.2 that I would like to include in a cygwin distribution from an official release rather than a CVS checkout.

2005-03-17  Eric Blake  <address@hidden>

    * doc/m4.texinfo (Patsubst): Re-add trailing space required by
    checks/47.patsubst.

2005-03-17  Eric Blake  <address@hidden>

        * checks/get-them (FILE): Allow for trailing spaces.

Index: checks/get-them
===================================================================
RCS file: /cvsroot/m4/m4/checks/Attic/get-them,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 get-them
--- checks/get-them     17 Feb 2000 03:03:19 -0000      1.1.1.1
+++ checks/get-them     18 Mar 2005 05:21:31 -0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 # Extract all examples from the manual source.
-# Copyright (C) 1992 Free Software Foundation, Inc.
+# Copyright (C) 1992, 2005 Free Software Foundation, Inc.

 # This script is for use with GNU awk.

@@ -59,6 +59,7 @@ BEGIN {
   else
     prefix = "";
   gsub("@@", "@", $0);
+  gsub("@comment.*", "", $0);
   printf("%s%s\n", prefix, $0) >> file;
 }


--
Someday, I might put a cute statement here.

Eric Blake             address@hidden





reply via email to

[Prev in Thread] Current Thread [Next in Thread]