summaryrefslogtreecommitdiff
path: root/src/scan-gram.l
Commit message (Expand)AuthorAgeFilesLines
* package: bump to 2015Akim Demaille2015-01-041-1/+1
* flex: don't trust YY_USER_INITAkim Demaille2014-12-311-3/+9
* package: bump to 2014Akim Demaille2014-02-031-1/+1
* glr: allow spaces between "%?" and "{" in predicatesAkim Demaille2013-10-161-1/+1
* parser: no longer use the "braceless" non-terminalAkim Demaille2013-04-181-3/+3
* value type: accept "->" in type tagsAkim Demaille2013-04-091-1/+1
* style: simplify the scanning of type tagsAkim Demaille2013-04-091-19/+11
* grammar: introduce %emptyAkim Demaille2013-02-181-0/+1
* maint: update copyright yearsAkim Demaille2013-01-121-1/+1
* scanner: reintroduce unput for missing end tokensTheophile Ranquet2012-12-271-77/+34
* diagnostics: factor the deprecated directive messageAkim Demaille2012-12-231-3/+1
* Merge branch 'origin/maint'Akim Demaille2012-12-141-1/+1
|\
| * fix C90 complianceAkim Demaille2012-12-121-1/+1
* | Merge remote-tracking branch 'origin/maint'Akim Demaille2012-12-031-9/+13
|\ \ | |/
| * parser: accept #line NUMAkim Demaille2012-12-031-9/+13
* | Merge remote-tracking branch 'origin/maint'Akim Demaille2012-11-261-8/+13
|\ \ | |/
| * scanner: issue a single error for groups of invalid charactersAkim Demaille2012-11-231-8/+14
| * scanner: use explicit "ignore" statementsAkim Demaille2012-11-141-2/+2
* | Merge remote-tracking branch 'origin/maint'Akim Demaille2012-11-061-2/+3
|\ \ | |/
| * grammars: fix display of nul character in error messageAkim Demaille2012-11-011-2/+2
* | deprecation: issue warnings in scannerTheophile Ranquet2012-10-241-10/+39
* | warnings: fusion of complain and complain_atTheophile Ranquet2012-10-011-21/+21
* | Merge remote-tracking branch 'origin/maint'Akim Demaille2012-09-041-2/+2
|\ \ | |/
| * use locale-indep. c_is* functions for parsing, not isspace, isprint etcJim Meyering2012-09-031-2/+2
| * maint: update gnulib.Akim Demaille2012-03-091-2/+1
| * use a more consistent quoting style.Akim Demaille2012-02-081-2/+7
| * quote consistently and make tests pass with new quoting from gnulibJim Meyering2012-01-231-11/+11
| * maint: run "make update-copyright".Akim Demaille2012-01-131-1/+1
| * Don't use IF_LINT in Bison sources.Joel E. Denny2011-05-141-4/+4
| * Pacify -DGNULIB_POSIXCHECK.Joel E. Denny2011-05-011-2/+2
| * Do not allow identifiers that start with a dash.Joel E. Denny2011-02-051-1/+1
| * 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-2/+1
| * scan-gram: avoid portability trap with ctype usage.Eric Blake2009-08-271-1/+1
| * Use locale when quoting.Joel E. Denny2009-08-211-5/+2
| * Fix complaints about escape sequences.Joel E. Denny2009-08-191-14/+20
| * Miscellaneous code readability improvements.Joel E. Denny2009-08-101-15/+17
| * Pacify "gcc -Wunused" for the input function from Flex.Joel E. Denny2009-08-011-1/+1
| * Fix a --enable-gcc-warnings problem.Joel E. Denny2009-07-291-2/+2
| * Warn about character literals not of length one.Joel E. Denny2009-07-241-8/+24
| * Style changes and factoring.Alex Rozenman2009-07-041-15/+15
| * Named symbol references.Alex Rozenman2009-06-271-6/+97
| * fix hexadecimal token number support.Akim Demaille2009-05-051-6/+6
| * bison: catch bad symbol names.Akim Demaille2009-05-041-0/+6
| * space changes.Akim Demaille2009-05-041-40/+40
| * identifiers: dashes are letters.Akim Demaille2009-05-041-2/+2
| * Add copyright updates missed during previous cherry pick.Joel E. Denny2009-04-291-2/+2
| * variables: accept dashes.Akim Demaille2009-04-291-3/+3