summaryrefslogtreecommitdiff
path: root/data/c++.m4
Commit message (Expand)AuthorAgeFilesLines
* maint: run "make update-copyright".Jim Meyering2012-01-131-1/+1
* global: remove unnecessary horizontal tabs.Joel E. Denny2011-07-241-6/+6
* maint: run "make update-copyright".Joel E. Denny2011-01-021-2/+1
* Do not use date ranges in copyright notices.Paul Eggert2010-06-171-1/+2
* comment change.Akim Demaille2010-05-091-1/+1
* lalr1.cc: don't generate location.hh when location_type is definedAkim Demaille2010-05-041-2/+8
* maint: run "make update-copyright"Joel E. Denny2010-01-041-2/+1
* lalr1.cc: factor the yytranslate_ invocation in make_SYMBOLS.Akim Demaille2009-09-161-9/+10
* lalr1.cc: syntax_error as exceptions.Akim Demaille2009-09-091-1/+15
* lalr1.cc: add missing "inline".Akim Demaille2009-09-091-0/+10
* variables: simplify the upgrade of namespace into api.namespace.Akim Demaille2009-08-191-8/+1
* variables: rename namespace as api.namespace.Akim Demaille2009-06-241-8/+17
* * data/c++.m4 (b4_namespace_close): Simplify slightly.Joel E. Denny2009-05-201-2/+2
* Handle a trailing `:' in a user-supplied C++ namespace better.Joel E. Denny2009-05-191-1/+1
* Share b4_yytranslate_define.Akim Demaille2009-03-021-0/+28
* Dub make_TOKEN as a public type interface.Akim Demaille2009-03-021-2/+13
* Factor b4_assert_if, b4_lex_symbol_if, and b4_variant_if.Akim Demaille2009-03-021-8/+2
* Dub symbol_type_base as a public type.Akim Demaille2009-03-021-0/+152
* b4_public_types_declare.Akim Demaille2009-03-021-0/+21
* b4_semantic_type_declare.Akim Demaille2009-03-021-0/+14
* Formatting change.Akim Demaille2008-11-151-2/+2
* Use variants to support objects as semantic values.Akim Demaille2008-11-031-0/+5
* Parameterize the extraction of semantic values.Akim Demaille2008-11-031-2/+3
* Space and comments changes.Akim Demaille2008-10-281-1/+1
* Improve C++ namespace support. Discussed starting atJoel E. Denny2007-10-081-0/+45
* Update to GPLv3.Paul Eggert2007-08-151-7/+5
* 2007-01-30 Paolo Bonzini <bonzini@gnu.org>Paolo Bonzini2007-01-301-2/+2
* 2007-01-23 Paolo Bonzini <bonzini@gnu.org>Paolo Bonzini2007-01-231-0/+1
* * NEWS, data/c++-skel.m4, data/c++.m4, data/c-skel.m4, data/c.m4,Joel E. Denny2007-01-171-1/+2
* Clean up %define and %code implementation in M4 some. MostJoel E. Denny2007-01-161-7/+7
* Instead of having skeletons declare all valid %define variables andJoel E. Denny2007-01-081-6/+7
* Don't use m4_divert since it makes m4_divert_push and m4_divert_popJoel E. Denny2007-01-061-1/+1
* Fix glr.cc and lalr1.cc's use of YYDEBUG so that there's zeroPaul Eggert2006-09-131-1/+1
* Add comparison operators for C++ location classes. Discussed atJoel E. Denny2006-06-221-0/+2
* Apply --prefix to C++ skeletons too: they change the namespace.Akim Demaille2006-03-121-1/+1
* * data/c.m4 (b4_token_enum): Always define the enum of tokens,Akim Demaille2006-03-101-3/+2
* * src/output.c (output_skeleton): Don't hard wire the inclusion ofAkim Demaille2006-01-021-1/+3
* Generalize the display of semantic values and locations in traces.Akim Demaille2005-11-161-2/+2
* * data/c.m4 (b4_error_verbose_if): New.Akim Demaille2005-09-291-1/+1
* * data/c.m4 (b4_token_enums): New.Akim Demaille2005-09-161-0/+121