[Top][All Lists]
[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-g6d425e5 |
Date: |
Fri, 13 Jul 2012 12:39:06 +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=6d425e56becf972908f72dcc27c90c49781263f4
The branch, yacc-work has been created
at 6d425e56becf972908f72dcc27c90c49781263f4 (commit)
- Log -----------------------------------------------------------------
commit 6d425e56becf972908f72dcc27c90c49781263f4
Author: Akim Demaille <address@hidden>
Date: Fri Jul 13 13:14:44 2012 +0200
ylwrap: comment changes
* lib/ylwrap: Improve some comments.
commit cd94deae0c8abccbd33e3d03983f4a607fafb4ad
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 a4fd5c7c2cd2a2b626c670741313f0a94c38c529
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>.
* 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.
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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Automake-commit] [SCM] GNU Automake branch, yacc-work, created. v1.12.2-113-g6d425e5,
Akim Demaille <=