summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* calc++: don't rely on Automake to compile a C++ parser.nextAkim Demaille2012-02-243-29/+54
* maint: gitignore.Akim Demaille2012-02-222-0/+4
* doc: check the rpcalc.Akim Demaille2012-02-196-2/+108
* maint: remove trailing empty lines.Akim Demaille2012-02-181-1/+0
* examples: factor the test suite.Akim Demaille2012-02-177-130/+92
* examples: fix the test suites.Akim Demaille2012-02-172-20/+52
* examples: link mfcalc with -lm for uses of pow, cos, atan, etc.Jim Meyering2012-02-171-0/+1
* mfcalc: extract and exercise.Akim Demaille2012-02-164-0/+139
* calc++: factor for other extracted tests.Akim Demaille2012-02-163-21/+20
* doc: fix mfcalc code.Akim Demaille2012-02-161-3/+3
* 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-144-43/+43
* variant: fix the example.Akim Demaille2012-02-141-1/+1
* maint: add license headers.Akim Demaille2012-02-142-0/+32
* maint: more silent-rules.Akim Demaille2012-01-311-13/+13
* maint: run "make update-copyright".Jim Meyering2012-01-133-3/+3
* global: remove unnecessary horizontal tabs.Joel E. Denny2011-07-242-12/+12
* maint: run "make update-copyright".Joel E. Denny2011-01-023-4/+3
* Adjust to recent changes to gnulib bootstrap.Paul Eggert2010-10-081-11/+0
* Do not use date ranges in copyright notices.Paul Eggert2010-06-173-3/+6
* maint: run "make update-copyright"Joel E. Denny2010-01-043-3/+3
* distcheck: fix.Akim Demaille2009-08-121-1/+4
* maint: run "make update-copyright"Joel E. Denny2009-08-061-1/+1
* maint: automate annual package-wide copyright-year update.Joel E. Denny2009-08-041-1/+2
* Fix "make distcheck".Joel E. Denny2009-08-041-2/+2
* build: avoid concurrent extraction of calc++.Akim Demaille2009-06-291-2/+6
* Use locations in the variant example.Akim Demaille2009-03-021-7/+11
* Update ignores.Akim Demaille2008-11-162-4/+0
* Support parametric types.Akim Demaille2008-11-151-4/+5
* Update variant.yy to newest interface.Akim Demaille2008-11-151-30/+17
* Don't use locations in variant.yy.Akim Demaille2008-11-151-3/+2
* Comment changes.Akim Demaille2008-11-151-12/+12
* Remove tests/Makefile.am.Akim Demaille2008-11-151-1/+1
* Remove examples/local.mk.Akim Demaille2008-11-151-7/+2
* Support parens in calc++.Akim Demaille2008-11-111-9/+28
* Update the variant example.Akim Demaille2008-11-101-5/+4
* Use a static hierarchy for symbols in the C++ parser.Akim Demaille2008-11-091-1/+1
* Use "%define variant" in bench.pl.Akim Demaille2008-11-071-1/+1
* Make variant.yy more complex.Akim Demaille2008-11-041-34/+60
* 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
* Use variants to support objects as semantic values.Akim Demaille2008-11-031-0/+108
* Fix some .gitignore and .cvsignore problems.Joel E. Denny2008-07-161-0/+1
* Add .gitignore everywhere based on .cvsignore.Joel E. Denny2008-07-142-0/+14
* Update to GPLv3.Paul Eggert2007-08-153-33/+27
* 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-192-2/+2
* * src/getargs.c (skeleton_arg): Last arg is now location const *.Paul Eggert2006-12-192-2/+3
* * examples/extexi: Enforce the precedence of concatenation overAkim Demaille2006-05-111-3/+5