m4-commit
[Top][All Lists]
Advanced

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

Changes to m4/ChangeLog,v [branch-1_4]


From: Eric Blake
Subject: Changes to m4/ChangeLog,v [branch-1_4]
Date: Thu, 03 Aug 2006 13:31:41 +0000

CVSROOT:        /sources/m4
Module name:    m4
Branch:         branch-1_4
Changes by:     Eric Blake <ericb>      06/08/03 13:31:40

Index: ChangeLog
===================================================================
RCS file: /sources/m4/m4/ChangeLog,v
retrieving revision 1.1.1.1.2.146
retrieving revision 1.1.1.1.2.147
diff -u -b -r1.1.1.1.2.146 -r1.1.1.1.2.147
--- ChangeLog   3 Aug 2006 12:51:05 -0000       1.1.1.1.2.146
+++ ChangeLog   3 Aug 2006 13:31:40 -0000       1.1.1.1.2.147
@@ -1,5 +1,23 @@
 2006-08-03  Eric Blake  <address@hidden>
 
+       Don't confuse leading `(' in comment or quote with start of
+       argument collection.
+       * src/m4.h (enum token_type): Add TOKEN_OPEN, TOKEN_COMMA,
+       TOKEN_CLOSE.
+       (peek_input): Make private to input.c.
+       (peek_token): New prototype.
+       * src/input.c (default_word_regexp): Reduce ifdefs.
+       (peek_input): Make static.
+       (next_token): Return new token types.
+       (match_input, MATCH): Add argument consume, which controls
+       whether match should be pushed back.
+       (peek_token): New function.
+       (token_type_string) [DEBUG_INPUT]: New function.
+       * src/macro.c (expand_token, expand_argument, collect_arguments):
+       Handle new token types.
+       * doc/m4.texinfo (Changequote, Changecom): Document this.
+       * NEWS: Document this.
+
        * src/stackovf.c (setup_stackovf_trap): Free memory on failure.
 
        * src/stackovf.c (setup_stackovf_trap): Gracefully avoid stack
@@ -2725,4 +2743,4 @@
 
        * Initial beta release.  Release 0.50, manual 0.05.
 
-       $Revision: 1.1.1.1.2.146 $ $Date: 2006/08/03 12:51:05 $
+       $Revision: 1.1.1.1.2.147 $ $Date: 2006/08/03 13:31:40 $




reply via email to

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