Skip to content

Commit

Permalink
work on NATIONAL items (compiler)
Browse files Browse the repository at this point in the history
cobc:
* typeck.c (count_pic_edited): renamed from count_pic_alphanumeric_edited and adjusted for general use
* typeck.c (validate_move): handle national target and source, including national literals
* typeck.c (validate_move): don't permit alphanumeric literals in VALUE clause for numeric items
  • Loading branch information
sf-mensch committed Mar 29, 2023
1 parent 57c12c6 commit 7c9c173
Show file tree
Hide file tree
Showing 4 changed files with 402 additions and 69 deletions.
9 changes: 9 additions & 0 deletions cobc/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@

2023-03-29 Simon Sobisch <[email protected]>

* typeck.c (count_pic_edited): renamed from count_pic_alphanumeric_edited
and adjusted for general use
* typeck.c (validate_move): handle national target and source, including
national literals
* typeck.c (validate_move): don't permit alphanumeric literals in VALUE
clause for numeric items

2023-03-08 Emilien Lemaire <[email protected]>

* reserved.c (get_user_specified_reserved_word): add check for
Expand Down
Loading

0 comments on commit 7c9c173

Please sign in to comment.