m4-commit
[Top][All Lists]
Advanced

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

m4 ChangeLog NEWS doc/m4.texinfo src/input.c sr... [branch-1_4]


From: Eric Blake
Subject: m4 ChangeLog NEWS doc/m4.texinfo src/input.c sr... [branch-1_4]
Date: Thu, 03 Aug 2006 13:31:40 +0000

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

Modified files:
        .              : ChangeLog NEWS 
        doc            : m4.texinfo 
        src            : input.c m4.h macro.c 

Log message:
        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.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/m4/ChangeLog?cvsroot=m4&only_with_tag=branch-1_4&r1=1.1.1.1.2.146&r2=1.1.1.1.2.147
http://cvs.savannah.gnu.org/viewcvs/m4/NEWS?cvsroot=m4&only_with_tag=branch-1_4&r1=1.1.1.1.2.47&r2=1.1.1.1.2.48
http://cvs.savannah.gnu.org/viewcvs/m4/doc/m4.texinfo?cvsroot=m4&only_with_tag=branch-1_4&r1=1.1.1.1.2.59&r2=1.1.1.1.2.60
http://cvs.savannah.gnu.org/viewcvs/m4/src/input.c?cvsroot=m4&only_with_tag=branch-1_4&r1=1.1.1.1.2.16&r2=1.1.1.1.2.17
http://cvs.savannah.gnu.org/viewcvs/m4/src/m4.h?cvsroot=m4&only_with_tag=branch-1_4&r1=1.1.1.1.2.23&r2=1.1.1.1.2.24
http://cvs.savannah.gnu.org/viewcvs/m4/src/macro.c?cvsroot=m4&only_with_tag=branch-1_4&r1=1.1.1.1.2.8&r2=1.1.1.1.2.9




reply via email to

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