forked from OCamlPro/gnucobol
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cobc/parser.y: * (symbolic_characters_clause, class_name_clause): improved parsing, adding _alphnat_target and first checks for it * (_is_locale_name, _in_alphabet, _alphnat_target): fixed missing return value for "empty" matching * parser.y (figurative_constant): moved out of existing rules
- Loading branch information
sf-mensch
committed
Oct 6, 2022
1 parent
5b5087c
commit 912df04
Showing
3 changed files
with
151 additions
and
121 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,12 @@ | ||
|
||
2022-10-06 Simon Sobisch <[email protected]> | ||
|
||
* parser.y (symbolic_characters_clause, class_name_clause): improved | ||
parsing, adding _alphnat_target and first checks for it | ||
* parser.y (_is_locale_name, _in_alphabet, _alphnat_target): fixed | ||
missing return value for "empty" matching | ||
* parser.y (figurative_constant): moved out of existing rules | ||
|
||
2022-10-05 Simon Sobisch <[email protected]> | ||
|
||
* typeck.c (cb_check_field_debug): fixed bug introduced with last change | ||
|
Oops, something went wrong.