index
:
delta/bison.git
GCC
akim
baserock/bootstrap
baserock/mikedrake/bison/v3.0.2
baserock/morph
baserock/pedroalvarez/v3.0.2
baserock/v3.0.2
baserock/v3.0.4+gnits
bison-1_29-branch
branch-2.4.1
branch-2.4.2
branch-2.4.3
branch-2.5
candidates/create-pipe-bidi
candidates/lib-local-mk
candidates/make-symbol-glr
candidates/named-ref-free
candidates/quotes
candidates/semantic-error-messages
libbitset
maint
master
next
git.savannah.gnu.org: git/bison.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
reader.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
reader: reject rules on YYEOF
Akim Demaille
2022-09-10
1
-0
/
+4
*
package: bump copyrights to 2022
Paul Eggert
2022-01-15
1
-1
/
+1
*
Update URLs to prefer https: to http:
Paul Eggert
2021-01-29
1
-1
/
+1
*
package: bump copyrights to 2021
Akim Demaille
2021-01-16
1
-1
/
+1
*
%merge: associate it to its first definition, not the latest
Akim Demaille
2020-12-31
1
-11
/
+16
*
%merge: let mergers record a typing-symbol, rather than a type
Akim Demaille
2020-12-31
1
-14
/
+15
*
style: address syntax-check diagnostics
Akim Demaille
2020-12-21
1
-2
/
+1
*
portability: beware of GCC 4.6
Akim Demaille
2020-12-03
1
-3
/
+3
*
multistart: check duplicates
Akim Demaille
2020-11-30
1
-1
/
+31
*
style: rename grammar_start_symbols_set as grammar_start_symbols_add
Akim Demaille
2020-11-22
1
-4
/
+1
*
multistart: allow tokens as start symbols
Akim Demaille
2020-09-27
1
-5
/
+6
*
multistart: use b4_accept instead of action post-processing
Akim Demaille
2020-09-27
1
-1
/
+30
*
multistart: adjust reader checks for generated rules
Akim Demaille
2020-09-27
1
-26
/
+27
*
multistart: turn start symbols into rules on $accept
Akim Demaille
2020-09-27
1
-20
/
+99
*
reader: get ready to create several initial rules
Akim Demaille
2020-09-27
1
-15
/
+29
*
add support for --html
Akim Demaille
2020-09-19
1
-0
/
+1
*
glr2.cc: fork glr.cc to a c++ version
Valentin Tolmer
2020-08-30
1
-0
/
+1
*
fix: crash when redefining the EOF token
Akim Demaille
2020-08-07
1
-2
/
+5
*
style: fix missing space before paren
Akim Demaille
2020-08-07
1
-2
/
+2
*
portability: rename accept to acceptsymbol because of MSVC
Maarten De Braekeleer
2020-08-02
1
-1
/
+1
*
style: update comments
Akim Demaille
2020-07-05
1
-6
/
+4
*
style: shift/reduce, not shift-reduce
Akim Demaille
2020-06-28
1
-2
/
+2
*
style: rename endtoken as eoftoken
Akim Demaille
2020-06-27
1
-8
/
+8
*
style: use 'nonterminal' consistently
Akim Demaille
2020-06-27
1
-1
/
+1
*
parser: keep string aliases as the user wrote it
Akim Demaille
2020-06-13
1
-0
/
+1
*
style: rename user_token_number as code
Akim Demaille
2020-05-23
1
-2
/
+2
*
tokens: properly define the YYEOF token kind
Akim Demaille
2020-04-12
1
-1
/
+6
*
bison: use consistently "token kind", not "token type"
Akim Demaille
2020-04-05
1
-3
/
+3
*
style: comment changes
Akim Demaille
2020-02-23
1
-1
/
+1
*
diagnostics: modernize the display of submessages
Victor Morales Cayuela
2020-02-15
1
-10
/
+7
*
package: bump copyrights to 2020
Akim Demaille
2020-01-05
1
-1
/
+1
*
diagnostics: yacc reserves %type to nonterminals
Akim Demaille
2019-11-17
1
-6
/
+2
*
reader: reduce the "scope" of global variables
Akim Demaille
2019-10-26
1
-8
/
+4
*
reader: let symtab deal with the symbols
Akim Demaille
2019-10-25
1
-18
/
+4
*
style: update comment in reader.c
Yuichiro Kaneko
2019-10-23
1
-4
/
+3
*
diagnostics: also show suggested %empty
Akim Demaille
2019-10-06
1
-0
/
+2
*
Prefer signed to unsigned integers
Paul Eggert
2019-10-02
1
-2
/
+2
*
fixits: be sure to preserve the action when adding %empty
Akim Demaille
2019-05-03
1
-3
/
+4
*
style: use consistently *_loc for locations
Akim Demaille
2019-05-03
1
-23
/
+23
*
style: clarify the use of symbol_lists' locations
Akim Demaille
2019-05-03
1
-14
/
+14
*
package: various fixes for syntax-check
Akim Demaille
2019-04-28
1
-1
/
+1
*
updates: insert/remove %empty
Akim Demaille
2019-04-24
1
-4
/
+13
*
reader: clarify variable names
Akim Demaille
2019-03-24
1
-10
/
+8
*
add LR(0) output
Akim Demaille
2019-02-05
1
-5
/
+6
*
style: comment and name changes
Akim Demaille
2019-02-02
1
-2
/
+1
*
style: comment changes
Akim Demaille
2019-02-02
1
-1
/
+1
*
style: rename duplicate_directive as duplicate_rule_directive
Akim Demaille
2019-01-16
1
-8
/
+8
*
package: bump copyrights to 2019
Akim Demaille
2019-01-05
1
-1
/
+1
*
symbols: set tag_seen when assigning a type to symbols
Akim Demaille
2018-12-15
1
-3
/
+0
*
style: reduce scopes
Akim Demaille
2018-11-21
1
-9
/
+5
[next]