summaryrefslogtreecommitdiff
path: root/data/location.cc
Commit message (Expand)AuthorAgeFilesLines
* maint: update copyright yearsAkim Demaille2013-01-121-2/+2
* skeletons: fix output directivesAkim Demaille2012-12-191-2/+0
* Merge remote-tracking branch 'origin/maint'Theophile Ranquet2012-12-061-3/+6
|\
| * c++: support wide strings for file namesAkim Demaille2012-12-051-3/+6
* | Merge remote-tracking branch 'origin/maint'Akim Demaille2012-12-031-7/+10
|\ \ | |/
| * m4: use a safer pattern to enable/disable outputAkim Demaille2012-12-031-7/+7
* | Merge remote-tracking branch 'origin/maint'Akim Demaille2012-11-061-2/+2
|\ \ | |/
| * c++: fix position operator signaturesAkim Demaille2012-11-051-2/+2
| * lalr1.cc: fix test suite portabilityAkim Demaille2012-10-221-2/+0
| * maint: fix an erroneous includeTheophile Ranquet2012-10-221-1/+1
* | Merge branch 'maint'Akim Demaille2012-10-041-3/+1
|\ \
| * | lalr1.cc: fix test suite portabilityAkim Demaille2012-10-041-2/+0
| * | maint: fix an erroneous includeTheophile Ranquet2012-10-031-1/+1
| |/
* | lalr1.cc: location.hh and position.hh are not generated without %definesAkim Demaille2012-07-311-39/+52
* | Merge remote-tracking branch 'origin/maint'Akim Demaille2012-07-041-2/+2
|\ \ | |/
| * c++: fewer #includes in the headers.Akim Demaille2012-07-041-2/+2
* | Merge tag 'v2.5.1_rc2'Akim Demaille2012-05-241-8/+6
|\ \ | |/
| * c++: compute the header guards.Akim Demaille2012-05-211-6/+4
| * lalr1.cc: improve Doxygen documentation.Akim Demaille2012-05-211-2/+2
* | Merge remote-tracking branch 'origin/maint'Akim Demaille2012-04-011-12/+17
|\ \ | |/
| * bump to 2012 in skeletons.Akim Demaille2012-04-011-1/+1
| * doc: c++: complete the location documentation.Akim Demaille2012-03-311-5/+9
| * c++: locations: provide convenience constructors.Akim Demaille2012-03-311-12/+31
| * c++: locations: remove useless "inline".Akim Demaille2012-03-311-7/+7
| * c++: use nullptr for C++11.Akim Demaille2012-03-311-4/+6
| * maint: run "make update-copyright".Akim Demaille2012-01-131-1/+1
| * maint: run "make update-copyright".Joel E. Denny2011-01-021-4/+3
| * Do not use date ranges in copyright notices.Paul Eggert2010-06-231-3/+4
| * maint: run "make update-copyright"Joel E. Denny2010-01-041-4/+3
| * Remove spurious initial empty lines.Joel E. Denny2009-04-061-2/+2
| * lalr1.cc: avoid GCC 4.3 warnings.Akim Demaille2009-03-261-8/+9
* | maint: run "make update-copyright".Jim Meyering2012-01-131-2/+2
* | global: remove unnecessary horizontal tabs.Joel E. Denny2011-07-241-2/+2
* | maint: run "make update-copyright".Joel E. Denny2011-01-021-3/+2
* | Do not use date ranges in copyright notices.Paul Eggert2010-06-171-2/+3
* | maint: run "make update-copyright"Joel E. Denny2010-01-041-3/+2
* | lalr1.cc: avoid GCC 4.3 warnings.Akim Demaille2009-03-271-7/+8
* | Provide convenience constructors for locations and positions.Akim Demaille2008-11-151-12/+32
* | Fix output of copyright years.Akim Demaille2008-11-041-4/+6
* | Avoid the spurious initial empty line.Akim Demaille2008-11-041-5/+5
|/
* Improve C++ namespace support. Discussed starting atJoel E. Denny2007-10-081-8/+6
* Update to GPLv3.Paul Eggert2007-08-151-7/+5
* 2007-01-23 Paolo Bonzini <bonzini@gnu.org>Paolo Bonzini2007-01-231-2/+2
* * 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-9/+9
* Instead of having skeletons declare all valid %define variables andJoel E. Denny2007-01-081-9/+9
* Don't use m4_divert since it makes m4_divert_push and m4_divert_popJoel E. Denny2007-01-061-6/+4
* * data/c.m4 (b4_location_initial_column, b4_location_initial_line):Akim Demaille2006-07-081-10/+6
* Add comparison operators for C++ location classes. Discussed atJoel E. Denny2006-06-221-0/+31
* * data/c.m4 (b4_copyright): Put the special exception for BisonPaul Eggert2006-05-141-28/+2