summaryrefslogtreecommitdiff
path: root/examples/calc++
Commit message (Expand)AuthorAgeFilesLines
* build: fix distcheckAkim Demaille2018-10-071-1/+1
* examples: calc++: a Makefile and a READMEAkim Demaille2018-08-253-0/+79
* examples: shorten the name of the calc++ filesAkim Demaille2018-08-233-31/+25
* Update copyright yearsAkim Demaille2018-05-122-2/+3
* package: bump to 2015Akim Demaille2015-01-042-2/+2
* package: bump to 2014Akim Demaille2014-02-032-2/+2
* package: install the examplesAkim Demaille2013-12-091-12/+20
* build: use Automake 1.14's non-recursive Makefile featuresAkim Demaille2013-11-051-24/+24
* build: examples/calc++/calc++ requires flexPaul Eggert2013-10-211-1/+1
* build: ship all the files, even if the C++ compiler is brokenAkim Demaille2013-06-111-0/+2
* tests: fix failures with G++ 4.8 in Flex scannerAkim Demaille2013-02-191-16/+15
* build: please Clang++ 3.2+ on Flex scannersAkim Demaille2013-01-301-0/+2
* maint: update copyright yearsAkim Demaille2013-01-122-2/+2
* maint: address syntax-check issues.Akim Demaille2012-06-211-4/+4
* maint: fix distcheck.Akim Demaille2012-03-131-2/+5
* build: comment changes.akimAkim Demaille2012-02-241-4/+2
* build: fix more example extraction issues.Akim Demaille2012-02-241-22/+9
* maint: fix example extraction issues.Akim Demaille2012-02-243-38/+51
* examples: factor the test suite.Akim Demaille2012-02-173-111/+52
* examples: fix the test suites.Akim Demaille2012-02-171-9/+25
* calc++: factor for other extracted tests.Akim Demaille2012-02-162-21/+18
* maint: trust Automake for parser headers.Akim Demaille2012-02-151-1/+0
* calc++: rely on Automake.Akim Demaille2012-02-154-46/+41
* maint: de-recurse the handling of examplesAkim Demaille2012-02-143-43/+41
* maint: add license headers.Akim Demaille2012-02-141-0/+15
* maint: more silent-rules.Akim Demaille2012-01-311-13/+13
* maint: run "make update-copyright".Jim Meyering2012-01-131-1/+1
* global: remove unnecessary horizontal tabs.Joel E. Denny2011-07-241-3/+3
* maint: run "make update-copyright".Joel E. Denny2011-01-021-2/+1
* Adjust to recent changes to gnulib bootstrap.Paul Eggert2010-10-081-11/+0
* Do not use date ranges in copyright notices.Paul Eggert2010-06-171-1/+3
* maint: run "make update-copyright"Joel E. Denny2010-01-041-1/+1
* distcheck: fix.Akim Demaille2009-08-121-1/+4
* Fix "make distcheck".Joel E. Denny2009-08-041-2/+2
* build: avoid concurrent extraction of calc++.Akim Demaille2009-06-291-2/+6
* Remove tests/Makefile.am.Akim Demaille2008-11-151-1/+1
* Support parens in calc++.Akim Demaille2008-11-111-9/+28
* Fail on parse error in calc++.Akim Demaille2008-11-031-4/+33
* Don't specify the skeleton twice in the example.Akim Demaille2008-11-031-2/+2
* Fix some .gitignore and .cvsignore problems.Joel E. Denny2008-07-161-0/+1
* Add .gitignore everywhere based on .cvsignore.Joel E. Denny2008-07-141-0/+12
* Update to GPLv3.Paul Eggert2007-08-151-14/+12
* Fix C++ test cases after recent Gnulib changes. Discussed starting atJoel E. Denny2007-07-031-0/+1
* * doc/bison.texinfo (Decl Summary): In the %language entry, mentionJoel E. Denny2006-12-191-1/+1
* * src/getargs.c (skeleton_arg): Last arg is now location const *.Paul Eggert2006-12-191-2/+2
* * examples/calc++/Makefile.am (check_PROGRAMS): Renamed fromPaul Eggert2006-02-081-2/+2
* * examples/calc++/test: Use set -x only when VERBOSE.Akim Demaille2005-10-141-2/+1
* * examples/calc++/test: Be quiet unless VERBOSE.Akim Demaille2005-10-101-1/+4
* ($(calc_sources_generated)): Don't do anything if $@ exists. ThisPaul Eggert2005-09-141-2/+5
* * NEWS: Version 2.0b.Paul Eggert2005-07-241-66/+0