summaryrefslogtreecommitdiff
path: root/src/scan-code.l
Commit message (Expand)AuthorAgeFilesLines
* use a more consistent quoting style.Akim Demaille2012-02-081-6/+6
* maint: remove trailing blanks.Akim Demaille2012-01-261-1/+1
* quote consistently and make tests pass with new quoting from gnulibJim Meyering2012-01-231-42/+42
* maint: run "make update-copyright".Akim Demaille2012-01-131-1/+1
* Do not allow identifiers that start with a dash.Joel E. Denny2011-02-051-1/+1
* 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-051-2/+2
* maint: run "make update-copyright".Joel E. Denny2011-01-021-2/+1
* Do not use date ranges in copyright notices.Paul Eggert2010-06-231-1/+2
* maint: run "make update-copyright"Joel E. Denny2010-01-041-1/+1
* YYFAIL: warn about uses and remove from lalr1.java.Joel E. Denny2009-12-221-1/+14
* Keep sub-messages aligned. Fix strings for translation.Alex Rozenman2009-09-191-27/+50
* Provide an additional sub-message for clarity.Alex Rozenman2009-09-121-21/+16
* Use "Unresolved reference" error message when no symbols were foundAlex Rozenman2009-09-051-16/+28
* Convert "misleading reference" messages to warnings.Alex Rozenman2009-08-081-92/+114
* maint: run "make update-copyright"Joel E. Denny2009-08-061-1/+1
* Pacify "gcc -Wunused" for the input function from Flex.Joel E. Denny2009-08-011-1/+1
* Fix --enable-gcc-warnings problems.Alex Rozenman2009-07-311-56/+56
* Fix some memory leaks.Alex Rozenman2009-07-241-0/+11
* Style changes and factoring.Alex Rozenman2009-07-041-122/+127
* scan-code: avoid compiler warningsEric Blake2009-06-291-2/+2
* Named symbol references.Alex Rozenman2009-06-271-55/+403
* Implement the FIXME that ends an user action with a semicolonDi-an Jan2009-04-171-16/+48
* Don't add a semicolon to actions for %skeleton or %language.Joel E. Denny2008-11-071-2/+5
* Fix user actions without a trailing semicolon.Joel E. Denny2008-11-041-2/+2
* Update to GPLv3.Paul Eggert2007-08-151-6/+3
* As in semantic actions, make @$ in %initial-action, %destructor, andJoel E. Denny2007-02-101-1/+4
* Use the new code_props interface for rule actions.Joel E. Denny2007-01-041-11/+3
* Use the new code_props interface in parse-gram.y.Joel E. Denny2007-01-031-18/+0
* Encapsulate code properties and related functionality for the variousJoel E. Denny2007-01-021-28/+112
* Remove last commit at the request of Paul Eggert.Joel E. Denny2006-11-121-105/+27
* Encapsulate code properties and related functionality for the variousJoel E. Denny2006-11-111-27/+105
* Fix memory leaks in scanners generated by at least Flex 2.5.9 andJoel E. Denny2006-11-101-3/+1
* Don't let Bison leak memory except when it complains.Paul Eggert2006-11-081-7/+7
* Port to GCC 2.95. First two problems reported by Michael Deutschmann inPaul Eggert2006-09-151-11/+9
* Require default %destructor/%printer to be declared usingJoel E. Denny2006-09-041-3/+3
* Clean up scanners a bit.Joel E. Denny2006-08-101-4/+2
* Support %define "KEY" {VALUE}.Akim Demaille2006-07-131-6/+6
* * NEWS: Instead of %union, you can define and use your own union typePaul Eggert2006-07-091-29/+45
* Fix code formatting.Joel E. Denny2006-06-261-11/+11
* Get action warnings (grammar_rule_check) right even when symbolJoel E. Denny2006-06-261-11/+37
* More cleanup.Joel E. Denny2006-06-261-2/+3
* Fix bug that mistakes braced code in a declaration in the rules sectionJoel E. Denny2006-06-241-25/+22
* * src/flex-scanner.h: For the sake of Flex 2.5.4, don't #define yylengJoel E. Denny2006-06-071-0/+3
* Get Bison to build again when configured with --enable-gcc-warnings.Joel E. Denny2006-06-071-10/+12
* * src/scan-gram.l: Move the "add a trailing ; to actions" codeAkim Demaille2006-06-071-0/+27
* Extract the parsing of user actions from the grammar scanner.Akim Demaille2006-06-061-0/+358