]> git.saurik.com Git - bison.git/commit - data/lalr1.cc
Implement @gettext<...@> directive to call gettext from skeletons. It
authorJoel E. Denny <jdenny@ces.clemson.edu>
Thu, 18 Jan 2007 05:14:59 +0000 (05:14 +0000)
committerJoel E. Denny <jdenny@ces.clemson.edu>
Thu, 18 Jan 2007 05:14:59 +0000 (05:14 +0000)
commitd4bdb9167769a7247ac7c93c03fbe9ff7c238d34
tree7e36d53e00ae1ebd7aa3c1a8836b8c3dbeebcecc
parenta7867f53b3d63c94a5f73ffd48629069919ab3d4
Implement @gettext<...@> directive to call gettext from skeletons.  It
can be used anywhere including inside arguments of directives of the
form @foo(...@).  Eventually, it should be possible to write an
xgettext-like utility to extract @gettext<...@> text from skeletons.
* data/bison.m4 (b4_check_user_names): Use @gettext<...@> when invoking
b4_warn_at since b4_warn_at doesn't invoke gettext anymore.
* data/glr.cc, data/lalr1.cc: Likewise but for b4_fatal and
b4_complain reporting a push-parsing request or a missing %defines.
* src/scan-skel.l (INITIAL): Recognize `@gettext<' to start...
(SC_AT_GETTEXT_ARG): ... this new start condition where gettext is
invoked.
(SC_AT_DIRECTIVE_ARG): Rename to...
(SC_AT_DIRECTIVE_ARGS): ... this, and recognize `@gettext<' to start
SC_AT_GETTEXT_ARG.
(at_directive_perform): Don't invoke gettext for @warn(...@),
@warn_at(...@), etc.  Instead, let the skeletons decide what should be
passed to @gettext<...@>.
* tests/skeletons.at (@gettext<...@>): New test case.

* tests/skeletons.at (installed skeleton file name): Rename to...
(installed skeleton file names): ... this.
ChangeLog
data/bison.m4
data/c++-skel.m4
data/glr.c
data/glr.cc
data/lalr1.cc
src/scan-skel.l
tests/skeletons.at