-
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.
Fixes for bug reported under MSVC Debug
- Loading branch information
Showing
7 changed files
with
71 additions
and
87 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,17 +1,22 @@ | ||
|
||
2024-08-28 David Declerck <[email protected]> | ||
|
||
* tree.c (char_to_precedence_idx, get_char_type_description, valid_char_order): | ||
adjusted size of precedence table and gave proper precedence to U | ||
|
||
2024-08-06 Simon Sobisch <[email protected]> | ||
|
||
* codegen.c (output_alphabet_name_definition): cater for national alphabet | ||
* typeck.c (validate_alphabet): speedup for alphabet checks | ||
* pplex.l (ppopen_get_file): explicit check for UTF16/UTF32 and | ||
hint to use iconv | ||
|
||
2024-08-05 Simon Sobisch <[email protected]> | ||
|
||
* typeck.c (validate_alphabet), tree.h (cb_alphabet_name): cater for | ||
national alphabets with increased size (max. 65535 instead of 255) | ||
* typeck.c (validate_alphabet): check that alphabet and literal types match | ||
|
||
2024-07-29 Chuck Haatvedt <[email protected]> | ||
|
||
* tree.c (cb_build_picture): added logic to find the valid floating | ||
|
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,10 @@ | ||
|
||
2024-08-28 David Declerck <[email protected]> | ||
|
||
* intrinsics.c (cob_intr_random), move.c (cob_move_display_to_packed): | ||
make casts with loss of data explicit using masking to silence | ||
the MSVC runtime error checker | ||
|
||
2024-08-22 David Declerck <[email protected]> | ||
|
||
* common.c (DllMain) [_MSC_VER]: added calls to _CrtSetReportMode | ||
|
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
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