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
/
tests
/
regression.at
Commit message (
Expand
)
Author
Age
Files
Lines
*
tests: check symbol/token renumbering
Akim Demaille
2021-08-11
1
-1
/
+297
*
yacc: comply with recent POSIX updates: declare yyerror and yylex
Akim Demaille
2021-08-09
1
-2
/
+2
*
d: prepare to be able to run LAC tests
Akim Demaille
2021-08-07
1
-1
/
+9
*
tests: adjust to the removal of YYPRINT
Akim Demaille
2021-02-01
1
-4
/
+0
*
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
*
tables: avoid warnings and save bits
Akim Demaille
2020-12-03
1
-1
/
+1
*
java: lac: a stronger test for the exploratory stack
Akim Demaille
2020-11-06
1
-4
/
+21
*
deprecate %defines in favor of %header
Akim Demaille
2020-09-19
1
-1
/
+1
*
glr.cc, glr2.cc: don't publish compiler pragmas
Akim Demaille
2020-09-13
1
-1
/
+2
*
glr2.cc: fork glr.cc to a c++ version
Valentin Tolmer
2020-08-30
1
-0
/
+1
*
parser: keep string aliases as the user wrote it
Akim Demaille
2020-06-13
1
-2
/
+2
*
CI: add GCC 10 and Clang 10
Akim Demaille
2020-05-17
1
-6
/
+17
*
doc: spell check
Akim Demaille
2020-04-13
1
-1
/
+1
*
doc: promote yytoken_kind_t, not yytokentype
Akim Demaille
2020-04-12
1
-2
/
+3
*
skeletons: use "invalid token" instead of "$undefined"
Akim Demaille
2020-04-12
1
-5
/
+5
*
skeletons: use "end of file" instead of "$end"
Akim Demaille
2020-04-12
1
-8
/
+9
*
yacc.c: revert to not using yysymbol_type_t in the yytranslate table
Akim Demaille
2020-04-01
1
-1
/
+1
*
yacc.c: also define a symbol number for the empty token
Akim Demaille
2020-04-01
1
-1
/
+1
*
diagnostics: modernize the display of submessages
Victor Morales Cayuela
2020-02-15
1
-1
/
+1
*
traces: don't print the stack before the gotos
Akim Demaille
2020-02-05
1
-1
/
+0
*
traces: show the stack after reading a token
Akim Demaille
2020-02-05
1
-0
/
+4
*
traces: write the "Reading a token" alone on its line
Akim Demaille
2020-02-04
1
-3
/
+6
*
tests: check that detailed error messages preserve UTF-8 characters
Akim Demaille
2020-01-19
1
-11
/
+4
*
yacc.c: escape trigraphs in detailed parse.error
Akim Demaille
2020-01-19
1
-5
/
+16
*
package: bump copyrights to 2020
Akim Demaille
2020-01-05
1
-1
/
+1
*
yacc: restructure and fix yysyntax_error
Akim Demaille
2019-12-31
1
-3
/
+17
*
tests: refactor the handling of Perl
Akim Demaille
2019-10-13
1
-6
/
+5
*
tests: be really robust to Perl missing
Akim Demaille
2019-10-11
1
-3
/
+3
*
tests: add missing includes
Akim Demaille
2019-10-10
1
-1
/
+3
*
Prefer signed types for indexes in skeletons
Paul Eggert
2019-10-02
1
-8
/
+8
*
diagnostics: fix use of complain_indent
Akim Demaille
2019-09-14
1
-1
/
+1
*
tests: check token redeclaration
Akim Demaille
2019-09-07
1
-5
/
+4
*
lalr1.cc: check LAC support
Akim Demaille
2019-08-09
1
-0
/
+2
*
tests: prepare LAC tests for more languages
Akim Demaille
2019-08-09
1
-24
/
+19
*
tests: prefer %empty
Akim Demaille
2019-06-11
1
-3
/
+3
*
diagnostics: copy GCC9's format
Akim Demaille
2019-04-23
1
-4
/
+4
*
tests: remove duplicates
Akim Demaille
2019-03-13
1
-52
/
+0
*
tests: simplify AT_PARSER_CHECK usage
Akim Demaille
2019-02-21
1
-11
/
+11
*
report: clean up its format
Akim Demaille
2019-02-09
1
-29
/
+36
*
diagnostics: prefer ^~~~ to ^^^^ to underline code
Akim Demaille
2019-01-14
1
-2
/
+2
*
NEWS: update
Akim Demaille
2019-01-12
1
-2
/
+2
*
tests: formatting changes
Akim Demaille
2019-01-12
1
-0
/
+1
*
package: bump copyrights to 2019
Akim Demaille
2019-01-05
1
-1
/
+1
*
symbols: clean up their parsing
Akim Demaille
2018-12-16
1
-2
/
+2
*
parser: improve location of string alias errors
Akim Demaille
2018-11-29
1
-32
/
+3
*
diagnostics: complain about Bison directives when -Wyacc
Akim Demaille
2018-11-29
1
-1
/
+3
*
tests: migrate from %error-verbose to %define parse.error verbose
Akim Demaille
2018-11-12
1
-7
/
+7
*
tests: rename AT_SKEL_CC_IF/AT_SKEL_JAVA_IF as AT_CXX_IF/AT_JAVA_IF
Akim Demaille
2018-10-21
1
-1
/
+1
*
%printer: promote yyo rather than yyoutput
Akim Demaille
2018-10-20
1
-1
/
+1
[next]