projects
/
bison.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
tests: improve the generic yylex implementation.
[bison.git]
/
src
/
scan-code.l
2012-02-08
Akim Demaille
use a more consistent quoting style.
blob
|
commitdiff
|
raw
2012-01-26
Akim Demaille
maint: remove trailing blanks.
blob
|
commitdiff
|
raw
|
diff to current
2012-01-23
Jim Meyering
quote consistently and make tests pass with new quoting...
blob
|
commitdiff
|
raw
|
diff to current
2012-01-13
Akim Demaille
maint: run "make update-copyright".
blob
|
commitdiff
|
raw
|
diff to current
2011-02-06
Joel E. Denny
Do not allow identifiers that start with a dash.
blob
|
commitdiff
|
raw
|
diff to current
2011-01-09
Joel E. Denny
Improve error messages for `$' or `@' followed by ...
blob
|
commitdiff
|
raw
|
diff to current
2011-01-05
Alex Rozenman
Do not allow identifiers that start with a negative...
blob
|
commitdiff
|
raw
|
diff to current
2011-01-02
Joel E. Denny
maint: run "make update-copyright".
blob
|
commitdiff
|
raw
|
diff to current
2010-06-23
Paul Eggert
Do not use date ranges in copyright notices.
blob
|
commitdiff
|
raw
|
diff to current
2010-01-04
Joel E. Denny
maint: run "make update-copyright"
blob
|
commitdiff
|
raw
|
diff to current
2009-12-22
Joel E. Denny
YYFAIL: warn about uses and remove from lalr1.java.
blob
|
commitdiff
|
raw
|
diff to current
2009-09-19
Alex Rozenman
Keep sub-messages aligned. Fix strings for translation.
blob
|
commitdiff
|
raw
|
diff to current
2009-09-12
Alex Rozenman
Provide an additional sub-message for clarity.
blob
|
commitdiff
|
raw
|
diff to current
2009-09-05
Alex Rozenman
Use "Unresolved reference" error message when no symbo...
blob
|
commitdiff
|
raw
|
diff to current
2009-08-08
Alex Rozenman
Convert "misleading reference" messages to warnings.
blob
|
commitdiff
|
raw
|
diff to current
2009-08-06
Joel E. Denny
maint: run "make update-copyright"
blob
|
commitdiff
|
raw
|
diff to current
2009-08-01
Joel E. Denny
Pacify "gcc -Wunused" for the input function from Flex.
blob
|
commitdiff
|
raw
|
diff to current
2009-07-31
Alex Rozenman
Fix --enable-gcc-warnings problems.
blob
|
commitdiff
|
raw
|
diff to current
2009-07-24
Alex Rozenman
Fix some memory leaks.
blob
|
commitdiff
|
raw
|
diff to current
2009-07-04
Alex Rozenman
Style changes and factoring.
blob
|
commitdiff
|
raw
|
diff to current
2009-06-30
Eric Blake
scan-code: avoid compiler warnings
blob
|
commitdiff
|
raw
|
diff to current
2009-06-27
Alex Rozenman
Named symbol references.
blob
|
commitdiff
|
raw
|
diff to current
2009-04-17
Di-an Jan
Implement the FIXME that ends an user action with a...
blob
|
commitdiff
|
raw
|
diff to current
2008-11-07
Joel E. Denny
Don't add a semicolon to actions for %skeleton or ...
blob
|
commitdiff
|
raw
|
diff to current
2008-11-04
Joel E. Denny
Fix user actions without a trailing semicolon.
blob
|
commitdiff
|
raw
|
diff to current
2007-08-15
Paul Eggert
Update to GPLv3.
blob
|
commitdiff
|
raw
|
diff to current
2007-02-10
Joel E. Denny
As in semantic actions, make @$ in %initial-action...
blob
|
commitdiff
|
raw
|
diff to current
2007-01-04
Joel E. Denny
Use the new code_props interface for rule actions.
blob
|
commitdiff
|
raw
|
diff to current
2007-01-03
Joel E. Denny
Use the new code_props interface in parse-gram.y.
blob
|
commitdiff
|
raw
|
diff to current
2007-01-02
Joel E. Denny
Encapsulate code properties and related functionality...
blob
|
commitdiff
|
raw
|
diff to current
2006-11-12
Joel E. Denny
Remove last commit at the request of Paul Eggert.
blob
|
commitdiff
|
raw
|
diff to current
2006-11-11
Joel E. Denny
Encapsulate code properties and related functionality...
blob
|
commitdiff
|
raw
|
diff to current
2006-11-10
Joel E. Denny
Fix memory leaks in scanners generated by at least...
blob
|
commitdiff
|
raw
|
diff to current
2006-11-08
Paul Eggert
Don't let Bison leak memory except when it complains.
blob
|
commitdiff
|
raw
|
diff to current
2006-09-15
Paul Eggert
Port to GCC 2.95. First two problems reported by Micha...
blob
|
commitdiff
|
raw
|
diff to current
2006-09-04
Joel E. Denny
Require default %destructor/%printer to be declared...
blob
|
commitdiff
|
raw
|
diff to current
2006-08-10
Joel E. Denny
Clean up scanners a bit.
blob
|
commitdiff
|
raw
|
diff to current
2006-07-13
Akim Demaille
Support %define "KEY" {VALUE}.
blob
|
commitdiff
|
raw
|
diff to current
2006-07-09
Paul Eggert
* NEWS: Instead of %union, you can define and use your...
blob
|
commitdiff
|
raw
|
diff to current
2006-06-26
Joel E. Denny
Fix code formatting.
blob
|
commitdiff
|
raw
|
diff to current
2006-06-26
Joel E. Denny
Get action warnings (grammar_rule_check) right even...
blob
|
commitdiff
|
raw
|
diff to current
2006-06-26
Joel E. Denny
More cleanup.
blob
|
commitdiff
|
raw
|
diff to current
2006-06-24
Joel E. Denny
Fix bug that mistakes braced code in a declaration...
blob
|
commitdiff
|
raw
|
diff to current
2006-06-07
Joel E. Denny
* src/flex-scanner.h: For the sake of Flex 2.5.4, don...
blob
|
commitdiff
|
raw
|
diff to current
2006-06-07
Joel E. Denny
Get Bison to build again when configured with --enable...
blob
|
commitdiff
|
raw
|
diff to current
2006-06-07
Akim Demaille
* src/scan-gram.l: Move the "add a trailing ; to action...
blob
|
commitdiff
|
raw
|
diff to current
2006-06-06
Akim Demaille
Extract the parsing of user actions from the grammar...
blob
|
commitdiff
|
raw
|
diff to current