"Fossies" - the Fresh Open Source Software Archive  

Source code changes report for "re2c" between the packages
re2c-2.2.tar.xz and re2c-3.0.tar.xz

About: re2c is a lexer generator for C, C++ and Go. It compiles regular expressions to deterministic finite automata and encodes the automata in the form of a program in the target language.

Summary:

The "re2c" source code changed by about 51.0% and now consists of 3771 regular files (+120) and 143 directories (+14).

Related Informations:

See CHANGELOG (re2c 3.0).

Changes In Files (According File Type):

File TypeTotalAddedRemovedChanged
Header file 85 1 1 20
C program 2252 66 15 1456
C++ program 106 1 0 39
Go program 58 15 1 41
Python program 3 0 0 1
Shell program 55 3 7 13
Automake file 11 0 0 9
CMake file 10 0 0 2
Haskell program 3 0 0 0
JavaScript file 1 0 0 0
M4 macro file 6 0 0 2
Makefile 1 0 0 0
Man page 3 1 0 2
Rust program 29 29 0 0
Configure script 1 0 0 1
Include file 19 3 0 0
RST file 3 0 0 3
Data file 145 0 0 0
Directory 147 18 4 0
Change log 1 0 0 1
Information file 1 0 0 0
License 1 0 0 0
Readme file 3 0 0 1
Text file 1006 34 9 29
Other 1 0 0 0
Total Files3951171371620



Header Files (22 of 85):

NameStatusDeltaVisual Diff
bootstrap/lib/parse.h changed 1.9% diff
bootstrap/src/parse/lex.h changed 4.0% diff
bootstrap/src/parse/parser.h changed 1.5% diff
config.h.in changed 82.6% diff
examples/c/headers/lexer/state.h added
examples/c/headers/src/lexer/lexer.h removed
src/adfa/adfa.h changed 2.2% diff
src/codegen/code.h changed 16.2% diff
src/codegen/helpers.h changed 5.2% diff
src/compile.h changed 8.0% diff
src/constants.h changed 23.4% diff
src/debug/debug.h changed 0.6% diff
src/dfa/determinization.h changed 1.1% diff
src/nfa/nfa.h changed 5.8% diff
src/options/opt.h changed 3.0% diff
src/options/symtab.h changed 2.5% diff
src/parse/ast.h changed 1.6% diff
src/parse/parse.h changed 4.3% diff
src/parse/parser.h changed 1.5% diff
src/parse/scanner.h changed 8.9% diff
src/regexp/re.h changed 0.9% diff
src/util/free_list.h changed 36.6% diff

C Programs (1537 of 2252):

NameStatusDeltaVisual Diff
examples/c/01_basic.c changed 82.1% diff
examples/c/01_basic.re changed 100.0% diff
examples/c/conditions/parse_u32_blocks.c changed 85.8% diff
examples/c/conditions/parse_u32_blocks.re changed 74.4% diff
examples/c/conditions/parse_u32_conditions.c changed 79.8% diff
examples/c/conditions/parse_u32_conditions.re changed 78.4% diff
examples/c/encodings/unicode_identifier.c changed 77.6% diff
examples/c/encodings/unicode_identifier.re changed 76.2% diff
examples/c/eof/01_sentinel.c changed 64.6% diff
examples/c/eof/01_sentinel.re changed 70.3% diff
examples/c/eof/02_bounds_checking.c changed 72.6% diff
examples/c/eof/02_bounds_checking.re changed 82.2% diff
examples/c/eof/03_eof_rule.c changed 60.1% diff
examples/c/eof/03_eof_rule.re changed 56.3% diff
examples/c/eof/04_generic_api_sentinel.c changed 78.8% diff
examples/c/eof/04_generic_api_sentinel.re changed 82.4% diff
examples/c/eof/05_generic_api_eof_rule.c changed 71.7% diff
examples/c/eof/05_generic_api_eof_rule.re changed 83.6% diff
examples/c/fill/01_fill.c changed 99.5% diff
examples/c/fill/01_fill.re changed 100.0% diff
examples/c/fill/02_fill.c changed 100.0% diff
examples/c/fill/02_fill.re changed 100.0% diff
examples/c/generic_api/ifstream.c changed 48.7% diff
examples/c/generic_api/ifstream.re changed 31.2% diff
examples/c/headers/header.c changed 96.5% diff
examples/c/headers/header.re changed 90.8% diff
examples/c/includes/include.c changed 78.1% diff
examples/c/includes/include.re changed 64.4% diff
examples/c/real_world/cxx98.c changed 90.7% diff
examples/c/real_world/cxx98.re changed 0.5% diff
examples/c/reuse/braille.c changed 43.0% diff
examples/c/reuse/braille.re changed 2.9% diff
examples/c/reuse/reuse.c changed 52.3% diff
examples/c/reuse/reuse.re changed 36.9% diff
examples/c/reuse/usedir.c changed 54.3% diff
examples/c/reuse/usedir.re changed 30.1% diff
examples/c/state/push.c changed 88.1% diff
examples/c/state/push.re changed 73.0% diff
examples/c/submatch/01_stags.c changed 96.4% diff
examples/c/submatch/01_stags.re changed 97.5% diff
examples/c/submatch/01_stags_fill.c changed 93.6% diff
examples/c/submatch/01_stags_fill.re changed 87.4% diff
examples/c/submatch/02_mtags.c changed 100.0% diff
examples/c/submatch/02_mtags.re changed 100.0% diff
examples/c/submatch/03_posix.c changed 94.8% diff
examples/c/submatch/03_posix.re changed 100.0% diff
examples/c/submatch/http_rfc7230.c changed 96.2% diff
examples/c/submatch/parse_etc_passwd.c changed 52.2% diff
examples/c/submatch/parse_etc_passwd.re changed 6.0% diff
examples/c/submatch/parse_options.c changed 92.0% diff
examples/c/submatch/parse_options.re changed 25.7% diff
examples/c/submatch/parse_records.c changed 90.3% diff
examples/c/submatch/parse_records.re changed 10.3% diff
examples/c/submatch/uri_rfc3986.c changed 95.7% diff
examples/go/01_basic.re changed 98.1% diff
examples/rust/01_basic.re added
examples/rust/conditions/parse_u32_blocks.re added
examples/rust/conditions/parse_u32_conditions.re added
examples/rust/encodings/unicode_identifier.re added
examples/rust/eof/01_sentinel.re added
examples/rust/eof/02_bounds_checking.re added
examples/rust/eof/03_eof_rule.re added
examples/rust/eof/04_generic_api_sentinel.re added
examples/rust/eof/05_generic_api_eof_rule.re added
examples/rust/fill/01_fill.re added
examples/rust/fill/02_fill.re added
examples/rust/headers/header.re added
examples/rust/includes/include.re added
examples/rust/real_world/c.re added
examples/rust/reuse/reuse.re added
examples/rust/reuse/usedir.re added
examples/rust/state/push.re added
examples/rust/submatch/01_stags.re added
examples/rust/submatch/01_stags_fill.re added
examples/rust/submatch/02_mtags.re added
examples/rust/submatch/03_posix.re added
src/options/parse_opts.re changed 12.8% diff
src/parse/lex.re changed 14.4% diff
src/parse/lex_conf.re changed 67.5% diff
src/parse/parser.ypp changed 1.4% diff
test/american_fuzzy_lop/010.c changed 100.0% diff
test/bug1054496.c changed 74.3% diff
test/bug116.c changed 10.9% diff
test/bug1163046.c changed 46.1% diff
test/bug1187785.c changed 100.0% diff
test/bug119.c changed 35.0% diff
test/bug119_abort.c changed 46.5% diff
test/bug119_abort_bif.c changed 47.8% diff
test/bug119_abort_if.c changed 48.2% diff
test/bug119_gif.c changed 33.9% diff
test/bug119_if.c changed 35.3% diff
test/bug128.c changed 61.5% diff
test/bug1297658.c changed 18.7% diff
test/bug1390174.c changed 20.4% diff
test/bug145.c changed 20.1% diff
test/bug1454253.c changed 57.3% diff
test/bug1454253_s.c changed 21.6% diff
test/bug1454253b.c changed 18.2% diff
test/bug1472770.c changed 8.2% diff
test/bug1472770_b.c changed 1.5% diff
test/bug1472770_f.c changed 16.0% diff
test/bug1472770_s.c changed 7.2% diff
test/bug1479044.c changed 59.0% diff
test/bug1479044_b.c changed 51.8% diff
test/bug1479044_s.c changed 58.2% diff
test/bug152.c changed 12.3% diff
test/bug1682718.c changed 49.5% diff
test/bug1682718_is.c changed 40.9% diff
test/bug1708378.c changed 66.0% diff
test/bug2102138.c changed 61.2% diff
test/bug2462777.c changed 18.0% diff
test/bug2462777_i.c changed 16.5% diff
test/bug46_infinite_loop.c changed 12.9% diff
test/bug57.c changed 37.6% diff
test/bug57_original.c changed 62.2% diff
test/bug59_bogus_yyaccept.c changed 32.3% diff
test/bug60_redundant_yymarker.c changed 21.0% diff
test/calc_001.c changed 36.7% diff
test/calc_002.c changed 34.7% diff
test/calc_003.c changed 36.0% diff
test/calc_004.c changed 33.6% diff
test/calc_005.c changed 26.2% diff
test/calc_006.c changed 19.7% diff
test/calc_007.c changed 9.9% diff
test/calc_008.c changed 11.2% diff
test/casing-flags.c changed 22.1% diff
test/casing-flags_i.c changed 20.6% diff
test/casing-flags_i_case_inverted.c changed 19.3% diff
test/codegen/case_ranges.c changed 64.4% diff
test/codegen/loop_switch/c/basic.c added
test/codegen/loop_switch/c/basic.re added
test/codegen/loop_switch/c/bounds_checking.c added
test/codegen/loop_switch/c/bounds_checking.re added
test/codegen/loop_switch/c/eof_rule.c added
test/codegen/loop_switch/c/eof_rule.re added
test/codegen/loop_switch/c/fill_1.c added
test/codegen/loop_switch/c/fill_1.re added
test/codegen/loop_switch/c/fill_2.c added
test/codegen/loop_switch/c/fill_2.re added
test/codegen/loop_switch/c/generic_api_eof_rule.c added
test/codegen/loop_switch/c/generic_api_eof_rule.re added
test/codegen/loop_switch/c/generic_api_sentinel.c added
test/codegen/loop_switch/c/generic_api_sentinel.re added
test/codegen/loop_switch/c/parse_u32_blocks.c added
test/codegen/loop_switch/c/parse_u32_blocks.re added
test/codegen/loop_switch/c/parse_u32_conditions.c added
test/codegen/loop_switch/c/parse_u32_conditions.re added
test/codegen/loop_switch/c/reuse.c added
test/codegen/loop_switch/c/reuse.re added
test/codegen/loop_switch/c/sentinel.c added
test/codegen/loop_switch/c/sentinel.re added
test/codegen/loop_switch/c/storable_state.c added
test/codegen/loop_switch/c/storable_state.re added
test/codegen/loop_switch/c/storable_state_error_getstate.c added
test/codegen/loop_switch/c/storable_state_two_blocks.c added
test/codegen/loop_switch/c/storable_state_with_conditions.c added
test/codegen/loop_switch/c/storable_state_with_conditions.re added
test/codegen/loop_switch/go/basic.re added
test/conditions/cond_enum_01.c renamed 52.1% diff
test/conditions/cond_enum_none.c
test/conditions/cond_enum_02.c renamed 39.8% diff
test/conditions/cond_enum_only_header.c
test/conditions/cond_enum_03.c removed
test/conditions/cond_enum_04.c removed
test/conditions/cond_enum_05.c removed
test/conditions/cond_enum_06.c removed
test/conditions/cond_enum_07.c removed
test/conditions/cond_enum_08.c removed
test/conditions/cond_enum_header_and_directives.c added
test/conditions/condition_01.c changed 24.2% diff
test/conditions/condition_01a.c changed 23.5% diff
test/conditions/condition_01b.c changed 25.7% diff
test/conditions/condition_02.c changed 25.7% diff
test/conditions/condition_02_cg.c changed 22.8% diff
test/conditions/condition_03.c changed 24.6% diff
test/conditions/condition_04.c changed 25.9% diff
test/conditions/condition_05.c changed 8.3% diff
test/conditions/condition_05.re changed 3.2% diff
test/conditions/condition_05_cg.c changed 14.9% diff
test/conditions/condition_05_cs.c changed 15.0% diff
test/conditions/condition_06.c changed 18.8% diff
test/conditions/condition_07.c changed 1.5% diff
test/conditions/condition_08.c changed 27.8% diff
test/conditions/condition_08_cbif.c changed 36.7% diff
test/conditions/condition_09.c changed 66.3% diff
test/conditions/condition_09_cbif.c changed 35.7% diff
test/conditions/condition_10.c changed 67.8% diff
test/conditions/condition_11.c changed 23.4% diff
test/conditions/condition_12.c changed 67.8% diff
test/conditions/condition_13.c changed 31.1% diff
test/conditions/condition_13a.c changed 31.0% diff
test/conditions/condition_14.c changed 37.3% diff
test/conditions/condition_14_cgif.c changed 67.9% diff
test/conditions/condition_14_cif.c changed 39.2% diff
test/conditions/condition_14_csif.c changed 37.3% diff
test/conditions/condition_15.c changed 34.4% diff
test/conditions/condtype.c changed 11.2% diff
test/conditions/condtype.re changed 23.6% diff
test/conditions/condtype_c.c changed 20.1% diff
test/conditions/condtype_c_type_header_condtype_h.c removed
test/conditions/condtype_c_type_header_condtype_h.re removed
test/conditions/condtype_cg.c changed 23.6% diff
test/conditions/condtype_cg_type_header_condtype_h.c removed
test/conditions/condtype_cg_type_header_condtype_h.re removed
test/conditions/condtype_cs.c changed 24.0% diff
test/conditions/condtype_decl.c changed 5.8% diff
test/conditions/condtype_decl_c.c changed 18.4% diff
test/conditions/condtype_decl_cg.c changed 5.6% diff
test/conditions/condtype_forwdecl.c changed 5.5% diff
test/conditions/condtype_forwdecl_cg.c changed 5.3% diff
test/conditions/condtype_single.c changed 5.8% diff
test/conditions/condtype_single_c.c changed 17.0% diff
test/conditions/condtype_single_cg.c changed 30.4% diff
test/conditions/condtype_yysetcondition.c changed 21.4% diff
test/conditions/condtype_yysetcondition_cg.c changed 20.9% diff
test/conditions/mixed_blocks.c changed 24.4% diff
test/conditions/mixed_blocks_with_reuse.c changed 29.5% diff
test/config/all_configs.c added
test/config/all_options.c added
test/config/autogen/cond_divider_sigil_c.c changed 27.6% diff
test/config/autogen/cond_divider_sigil_rc.c changed 27.6% diff
test/config/autogen/cond_get_style_rc.c changed 27.1% diff
test/config/autogen/cond_goto_sigil_c.c changed 26.7% diff
test/config/autogen/cond_goto_sigil_rc.c changed 26.7% diff
test/config/autogen/cond_set_sigil_rc.c changed 25.3% diff
test/config/autogen/cond_set_style_rc.c changed 27.2% diff
test/config/autogen/fill_check_r.c changed 26.2% diff
test/config/autogen/fill_check_rf.c changed 47.5% diff
test/config/autogen/fill_sigil_eof_r.c changed 44.4% diff
test/config/autogen/fill_sigil_r.c changed 21.1% diff
test/config/autogen/fill_style_eof_r.c changed 46.2% diff
test/config/autogen/fill_style_r.c changed 23.6% diff
test/config/autogen/startlabel.c changed 23.7% diff
test/config/autogen/startlabel_r.c changed 23.6% diff
test/config/autogen/startlabel_rc.c changed 27.3% diff
test/config/autogen/startlabel_rcf.c changed 42.6% diff
test/config/autogen/startlabel_rf.c changed 34.2% diff
test/config/autogen/state_get_style_f.c changed 43.0% diff
test/config/autogen/state_get_style_rf.c changed 44.7% diff
test/config/autogen/state_set_sigil_rf.c changed 40.3% diff
test/config/autogen/state_set_style_rf.c changed 44.4% diff
test/config/autogen/tags_expr_sigil_r.c changed 39.5% diff
test/config/config1.c changed 42.8% diff
test/config/config10.c changed 40.4% diff
test/config/config11.c changed 17.8% diff
test/config/config2.c changed 19.4% diff
test/config/config4a.c changed 47.1% diff
test/config/config4b.c changed 48.4% diff
test/config/config4f.c changed 45.2% diff
test/config/config4g.c changed 35.6% diff
test/config/config6.c changed 41.1% diff
test/config/config7a.c changed 28.1% diff
test/config/config7b.c changed 82.0% diff
test/config/config8.c changed 40.5% diff
test/config/config9.c changed 12.0% diff
test/config/flags.c removed
test/config/tag_api_freeform.c changed 30.8% diff
test/config/tag_api_functions.c changed 30.2% diff
test/control_flow_fail.c changed 32.0% diff
test/control_flow_ok.c changed 37.0% diff
test/control_flow_yymarker_fail.c changed 35.1% diff
test/control_flow_yymarker_ok.c changed 38.7% diff
test/control_flow_yymarker_yyaccept_fail.c changed 39.2% diff
test/control_flow_yymarker_yyaccept_ok.c changed 43.7% diff
test/cpoint_class_esc_dash.c changed 13.4% diff
test/ctx.c changed 39.4% diff
test/ctx_b.c changed 11.8% diff
test/ctx_s.c changed 22.0% diff
test/cunroll.c changed 67.1% diff
test/cvsignore.c changed 41.2% diff
test/cvsignore_b.c changed 34.2% diff
test/cvsignore_s.c changed 44.8% diff
test/cvsignore_u.c changed 44.7% diff
test/cvsignore_ub.c changed 34.1% diff
test/cvsignore_w.c changed 44.7% diff
test/cvsignore_wb.c changed 34.1% diff
test/debug/adfa.c changed 17.1% diff
test/debug/cfg.c changed 13.8% diff
test/debug/dfa_det.c changed 18.2% diff
test/debug/dfa_min.c changed 18.3% diff
test/debug/dfa_raw.c changed 11.4% diff
test/debug/dfa_tagopt.c changed 18.2% diff
test/debug/interf.c changed 47.5% diff
test/debug/nfa.c changed 17.9% diff
test/directives/cond_format.c changed 19.3% diff
test/directives/conditions.c changed 24.4% diff
test/directives/getstate_autogen.c changed 26.1% diff
test/directives/getstate_autogen_only_use.c changed 25.1% diff
test/directives/getstate_autogen_with_use.c changed 28.8% diff
test/directives/getstate_blocklist.c changed 39.0% diff
test/directives/getstate_blocklist_with_use.c changed 37.4% diff
test/directives/getstate_global.c changed 42.2% diff
test/directives/getstate_global_with_use.c changed 30.1% diff
test/directives/getstate_labels.c changed 33.3% diff
test/directives/max_format.c changed 4.2% diff
test/directives/maxfill.c changed 29.6% diff
test/directives/maxnmatch.c changed 12.5% diff
test/directives/tagsdir.c changed 8.4% diff
test/encodings/bug1711240.c changed 25.0% diff
test/encodings/bug1711240_ei.c changed 27.4% diff
test/encodings/bug2102138a.c changed 61.3% diff
test/encodings/bug2102138b.c changed 61.3% diff
test/encodings/bug2102138c.c changed 61.3% diff
test/encodings/calc_001.c changed 45.2% diff
test/encodings/calc_001_dei.c renamed 58.8% diff
test/encodings/calc_001_ebcdic.c
test/encodings/calc_001_dei.re renamed 0.0%
test/encodings/calc_001_ebcdic.re
test/encodings/class1.c changed 96.0% diff
test/encodings/class2.c changed 63.4% diff
test/encodings/class3.c changed 100.0% diff
test/encodings/class4.c changed 100.0% diff
test/encodings/code_points.c changed 40.5% diff
test/encodings/code_points_8.c changed 49.5% diff
test/encodings/code_points_e.c changed 40.8% diff
test/encodings/code_points_u.c changed 43.1% diff
test/encodings/code_points_w.c changed 41.5% diff
test/encodings/code_points_x.c changed 41.8% diff
test/encodings/default.c changed 7.5% diff
test/encodings/default_00.c changed 11.6% diff
test/encodings/default_8.c changed 7.3% diff
test/encodings/default_dup_star_1.c changed 21.9% diff
test/encodings/default_e.c changed 7.3% diff
test/encodings/default_full.c changed 7.0% diff
test/encodings/default_full_8.c changed 100.0% diff
test/encodings/default_full_8_encoding_policy_fail.c changed 100.0% diff
test/encodings/default_full_8_encoding_policy_substitute.c changed 100.0% diff
test/encodings/default_full_e.c changed 6.8% diff
test/encodings/default_full_u.c changed 6.8% diff
test/encodings/default_full_u_encoding_policy_fail.c changed 12.0% diff
test/encodings/default_full_u_encoding_policy_substitute.c changed 11.2% diff
test/encodings/default_full_w.c changed 6.8% diff
test/encodings/default_full_w_encoding_policy_fail.c changed 11.0% diff
test/encodings/default_full_w_encoding_policy_substitute.c changed 10.3% diff
test/encodings/default_full_x.c changed 30.2% diff
test/encodings/default_full_x_encoding_policy_fail.c changed 23.4% diff
test/encodings/default_full_x_encoding_policy_substitute.c changed 22.1% diff
test/encodings/default_u.c changed 7.3% diff
test/encodings/default_w.c changed 7.3% diff
test/encodings/default_x.c changed 7.3% diff
test/encodings/diff.c changed 39.2% diff
test/encodings/diff_i.c changed 36.9% diff
test/encodings/diff_i8.c changed 44.8% diff
test/encodings/diff_ie.c changed 36.9% diff
test/encodings/diff_iu.c changed 41.7% diff
test/encodings/diff_iw.c changed 39.2% diff
test/encodings/enc_reset.c changed 50.0% diff
test/encodings/inplace_config_encoding.c changed 28.4% diff
test/encodings/range_dot.c changed 10.0% diff
test/encodings/range_dot_8.c changed 94.6% diff
test/encodings/range_dot_e.c changed 9.7% diff
test/encodings/range_dot_u.c changed 7.3% diff
test/encodings/range_dot_w.c changed 7.3% diff
test/encodings/range_dot_x.c changed 29.0% diff
test/encodings/range_full.c changed 7.4% diff
test/encodings/range_full_8.c changed 94.6% diff
test/encodings/range_full_e.c changed 7.1% diff
test/encodings/range_full_u.c changed 7.1% diff
test/encodings/range_full_w.c changed 7.1% diff
test/encodings/range_full_x.c changed 31.1% diff
test/encodings/range_neg_lf.c changed 9.7% diff
test/encodings/range_neg_lf_8.c changed 94.3% diff
test/encodings/range_neg_lf_e.c changed 9.4% diff
test/encodings/range_neg_lf_u.c changed 7.0% diff
test/encodings/range_neg_lf_w.c changed 7.0% diff
test/encodings/range_neg_lf_x.c changed 28.2% diff
test/encodings/unicode_blocks_8_encoding_policy_ignore.c changed 49.7% diff
test/encodings/unicode_blocks_8_encoding_policy_substitute.c changed 48.5% diff
test/encodings/unicode_blocks_u_encoding_policy_ignore.c changed 6.5% diff
test/encodings/unicode_blocks_u_encoding_policy_substitute.c changed 6.3% diff
test/encodings/unicode_blocks_x_encoding_policy_ignore.c changed 5.9% diff
test/encodings/unicode_blocks_x_encoding_policy_substitute.c changed 5.7% diff
test/encodings/unicode_group_C_8_encoding_policy_ignore.c changed 86.6% diff
test/encodings/unicode_group_C_8_encoding_policy_substitute.c changed 86.5% diff
test/encodings/unicode_group_C_u_encoding_policy_ignore.c changed 45.6% diff
test/encodings/unicode_group_C_u_encoding_policy_substitute.c changed 45.6% diff
test/encodings/unicode_group_C_x_encoding_policy_ignore.c changed 51.9% diff
test/encodings/unicode_group_C_x_encoding_policy_substitute.c changed 52.4% diff
test/encodings/unicode_group_Cc_8_encoding_policy_fail.c changed 37.2% diff
test/encodings/unicode_group_Cc_8_encoding_policy_ignore.c changed 37.0% diff
test/encodings/unicode_group_Cc_8_encoding_policy_substitute.c changed 36.6% diff
test/encodings/unicode_group_Cc_u_encoding_policy_fail.c changed 6.3% diff
test/encodings/unicode_group_Cc_u_encoding_policy_ignore.c changed 6.3% diff
test/encodings/unicode_group_Cc_u_encoding_policy_substitute.c changed 6.2% diff
test/encodings/unicode_group_Cc_x_encoding_policy_fail.c changed 5.4% diff
test/encodings/unicode_group_Cc_x_encoding_policy_ignore.c changed 5.4% diff
test/encodings/unicode_group_Cc_x_encoding_policy_substitute.c changed 5.3% diff
test/encodings/unicode_group_Cf_8_encoding_policy_fail.c changed 57.7% diff
test/encodings/unicode_group_Cf_8_encoding_policy_ignore.c changed 57.5% diff
test/encodings/unicode_group_Cf_8_encoding_policy_substitute.c changed 57.3% diff
test/encodings/unicode_group_Cf_u_encoding_policy_fail.c changed 25.3% diff
test/encodings/unicode_group_Cf_u_encoding_policy_ignore.c changed 25.1% diff
test/encodings/unicode_group_Cf_u_encoding_policy_substitute.c changed 24.9% diff
test/encodings/unicode_group_Cf_x_encoding_policy_fail.c changed 28.3% diff
test/encodings/unicode_group_Cf_x_encoding_policy_ignore.c changed 28.2% diff
test/encodings/unicode_group_Cf_x_encoding_policy_substitute.c changed 28.0% diff
test/encodings/unicode_group_Cn_8_encoding_policy_fail.c changed 85.8% diff
test/encodings/unicode_group_Cn_8_encoding_policy_ignore.c changed 85.8% diff
test/encodings/unicode_group_Cn_8_encoding_policy_substitute.c changed 85.7% diff
test/encodings/unicode_group_Cn_u_encoding_policy_fail.c changed 45.7% diff
test/encodings/unicode_group_Cn_u_encoding_policy_ignore.c changed 45.7% diff
test/encodings/unicode_group_Cn_u_encoding_policy_substitute.c changed 45.7% diff
test/encodings/unicode_group_Cn_x_encoding_policy_fail.c changed 51.8% diff
test/encodings/unicode_group_Cn_x_encoding_policy_ignore.c changed 51.8% diff
test/encodings/unicode_group_Cn_x_encoding_policy_substitute.c changed 51.8% diff
test/encodings/unicode_group_Co_8_encoding_policy_fail.c changed 81.0% diff
test/encodings/unicode_group_Co_8_encoding_policy_ignore.c changed 80.9% diff
test/encodings/unicode_group_Co_8_encoding_policy_substitute.c changed 80.5% diff
test/encodings/unicode_group_Co_u_encoding_policy_fail.c changed 10.1% diff
test/encodings/unicode_group_Co_u_encoding_policy_ignore.c changed 10.0% diff
test/encodings/unicode_group_Co_u_encoding_policy_substitute.c changed 9.9% diff
test/encodings/unicode_group_Co_x_encoding_policy_fail.c changed 15.6% diff
test/encodings/unicode_group_Co_x_encoding_policy_ignore.c changed 15.5% diff
test/encodings/unicode_group_Co_x_encoding_policy_substitute.c changed 15.3% diff
test/encodings/unicode_group_Cs_8_encoding_policy_ignore.c changed 46.3% diff
test/encodings/unicode_group_Cs_8_encoding_policy_substitute.c changed 8.7% diff
test/encodings/unicode_group_Cs_u_encoding_policy_ignore.c changed 4.8% diff
test/encodings/unicode_group_Cs_u_encoding_policy_substitute.c changed 2.4% diff
test/encodings/unicode_group_Cs_x_encoding_policy_ignore.c changed 4.0% diff
test/encodings/unicode_group_Cs_x_encoding_policy_substitute.c changed 2.0% diff
test/encodings/unicode_group_L_8_encoding_policy_fail.c changed 97.6% diff
test/encodings/unicode_group_L_8_encoding_policy_ignore.c changed 97.6% diff
test/encodings/unicode_group_L_8_encoding_policy_substitute.c changed 97.6% diff
test/encodings/unicode_group_L__8_encoding_policy_fail.c changed 96.0% diff
test/encodings/unicode_group_L__8_encoding_policy_ignore.c changed 95.9% diff
test/encodings/unicode_group_L__8_encoding_policy_substitute.c changed 95.8% diff
test/encodings/unicode_group_L__u_encoding_policy_fail.c changed 47.0% diff
test/encodings/unicode_group_L__u_encoding_policy_ignore.c changed 47.0% diff
test/encodings/unicode_group_L__u_encoding_policy_substitute.c changed 46.9% diff
test/encodings/unicode_group_L__x_encoding_policy_fail.c changed 43.2% diff
test/encodings/unicode_group_L__x_encoding_policy_ignore.c changed 43.2% diff
test/encodings/unicode_group_L__x_encoding_policy_substitute.c changed 43.1% diff
test/encodings/unicode_group_L_u_encoding_policy_fail.c changed 51.6% diff
test/encodings/unicode_group_L_u_encoding_policy_ignore.c changed 51.6% diff
test/encodings/unicode_group_L_u_encoding_policy_substitute.c changed 51.5% diff
test/encodings/unicode_group_L_x_encoding_policy_fail.c changed 52.0% diff
test/encodings/unicode_group_L_x_encoding_policy_ignore.c changed 52.0% diff
test/encodings/unicode_group_L_x_encoding_policy_substitute.c changed 52.0% diff
test/encodings/unicode_group_Ll_8_encoding_policy_fail.c changed 72.7% diff
test/encodings/unicode_group_Ll_8_encoding_policy_ignore.c changed 72.7% diff
test/encodings/unicode_group_Ll_8_encoding_policy_substitute.c changed 72.6% diff
test/encodings/unicode_group_Ll_u_encoding_policy_fail.c changed 38.3% diff
test/encodings/unicode_group_Ll_u_encoding_policy_ignore.c changed 38.3% diff
test/encodings/unicode_group_Ll_u_encoding_policy_substitute.c changed 38.3% diff
test/encodings/unicode_group_Ll_x_encoding_policy_fail.c changed 40.1% diff
test/encodings/unicode_group_Ll_x_encoding_policy_ignore.c changed 40.1% diff
test/encodings/unicode_group_Ll_x_encoding_policy_substitute.c changed 40.0% diff
test/encodings/unicode_group_Lm_8_encoding_policy_fail.c changed 60.7% diff
test/encodings/unicode_group_Lm_8_encoding_policy_ignore.c changed 60.6% diff
test/encodings/unicode_group_Lm_8_encoding_policy_substitute.c changed 60.4% diff
test/encodings/unicode_group_Lm_u_encoding_policy_fail.c changed 40.7% diff
test/encodings/unicode_group_Lm_u_encoding_policy_ignore.c changed 40.6% diff
test/encodings/unicode_group_Lm_u_encoding_policy_substitute.c changed 40.4% diff
test/encodings/unicode_group_Lm_x_encoding_policy_fail.c changed 38.8% diff
test/encodings/unicode_group_Lm_x_encoding_policy_ignore.c changed 38.7% diff
test/encodings/unicode_group_Lm_x_encoding_policy_substitute.c changed 38.6% diff
test/encodings/unicode_group_Lo_8_encoding_policy_fail.c changed 96.6% diff
test/encodings/unicode_group_Lo_8_encoding_policy_ignore.c changed 96.6% diff
test/encodings/unicode_group_Lo_8_encoding_policy_substitute.c changed 96.6% diff
test/encodings/unicode_group_Lo_u_encoding_policy_fail.c changed 49.4% diff
test/encodings/unicode_group_Lo_u_encoding_policy_ignore.c changed 49.4% diff
test/encodings/unicode_group_Lo_u_encoding_policy_substitute.c changed 49.3% diff
test/encodings/unicode_group_Lo_x_encoding_policy_fail.c changed 50.1% diff
test/encodings/unicode_group_Lo_x_encoding_policy_ignore.c changed 50.1% diff
test/encodings/unicode_group_Lo_x_encoding_policy_substitute.c changed 50.0% diff
test/encodings/unicode_group_Lt_8_encoding_policy_fail.c changed 26.2% diff
test/encodings/unicode_group_Lt_8_encoding_policy_ignore.c changed 26.0% diff
test/encodings/unicode_group_Lt_8_encoding_policy_substitute.c changed 25.7% diff
test/encodings/unicode_group_Lt_u_encoding_policy_fail.c changed 17.3% diff
test/encodings/unicode_group_Lt_u_encoding_policy_ignore.c changed 17.2% diff
test/encodings/unicode_group_Lt_u_encoding_policy_substitute.c changed 17.0% diff
test/encodings/unicode_group_Lt_x_encoding_policy_fail.c changed 15.0% diff
test/encodings/unicode_group_Lt_x_encoding_policy_ignore.c changed 14.9% diff
test/encodings/unicode_group_Lt_x_encoding_policy_substitute.c changed 14.7% diff
test/encodings/unicode_group_Lu_8_encoding_policy_fail.c changed 67.6% diff
test/encodings/unicode_group_Lu_8_encoding_policy_ignore.c changed 67.5% diff
test/encodings/unicode_group_Lu_8_encoding_policy_substitute.c changed 67.5% diff
test/encodings/unicode_group_Lu_u_encoding_policy_fail.c changed 38.2% diff
test/encodings/unicode_group_Lu_u_encoding_policy_ignore.c changed 38.2% diff
test/encodings/unicode_group_Lu_u_encoding_policy_substitute.c changed 38.2% diff
test/encodings/unicode_group_Lu_x_encoding_policy_fail.c changed 40.7% diff
test/encodings/unicode_group_Lu_x_encoding_policy_ignore.c changed 40.7% diff
test/encodings/unicode_group_Lu_x_encoding_policy_substitute.c changed 40.6% diff
test/encodings/unicode_group_M_8_encoding_policy_fail.c changed 80.2% diff
test/encodings/unicode_group_M_8_encoding_policy_ignore.c changed 80.2% diff
test/encodings/unicode_group_M_8_encoding_policy_substitute.c changed 80.1% diff
test/encodings/unicode_group_M_u_encoding_policy_fail.c changed 52.0% diff
test/encodings/unicode_group_M_u_encoding_policy_ignore.c changed 52.0% diff
test/encodings/unicode_group_M_u_encoding_policy_substitute.c changed 51.9% diff
test/encodings/unicode_group_M_x_encoding_policy_fail.c changed 48.5% diff
test/encodings/unicode_group_M_x_encoding_policy_ignore.c changed 48.4% diff
test/encodings/unicode_group_M_x_encoding_policy_substitute.c changed 48.4% diff
test/encodings/unicode_group_Mc_8_encoding_policy_fail.c changed 60.5% diff
test/encodings/unicode_group_Mc_8_encoding_policy_ignore.c changed 60.4% diff
test/encodings/unicode_group_Mc_8_encoding_policy_substitute.c changed 60.3% diff
test/encodings/unicode_group_Mc_u_encoding_policy_fail.c changed 43.0% diff
test/encodings/unicode_group_Mc_u_encoding_policy_ignore.c changed 43.0% diff
test/encodings/unicode_group_Mc_u_encoding_policy_substitute.c changed 42.9% diff
test/encodings/unicode_group_Mc_x_encoding_policy_fail.c changed 47.3% diff
test/encodings/unicode_group_Mc_x_encoding_policy_ignore.c changed 47.3% diff
test/encodings/unicode_group_Mc_x_encoding_policy_substitute.c changed 47.2% diff
test/encodings/unicode_group_Me_8_encoding_policy_fail.c changed 23.1% diff
test/encodings/unicode_group_Me_8_encoding_policy_ignore.c changed 22.9% diff
test/encodings/unicode_group_Me_8_encoding_policy_substitute.c changed 22.7% diff
test/encodings/unicode_group_Me_u_encoding_policy_fail.c changed 9.8% diff
test/encodings/unicode_group_Me_u_encoding_policy_ignore.c changed 9.7% diff
test/encodings/unicode_group_Me_u_encoding_policy_substitute.c changed 9.6% diff
test/encodings/unicode_group_Me_x_encoding_policy_fail.c changed 8.3% diff
test/encodings/unicode_group_Me_x_encoding_policy_ignore.c changed 8.3% diff
test/encodings/unicode_group_Me_x_encoding_policy_substitute.c changed 8.1% diff
test/encodings/unicode_group_Mn_8_encoding_policy_fail.c changed 74.7% diff
test/encodings/unicode_group_Mn_8_encoding_policy_ignore.c changed 74.7% diff
test/encodings/unicode_group_Mn_8_encoding_policy_substitute.c changed 74.6% diff
test/encodings/unicode_group_Mn_u_encoding_policy_fail.c changed 54.1% diff
test/encodings/unicode_group_Mn_u_encoding_policy_ignore.c changed 54.1% diff
test/encodings/unicode_group_Mn_u_encoding_policy_substitute.c changed 54.0% diff
test/encodings/unicode_group_Mn_x_encoding_policy_fail.c changed 49.4% diff
test/encodings/unicode_group_Mn_x_encoding_policy_ignore.c changed 49.3% diff
test/encodings/unicode_group_Mn_x_encoding_policy_substitute.c changed 49.3% diff
test/encodings/unicode_group_N_8_encoding_policy_fail.c changed 82.2% diff
test/encodings/unicode_group_N_8_encoding_policy_ignore.c changed 82.2% diff
test/encodings/unicode_group_N_8_encoding_policy_substitute.c changed 82.1% diff
test/encodings/unicode_group_N_u_encoding_policy_fail.c changed 48.2% diff
test/encodings/unicode_group_N_u_encoding_policy_ignore.c changed 48.1% diff
test/encodings/unicode_group_N_u_encoding_policy_substitute.c changed 48.0% diff
test/encodings/unicode_group_N_x_encoding_policy_fail.c changed 47.4% diff
test/encodings/unicode_group_N_x_encoding_policy_ignore.c changed 47.4% diff
test/encodings/unicode_group_N_x_encoding_policy_substitute.c changed 47.2% diff
test/encodings/unicode_group_Nd_8_encoding_policy_fail.c changed 62.9% diff
test/encodings/unicode_group_Nd_8_encoding_policy_ignore.c changed 62.8% diff
test/encodings/unicode_group_Nd_8_encoding_policy_substitute.c changed 62.5% diff
test/encodings/unicode_group_Nd_u_encoding_policy_fail.c changed 41.9% diff
test/encodings/unicode_group_Nd_u_encoding_policy_ignore.c changed 41.8% diff
test/encodings/unicode_group_Nd_u_encoding_policy_substitute.c changed 41.6% diff
test/encodings/unicode_group_Nd_x_encoding_policy_fail.c changed 41.0% diff
test/encodings/unicode_group_Nd_x_encoding_policy_ignore.c changed 40.9% diff
test/encodings/unicode_group_Nd_x_encoding_policy_substitute.c changed 40.7% diff
test/encodings/unicode_group_Nl_8_encoding_policy_fail.c changed 67.6% diff
test/encodings/unicode_group_Nl_8_encoding_policy_ignore.c changed 67.4% diff
test/encodings/unicode_group_Nl_8_encoding_policy_substitute.c changed 67.1% diff
test/encodings/unicode_group_Nl_u_encoding_policy_fail.c changed 21.7% diff
test/encodings/unicode_group_Nl_u_encoding_policy_ignore.c changed 21.5% diff
test/encodings/unicode_group_Nl_u_encoding_policy_substitute.c changed 21.3% diff
test/encodings/unicode_group_Nl_x_encoding_policy_fail.c changed 22.7% diff
test/encodings/unicode_group_Nl_x_encoding_policy_ignore.c changed 22.5% diff
test/encodings/unicode_group_Nl_x_encoding_policy_substitute.c changed 22.3% diff
test/encodings/unicode_group_No_8_encoding_policy_fail.c changed 74.5% diff
test/encodings/unicode_group_No_8_encoding_policy_ignore.c changed 74.5% diff
test/encodings/unicode_group_No_8_encoding_policy_substitute.c changed 74.3% diff
test/encodings/unicode_group_No_u_encoding_policy_fail.c changed 42.3% diff
test/encodings/unicode_group_No_u_encoding_policy_ignore.c changed 42.2% diff
test/encodings/unicode_group_No_u_encoding_policy_substitute.c changed 42.0% diff
test/encodings/unicode_group_No_x_encoding_policy_fail.c changed 43.8% diff
test/encodings/unicode_group_No_x_encoding_policy_ignore.c changed 43.7% diff
test/encodings/unicode_group_No_x_encoding_policy_substitute.c changed 43.5% diff
test/encodings/unicode_group_P_8_encoding_policy_fail.c changed 69.1% diff
test/encodings/unicode_group_P_8_encoding_policy_ignore.c changed 69.1% diff
test/encodings/unicode_group_P_8_encoding_policy_substitute.c changed 69.0% diff
test/encodings/unicode_group_P_u_encoding_policy_fail.c changed 41.3% diff
test/encodings/unicode_group_P_u_encoding_policy_ignore.c changed 41.3% diff
test/encodings/unicode_group_P_u_encoding_policy_substitute.c changed 41.2% diff
test/encodings/unicode_group_P_x_encoding_policy_fail.c changed 49.6% diff
test/encodings/unicode_group_P_x_encoding_policy_ignore.c changed 49.6% diff
test/encodings/unicode_group_P_x_encoding_policy_substitute.c changed 49.5% diff
test/encodings/unicode_group_Pc_8_encoding_policy_fail.c changed 21.2% diff
test/encodings/unicode_group_Pc_8_encoding_policy_ignore.c changed 21.0% diff
test/encodings/unicode_group_Pc_8_encoding_policy_substitute.c changed 20.8% diff
test/encodings/unicode_group_Pc_u_encoding_policy_fail.c changed 12.7% diff
test/encodings/unicode_group_Pc_u_encoding_policy_ignore.c changed 12.6% diff
test/encodings/unicode_group_Pc_u_encoding_policy_substitute.c changed 12.4% diff
test/encodings/unicode_group_Pc_x_encoding_policy_fail.c changed 10.9% diff
test/encodings/unicode_group_Pc_x_encoding_policy_ignore.c changed 10.8% diff
test/encodings/unicode_group_Pc_x_encoding_policy_substitute.c changed 10.7% diff
test/encodings/unicode_group_Pd_8_encoding_policy_fail.c changed 34.3% diff
test/encodings/unicode_group_Pd_8_encoding_policy_ignore.c changed 34.1% diff
test/encodings/unicode_group_Pd_8_encoding_policy_substitute.c changed 33.9% diff
test/encodings/unicode_group_Pd_u_encoding_policy_fail.c changed 23.2% diff
test/encodings/unicode_group_Pd_u_encoding_policy_ignore.c changed 23.1% diff
test/encodings/unicode_group_Pd_u_encoding_policy_substitute.c changed 22.8% diff
test/encodings/unicode_group_Pd_x_encoding_policy_fail.c changed 20.6% diff
test/encodings/unicode_group_Pd_x_encoding_policy_ignore.c changed 20.5% diff
test/encodings/unicode_group_Pd_x_encoding_policy_substitute.c changed 20.3% diff
test/encodings/unicode_group_Pe_8_encoding_policy_fail.c changed 40.8% diff
test/encodings/unicode_group_Pe_8_encoding_policy_ignore.c changed 40.7% diff
test/encodings/unicode_group_Pe_8_encoding_policy_substitute.c changed 40.5% diff
test/encodings/unicode_group_Pe_u_encoding_policy_fail.c changed 34.8% diff
test/encodings/unicode_group_Pe_u_encoding_policy_ignore.c changed 34.8% diff
test/encodings/unicode_group_Pe_u_encoding_policy_substitute.c changed 34.6% diff
test/encodings/unicode_group_Pe_x_encoding_policy_fail.c changed 32.8% diff
test/encodings/unicode_group_Pe_x_encoding_policy_ignore.c changed 32.7% diff
test/encodings/unicode_group_Pe_x_encoding_policy_substitute.c changed 32.5% diff
test/encodings/unicode_group_Pf_8_encoding_policy_fail.c changed 17.2% diff
test/encodings/unicode_group_Pf_8_encoding_policy_ignore.c changed 17.1% diff
test/encodings/unicode_group_Pf_8_encoding_policy_substitute.c changed 16.8% diff
test/encodings/unicode_group_Pf_u_encoding_policy_fail.c changed 15.8% diff
test/encodings/unicode_group_Pf_u_encoding_policy_ignore.c changed 15.7% diff
test/encodings/unicode_group_Pf_u_encoding_policy_substitute.c changed 15.5% diff
test/encodings/unicode_group_Pf_x_encoding_policy_fail.c changed 13.6% diff
test/encodings/unicode_group_Pf_x_encoding_policy_ignore.c changed 13.6% diff
test/encodings/unicode_group_Pf_x_encoding_policy_substitute.c changed 13.4% diff
test/encodings/unicode_group_Pi_8_encoding_policy_fail.c changed 18.0% diff
test/encodings/unicode_group_Pi_8_encoding_policy_ignore.c changed 17.9% diff
test/encodings/unicode_group_Pi_8_encoding_policy_substitute.c changed 17.7% diff
test/encodings/unicode_group_Pi_u_encoding_policy_fail.c changed 15.7% diff
test/encodings/unicode_group_Pi_u_encoding_policy_ignore.c changed 15.6% diff
test/encodings/unicode_group_Pi_u_encoding_policy_substitute.c changed 15.4% diff
test/encodings/unicode_group_Pi_x_encoding_policy_fail.c changed 13.6% diff
test/encodings/unicode_group_Pi_x_encoding_policy_ignore.c changed 13.5% diff
test/encodings/unicode_group_Pi_x_encoding_policy_substitute.c changed 13.3% diff
test/encodings/unicode_group_Po_8_encoding_policy_fail.c changed 63.7% diff
test/encodings/unicode_group_Po_8_encoding_policy_ignore.c changed 63.7% diff
test/encodings/unicode_group_Po_8_encoding_policy_substitute.c changed 63.6% diff
test/encodings/unicode_group_Po_u_encoding_policy_fail.c changed 42.3% diff
test/encodings/unicode_group_Po_u_encoding_policy_ignore.c changed 42.3% diff
test/encodings/unicode_group_Po_u_encoding_policy_substitute.c changed 42.2% diff
test/encodings/unicode_group_Po_x_encoding_policy_fail.c changed 51.6% diff
test/encodings/unicode_group_Po_x_encoding_policy_ignore.c changed 51.6% diff
test/encodings/unicode_group_Po_x_encoding_policy_substitute.c changed 51.5% diff
test/encodings/unicode_group_Ps_8_encoding_policy_fail.c changed 41.3% diff
test/encodings/unicode_group_Ps_8_encoding_policy_ignore.c changed 41.2% diff
test/encodings/unicode_group_Ps_8_encoding_policy_substitute.c changed 41.0% diff
test/encodings/unicode_group_Ps_u_encoding_policy_fail.c changed 34.4% diff
test/encodings/unicode_group_Ps_u_encoding_policy_ignore.c changed 34.3% diff
test/encodings/unicode_group_Ps_u_encoding_policy_substitute.c changed 34.2% diff
test/encodings/unicode_group_Ps_x_encoding_policy_fail.c changed 32.4% diff
test/encodings/unicode_group_Ps_x_encoding_policy_ignore.c changed 32.3% diff
test/encodings/unicode_group_Ps_x_encoding_policy_substitute.c changed 32.2% diff
test/encodings/unicode_group_S_8_encoding_policy_fail.c changed 90.7% diff
test/encodings/unicode_group_S_8_encoding_policy_ignore.c changed 90.7% diff
test/encodings/unicode_group_S_8_encoding_policy_substitute.c changed 90.6% diff
test/encodings/unicode_group_S_u_encoding_policy_fail.c changed 48.1% diff
test/encodings/unicode_group_S_u_encoding_policy_ignore.c changed 48.1% diff
test/encodings/unicode_group_S_u_encoding_policy_substitute.c changed 48.0% diff
test/encodings/unicode_group_S_x_encoding_policy_fail.c changed 45.3% diff
test/encodings/unicode_group_S_x_encoding_policy_ignore.c changed 45.3% diff
test/encodings/unicode_group_S_x_encoding_policy_substitute.c changed 45.2% diff
test/encodings/unicode_group_Sc_8_encoding_policy_fail.c changed 44.6% diff
test/encodings/unicode_group_Sc_8_encoding_policy_ignore.c changed 44.5% diff
test/encodings/unicode_group_Sc_8_encoding_policy_substitute.c changed 44.2% diff
test/encodings/unicode_group_Sc_u_encoding_policy_fail.c changed 24.3% diff
test/encodings/unicode_group_Sc_u_encoding_policy_ignore.c changed 24.2% diff
test/encodings/unicode_group_Sc_u_encoding_policy_substitute.c changed 23.9% diff
test/encodings/unicode_group_Sc_x_encoding_policy_fail.c changed 21.6% diff
test/encodings/unicode_group_Sc_x_encoding_policy_ignore.c changed 21.5% diff
test/encodings/unicode_group_Sc_x_encoding_policy_substitute.c changed 21.3% diff
test/encodings/unicode_group_Sk_8_encoding_policy_fail.c changed 53.4% diff
test/encodings/unicode_group_Sk_8_encoding_policy_ignore.c changed 53.3% diff
test/encodings/unicode_group_Sk_8_encoding_policy_substitute.c changed 53.0% diff
test/encodings/unicode_group_Sk_u_encoding_policy_fail.c changed 33.2% diff
test/encodings/unicode_group_Sk_u_encoding_policy_ignore.c changed 33.0% diff
test/encodings/unicode_group_Sk_u_encoding_policy_substitute.c changed 32.8% diff
test/encodings/unicode_group_Sk_x_encoding_policy_fail.c changed 30.2% diff
test/encodings/unicode_group_Sk_x_encoding_policy_ignore.c changed 30.1% diff
test/encodings/unicode_group_Sk_x_encoding_policy_substitute.c changed 29.8% diff
test/encodings/unicode_group_Sm_8_encoding_policy_fail.c changed 69.0% diff
test/encodings/unicode_group_Sm_8_encoding_policy_ignore.c changed 68.9% diff
test/encodings/unicode_group_Sm_8_encoding_policy_substitute.c changed 68.7% diff
test/encodings/unicode_group_Sm_u_encoding_policy_fail.c changed 43.0% diff
test/encodings/unicode_group_Sm_u_encoding_policy_ignore.c changed 42.9% diff
test/encodings/unicode_group_Sm_u_encoding_policy_substitute.c changed 42.8% diff
test/encodings/unicode_group_Sm_x_encoding_policy_fail.c changed 40.4% diff
test/encodings/unicode_group_Sm_x_encoding_policy_ignore.c changed 40.3% diff
test/encodings/unicode_group_Sm_x_encoding_policy_substitute.c changed 40.1% diff
test/encodings/unicode_group_So_8_encoding_policy_fail.c changed 93.3% diff
test/encodings/unicode_group_So_8_encoding_policy_ignore.c changed 93.3% diff
test/encodings/unicode_group_So_8_encoding_policy_substitute.c changed 93.2% diff
test/encodings/unicode_group_So_u_encoding_policy_fail.c changed 41.4% diff
test/encodings/unicode_group_So_u_encoding_policy_ignore.c changed 41.3% diff
test/encodings/unicode_group_So_u_encoding_policy_substitute.c changed 41.3% diff
test/encodings/unicode_group_So_x_encoding_policy_fail.c changed 50.9% diff
test/encodings/unicode_group_So_x_encoding_policy_ignore.c changed 50.9% diff
test/encodings/unicode_group_So_x_encoding_policy_substitute.c changed 50.8% diff
test/encodings/unicode_group_Z_8_encoding_policy_fail.c changed 25.7% diff
test/encodings/unicode_group_Z_8_encoding_policy_ignore.c changed 25.5% diff
test/encodings/unicode_group_Z_8_encoding_policy_substitute.c changed 25.3% diff
test/encodings/unicode_group_Z_u_encoding_policy_fail.c changed 15.3% diff
test/encodings/unicode_group_Z_u_encoding_policy_ignore.c changed 15.2% diff
test/encodings/unicode_group_Z_u_encoding_policy_substitute.c changed 15.0% diff
test/encodings/unicode_group_Z_x_encoding_policy_fail.c changed 13.3% diff
test/encodings/unicode_group_Z_x_encoding_policy_ignore.c changed 13.2% diff
test/encodings/unicode_group_Z_x_encoding_policy_substitute.c changed 13.0% diff
test/encodings/unicode_group_Zl_8_encoding_policy_fail.c changed 8.9% diff
test/encodings/unicode_group_Zl_8_encoding_policy_ignore.c changed 8.8% diff
test/encodings/unicode_group_Zl_8_encoding_policy_substitute.c changed 8.7% diff
test/encodings/unicode_group_Zl_u_encoding_policy_fail.c changed 2.5% diff
test/encodings/unicode_group_Zl_u_encoding_policy_ignore.c changed 2.5% diff
test/encodings/unicode_group_Zl_u_encoding_policy_substitute.c changed 2.4% diff
test/encodings/unicode_group_Zl_x_encoding_policy_fail.c changed 2.1% diff
test/encodings/unicode_group_Zl_x_encoding_policy_ignore.c changed 2.1% diff
test/encodings/unicode_group_Zl_x_encoding_policy_substitute.c changed 2.0% diff
test/encodings/unicode_group_Zp_8_encoding_policy_fail.c changed 8.9% diff
test/encodings/unicode_group_Zp_8_encoding_policy_ignore.c changed 8.8% diff
test/encodings/unicode_group_Zp_8_encoding_policy_substitute.c changed 8.7% diff
test/encodings/unicode_group_Zp_u_encoding_policy_fail.c changed 2.5% diff
test/encodings/unicode_group_Zp_u_encoding_policy_ignore.c changed 2.5% diff
test/encodings/unicode_group_Zp_u_encoding_policy_substitute.c changed 2.4% diff
test/encodings/unicode_group_Zp_x_encoding_policy_fail.c changed 2.1% diff
test/encodings/unicode_group_Zp_x_encoding_policy_ignore.c changed 2.1% diff
test/encodings/unicode_group_Zp_x_encoding_policy_substitute.c changed 2.0% diff
test/encodings/unicode_group_Zs_8_encoding_policy_fail.c changed 24.9% diff
test/encodings/unicode_group_Zs_8_encoding_policy_ignore.c changed 24.8% diff
test/encodings/unicode_group_Zs_8_encoding_policy_substitute.c changed 24.5% diff
test/encodings/unicode_group_Zs_u_encoding_policy_fail.c changed 12.3% diff
test/encodings/unicode_group_Zs_u_encoding_policy_ignore.c changed 12.2% diff
test/encodings/unicode_group_Zs_u_encoding_policy_substitute.c changed 12.1% diff
test/encodings/unicode_group_Zs_x_encoding_policy_fail.c changed 10.6% diff
test/encodings/unicode_group_Zs_x_encoding_policy_ignore.c changed 10.5% diff
test/encodings/unicode_group_Zs_x_encoding_policy_substitute.c changed 10.4% diff
test/encodings/utf32_0x10000.c changed 7.9% diff
test/encodings/utf8-full_range-2.c changed 97.5% diff
test/encodings/utf8-range_0x00_0x7f.c changed 6.5% diff
test/encodings/utf8-range_0x100000_0x10ffff.c changed 79.4% diff
test/encodings/utf8-range_0x10000_0x3ffff.c changed 84.3% diff
test/encodings/utf8-range_0x1000_0xffff.c changed 81.8% diff
test/encodings/utf8-range_0x40000_0xfffff.c changed 85.8% diff
test/encodings/utf8-range_0x800_0xfff.c changed 73.3% diff
test/encodings/utf8-range_0x80_0x7ff.c changed 74.9% diff
test/encodings/utf8-range_single_symbol.c changed 13.7% diff
test/encodings/utf8_literals.c changed 62.5% diff
test/encodings/utf8_names.c changed 53.9% diff
test/eof/eof_00.c changed 72.4% diff
test/eof/eof_01.c changed 76.3% diff
test/eof/eof_01_eager_skip.c changed 81.7% diff
test/eof/eof_02.c changed 34.6% diff
test/eof/eof_03.c changed 34.6% diff
test/eof/eof_04_8.c changed 97.3% diff
test/eof/eof_04_e.c changed 23.9% diff
test/eof/eof_04_u.c changed 11.7% diff
test/eof/eof_04_w.c changed 11.6% diff
test/eof/eof_04_x.c changed 11.6% diff
test/eof/eof_09.c changed 41.4% diff
test/eof/eof_10_fill.c changed 46.8% diff
test/eof/eof_11_multiblock.c changed 90.0% diff
test/eof/eof_12_conditions.c changed 48.8% diff
test/eof/eof_yyfill_naked_1.c changed 52.1% diff
test/eof/eof_yyfill_naked_2.c changed 76.5% diff
test/eof/goto_elision.c changed 63.3% diff
test/eof/goto_elision_f.c changed 77.5% diff
test/eof/nonblocking_push.c changed 56.6% diff
test/eof/nullable_loop.c changed 44.4% diff
test/eof/shadowrule_01.c changed 30.6% diff
test/eof/shadowrule_02_hoist.c changed 21.3% diff
test/eof/shadowrule_03_hoist.c changed 21.7% diff
test/eof/shadowrule_04_hoist.c changed 20.4% diff
test/eof/utf8_any.c changed 96.7% diff
test/error13.c changed 26.8% diff
test/error13_1.c changed 26.0% diff
test/error14.c changed 24.7% diff
test/error14_1.c changed 24.0% diff
test/flex_syntax/flex_syntax.c changed 51.4% diff
test/flex_syntax/namedef.c changed 28.9% diff
test/header/header_01.c changed 18.2% diff
test/header/header_01.re changed 16.9% diff
test/header/header_02.c changed 34.8% diff
test/header/header_02.re changed 10.9% diff
test/header/header_03.c changed 15.8% diff
test/header/header_03.re changed 16.7% diff
test/include/include001.c changed 38.9% diff
test/include/include002.c changed 51.2% diff
test/include/include003.c changed 47.1% diff
test/include/include004_inline.c changed 13.4% diff
test/include/include007.c added
test/input1.c changed 32.7% diff
test/input10.c changed 39.9% diff
test/input10_b.c changed 30.4% diff
test/input10_s.c changed 30.4% diff
test/input11.c changed 89.4% diff
test/input11_b.c changed 19.7% diff
test/input11_b_eager_skip.c changed 35.7% diff
test/input11_i.c changed 94.5% diff
test/input11_s.c changed 49.8% diff
test/input13.c changed 20.5% diff
test/input2.c changed 22.6% diff
test/input2_b.c changed 5.5% diff
test/input3.c changed 22.6% diff
test/input4.c changed 4.6% diff
test/input4__empty_class_match_empty.c changed 3.2% diff
test/input4__empty_class_match_none.c changed 3.3% diff
test/input5.c changed 14.7% diff
test/input6.c changed 4.8% diff
test/input6__empty_class_match_empty.c changed 3.3% diff
test/input6__empty_class_match_none.c changed 3.4% diff
test/input7.c changed 14.9% diff
test/input8.c changed 38.8% diff
test/input8_b.c changed 37.9% diff
test/input8_g.c changed 37.9% diff
test/input9.c changed 29.0% diff
test/input_custom_default.c changed 38.4% diff
test/input_custom_fgetc.c changed 34.8% diff
test/input_custom_istringstream.c changed 36.7% diff
test/input_custom_mjson.c changed 60.8% diff
test/layout/condition_lists.c changed 41.4% diff
test/layout/flex_braces.c added
test/layout/semact_multiline.c changed 44.5% diff
test/layout/semact_multiline_flex_syntax.c changed 43.6% diff
test/layout/semact_oneline.c changed 45.5% diff
test/layout/semact_oneline_flex_syntax.c changed 44.9% diff
test/line-01.c changed 19.7% diff
test/main.c changed 7.1% diff
test/messages/large_regexp_01.c added
test/messages/large_regexp_02.c added
test/messages/large_regexp_03.c added
test/messages/msg_00.c changed 13.2% diff
test/messages/msg_00_i_location_format_gnu.c changed 12.5% diff
test/messages/msg_02.c changed 24.4% diff
test/messages/msg_02_i_location_format_gnu.c changed 23.9% diff
test/messages/msg_04.c changed 100.0% diff
test/messages/msg_05.c changed 100.0% diff
test/messages/msg_06.c changed 100.0% diff
test/messages/msg_07.c changed 100.0% diff
test/messages/msg_08.c changed 100.0% diff
test/messages/msg_09.c changed 100.0% diff
test/messages/msg_10.c changed 100.0% diff
test/messages/msg_12.c changed 22.4% diff
test/messages/nullable.c changed 26.5% diff
test/messages/repetition_swapped_bounds.c added
test/newlines/nl_01.c changed 13.4% diff
test/overflow-1.c changed 49.0% diff
test/overflow-4.c changed 20.8% diff
test/posix_captures/basic/01.c changed 10.1% diff
test/posix_captures/basic/01_stadfa.c changed 10.2% diff
test/posix_captures/basic/02.c changed 10.1% diff
test/posix_captures/basic/02_stadfa.c changed 10.2% diff
test/posix_captures/basic/03.c changed 38.1% diff
test/posix_captures/basic/03_stadfa.c changed 29.5% diff
test/posix_captures/basic/04.c changed 25.7% diff
test/posix_captures/basic/04_stadfa.c changed 22.1% diff
test/posix_captures/basic/05.c changed 40.1% diff
test/posix_captures/basic/05_stadfa.c changed 28.8% diff
test/posix_captures/basic/06.c changed 40.1% diff
test/posix_captures/basic/06_stadfa.c changed 28.8% diff
test/posix_captures/basic/07.c changed 9.9% diff
test/posix_captures/basic/07_stadfa.c changed 9.7% diff
test/posix_captures/basic/08.c changed 23.3% diff
test/posix_captures/basic/08_stadfa.c changed 19.5% diff
test/posix_captures/basic/09.c changed 27.3% diff
test/posix_captures/basic/09_stadfa.c changed 25.2% diff
test/posix_captures/basic/10.c changed 33.7% diff
test/posix_captures/basic/10_stadfa.c changed 24.4% diff
test/posix_captures/basic/11.c changed 27.8% diff
test/posix_captures/basic/11_stadfa.c changed 26.3% diff
test/posix_captures/basic/12.c changed 31.4% diff
test/posix_captures/basic/12_stadfa.c changed 24.6% diff
test/posix_captures/basic/14.c changed 31.8% diff
test/posix_captures/basic/14_stadfa.c changed 28.1% diff
test/posix_captures/basic/15.c changed 25.4% diff
test/posix_captures/basic/15_stadfa.c changed 29.4% diff
test/posix_captures/basic/16.c changed 43.7% diff
test/posix_captures/basic/16_stadfa.c changed 40.0% diff
test/posix_captures/basic/17.c changed 43.7% diff
test/posix_captures/basic/17_stadfa.c changed 40.0% diff
test/posix_captures/basic/18.c changed 31.4% diff
test/posix_captures/basic/18_stadfa.c changed 28.2% diff
test/posix_captures/basic/19.c changed 50.7% diff
test/posix_captures/basic/19_stadfa.c changed 32.8% diff
test/posix_captures/basic/20.c changed 63.3% diff
test/posix_captures/basic/20_stadfa.c changed 43.0% diff
test/posix_captures/basic/21.c changed 20.7% diff
test/posix_captures/basic/21_stadfa.c changed 20.3% diff
test/posix_captures/basic/22.c changed 4.3% diff
test/posix_captures/basic/22_stadfa.c changed 4.2% diff
test/posix_captures/basic/23.c changed 11.2% diff
test/posix_captures/basic/23_stadfa.c changed 13.1% diff
test/posix_captures/basic/24.c changed 40.9% diff
test/posix_captures/basic/24_stadfa.c changed 36.7% diff
test/posix_captures/basic/25.c changed 30.9% diff
test/posix_captures/basic/25_stadfa.c changed 30.6% diff
test/posix_captures/basic/26.c changed 32.2% diff
test/posix_captures/basic/26_stadfa.c changed 28.8% diff
test/posix_captures/basic/28.c changed 34.2% diff
test/posix_captures/basic/28_stadfa.c changed 30.4% diff
test/posix_captures/basic/30.c changed 31.2% diff
test/posix_captures/basic/30_stadfa.c changed 27.1% diff
test/posix_captures/basic/31.c changed 28.3% diff
test/posix_captures/basic/31_stadfa.c changed 27.6% diff
test/posix_captures/basic/33.c changed 11.2% diff
test/posix_captures/basic/33_stadfa.c changed 10.9% diff
test/posix_captures/basic/34.c changed 22.2% diff
test/posix_captures/basic/34_stadfa.c changed 21.8% diff
test/posix_captures/basic/35.c changed 14.4% diff
test/posix_captures/basic/35_stadfa.c changed 20.7% diff
test/posix_captures/basic/36.c changed 22.8% diff
test/posix_captures/basic/36_stadfa.c changed 24.7% diff
test/posix_captures/basic/37.c changed 22.8% diff
test/posix_captures/basic/37_stadfa.c changed 24.7% diff
test/posix_captures/basic/38.c changed 39.7% diff
test/posix_captures/basic/38_stadfa.c changed 38.4% diff
test/posix_captures/basic/39.c changed 40.3% diff
test/posix_captures/basic/39_stadfa.c changed 38.8% diff
test/posix_captures/basic/40.c changed 42.9% diff
test/posix_captures/basic/40_stadfa.c changed 40.6% diff
test/posix_captures/basic/41.c changed 30.4% diff
test/posix_captures/basic/41_stadfa.c changed 27.4% diff
test/posix_captures/basic/42.c changed 36.0% diff
test/posix_captures/basic/42_stadfa.c changed 32.7% diff
test/posix_captures/basic/43.c changed 43.3% diff
test/posix_captures/basic/43_stadfa.c changed 39.3% diff
test/posix_captures/basic/44.c changed 21.8% diff
test/posix_captures/basic/44_stadfa.c changed 21.2% diff
test/posix_captures/basic/45.c changed 25.4% diff
test/posix_captures/basic/45_stadfa.c changed 24.8% diff
test/posix_captures/basic/46.c changed 38.8% diff
test/posix_captures/basic/46_stadfa.c changed 37.7% diff
test/posix_captures/basic/47.c changed 27.5% diff
test/posix_captures/basic/47_stadfa.c changed 23.6% diff
test/posix_captures/basic/48.c changed 33.3% diff
test/posix_captures/basic/48_stadfa.c changed 35.3% diff
test/posix_captures/basic/49.c changed 34.7% diff
test/posix_captures/basic/49_stadfa.c changed 31.9% diff
test/posix_captures/basic/50.c changed 30.5% diff
test/posix_captures/basic/50_stadfa.c changed 30.1% diff
test/posix_captures/basic/51.c changed 37.8% diff
test/posix_captures/basic/51_stadfa.c changed 35.9% diff
test/posix_captures/basic/52.c changed 42.7% diff
test/posix_captures/basic/52_stadfa.c changed 41.2% diff
test/posix_captures/basic/53.c changed 39.6% diff
test/posix_captures/basic/53_stadfa.c changed 34.5% diff
test/posix_captures/basic/54.c changed 22.8% diff
test/posix_captures/basic/54_stadfa.c changed 22.4% diff
test/posix_captures/basic/55.c changed 8.0% diff
test/posix_captures/basic/55_stadfa.c changed 7.8% diff
test/posix_captures/basic/56.c changed 36.7% diff
test/posix_captures/basic/56_stadfa.c changed 37.9% diff
test/posix_captures/basic/57.c changed 27.4% diff
test/posix_captures/basic/57_stadfa.c changed 26.9% diff
test/posix_captures/basic/58.c changed 34.0% diff
test/posix_captures/basic/58_stadfa.c changed 30.0% diff
test/posix_captures/basic/59.c changed 35.3% diff
test/posix_captures/basic/59_stadfa.c changed 41.5% diff
test/posix_captures/categorize/01.c changed 42.6% diff
test/posix_captures/categorize/01_stadfa.c changed 32.6% diff
test/posix_captures/categorize/02.c changed 40.5% diff
test/posix_captures/categorize/02_stadfa.c changed 38.5% diff
test/posix_captures/categorize/03.c changed 11.5% diff
test/posix_captures/categorize/03_stadfa.c changed 9.9% diff
test/posix_captures/categorize/04.c changed 38.0% diff
test/posix_captures/categorize/04_stadfa.c changed 29.3% diff
test/posix_captures/categorize/05.c changed 50.5% diff
test/posix_captures/categorize/05_stadfa.c changed 40.0% diff
test/posix_captures/categorize/06.c changed 22.4% diff
test/posix_captures/categorize/06_stadfa.c changed 24.3% diff
test/posix_captures/categorize/08.c changed 48.3% diff
test/posix_captures/categorize/08_stadfa.c changed 35.8% diff
test/posix_captures/categorize/09.c changed 34.2% diff
test/posix_captures/categorize/09_stadfa.c changed 32.8% diff
test/posix_captures/categorize/10.c changed 6.5% diff
test/posix_captures/categorize/10_stadfa.c changed 9.7% diff
test/posix_captures/categorize/11.c changed 59.4% diff
test/posix_captures/categorize/11_stadfa.c changed 34.5% diff
test/posix_captures/forcedassoc/01.c changed 44.9% diff
test/posix_captures/forcedassoc/01_stadfa.c changed 32.1% diff
test/posix_captures/forcedassoc/02.c changed 44.9% diff
test/posix_captures/forcedassoc/02_stadfa.c changed 31.1% diff
test/posix_captures/forcedassoc/03.c changed 44.9% diff
test/posix_captures/forcedassoc/03_stadfa.c changed 32.1% diff
test/posix_captures/forcedassoc/04.c changed 44.9% diff
test/posix_captures/forcedassoc/04_stadfa.c changed 31.1% diff
test/posix_captures/forcedassoc/05.c changed 42.7% diff
test/posix_captures/forcedassoc/05_stadfa.c changed 44.6% diff
test/posix_captures/forcedassoc/06.c changed 42.7% diff
test/posix_captures/forcedassoc/06_stadfa.c changed 43.6% diff
test/posix_captures/forcedassoc/07.c changed 42.7% diff
test/posix_captures/forcedassoc/07_stadfa.c changed 44.6% diff
test/posix_captures/forcedassoc/08.c changed 42.7% diff
test/posix_captures/forcedassoc/08_stadfa.c changed 43.6% diff
test/posix_captures/forcedassoc/09.c changed 37.3% diff
test/posix_captures/forcedassoc/09_stadfa.c changed 45.6% diff
test/posix_captures/forcedassoc/10.c changed 37.3% diff
test/posix_captures/forcedassoc/10_stadfa.c changed 45.6% diff
test/posix_captures/forcedassoc/11.c changed 37.3% diff
test/posix_captures/forcedassoc/11_stadfa.c changed 45.6% diff
test/posix_captures/forcedassoc/12.c changed 37.3% diff
test/posix_captures/forcedassoc/12_stadfa.c changed 45.6% diff
test/posix_captures/forcedassoc/13.c changed 41.5% diff
test/posix_captures/forcedassoc/13_stadfa.c changed 28.1% diff
test/posix_captures/forcedassoc/14.c changed 41.5% diff
test/posix_captures/forcedassoc/14_stadfa.c changed 27.2% diff
test/posix_captures/forcedassoc/15.c changed 39.6% diff
test/posix_captures/forcedassoc/15_stadfa.c changed 42.7% diff
test/posix_captures/forcedassoc/16.c changed 39.6% diff
test/posix_captures/forcedassoc/16_stadfa.c changed 41.9% diff
test/posix_captures/forcedassoc/17.c changed 29.4% diff
test/posix_captures/forcedassoc/17_stadfa.c changed 40.5% diff
test/posix_captures/forcedassoc/18.c changed 29.4% diff
test/posix_captures/forcedassoc/18_stadfa.c changed 40.5% diff
test/posix_captures/forcedassoc/25.c changed 24.7% diff
test/posix_captures/forcedassoc/25_stadfa.c changed 20.1% diff
test/posix_captures/forcedassoc/26.c changed 24.7% diff
test/posix_captures/forcedassoc/26_stadfa.c changed 20.1% diff
test/posix_captures/forcedassoc/27.c changed 27.1% diff
test/posix_captures/forcedassoc/27_stadfa.c changed 30.1% diff
test/posix_captures/forcedassoc/28.c changed 27.1% diff
test/posix_captures/forcedassoc/28_stadfa.c changed 30.1% diff
test/posix_captures/glennfowler/01.c changed 29.9% diff
test/posix_captures/glennfowler/01_stadfa.c changed 24.1% diff
test/posix_captures/glennfowler/02.c changed 40.3% diff
test/posix_captures/glennfowler/02_stadfa.c changed 29.2% diff
test/posix_captures/glennfowler/03.c changed 34.1% diff
test/posix_captures/glennfowler/03_stadfa.c changed 27.5% diff
test/posix_captures/glennfowler/04.c changed 39.1% diff
test/posix_captures/glennfowler/04_stadfa.c changed 28.4% diff
test/posix_captures/glennfowler/05.c changed 8.8% diff
test/posix_captures/glennfowler/05_stadfa.c changed 8.1% diff
test/posix_captures/glennfowler/06.c changed 8.6% diff
test/posix_captures/glennfowler/06_stadfa.c changed 7.9% diff
test/posix_captures/glennfowler/07.c changed 8.6% diff
test/posix_captures/glennfowler/07_stadfa.c changed 8.0% diff
test/posix_captures/glennfowler/08.c changed 6.4% diff
test/posix_captures/glennfowler/08_stadfa.c changed 8.2% diff
test/posix_captures/glennfowler/09.c changed 6.3% diff
test/posix_captures/glennfowler/09_stadfa.c changed 9.3% diff
test/posix_captures/glennfowler/10.c changed 12.5% diff
test/posix_captures/glennfowler/10_stadfa.c changed 11.6% diff
test/posix_captures/glennfowler/11.c changed 12.2% diff
test/posix_captures/glennfowler/11_stadfa.c changed 11.3% diff
test/posix_captures/glennfowler/12.c changed 12.1% diff
test/posix_captures/glennfowler/12_stadfa.c changed 11.4% diff
test/posix_captures/glennfowler/13.c changed 8.0% diff
test/posix_captures/glennfowler/13_stadfa.c changed 9.0% diff
test/posix_captures/glennfowler/14.c changed 11.9% diff
test/posix_captures/glennfowler/14_stadfa.c changed 11.3% diff
test/posix_captures/glennfowler/15.c changed 9.1% diff
test/posix_captures/glennfowler/15_stadfa.c changed 9.7% diff
test/posix_captures/glennfowler/16.c changed 6.8% diff
test/posix_captures/glennfowler/16_stadfa.c changed 9.2% diff
test/posix_captures/glennfowler/17.c changed 41.3% diff
test/posix_captures/glennfowler/17_stadfa.c changed 30.0% diff
test/posix_captures/glennfowler/18.c changed 41.4% diff
test/posix_captures/glennfowler/18_stadfa.c changed 30.1% diff
test/posix_captures/glennfowler/19.c changed 42.6% diff
test/posix_captures/glennfowler/19_stadfa.c changed 30.9% diff
test/posix_captures/glennfowler/21.c changed 37.9% diff
test/posix_captures/glennfowler/21_stadfa.c changed 28.3% diff
test/posix_captures/glennfowler/22.c changed 37.9% diff
test/posix_captures/glennfowler/22_stadfa.c changed 29.3% diff
test/posix_captures/glennfowler/23.c changed 33.8% diff
test/posix_captures/glennfowler/23_stadfa.c changed 26.9% diff
test/posix_captures/glennfowler/24.c changed 44.4% diff
test/posix_captures/glennfowler/24_stadfa.c changed 34.2% diff
test/posix_captures/glennfowler/25.c changed 38.3% diff
test/posix_captures/glennfowler/25_stadfa.c changed 32.5% diff
test/posix_captures/glennfowler/26.c changed 35.7% diff
test/posix_captures/glennfowler/26_stadfa.c changed 31.8% diff
test/posix_captures/glennfowler/28.c changed 59.6% diff
test/posix_captures/glennfowler/28_stadfa.c changed 42.0% diff
test/posix_captures/glennfowler/30.c changed 28.9% diff
test/posix_captures/glennfowler/30_stadfa.c changed 24.8% diff
test/posix_captures/glennfowler/31.c changed 41.9% diff
test/posix_captures/glennfowler/31_stadfa.c changed 31.6% diff
test/posix_captures/glennfowler/32.c changed 53.5% diff
test/posix_captures/glennfowler/32_stadfa.c changed 33.2% diff
test/posix_captures/glennfowler/33.c changed 35.9% diff
test/posix_captures/glennfowler/33_stadfa.c changed 30.0% diff
test/posix_captures/glennfowler/34.c changed 23.7% diff
test/posix_captures/glennfowler/34_stadfa.c changed 19.8% diff
test/posix_captures/glennfowler/35.c changed 33.1% diff
test/posix_captures/glennfowler/35_stadfa.c changed 32.5% diff
test/posix_captures/glennfowler/37.c changed 6.2% diff
test/posix_captures/glennfowler/37_stadfa.c changed 9.2% diff
test/posix_captures/glennfowler/39.c changed 34.3% diff
test/posix_captures/glennfowler/39_stadfa.c changed 35.3% diff
test/posix_captures/glennfowler/40.c changed 62.0% diff
test/posix_captures/glennfowler/40_stadfa.c changed 47.1% diff
test/posix_captures/glennfowler/41.c changed 51.5% diff
test/posix_captures/glennfowler/41_stadfa.c changed 42.8% diff
test/posix_captures/glennfowler/42.c changed 16.5% diff
test/posix_captures/glennfowler/42_stadfa.c changed 19.3% diff
test/posix_captures/glennfowler/43.c changed 9.7% diff
test/posix_captures/glennfowler/43_stadfa.c changed 9.9% diff
test/posix_captures/glennfowler/44.c changed 8.0% diff
test/posix_captures/glennfowler/44_stadfa.c changed 8.1% diff
test/posix_captures/glennfowler/45.c changed 9.4% diff
test/posix_captures/glennfowler/45_stadfa.c changed 8.8% diff
test/posix_captures/gor1.c changed 32.0% diff
test/posix_captures/gor2.c changed 27.4% diff
test/posix_captures/gor3.c changed 52.2% diff
test/posix_captures/implicit_grouping2.c changed 37.6% diff
test/posix_captures/implicit_grouping3.c changed 37.6% diff
test/posix_captures/leftmost1.c changed 33.9% diff
test/posix_captures/leftmost2.c changed 21.2% diff
test/posix_captures/multisubhistories.c changed 41.2% diff
test/posix_captures/nullsubexpr/03.c changed 24.6% diff
test/posix_captures/nullsubexpr/03_stadfa.c changed 25.4% diff
test/posix_captures/nullsubexpr/04.c changed 23.9% diff
test/posix_captures/nullsubexpr/04_stadfa.c changed 26.4% diff
test/posix_captures/nullsubexpr/05.c changed 22.3% diff
test/posix_captures/nullsubexpr/05_stadfa.c changed 24.3% diff
test/posix_captures/nullsubexpr/06.c changed 22.3% diff
test/posix_captures/nullsubexpr/06_stadfa.c changed 24.3% diff
test/posix_captures/nullsubexpr/07.c changed 25.0% diff
test/posix_captures/nullsubexpr/07_stadfa.c changed 27.6% diff
test/posix_captures/nullsubexpr/08.c changed 24.8% diff
test/posix_captures/nullsubexpr/08_stadfa.c changed 27.3% diff
test/posix_captures/nullsubexpr/09.c changed 25.0% diff
test/posix_captures/nullsubexpr/09_stadfa.c changed 27.6% diff
test/posix_captures/nullsubexpr/10.c changed 27.3% diff
test/posix_captures/nullsubexpr/10_stadfa.c changed 30.4% diff
test/posix_captures/nullsubexpr/11.c changed 40.5% diff
test/posix_captures/nullsubexpr/11_stadfa.c changed 37.0% diff
test/posix_captures/nullsubexpr/12.c changed 11.7% diff
test/posix_captures/nullsubexpr/12_stadfa.c changed 11.4% diff
test/posix_captures/nullsubexpr/13.c changed 29.9% diff
test/posix_captures/nullsubexpr/13_stadfa.c changed 26.3% diff
test/posix_captures/nullsubexpr/16.c changed 29.9% diff
test/posix_captures/nullsubexpr/16_stadfa.c changed 26.3% diff
test/posix_captures/nullsubexpr/19.c changed 29.9% diff
test/posix_captures/nullsubexpr/19_stadfa.c changed 26.6% diff
test/posix_captures/offsets.c changed 18.6% diff
test/posix_captures/osxbsdcritical/01.c changed 32.1% diff
test/posix_captures/osxbsdcritical/01_stadfa.c changed 22.4% diff
test/posix_captures/osxbsdcritical/02.c changed 32.1% diff
test/posix_captures/osxbsdcritical/02_stadfa.c changed 22.3% diff
test/posix_captures/osxbsdcritical/03.c changed 53.3% diff
test/posix_captures/osxbsdcritical/03_stadfa.c changed 27.3% diff
test/posix_captures/osxbsdcritical/04.c changed 33.3% diff
test/posix_captures/osxbsdcritical/04_stadfa.c changed 23.0% diff
test/posix_captures/osxbsdcritical/05.c changed 33.2% diff
test/posix_captures/osxbsdcritical/05_stadfa.c changed 22.9% diff
test/posix_captures/osxbsdcritical/06.c changed 45.3% diff
test/posix_captures/osxbsdcritical/06_stadfa.c changed 28.4% diff
test/posix_captures/osxbsdcritical/07.c changed 30.9% diff
test/posix_captures/osxbsdcritical/07_stadfa.c changed 24.6% diff
test/posix_captures/other/01.c changed 30.7% diff
test/posix_captures/other/01_posix_closure_gtop.c changed 28.5% diff
test/posix_captures/other/01_stadfa.c changed 28.0% diff
test/posix_captures/other/02.c changed 30.7% diff
test/posix_captures/other/02_posix_closure_gtop.c changed 28.5% diff
test/posix_captures/other/02_stadfa.c changed 28.0% diff
test/posix_captures/other/03.c changed 10.5% diff
test/posix_captures/other/03_posix_closure_gtop.c changed 9.8% diff
test/posix_captures/other/03_stadfa.c changed 10.2% diff
test/posix_captures/other/04.c changed 10.4% diff
test/posix_captures/other/04_posix_closure_gtop.c changed 9.7% diff
test/posix_captures/other/04_stadfa.c changed 10.1% diff
test/posix_captures/other/05.c changed 19.1% diff
test/posix_captures/other/05_posix_closure_gtop.c changed 18.2% diff
test/posix_captures/other/05_stadfa.c changed 15.6% diff
test/posix_captures/other/06.c changed 16.0% diff
test/posix_captures/other/06_posix_closure_gtop.c changed 15.2% diff
test/posix_captures/other/06_stadfa.c changed 15.7% diff
test/posix_captures/other/07.c changed 23.4% diff
test/posix_captures/other/07_posix_closure_gtop.c changed 21.4% diff
test/posix_captures/other/07_stadfa.c changed 24.9% diff
test/posix_captures/other/08.c changed 30.7% diff
test/posix_captures/other/08_posix_closure_gtop.c changed 28.5% diff
test/posix_captures/other/08_stadfa.c changed 28.0% diff
test/posix_captures/other/09.c changed 25.1% diff
test/posix_captures/other/09_posix_closure_gtop.c changed 22.9% diff
test/posix_captures/other/09_stadfa.c changed 25.9% diff
test/posix_captures/other/10.c changed 29.1% diff
test/posix_captures/other/10_posix_closure_gtop.c changed 27.9% diff
test/posix_captures/other/10_stadfa.c changed 20.3% diff
test/posix_captures/other/11.c changed 31.7% diff
test/posix_captures/other/11_posix_closure_gtop.c changed 30.5% diff
test/posix_captures/other/11_stadfa.c changed 29.5% diff
test/posix_captures/other/12.c changed 63.7% diff
test/posix_captures/other/12_posix_closure_gtop.c changed 62.6% diff
test/posix_captures/other/12_stadfa.c changed 39.2% diff
test/posix_captures/other/13.c changed 18.1% diff
test/posix_captures/other/13_posix_closure_gtop.c changed 17.2% diff
test/posix_captures/other/13_stadfa.c changed 17.7% diff
test/posix_captures/other/14.c changed 24.8% diff
test/posix_captures/other/14_posix_closure_gtop.c changed 22.7% diff
test/posix_captures/other/14_stadfa.c changed 21.1% diff
test/posix_captures/other/15.c changed 25.3% diff
test/posix_captures/other/15_posix_closure_gtop.c changed 24.0% diff
test/posix_captures/other/15_stadfa.c changed 21.2% diff
test/posix_captures/other/16.c changed 32.3% diff
test/posix_captures/other/16_posix_closure_gtop.c changed 30.8% diff
test/posix_captures/other/16_stadfa.c changed 22.8% diff
test/posix_captures/other/17.c changed 29.0% diff
test/posix_captures/other/17_posix_closure_gtop.c changed 27.6% diff
test/posix_captures/other/17_stadfa.c changed 27.5% diff
test/posix_captures/other/18.c changed 27.2% diff
test/posix_captures/other/18_posix_closure_gtop.c changed 26.0% diff
test/posix_captures/other/18_stadfa.c changed 23.7% diff
test/posix_captures/other/19.c changed 28.5% diff
test/posix_captures/other/19_posix_closure_gtop.c changed 26.1% diff
test/posix_captures/other/19_stadfa.c changed 21.8% diff
test/posix_captures/other/20.c changed 28.5% diff
test/posix_captures/other/20_posix_closure_gtop.c changed 26.1% diff
test/posix_captures/other/20_stadfa.c changed 21.0% diff
test/posix_captures/other/21.c changed 28.5% diff
test/posix_captures/other/21_posix_closure_gtop.c changed 26.1% diff
test/posix_captures/other/21_stadfa.c changed 21.0% diff
test/posix_captures/other/22.c changed 34.8% diff
test/posix_captures/other/22_posix_closure_gtop.c changed 33.1% diff
test/posix_captures/other/22_stadfa.c changed 21.9% diff
test/posix_captures/other/23.c changed 31.3% diff
test/posix_captures/other/23_posix_closure_gtop.c changed 28.9% diff
test/posix_captures/other/23_stadfa.c changed 26.3% diff
test/posix_captures/other/24.c changed 33.2% diff
test/posix_captures/other/24_posix_closure_gtop.c changed 30.7% diff
test/posix_captures/other/24_stadfa.c changed 25.2% diff
test/posix_captures/other/25.c changed 56.1% diff
test/posix_captures/other/25_posix_closure_gtop.c changed 53.6% diff
test/posix_captures/other/25_stadfa.c changed 38.5% diff
test/posix_captures/other/26.c changed 44.9% diff
test/posix_captures/other/26_posix_closure_gtop.c changed 43.4% diff
test/posix_captures/other/26_stadfa.c changed 34.1% diff
test/posix_captures/other/27.c changed 33.0% diff
test/posix_captures/other/27_posix_closure_gtop.c changed 31.5% diff
test/posix_captures/other/27_stadfa.c changed 23.8% diff
test/posix_captures/other/28.c changed 39.4% diff
test/posix_captures/other/28_posix_closure_gtop.c changed 38.2% diff
test/posix_captures/other/28_stadfa.c changed 30.8% diff
test/posix_captures/other/29.c changed 41.2% diff
test/posix_captures/other/29_posix_closure_gtop.c changed 39.8% diff
test/posix_captures/other/29_stadfa.c changed 34.1% diff
test/posix_captures/repetition/01.c changed 9.6% diff
test/posix_captures/repetition/01_stadfa.c changed 11.6% diff
test/posix_captures/repetition/02.c changed 8.3% diff
test/posix_captures/repetition/02_stadfa.c changed 11.0% diff
test/posix_captures/repetition/03.c changed 8.4% diff
test/posix_captures/repetition/03_stadfa.c changed 9.5% diff
test/posix_captures/repetition/04.c changed 9.4% diff
test/posix_captures/repetition/04_stadfa.c changed 11.3% diff
test/posix_captures/repetition/05.c changed 10.1% diff
test/posix_captures/repetition/05_stadfa.c changed 14.5% diff
test/posix_captures/repetition/06.c changed 14.2% diff
test/posix_captures/repetition/06_stadfa.c changed 15.1% diff
test/posix_captures/repetition/07.c changed 5.5% diff
test/posix_captures/repetition/07_stadfa.c changed 7.6% diff
test/posix_captures/repetition/50.c changed 43.9% diff
test/posix_captures/repetition/50_stadfa.c changed 29.0% diff
test/posix_captures/repetition/51.c changed 43.9% diff
test/posix_captures/repetition/51_stadfa.c changed 29.0% diff
test/posix_captures/repetition/52.c changed 49.7% diff
test/posix_captures/repetition/52_stadfa.c changed 31.9% diff
test/posix_captures/repetition/53.c changed 53.0% diff
test/posix_captures/repetition/53_stadfa.c changed 35.0% diff
test/posix_captures/repetition/54.c changed 55.4% diff
test/posix_captures/repetition/54_stadfa.c changed 37.4% diff
test/posix_captures/repetition/55.c changed 57.3% diff
test/posix_captures/repetition/55_stadfa.c changed 39.2% diff
test/posix_captures/repetition/56.c changed 58.8% diff
test/posix_captures/repetition/56_stadfa.c changed 40.7% diff
test/posix_captures/repetition/57.c changed 60.0% diff
test/posix_captures/repetition/57_stadfa.c changed 41.8% diff
test/posix_captures/repetition/58.c changed 60.9% diff
test/posix_captures/repetition/58_stadfa.c changed 42.7% diff
test/posix_captures/repetition/59.c changed 70.0% diff
test/posix_captures/repetition/59_stadfa.c changed 40.3% diff
test/posix_captures/repetition/60.c changed 70.0% diff
test/posix_captures/repetition/60_stadfa.c changed 40.3% diff
test/posix_captures/repetition/61.c changed 70.0% diff
test/posix_captures/repetition/61_stadfa.c changed 40.7% diff
test/posix_captures/repetition/62.c changed 68.7% diff
test/posix_captures/repetition/62_stadfa.c changed 41.1% diff
test/posix_captures/repetition/63.c changed 67.4% diff
test/posix_captures/repetition/63_stadfa.c changed 41.6% diff
test/posix_captures/repetition/64.c changed 66.0% diff
test/posix_captures/repetition/64_stadfa.c changed 42.0% diff
test/posix_captures/repetition/65.c changed 64.5% diff
test/posix_captures/repetition/65_stadfa.c changed 42.5% diff
test/posix_captures/repetition/66.c changed 63.5% diff
test/posix_captures/repetition/66_stadfa.c changed 43.0% diff
test/posix_captures/repetition/67.c changed 61.5% diff
test/posix_captures/repetition/67_stadfa.c changed 43.5% diff
test/posix_captures/repetition/68.c changed 55.7% diff
test/posix_captures/repetition/68_stadfa.c changed 42.9% diff
test/posix_captures/repetition/69.c changed 56.5% diff
test/posix_captures/repetition/69_stadfa.c changed 43.5% diff
test/posix_captures/repetition/70.c changed 62.7% diff
test/posix_captures/repetition/70_stadfa.c changed 49.9% diff
test/posix_captures/repetition/71.c changed 64.6% diff
test/posix_captures/repetition/71_stadfa.c changed 52.9% diff
test/posix_captures/repetition/72.c changed 65.0% diff
test/posix_captures/repetition/72_stadfa.c changed 56.6% diff
test/posix_captures/repetition/73.c changed 84.8% diff
test/posix_captures/repetition/73_stadfa.c changed 59.6% diff
test/posix_captures/repetition/74.c changed 85.3% diff
test/posix_captures/repetition/74_stadfa.c changed 63.3% diff
test/posix_captures/repetition/75.c changed 84.8% diff
test/posix_captures/repetition/75_stadfa.c changed 65.7% diff
test/posix_captures/repetition/76.c changed 83.6% diff
test/posix_captures/repetition/76_stadfa.c changed 65.7% diff
test/posix_captures/repetition/77.c changed 82.0% diff
test/posix_captures/repetition/77_stadfa.c changed 65.5% diff
test/posix_captures/repetition/78.c changed 55.7% diff
test/posix_captures/repetition/78_stadfa.c changed 42.9% diff
test/posix_captures/repetition/79.c changed 56.5% diff
test/posix_captures/repetition/79_stadfa.c changed 43.5% diff
test/posix_captures/repetition/80.c changed 55.7% diff
test/posix_captures/repetition/80_stadfa.c changed 42.9% diff
test/posix_captures/repetition/81.c changed 56.5% diff
test/posix_captures/repetition/81_stadfa.c changed 43.5% diff
test/posix_captures/repetition/82.c changed 62.7% diff
test/posix_captures/repetition/82_stadfa.c changed 49.9% diff
test/posix_captures/repetition/83.c changed 64.6% diff
test/posix_captures/repetition/83_stadfa.c changed 52.9% diff
test/posix_captures/repetition/84.c changed 65.0% diff
test/posix_captures/repetition/84_stadfa.c changed 56.6% diff
test/posix_captures/repetition/85.c changed 84.8% diff
test/posix_captures/repetition/85_stadfa.c changed 59.6% diff
test/posix_captures/repetition/86.c changed 85.3% diff
test/posix_captures/repetition/86_stadfa.c changed 63.3% diff
test/posix_captures/repetition/87.c changed 84.8% diff
test/posix_captures/repetition/87_stadfa.c changed 65.7% diff
test/posix_captures/repetition/88.c changed 83.6% diff
test/posix_captures/repetition/88_stadfa.c changed 65.7% diff
test/posix_captures/repetition/89.c changed 82.0% diff
test/posix_captures/repetition/89_stadfa.c changed 65.5% diff
test/posix_captures/repetition/90.c changed 55.7% diff
test/posix_captures/repetition/90_stadfa.c changed 42.9% diff
test/posix_captures/repetition/91.c changed 56.5% diff
test/posix_captures/repetition/91_stadfa.c changed 43.5% diff
test/posix_captures/rightassoc/01.c changed 38.6% diff
test/posix_captures/rightassoc/01_stadfa.c changed 46.8% diff
test/posix_captures/rightassoc/02.c changed 38.6% diff
test/posix_captures/rightassoc/02_stadfa.c changed 46.8% diff
test/posix_captures/rightassoc/03.c changed 38.6% diff
test/posix_captures/rightassoc/03_stadfa.c changed 46.8% diff
test/posix_captures/rightassoc/04.c changed 38.6% diff
test/posix_captures/rightassoc/04_stadfa.c changed 46.8% diff
test/posix_captures/rightassoc/05.c changed 30.6% diff
test/posix_captures/rightassoc/05_stadfa.c changed 41.7% diff
test/posix_captures/rightassoc/06.c changed 30.6% diff
test/posix_captures/rightassoc/06_stadfa.c changed 41.7% diff
test/posix_captures/rightassoc/09.c changed 38.5% diff
test/posix_captures/rightassoc/09_stadfa.c changed 33.5% diff
test/posix_captures/rightassoc/10.c changed 38.5% diff
test/posix_captures/rightassoc/10_stadfa.c changed 33.5% diff
test/posix_captures/rightassoc/11.c changed 38.5% diff
test/posix_captures/rightassoc/11_stadfa.c changed 33.5% diff
test/posix_captures/rightassoc/12.c changed 38.5% diff
test/posix_captures/rightassoc/12_stadfa.c changed 33.5% diff
test/posix_captures/skeleton_01.c changed 75.7% diff
test/posix_captures/uncomparable_bottoms.c changed 40.6% diff
test/push.c changed 49.7% diff
test/push_f.c changed 53.4% diff
test/push_fb.c changed 22.4% diff
test/push_fg.c changed 28.7% diff
test/push_fs.c changed 59.4% diff
test/real_world/c.c changed 80.6% diff
test/real_world/cmmap.c changed 80.1% diff
test/real_world/cnokw.c changed 51.7% diff
test/real_world/cpp.c changed 95.2% diff
test/real_world/modula.c changed 85.1% diff
test/real_world/ninja_depfile_parser.c changed 15.8% diff
test/real_world/ninja_lexer.c changed 22.8% diff
test/real_world/parse_date.c changed 86.7% diff
test/real_world/parse_date_1_78.c changed 65.5% diff
test/real_world/parse_date_b.c changed 64.6% diff
test/real_world/parse_date_db.c changed 67.5% diff
test/real_world/parse_date_g.c changed 78.1% diff
test/real_world/parse_date_s.c changed 65.1% diff
test/real_world/php20140822_zend_language_scanner.c changed 57.6% diff
test/real_world/php20150211_json_scanner.c changed 68.1% diff
test/real_world/php20150211_parse_date.c changed 92.1% diff
test/real_world/php20150211_parse_iso_intervals.c changed 57.5% diff
test/real_world/php20150211_pdo_sql_parser.c changed 22.3% diff
test/real_world/php20150211_pdo_sql_parser_trimmed.c changed 53.1% diff
test/real_world/php20150211_phar_path_check.c changed 40.1% diff
test/real_world/php20150211_phpdbg_lexer.c changed 66.9% diff
test/real_world/php20150211_url_scanner_ex.c changed 10.9% diff
test/real_world/php20150211_var_unserializer.c changed 36.0% diff
test/real_world/php20150211_zend_ini_scanner.c changed 74.7% diff
test/real_world/php20150211_zend_ini_scanner_trimmed.c changed 50.2% diff
test/real_world/php20150211_zend_ini_scanner_trimmed_ic_flex_syntax.c changed 90.0% diff
test/real_world/php20150211_zend_ini_scanner_trimmed_minimal_wb_bug.c changed 10.9% diff
test/real_world/php20150211_zend_language_scanner.c changed 67.7% diff
test/real_world/rexx.c changed 88.5% diff
test/real_world/rexx__empty_class_match_empty.c changed 85.7% diff
test/real_world/rexx__empty_class_match_none.c changed 85.6% diff
test/real_world/scanner.c changed 48.4% diff
test/real_world/scanner_fs.c changed 46.6% diff
test/real_world/scanner_re2c.c changed 36.1% diff
test/real_world/scanner_re2c_default.c changed 36.1% diff
test/real_world/scanner_s.c changed 35.9% diff
test/repeater.c changed 31.1% diff
test/repeater2.c changed 43.9% diff
test/reuse/inline_use_conditions.c changed 37.0% diff
test/reuse/inline_use_merge_blocks.c changed 13.2% diff
test/reuse/named_blocks_01.c changed 30.0% diff
test/reuse/namedef_scope_01.c changed 27.2% diff
test/reuse/namedef_scope_05.c changed 24.5% diff
test/reuse/namedef_scope_06.c changed 12.7% diff
test/reuse/repeat-01.c changed 25.2% diff
test/reuse/repeat-02.c changed 25.4% diff
test/reuse/repeat-03.c changed 69.3% diff
test/reuse/repeat-04.c changed 22.0% diff
test/reuse/repeat-05.c changed 6.3% diff
test/reuse/repeat-06.c changed 61.2% diff
test/reuse/repeat-07.c changed 61.2% diff
test/reuse/repeat-07_default.c changed 84.6% diff
test/reuse/repeat-09.c changed 14.8% diff
test/reuse/reuse_and_states.c changed 46.6% diff
test/reuse/reuse_and_states_and_conditions.c changed 42.4% diff
test/reuse/reuse_conds_default_0.c changed 73.4% diff
test/reuse/reuse_conds_default_1.c changed 73.3% diff
test/reuse/reuse_conds_setup_0.c changed 70.3% diff
test/reuse/reuse_conds_setup_1.c changed 66.1% diff
test/reuse/reuse_conds_setup_1_cgir_eager_skip.c changed 14.4% diff
test/reuse/reuse_mixed_blocks_01.c changed 30.9% diff
test/reuse/reuse_mixed_blocks_02.c changed 29.1% diff
test/reuse/reuse_mixed_blocks_04.c changed 23.5% diff
test/rust/api_style_functions.re added
test/rust/storable_state_with_conditions.re added
test/sample.c changed 75.7% diff
test/simple.c changed 39.0% diff
test/simple_default.c changed 36.7% diff
test/skeleton/control_flow_fail.c changed 3.6% diff
test/skeleton/control_flow_ok.c changed 3.4% diff
test/skeleton/control_flow_yymarker_fail.c changed 3.8% diff
test/skeleton/control_flow_yymarker_ok.c changed 3.9% diff
test/skeleton/control_flow_yymarker_yyaccept_fail.c changed 4.2% diff
test/skeleton/control_flow_yymarker_yyaccept_ok.c changed 4.5% diff
test/skeleton/input_custom_default.c changed 3.5% diff
test/skeleton/php20150211_phar_path_check.c changed 9.0% diff
test/skeleton/php20150211_url_scanner_ex.c changed 5.8% diff
test/skeleton/repeat-07_default.c changed 30.4% diff
test/skeleton/unicode_any.c changed 2.8% diff
test/skeleton/unicode_any_i8_skeleton.c changed 40.7% diff
test/skeleton/unicode_any_iu_skeleton.c changed 2.6% diff
test/stadfa/stadfa_01.c changed 39.8% diff
test/stadfa/stadfa_02.c changed 21.1% diff
test/stadfa/stadfa_03.c changed 20.0% diff
test/stadfa/stadfa_04.c changed 30.7% diff
test/stadfa/stadfa_05.c changed 31.2% diff
test/stadfa/stadfa_06.c changed 40.3% diff
test/stadfa/stadfa_07.c changed 32.3% diff
test/stadfa/stadfa_08.c changed 36.8% diff
test/stadfa/stadfa_09.c changed 35.1% diff
test/stadfa/stadfa_10.c changed 38.4% diff
test/stadfa/stadfa_11.c changed 35.4% diff
test/stadfa/stadfa_12.c changed 34.4% diff
test/stadfa/stadfa_13.c changed 40.7% diff
test/stadfa/stadfa_14.c changed 38.4% diff
test/stadfa/stadfa_15.c changed 36.8% diff
test/stadfa/stadfa_16.c changed 36.8% diff
test/stadfa/stadfa_17.c changed 35.3% diff
test/stadfa/stadfa_18.c changed 31.2% diff
test/stadfa/stadfa_19.c changed 38.9% diff
test/stadfa/stadfa_20.c changed 30.8% diff
test/stadfa/stadfa_21.c changed 36.4% diff
test/stadfa/stadfa_22.c changed 39.5% diff
test/stadfa/stadfa_23.c changed 69.7% diff
test/stadfa/stadfa_24.c changed 51.8% diff
test/stadfa/stadfa_25.c changed 53.5% diff
test/stadfa/stadfa_26.c changed 49.9% diff
test/stadfa/stadfa_27.c changed 54.9% diff
test/stadfa/stadfa_28.c changed 74.8% diff
test/stadfa/stadfa_29.c changed 100.0% diff
test/stadfa/stadfa_30.c changed 56.9% diff
test/strip_001.c changed 11.0% diff
test/strip_002.c changed 15.0% diff
test/strip_003.c changed 20.9% diff
test/tags/ambiguity/alt1.c changed 21.1% diff
test/tags/ambiguity/alt2.c changed 29.9% diff
test/tags/ambiguity/cat1.c changed 34.7% diff
test/tags/ambiguity/cat3.c changed 34.2% diff
test/tags/ambiguity/cat4.c changed 33.0% diff
test/tags/ambiguity/iter.c changed 36.0% diff
test/tags/bench_http_rfc7230.c changed 96.0% diff
test/tags/bench_http_simple.c changed 84.9% diff
test/tags/bench_uri_rfc3986.c changed 95.8% diff
test/tags/bench_uri_simple.c changed 83.9% diff
test/tags/bug121_fix.c changed 33.7% diff
test/tags/bug121_fix_i.c changed 34.5% diff
test/tags/bug121_var_multiple_i_tags.c changed 35.9% diff
test/tags/bug121_var_multiple_i_tags_eager_skip.c changed 43.2% diff
test/tags/bug121_var_multiple_i_tags_eager_skip_input_custom.c changed 42.9% diff
test/tags/bug121_var_multiple_i_tags_input_custom.c changed 35.7% diff
test/tags/bug121_var_single.c changed 33.7% diff
test/tags/bug121_var_single_i_input_custom.c changed 33.4% diff
test/tags/cond_star0.c changed 40.6% diff
test/tags/cond_star0_ci.c changed 40.6% diff
test/tags/cond_star1.c changed 39.6% diff
test/tags/cond_star1_ci_input_custom.c changed 40.8% diff
test/tags/cond_star2.c changed 43.0% diff
test/tags/conf1.c changed 67.9% diff
test/tags/conf1_i_tags_input_custom.c changed 62.8% diff
test/tags/conf2.c changed 54.2% diff
test/tags/conf2_i_tags_input_custom.c changed 49.9% diff
test/tags/conf3.c changed 58.1% diff
test/tags/conf3_i_tags_input_custom.c changed 54.1% diff
test/tags/copy_coalescing1.c changed 23.2% diff
test/tags/copy_coalescing1_nofix.c changed 27.6% diff
test/tags/copy_coalescing2.c changed 32.0% diff
test/tags/copy_save.c changed 37.4% diff
test/tags/counter1.c changed 61.6% diff
test/tags/dedup0.c changed 45.5% diff
test/tags/dedup0_i_input_custom.c changed 45.9% diff
test/tags/dedup1.c changed 45.2% diff
test/tags/dedup1_i.c changed 44.4% diff
test/tags/dedup3.c changed 42.8% diff
test/tags/dedup3_i_input_custom.c changed 43.4% diff
test/tags/dedup4.c changed 48.1% diff
test/tags/dedup5.c changed 38.4% diff
test/tags/exponential_bottoms.c changed 51.8% diff
test/tags/fallback1.c changed 23.2% diff
test/tags/fallback2.c changed 14.5% diff
test/tags/fallback3.c changed 29.2% diff
test/tags/fallback4.c changed 38.3% diff
test/tags/fallback5.c changed 35.7% diff
test/tags/fallback6.c changed 47.9% diff
test/tags/fix2.c changed 36.4% diff
test/tags/fix2_trail.c changed 40.8% diff
test/tags/fix2_trail_i_tags_input_custom.c changed 34.8% diff
test/tags/fix3.c changed 56.9% diff
test/tags/fix3_trail.c changed 56.9% diff
test/tags/fix3_trail_i_tags.c changed 56.7% diff
test/tags/fix4.c changed 33.6% diff
test/tags/fix4_trail.c changed 35.2% diff
test/tags/fix4_trail_i_tags_input_custom.c changed 27.7% diff
test/tags/fix5.c changed 40.3% diff
test/tags/fix5_trail.c changed 41.4% diff
test/tags/fix5_trail_i_tags_input_custom.c changed 34.3% diff
test/tags/fixed_repetition_count.c changed 54.8% diff
test/tags/interference.c changed 43.2% diff
test/tags/iter_plus.c changed 27.9% diff
test/tags/lost_tag.c changed 18.8% diff
test/tags/map_ord1.c changed 35.9% diff
test/tags/map_ord1_i_tags.c changed 33.3% diff
test/tags/map_ord2.c changed 44.1% diff
test/tags/map_ord2_i_tags_no_lookahead.c changed 48.5% diff
test/tags/minimization.c changed 36.8% diff
test/tags/skip_tags_disorder1.c changed 16.7% diff
test/tags/skip_tags_disorder2.c changed 33.4% diff
test/tags/skip_tags_disorder3.c changed 39.3% diff
test/tags/skip_tags_disorder4.c changed 39.2% diff
test/tags/stadfa_and_eof_rule.c changed 63.1% diff
test/tags/tags_in_trail.c changed 47.2% diff
test/tags/tags_in_trail_fixed.c added
test/tags/topsort1.c changed 51.1% diff
test/tags/topsort2.c changed 36.1% diff
test/tags/topsort3.c changed 50.8% diff
test/tags/twopass.c changed 46.4% diff
test/tags/twopass_nofix.c changed 52.6% diff
test/tags/uniq.c changed 30.1% diff
test/tags/uniq_nofix.c changed 18.3% diff
test/tags/yyaccept1.c changed 26.6% diff
test/wunreachable_rules.c changed 30.1% diff
test/yyaccept_initial.c changed 14.5% diff
test/yyaccept_missing.c changed 14.0% diff
test/yyaccept_missing_bci_eager_skip.c changed 18.5% diff

C++ Programs (40 of 106):

NameStatusDeltaVisual Diff
bootstrap/lib/lex.cc changed 22.3% diff
bootstrap/lib/parse.cc changed 5.7% diff
bootstrap/lib/test_helper.cc changed 19.1% diff
bootstrap/src/msg/help.cc changed 72.5% diff
bootstrap/src/msg/ver_to_vernum.cc changed 23.0% diff
bootstrap/src/options/parse_opts.cc changed 62.1% diff
bootstrap/src/parse/lex.cc changed 51.1% diff
bootstrap/src/parse/lex_conf.cc changed 66.5% diff
bootstrap/src/parse/parser.cc changed 6.4% diff
lib/regcomp.cc changed 7.2% diff
lib/test_helper.cc changed 19.1% diff
src/adfa/adfa.cc changed 0.8% diff
src/cfg/interfere.cc changed 2.3% diff
src/codegen/code_goto.cc changed 39.5% diff
src/codegen/combine.cc changed 8.6% diff
src/codegen/gen_delayed.cc changed 55.8% diff
src/codegen/gen_dfa.cc changed 98.3% diff
src/codegen/gen_goto.cc changed 13.7% diff
src/codegen/gen_program.cc changed 12.9% diff
src/codegen/gen_state.cc changed 27.0% diff
src/codegen/helpers.cc changed 6.3% diff
src/codegen/remove_empty.cc added
src/codegen/render.cc changed 61.1% diff
src/compile.cc changed 10.7% diff
src/dfa/closure.cc changed 0.5% diff
src/dfa/determinization.cc changed 7.1% diff
src/dfa/find_state.cc changed 2.7% diff
src/main.cc changed 3.4% diff
src/msg/ver_to_vernum.cc changed 23.0% diff
src/msg/warn.cc changed 3.5% diff
src/nfa/estimate_size.cc changed 66.5% diff
src/nfa/re_to_nfa.cc changed 1.1% diff
src/options/opt.cc changed 21.6% diff
src/parse/ast.cc changed 1.8% diff
src/parse/parse.cc changed 1.2% diff
src/parse/scanner.cc changed 55.3% diff
src/regexp/fixed_tags.cc changed 2.2% diff
src/skeleton/generate_code.cc changed 4.0% diff
src/skeleton/generate_data.cc changed 0.6% diff
src/util/temp_file.cc changed 15.1% diff

Go Programs (57 of 58):

NameStatusDeltaVisual Diff
examples/go/01_basic.go changed 78.8% diff
examples/go/conditions/parse_u32_blocks.go changed 81.7% diff
examples/go/conditions/parse_u32_conditions.go changed 76.7% diff
examples/go/encodings/unicode_identifier.go changed 52.5% diff
examples/go/eof/01_sentinel.go changed 92.7% diff
examples/go/eof/02_bounds_checking.go changed 78.8% diff
examples/go/eof/03_eof_rule.go changed 69.1% diff
examples/go/eof/04_generic_api_sentinel.go changed 88.4% diff
examples/go/eof/05_generic_api_eof_rule.go changed 65.7% diff
examples/go/fill/01_fill.go changed 79.9% diff
examples/go/fill/02_fill.go changed 85.3% diff
examples/go/headers/header.go changed 84.0% diff
examples/go/headers/lexer/state.go added
examples/go/headers/src/lexer/lexer.go removed
examples/go/includes/include.go changed 84.1% diff
examples/go/reuse/reuse.go changed 65.7% diff
examples/go/reuse/usedir.go changed 61.1% diff
examples/go/state/push.go changed 85.5% diff
examples/go/submatch/01_stags.go changed 100.0% diff
examples/go/submatch/01_stags_fill.go changed 95.3% diff
examples/go/submatch/02_mtags.go changed 95.5% diff
examples/go/submatch/03_posix.go changed 100.0% diff
test/codegen/loop_switch/go/basic.go added
test/codegen/loop_switch/go/bounds_checking.go added
test/codegen/loop_switch/go/eof_rule.go added
test/codegen/loop_switch/go/fill_1.go added
test/codegen/loop_switch/go/fill_2.go added
test/codegen/loop_switch/go/generic_api_eof_rule.go added
test/codegen/loop_switch/go/generic_api_sentinel.go added
test/codegen/loop_switch/go/parse_u32_blocks.go added
test/codegen/loop_switch/go/parse_u32_conditions.go added
test/codegen/loop_switch/go/reuse.go added
test/codegen/loop_switch/go/sentinel.go added
test/codegen/loop_switch/go/storable_state.go added
test/codegen/loop_switch/go/storable_state_error_getstate.go added
test/codegen/loop_switch/go/storable_state_two_blocks.go added
test/golang/001_basic.go changed 59.7% diff
test/golang/001_basic_b.go changed 4.9% diff
test/golang/001_basic_functions.go changed 52.7% diff
test/golang/001_basic_g.go changed 100.0% diff
test/golang/002_fill_eof_rule.go changed 27.7% diff
test/golang/002_fill_eof_rule_f.go changed 24.7% diff
test/golang/002_fill_eof_rule_functions.go changed 27.3% diff
test/golang/003_fill.go changed 26.1% diff
test/golang/003_fill_bf.go changed 6.8% diff
test/golang/003_fill_f.go changed 22.9% diff
test/golang/003_fill_functions.go changed 25.7% diff
test/golang/004_yyaccept.go changed 14.5% diff
test/golang/005_mtags.go changed 40.3% diff
test/golang/005_posix_captures.go changed 13.1% diff
test/golang/005_stags.go changed 18.8% diff
test/golang/006_error_default_api.go changed 100.0% diff
test/golang/007_error_default_api.go changed 100.0% diff
test/golang/008_unicode_reuse.go changed 22.2% diff
test/golang/009_conditions.go changed 43.6% diff
test/golang/010_error_case_ranges.go changed 100.0% diff
test/skeleton/error_golang.go changed 100.0% diff

Python Programs (1 of 3):

NameStatusDeltaVisual Diff
run_tests.py.in changed 4.1% diff

Shell Programs (23 of 55):

NameStatusDeltaVisual Diff
build-aux/compile changed 1.4% diff
build-aux/config.guess changed 15.0% diff
build-aux/config.sub changed 28.1% diff
build-aux/depcomp changed 0.3% diff
build-aux/install-sh changed 20.8% diff
build-aux/ltmain.sh changed 0.7% diff
build-aux/missing changed 0.9% diff
build-aux/test-driver changed 6.4% diff
build/__build_m32.sh changed 45.9% diff
build/__distcheck.sh changed 67.8% diff
build/split_man.sh changed 89.4% diff
compile removed
config.guess removed
config.sub removed
depcomp removed
examples/c/__run_all.sh changed 14.7% diff
examples/go/__run_all.sh changed 17.0% diff
examples/rust/__run_all.sh added
install-sh removed
ltmain.sh removed
missing removed
test/codegen/loop_switch/c/__run_all.sh added
test/codegen/loop_switch/go/__run_all.sh added

Automake Files (9 of 11):

NameStatusDeltaVisual Diff
benchmarks/submatch_dfa_aot/Makefile.in changed 0.9% diff
benchmarks/submatch_dfa_jit/Makefile.am changed 9.8% diff
benchmarks/submatch_dfa_jit/Makefile.in changed 0.9% diff
benchmarks/submatch_java/Makefile.in changed 1.2% diff
benchmarks/submatch_nfa/Makefile.am changed 9.6% diff
benchmarks/submatch_nfa/Makefile.in changed 0.9% diff
configure.ac changed 3.5% diff
Makefile.am changed 18.7% diff
Makefile.in changed 49.9% diff

CMake Files (2 of 10):

NameStatusDeltaVisual Diff
cmake/Re2cGenDocs.cmake changed 17.6% diff
CMakeLists.txt changed 10.5% diff

M4 Macro Files (2 of 6):

NameStatusDeltaVisual Diff
aclocal.m4 changed 4.3% diff
m4/libtool.m4 changed 0.4% diff

Man Pages (all 3):

NameStatusDeltaVisual Diff
bootstrap/doc/re2c.1 changed 80.3% diff
bootstrap/doc/re2go.1 changed 77.2% diff
bootstrap/doc/re2rust.1 added

Rust Programs (all 29):

NameStatusDeltaVisual Diff
examples/rust/01_basic.rs added
examples/rust/conditions/parse_u32_blocks.rs added
examples/rust/conditions/parse_u32_conditions.rs added
examples/rust/encodings/unicode_identifier.rs added
examples/rust/eof/01_sentinel.rs added
examples/rust/eof/02_bounds_checking.rs added
examples/rust/eof/03_eof_rule.rs added
examples/rust/eof/04_generic_api_sentinel.rs added
examples/rust/eof/05_generic_api_eof_rule.rs added
examples/rust/fill/01_fill.rs added
examples/rust/fill/02_fill.rs added
examples/rust/headers/header.rs added
examples/rust/headers/lexer/mod.rs added
examples/rust/headers/lexer/state.rs added
examples/rust/includes/definitions.rs added
examples/rust/includes/include.rs added
examples/rust/real_world/c.rs added
examples/rust/reuse/reuse.rs added
examples/rust/reuse/usedir.rs added
examples/rust/state/push.rs added
examples/rust/submatch/01_stags.rs added
examples/rust/submatch/01_stags_fill.rs added
examples/rust/submatch/02_mtags.rs added
examples/rust/submatch/03_posix.rs added
test/rust/api_style_functions.rs added
test/rust/code_with_single_quotes.rs added
test/rust/no_unsafe.rs added
test/rust/storable_state_with_conditions.rs added
test/rust/yyloop.rs added

Configure Scripts (all 1):

NameStatusDeltaVisual Diff
configure changed 25.3% diff

Include Files (3 of 19):

NameStatusDeltaVisual Diff
examples/rust/includes/extra_rules.re.inc added
test/include/nested/include007.re.inc added
test/include/nested/nested/include007.re.inc added

RST Files (all 3):

NameStatusDeltaVisual Diff
doc/help.rst changed 25.8% diff
doc/help.rst.in changed 23.7% diff
doc/manpage.rst.in changed 40.6% diff

Directories (22 of 147):

NameStatus
examples/c/headers/lexer added
examples/c/headers/src removed
examples/c/headers/src/lexer removed
examples/go/headers/lexer added
examples/go/headers/src removed
examples/go/headers/src/lexer removed
examples/rust added
examples/rust/conditions added
examples/rust/encodings added
examples/rust/eof added
examples/rust/fill added
examples/rust/headers added
examples/rust/headers/lexer added
examples/rust/includes added
examples/rust/real_world added
examples/rust/reuse added
examples/rust/state added
examples/rust/submatch added
test/codegen/loop_switch added
test/codegen/loop_switch/c added
test/codegen/loop_switch/go added
test/rust added

Change Logs (all 1):

NameStatusDeltaVisual Diff
CHANGELOG changed 11.3% diff

Readme Files (1 of 3):

NameStatusDeltaVisual Diff
README.md changed 18.0% diff

Text Files (72 of 1006):

NameStatusDeltaVisual Diff
doc/manual/api/interface.rst_ changed 40.0% diff
doc/manual/conditions/blocks.rst_ added
doc/manual/conditions/conditions.rst_ changed 100.0% diff
doc/manual/directives/directives.rst_ changed 5.7% diff
doc/manual/encodings/encodings.rst_ changed 100.0% diff
doc/manual/eof/01_sentinel.rst_ changed 90.2% diff
doc/manual/eof/02_bounds_checking.rst_ changed 98.1% diff
doc/manual/eof/03_eof_rule.rst_ changed 93.4% diff
doc/manual/eof/04_generic_api.rst_ changed 97.3% diff
doc/manual/eof/eof.rst_ changed 91.2% diff
doc/manual/fill/01_fill.rst_ changed 6.4% diff
doc/manual/fill/02_fill.rst_ changed 3.8% diff
doc/manual/fill/fill.rst_ changed 14.8% diff
doc/manual/headers/headers.rst_ changed 9.3% diff
doc/manual/options/debug.rst_ changed 33.3% diff
doc/manual/options/internal.rst_ changed 5.4% diff
doc/manual/options/options.rst_ changed 78.8% diff
doc/manual/skeleton/skeleton.rst_ changed 3.6% diff
doc/manual/state/state.rst_ changed 63.1% diff
doc/manual/submatch/submatch.rst_ changed 6.1% diff
doc/manual/submatch/submatch_example_mtags.rst_ changed 100.0% diff
doc/manual/submatch/submatch_example_posix.rst_ changed 100.0% diff
doc/manual/submatch/submatch_example_stags.rst_ changed 100.0% diff
doc/manual/submatch/submatch_example_stags_fill.rst_ changed 42.8% diff
doc/manual/synopsis.rst_ added
doc/manual/syntax/api1.rst_ changed 77.6% diff
doc/manual/syntax/api2_c.rst_ changed 71.3% diff
doc/manual/syntax/api2_go.rst_ changed 83.0% diff
doc/manual/syntax/api2_rust.rst_ added
doc/manual/syntax/intro.rst_ added
doc/manual/syntax/syntax.rst_ changed 33.8% diff
doc/manual/warnings/warnings_list.rst_ changed 66.3% diff
test/codegen/loop_switch/c/storable_state_error_getstate.re added
test/codegen/loop_switch/c/storable_state_two_blocks.re added
test/codegen/loop_switch/go/bounds_checking.re added
test/codegen/loop_switch/go/eof_rule.re added
test/codegen/loop_switch/go/fill_1.re added
test/codegen/loop_switch/go/fill_2.re added
test/codegen/loop_switch/go/generic_api_eof_rule.re added
test/codegen/loop_switch/go/generic_api_sentinel.re added
test/codegen/loop_switch/go/parse_u32_blocks.re added
test/codegen/loop_switch/go/parse_u32_conditions.re added
test/codegen/loop_switch/go/reuse.re added
test/codegen/loop_switch/go/sentinel.re added
test/codegen/loop_switch/go/storable_state.re added
test/codegen/loop_switch/go/storable_state_error_getstate.re added
test/codegen/loop_switch/go/storable_state_two_blocks.re added
test/conditions/cond_enum_01.re removed
test/conditions/cond_enum_02.re removed
test/conditions/cond_enum_03.re removed
test/conditions/cond_enum_04.re removed
test/conditions/cond_enum_05.re removed
test/conditions/cond_enum_06.re removed
test/conditions/cond_enum_07.re removed
test/conditions/cond_enum_08.re removed
test/conditions/cond_enum_header_and_directives.re added
test/conditions/cond_enum_none.re added
test/conditions/cond_enum_only_header.re added
test/config/all_configs.re added
test/config/all_options.re added
test/config/flags.re removed
test/include/include007.re added
test/layout/flex_braces.re added
test/messages/large_regexp_01.re added
test/messages/large_regexp_02.re added
test/messages/large_regexp_03.re added
test/messages/repetition_swapped_bounds.re added
test/repeater2.re changed 17.3% diff
test/rust/code_with_single_quotes.re added
test/rust/no_unsafe.re added
test/rust/yyloop.re added
test/tags/tags_in_trail_fixed.re added

Packages Compared:

re2c-2.2.tar.xz
re2c-3.0.tar.xz


Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)