summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* flex-scanner.h: use types of git-build flexRichard Maw2012-02-211-1/+1
* global: remove unnecessary horizontal tabs.Joel E. Denny2011-07-2442-1856/+1856
* Don't use IF_LINT in Bison sources.Joel E. Denny2011-05-143-12/+18
* Fix precedence for end token.Joel E. Denny2011-05-011-2/+3
* Pacify -DGNULIB_POSIXCHECK.Joel E. Denny2011-05-018-10/+10
* gnulib, autoconf: update.Joel E. Denny2011-04-161-1/+1
* Fix missing updates to GPLv3.Joel E. Denny2011-04-092-14/+10
* Add -Wconflicts-sr and -Wconflicts-rr.Joel E. Denny2011-04-095-3/+28
* Add -Wother so -Wnone suppresses all warnings.Joel E. Denny2011-04-096-24/+60
* Don't let -Wnone disable -Werror.Joel E. Denny2011-04-091-17/+20
* lr.default-reductions: rename "full" value to "most".Joel E. Denny2011-03-203-4/+4
* * src/parse-gram.c, src/parse-gram.h: Regenerate.Joel E. Denny2011-03-132-249/+277
* named references: fix double free.candidates/named-ref-freeAkim Demaille2011-03-095-7/+36
* lr.default-reductions: rename "all" value to "full".Joel E. Denny2011-03-063-4/+4
* doc: document experimental features better.Joel E. Denny2011-02-131-1/+2
* Do not allow identifiers that start with a dash.Joel E. Denny2011-01-292-2/+2
* Revert "Simplify handling of '.' and '-' after unbracketed named references."Joel E. Denny2011-01-294-77/+114
* * data/yacc.c: Fix last apostrophe warning from xgettext.Joel E. Denny2011-01-242-4/+4
* Simplify handling of '.' and '-' after unbracketed named references.Paul Eggert2011-01-094-114/+77
* Fix minor problems encountered by a fresh bootstrap.Paul Eggert2011-01-092-5/+5
* Improve error messages for `$' or `@' followed by `.' or `-'.Joel E. Denny2011-01-091-1/+11
* Do not allow identifiers that start with a negative number.Alex Rozenman2011-01-052-4/+4
* maint: run "make update-copyright".Joel E. Denny2011-01-0275-569/+550
* parse.lac: implement exploratory stack reallocations.Joel E. Denny2010-12-113-552/+802
* parse.lac: implement as %define variable.Joel E. Denny2010-12-112-251/+252
* yysyntax_error: fix for consistent error with lookahead.Joel E. Denny2010-11-072-311/+329
* yysyntax_error: prepare for readability of next patches.Joel E. Denny2010-11-072-395/+400
* Fix memory leak.Joel E. Denny2010-10-311-0/+1
* maint: re-anchor all .gitignore entries.Joel E. Denny2010-10-171-12/+12
* Fix portability problem on OpenBSD 4.7.Paul Eggert2010-10-082-11/+11
* Adjust to recent changes to gnulib bootstrap.Paul Eggert2010-10-082-20/+12
* -Werror: fix for rules useless in parser after conflicts.Joel E. Denny2010-08-043-23/+24
* Allow specification of semantic predicates.Paul Hilfinger2010-07-2310-476/+540
* Do not use date ranges in copyright notices.Paul Eggert2010-06-1772-108/+135
* tests: fix maintainer-xml-check.Joel E. Denny2010-05-011-3/+7
* In DOT output, convert from "/*" comments to "//" comments.Joel E. Denny2010-05-011-5/+3
* Revert 2009-12-30 change for undefined %prec token complaints.Joel E. Denny2010-04-301-2/+2
* i18n: fix untranslatable string.Joel E. Denny2010-04-251-2/+2
* portability: fix pointer arithmetic to conform to C standard.Joel E. Denny2010-04-092-9/+9
* remove useless include.Akim Demaille2010-04-051-1/+0
* graph: sign the output file.Akim Demaille2010-04-051-1/+15
* fix comments.Akim Demaille2010-03-301-1/+44
* portability: fix several issues with M4 subprocess.Joel E. Denny2010-02-224-28/+52
* Fix some comments concerning LR(0) versus LALR(1).Joel E. Denny2010-01-048-17/+15
* maint: run "make update-copyright"Joel E. Denny2010-01-0474-598/+585
* POSIX: complain if %prec's token was not defined.Joel E. Denny2009-12-311-2/+2
* POSIX: warn if %prec's token was not defined.Joel E. Denny2009-12-311-0/+19
* portability: `<' and `>' are not always defined on addresses.Joel E. Denny2009-12-295-46/+71
* Fix handling of yychar manipulation in user semantic actions.Joel E. Denny2009-12-222-341/+360
* YYFAIL: warn about uses and remove from lalr1.java.Joel E. Denny2009-12-211-1/+14