-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/gnucobol-3.x' into gcos4gnucob…
…ol-3.x
- Loading branch information
Showing
6 changed files
with
246 additions
and
144 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,13 @@ | ||
|
||
2024-09-25 Nicolas Berthier <[email protected]> | ||
|
||
* typeck.c (cb_tree_is_numeric_ref_or_field) | ||
(cb_tree_list_has_numeric_ref_or_field): new helper functions to check | ||
whether a given item is of category numeric (edited or not) | ||
* typeck.c (cb_emit_incompat_data_checks): use new helper function | ||
* typeck.c (cb_emit_move, cb_emit_set_to): do not check for incompatible | ||
data if no receiver field is of category numeric or numeric edited | ||
|
||
2024-08-28 David Declerck <[email protected]> | ||
|
||
* tree.c (char_to_precedence_idx, get_char_type_description, valid_char_order): | ||
|
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,14 @@ | ||
|
||
2024-07-27 Chuck Haatvedt <[email protected]> | ||
|
||
* screenio.c: In preparation for Multiple Window support | ||
added static WINDOW pointer "mywin", all curses functions | ||
which either implicitly or explicitly referenced the | ||
stdscr WINDOW pointer were changed to use the window | ||
specific functions using mywin except the getch function | ||
remains unchanged. The wgetch function caused the mouse | ||
not to be recognized. | ||
|
||
2024-09-20 Chuck Haatvedt <[email protected]> | ||
|
||
* screenio.c (cob_screen_get_all) fixed Bug #990 | ||
|
Oops, something went wrong.