automake-commit
[Top][All Lists]
Advanced

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

[Automake-commit] [SCM] GNU Automake branch, ylwrap-fixes, created. v1.1


From: Akim Demaille
Subject: [Automake-commit] [SCM] GNU Automake branch, ylwrap-fixes, created. v1.12b-7-g69435d5
Date: Fri, 21 Dec 2012 17:51:52 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Automake".

http://git.sv.gnu.org/gitweb/?p=automake.git;a=commitdiff;h=69435d51799b05a4b78e38e24953e537f9aed93f

The branch, ylwrap-fixes has been created
        at  69435d51799b05a4b78e38e24953e537f9aed93f (commit)

- Log -----------------------------------------------------------------
commit 69435d51799b05a4b78e38e24953e537f9aed93f
Author: Akim Demaille <address@hidden>
Date:   Wed Dec 19 14:51:58 2012 +0100

    ylwrap: various fixes
    
    Rename properly header guards in generated header files, instead of
    leaving Y_TAB_H.
    
    Convert header guards in implementation files.  Because ylwrap failed
    to rename properly #include in the implementation files, current
    versions of Bison (e.g., 2.7) duplicate the generated header file in
    the implementation file.  The header guard then protects the
    implementation file from duplicate definitions from the header file.
    
    Generate header guards with a single '_' for series of non alphabetic
    characters, instead of several.  This is what Bison does.
    
    Makes the test t/yacc-d-basic.sh pass again.
    
    * lib/ylwrap (guard): Properly honor $1 to rename properly the
    header guards.
    Keep a single _ instead of several.
    (rename_sed): Rename as...
    (sed_fix_filenames): this.
    Suggested by Stefano Lattarini.
    (sed_fix_header_guards): New.
    Use it.

commit 5fa0ddb63477a70808d0723b1fc3f0cdb8f7f145
Author: Akim Demaille <address@hidden>
Date:   Wed Dec 19 14:30:06 2012 +0100

    tests: strengthen the ylwrap tests
    
    * t/yacc-d-basic.sh: Comment changes.
    (generated): New.
    Use it to factor various tests.
    Check that Y_TAB_H is not issued.

-----------------------------------------------------------------------


hooks/post-receive
-- 
GNU Automake



reply via email to

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