summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* build: comment changes.akimAkim Demaille2012-02-248-73/+64
* build: fix more example extraction issues.Akim Demaille2012-02-244-33/+18
* maint: fix example extraction issues.Akim Demaille2012-02-247-89/+83
* maint: use STREQ/STRNEQ.Akim Demaille2012-02-2315-34/+34
* doc: fix environment issues.Akim Demaille2012-02-231-34/+34
* maint: gitignore.Akim Demaille2012-02-222-0/+4
* regen.Akim Demaille2012-02-212-4/+4
* tests: fix regressions.Akim Demaille2012-02-216-4/+6
* tests: post-process stderr to normalize quotes.Akim Demaille2012-02-211-5/+17
* glr: fix ambiguity reports.Akim Demaille2012-02-212-2/+119
* doc: stylistic improvements.Akim Demaille2012-02-191-18/+107
* doc: check the rpcalc.Akim Demaille2012-02-197-15/+127
* regen.Akim Demaille2012-02-192-237/+237
* maint: address sc_prohibit_doubled_word.Akim Demaille2012-02-193-7/+6
* maint: address sc_prohibit_always-defined_macros.Akim Demaille2012-02-192-8/+11
* maint: address sc_bindtextdomain, sc_program_name and sc_prohibit_HAVE_MBRTOWC.Akim Demaille2012-02-197-13/+18
* maint: remove stray file.Akim Demaille2012-02-191-292/+0
* bitset: fix an incorrect error message.Akim Demaille2012-02-192-1/+2
* maint: remove trailing empty lines.Akim Demaille2012-02-184-7/+2
* maint: regen.Akim Demaille2012-02-182-355/+355
* maint: avoid "magic number exit".Akim Demaille2012-02-1810-11/+18
* maint: fix some syntax-check issues.Akim Demaille2012-02-1813-20/+6
* maint: address a couple of syntax-check errors.Akim Demaille2012-02-186-13/+10
* maint: gnulib: upgrade.Akim Demaille2012-02-181-0/+0
* doc: mfcalc: fix includes.Akim Demaille2012-02-171-1/+1
* 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-165-23/+26
* doc: mfcalc: send errors to stderr.Akim Demaille2012-02-161-23/+37
* doc: fix mfcalc code.Akim Demaille2012-02-162-21/+35
* tests: c++: stylistic changes.Akim Demaille2012-02-161-5/+5
* tests: avoid c++ failure due to lack of getenv declJim Meyering2012-02-161-1/+2
* maint: trust Automake for parser headers.Akim Demaille2012-02-152-2/+0
* maint: help Automake reading Yacc flags.Akim Demaille2012-02-151-1/+1
* calc++: rely on Automake.Akim Demaille2012-02-154-46/+41
* maint: tidy the Makefile a bit.Akim Demaille2012-02-142-11/+13
* maint: de-recurse the handling of examplesAkim Demaille2012-02-148-55/+52
* variant: fix the example.Akim Demaille2012-02-141-1/+1
* maint: more authors.Akim Demaille2012-02-141-1/+16
* maint: add license headers.Akim Demaille2012-02-146-0/+98
* maint: remove obsolete file.Akim Demaille2012-02-141-16/+0
* lalr1.cc: also handle syntax_error when calling yylex.Akim Demaille2012-02-104-7/+39
* tests: lalr1.cc: check syntax_error.Akim Demaille2012-02-101-0/+75
* tests: don't require locations uselessly.Akim Demaille2012-02-101-4/+3
* maint: more silent rules.Akim Demaille2012-02-102-9/+12
* skeletons: simplify the protections against "unused" warnings.Akim Demaille2012-02-103-21/+15
* glr: formatting changes.Akim Demaille2012-02-101-4/+10
* use a more consistent quoting style.Akim Demaille2012-02-0814-68/+73