]> git.saurik.com Git - bison.git/history - data/location.cc
lalr1.cc: fix test suite portability
[bison.git] / data / location.cc
2012-10-04  Akim Demaillelalr1.cc: fix test suite portability
2012-10-03  Theophile Ranquetmaint: fix an erroneous include
2012-07-04  Akim Demaillec++: fewer #includes in the headers.
2012-05-21  Akim Demaillec++: compute the header guards.
2012-05-21  Akim Demaillelalr1.cc: improve Doxygen documentation.
2012-04-01  Akim Demaillebump to 2012 in skeletons.
2012-03-31  Akim Demailledoc: c++: complete the location documentation.
2012-03-31  Akim Demaillec++: locations: provide convenience constructors.
2012-03-31  Akim Demaillec++: locations: remove useless "inline".
2012-03-31  Akim Demaillec++: use nullptr for C++11.
2012-01-13  Akim Demaillemaint: run "make update-copyright".
2011-01-02  Joel E. Dennymaint: run "make update-copyright".
2010-06-23  Paul EggertDo not use date ranges in copyright notices.
2010-01-04  Joel E. Dennymaint: run "make update-copyright"
2009-04-06  Joel E. DennyRemove spurious initial empty lines.
2009-03-26  Akim Demaillelalr1.cc: avoid GCC 4.3 warnings.
2007-10-08  Joel E. DennyImprove C++ namespace support. Discussed starting at
2007-08-15  Paul EggertUpdate to GPLv3.
2007-01-23  Paolo Bonzini2007-01-23 Paolo Bonzini <bonzini@gnu.org>
2007-01-17  Joel E. Denny* NEWS, data/c++-skel.m4, data/c++.m4, data/c-skel...
2007-01-16  Joel E. DennyClean up %define and %code implementation in M4 some...
2007-01-08  Joel E. DennyInstead of having skeletons declare all valid %define...
2007-01-06  Joel E. DennyDon't use m4_divert since it makes m4_divert_push and...
2006-07-08  Akim Demaille* data/c.m4 (b4_location_initial_column, b4_location_in...
2006-06-22  Joel E. DennyAdd comparison operators for C++ location classes....
2006-05-14  Paul Eggert* data/c.m4 (b4_copyright): Put the special exception...
2006-05-09  Paul Eggert* data/glr.c: Switch to Bison 2.2 special-exception...
2006-03-12  Akim DemailleApply --prefix to C++ skeletons too: they change the...
2006-01-03  Paul EggertUpdate copyright year to 2006.
2006-01-03  Akim DemailleHave glr.cc pass (some of) the calc.at tests.
2005-12-22  Paul EggertUndo 2005-12-01 tentative license wording change.
2005-12-01  Paul Eggert* data/yacc.c: Say "parser skeleton" rather than "file...
2005-11-12  Akim DemailleLet position and location be PODs.
2005-10-11  Paul EggertWork around portability problems with Visual Age C...
2005-10-02  Akim Demaille* data/location.cc: New.