automake-commit
[Top][All Lists]
Advanced

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

[Automake-commit] [SCM] GNU Automake branch, yacc-work, created. v1.12.2


From: Akim Demaille
Subject: [Automake-commit] [SCM] GNU Automake branch, yacc-work, created. v1.12.2-113-ga60c884
Date: Fri, 13 Jul 2012 14:19:41 +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=a60c884cddb83eeb3d8939c7b5c34a4964c68251

The branch, yacc-work has been created
        at  a60c884cddb83eeb3d8939c7b5c34a4964c68251 (commit)

- Log -----------------------------------------------------------------
commit a60c884cddb83eeb3d8939c7b5c34a4964c68251
Author: Akim Demaille <address@hidden>
Date:   Fri Jul 13 13:14:44 2012 +0200

    ylwrap: comment changes
    
    * lib/ylwrap: Improve some comments.

commit 72e040440483787c0832b09da8de351e872b2ced
Author: Akim Demaille <address@hidden>
Date:   Fri Jul 13 14:33:38 2012 +0200

    ylwrap: modernize idioms
    
    * lib/ylwrap: Prefer printf to echo when special characters may
    occur.
    Replace the historical ',' sed separator with '|'.

commit ee7e1dd77b5bcd6a41a31030a4f662bca3ad2b39
Author: Akim Demaille <address@hidden>
Date:   Fri Jul 13 14:32:22 2012 +0200

    ylwrap: rename header inclusion in generated parsers
    
    Some types of Bison parsers, such as the GLR ones, generate a header
    file that they include.  ylwrap, which renames the generated files,
    does not rename the included file.  Fix this shortcoming, reported
    for instance here:
    <http://lists.gnu.org/archive/html/bug-bison/2012-06/msg00033.html>.
    Fixes t/yacc-bison-skeleton.sh, see Automake bug#7648 and PR automake/491.
    
    * lib/ylwrap (quote_for_sed): Accept arguments.
    Catch more special characters.
    (rename_sed): New.
    Improve the previous renaming sed commands using quote_for_sed.
    Suggested by Stefano Lattarini here:
    <http://lists.gnu.org/archive/html/automake-patches/2012-07/msg00095.html>.
    (main loop): Use rename_sed to rename the dependencies to other files.
    * t/yacc-d-basic.sh: Exercise this case, even if bison/yacc was
    not issuing such an include.
    * t/list-of-tests.mk (XFAIL_TESTS): Adjust.

commit fa9cfffe614b390b4f3d472b14ef6316d093168e
Author: Akim Demaille <address@hidden>
Date:   Thu Jul 12 15:13:29 2012 +0200

    ylwrap: simplify the list of renamings
    
    * lib/ylwrap (pairwise): Instead of being a straightforward copy from
    the command line arguments, and having to deal with y.tab vs. y_tab
    later, let pairwise store the real file names to process, y_tab
    conversion included when needed.
    (main loop): Use $to instead of $2, for symmetry with $from.

commit 518c8d8d3067fd750ad21273281d6ef8e1754905
Author: Akim Demaille <address@hidden>
Date:   Thu Jul 12 14:52:44 2012 +0200

    ylwrap: refactor: less duplication
    
    * lib/ylwrap (guard): New function.
    Move functions before actual code.

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


hooks/post-receive
-- 
GNU Automake



reply via email to

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