m4-patches
[Top][All Lists]
Advanced

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

1.4.2a: failure in 47.patsubst


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

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.

Index: doc/m4.texinfo
===================================================================
RCS file: /cvsroot/m4/m4/doc/m4.texinfo,v
retrieving revision 1.1.1.1.2.2
diff -u -p -r1.1.1.1.2.2 m4.texinfo
--- doc/m4.texinfo      9 Feb 2005 21:44:41 -0000       1.1.1.1.2.2
+++ doc/m4.texinfo      18 Mar 2005 03:56:29 -0000
@@ -24,8 +24,8 @@
 @ifnottex
 This file documents GNU M4 @value{VERSION}.

-Copyright (C) 1989, 1990, 1991, 1992, 1993, 1994, 2004 Free Software
-Foundation, Inc.
+Copyright (C) 1989, 1990, 1991, 1992, 1993, 1994, 2004, 2005 Free
+Software Foundation, Inc.

 Permission is granted to make and distribute verbatim copies of
 this manual provided the copyright notice and this permission notice
@@ -2614,7 +2614,7 @@ patsubst(`GNUs not Unix', `\w*', `(\&)')
 patsubst(`GNUs not Unix', `\w+', `(\&)')
 @result{}(GNUs) (not) (Unix)
 patsubst(`GNUs not Unix', `[A-Z][a-z]+')
address@hidden not
address@hidden not @comment
 @end example

 Here is a slightly more realistic example, which capitalizes individual

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

Eric Blake             address@hidden





reply via email to

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