summaryrefslogtreecommitdiff
path: root/src/scan-code.l
Commit message (Expand)AuthorAgeFilesLines
* build: re-enable compiler warnings, and fix themAkim Demaille2015-01-231-3/+2
* bison: avoid warnings from static code analysisAkim Demaille2015-01-091-1/+1
* package: bump to 2015Akim Demaille2015-01-041-1/+1
* package: bump to 2014Akim Demaille2014-02-031-1/+1
* style: avoid tabsAkim Demaille2013-10-221-8/+8
* bison: pacify Sun C 5.12Paul Eggert2013-10-211-5/+13
* value type: accept "->" in type tagsAkim Demaille2013-04-091-3/+5
* grammar: no longer detect and cure missing semicolon at end of actionsAkim Demaille2013-03-041-81/+5
* diagnostics: avoid useless caret stutteringAkim Demaille2013-01-211-1/+1
* maint: update copyright yearsAkim Demaille2013-01-121-1/+1
* Merge remote-tracking branch 'origin/maint'Akim Demaille2012-12-051-6/+7
|\
| * errors: indent missing action code semicolon warningTheophile Ranquet2012-12-031-6/+7
* | warnings: distinguish context information based on warning typeTheophile Ranquet2012-10-261-9/+15
* | errors: pointerize complain_at_indentTheophile Ranquet2012-10-041-22/+22
* | warnings: fusion of complain and complain_atTheophile Ranquet2012-10-011-16/+14
* | warnings: remove spurious suffixes on contextTheophile Ranquet2012-10-011-9/+8
* | introduce -WdeprecatedAkim Demaille2012-09-031-2/+2
* | obstacks: simplificationsAkim Demaille2012-08-121-2/+1
* | minor refactoring in user code scanningAkim Demaille2012-08-121-43/+24
* | minor refactoring in user code scanningAkim Demaille2012-08-121-59/+64
* | Merge branch 'maint'Akim Demaille2012-07-311-8/+8
|\ \ | |/
| * use obstack_printfAkim Demaille2012-07-311-8/+8
* | Merge remote-tracking branch 'origin/maint'Akim Demaille2012-07-271-77/+78
|\ \ | |/
| * factor the handling of m4 escapingAkim Demaille2012-07-271-38/+20
| * style changes in the scannersAkim Demaille2012-07-271-6/+8
| * support $<tag>$ in printers and destructorsAkim Demaille2012-07-261-2/+6
| * scan-code: factor the handling of the type in $<TYPE>$Akim Demaille2012-07-261-17/+32
| * be sure to properly escape type namesAkim Demaille2012-07-261-5/+7
| * obstack_quote: escape and quote for M4Akim Demaille2012-07-261-2/+0
| * maint: style changesAkim Demaille2012-07-261-10/+8
| * 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