|
| 1 | +2025-12-27 Jose E. Marchesi < [email protected]> |
| 2 | + |
| 3 | + * a68-parser-taxes.cc (tax_module_dec): Do not handle |
| 4 | + DEFINING_MODULE_INDICANT. |
| 5 | + * a68-exports.cc (a68_add_module_to_moif): Do not mangle module |
| 6 | + names in module extracts. |
| 7 | + (add_pub_revelations_to_moif): New function. |
| 8 | + (a68_do_exports): Simplify and call add_pub_revelations_to_moif. |
| 9 | + * a68-imports.cc (a68_decode_moifs): Add all decoded moifs to the |
| 10 | + global list TOP_MOIF. |
| 11 | + * a68-parser-extract.cc (extract_revelation): Recurse to import |
| 12 | + extracts from publicized modules. |
| 13 | + (a68_extract_indicants): Do not add symbol table entries for |
| 14 | + defining modules. |
| 15 | + * a68-types.h (struct TAG_T): Remove field EXPORTED. |
| 16 | + (EXPORTED): Remove macro. |
| 17 | + (TOP_MOIF): Define. |
| 18 | + * a68-parser.cc (a68_parser): Initialize global list of moifs. |
| 19 | + (a68_new_tag): Do not initialize EXPORTED. |
| 20 | + |
| 21 | +2025-12-27 Jose E. Marchesi < [email protected]> |
| 22 | + |
| 23 | + * a68-parser-top-down.cc (a68_top_down_parser): Stop parsing after |
| 24 | + longjump. |
| 25 | + |
| 26 | +2025-12-27 Jose E. Marchesi < [email protected]> |
| 27 | + |
| 28 | + * a68-parser-bottom-up.cc (a68_bottom_up_error_check): Do not |
| 29 | + check for the absence of public-symbols. |
| 30 | + (a68_bottom_up_coalesce_pub): Removed function. |
| 31 | + * a68-parser.cc (a68_parser): Do not call |
| 32 | + a68_bottom_up_coalesce_pub |
| 33 | + * a68-parser-extract.cc (a68_extract_indicants): Adapt to the |
| 34 | + presence of public-symbols. |
| 35 | + * a68-parser-modes.cc (get_mode_from_proc_variables): Likewise. |
| 36 | + * a68-parser-taxes.cc (tax_variable_dec): Likewise. |
| 37 | + (tax_proc_variable_dec): Likewise. |
| 38 | + (tax_op_dec): Likewise |
| 39 | + (tax_prio_dec): Likewise. |
| 40 | + * a68-low-decls.cc (a68_lower_mode_declaration): Adapt to the |
| 41 | + presence of public-symbols. |
| 42 | + (a68_lower_variable_declaration): Likewise. |
| 43 | + (a68_lower_identity_declaration): Likewise. |
| 44 | + (a68_lower_procedure_declaration): Likewise. |
| 45 | + (a68_lower_procedure_variable_declaration): Likewise. |
| 46 | + (a68_lower_brief_operator_declaration): Likewise. |
| 47 | + (a68_lower_operator_declaration): Likewise. |
| 48 | + |
| 49 | +2025-12-27 Jose E. Marchesi < [email protected]> |
| 50 | + |
| 51 | + * a68-moids-misc.cc (a68_pack_soids_in_moid): Return the result of |
| 52 | + a68_register_extra_mode. |
| 53 | + |
| 54 | +2025-12-27 Jose E. Marchesi < [email protected]> |
| 55 | + |
| 56 | + * a68-parser-extract.cc (a68_extract_indicants): Do not |
| 57 | + detect_redefined_keyword for accessed modules. |
| 58 | + |
| 59 | +2025-12-27 Jose E. Marchesi < [email protected]> |
| 60 | + |
| 61 | + * a68-parser-scope.cc (scope_access_clause): New function. |
| 62 | + (scope_enclosed_clause): Use scope_access_clause. |
| 63 | + |
| 64 | +2025-12-27 Jose E. Marchesi < [email protected]> |
| 65 | + |
| 66 | + * a68-parser-bottom-up.cc (reduce_enclosed_clauses): Reduce joined |
| 67 | + list of revelations. |
| 68 | + * a68-low-clauses.cc (a68_lower_revelation_ludes): New function. |
| 69 | + (a68_lower_access_clause): Use a68_lower_revelation_ludes. |
| 70 | + |
| 71 | +2025-12-27 Jose E. Marchesi < [email protected]> |
| 72 | + |
| 73 | + * a68-parser-extract.cc (a68_extract_indicants): Fix |
| 74 | + MODE_DECLARATION to MODULE_DECLARATION typo. |
| 75 | + |
| 76 | +2025-12-27 Jose E. Marchesi < [email protected]> |
| 77 | + |
| 78 | + * a68-parser-top-down.cc (top_down_access): An access clause may |
| 79 | + be nested in another access clause. |
| 80 | + * a68-parser-extract.cc (a68_extract_indicants): Coalesce 'pub' |
| 81 | + symbols. |
| 82 | + (a68_extract_indicants): Nested access are not allowed in module |
| 83 | + texts. |
| 84 | + * a68-parser-bottom-up.cc (expected_module_text): New function. |
| 85 | + (reduce_prelude_packet): Use expected_module_text. |
| 86 | + (a68_bottom_up_error_check): Add comment. |
| 87 | + |
| 88 | +2025-12-27 Jose E. Marchesi < [email protected]> |
| 89 | + |
| 90 | + * a68-types.h (struct MOIF_T): Add chain_next to GTY info. |
| 91 | + * a68-imports.cc (a68_decode_modes): Mode offsets are relative to |
| 92 | + the start of the moif, not the start of the exports. |
| 93 | + (a68_decode_moifs): Renamed from a68_decode_moif and changed to |
| 94 | + decode multiple moifs from the exports. |
| 95 | + (a68_open_packet): Call a68_decode_moifs and look for the right |
| 96 | + moif. |
| 97 | + * a68-exports.cc (a68_moif_new): Initialize NEXT (moif). |
| 98 | + |
1 | 99 | 2025-12-23 Mohammad-Reza Nabipoor < [email protected]> |
2 | 100 |
|
3 | 101 | * a68.h (a68_file_size): Changed to use file descriptor. |
|
0 commit comments