stephen_leake pushed a change to branch externals-release/ada-mode.

      from  1bb112b52e merge from externals/ada-mode to 
externals-release/ada-mode
      adds  357ac189be Release version 8.1.0
       new  e2aa2c7cf1 merge from externals/ada-mode to 
externals-release/ada-mode


Summary of changes:
 NEWS                                               |    17 +-
 README                                             |     2 +-
 ada-core.el                                        |     2 +-
 ada-eglot.el                                       |     8 +-
 ada-mode.el                                        |   106 +-
 ada-mode.texi                                      |     2 +-
 ...nex_p-process.el => ada_annex_p-process-lalr.el |   332 +-
 ...nnex_p-process.el => ada_annex_p-process-lr1.el |   330 +-
 ...rocess.el => ada_annex_p-process-tree_sitter.el |   344 +-
 ada_annex_p.wy                                     |  1208 +-
 ...ons.adb => ada_annex_p_process_lalr_actions.adb | 19462 +++--
 ...ons.ads => ada_annex_p_process_lalr_actions.ads |  2316 +-
 ada_annex_p_process_lalr_main.adb                  | 72062 +++++++++++--------
 ada_annex_p_process_lalr_main.ads                  |     2 +-
 ...ions.adb => ada_annex_p_process_lr1_actions.adb | 19460 +++--
 ...ions.ads => ada_annex_p_process_lr1_actions.ads |  2312 +-
 ada_annex_p_process_lr1_main.adb                   |  2769 +-
 ada_annex_p_process_lr1_main.ads                   |     2 +-
 ... => ada_annex_p_process_tree_sitter_actions.adb | 19396 +++--
 ... => ada_annex_p_process_tree_sitter_actions.ads |  2346 +-
 ada_annex_p_process_tree_sitter_main.adb           |    23 +
 ada_annex_p_process_tree_sitter_main.ads           |    23 +
 ada_annex_p_re2c.c                                 | 34502 +++++----
 ada_annex_p_re2c_c.ads                             |     2 +-
 ada_mode_wisi_lr1_parse.ads                        |     4 +-
 build.sh                                           |     6 +-
 install.sh                                         |     2 +-
 run_ada_libadalang_parse.ads                       |    25 -
 run_ada_lr1_parse.ads                              |     4 +-
 wisi-ada-format_parameter_list.adb                 |     6 +-
 wisi-ada.adb                                       |    32 +-
 wisi-ada.ads                                       |     6 +-
 wisitoken-parse-lr-mckenzie_recover-ada.adb        |   234 +-
 33 files changed, 104234 insertions(+), 73113 deletions(-)
 copy ada_annex_p-process.el => ada_annex_p-process-lalr.el (90%)
 copy ada_annex_p-process.el => ada_annex_p-process-lr1.el (90%)
 rename ada_annex_p-process.el => ada_annex_p-process-tree_sitter.el (89%)
 copy ada_annex_p_process_actions.adb => ada_annex_p_process_lalr_actions.adb 
(59%)
 copy ada_annex_p_process_actions.ads => ada_annex_p_process_lalr_actions.ads 
(71%)
 copy ada_annex_p_process_actions.adb => ada_annex_p_process_lr1_actions.adb 
(59%)
 copy ada_annex_p_process_actions.ads => ada_annex_p_process_lr1_actions.ads 
(71%)
 rename ada_annex_p_process_actions.adb => 
ada_annex_p_process_tree_sitter_actions.adb (59%)
 rename ada_annex_p_process_actions.ads => 
ada_annex_p_process_tree_sitter_actions.ads (71%)
 create mode 100644 ada_annex_p_process_tree_sitter_main.adb
 create mode 100644 ada_annex_p_process_tree_sitter_main.ads
 delete mode 100644 run_ada_libadalang_parse.ads

Reply via email to