-
Notifications
You must be signed in to change notification settings - Fork 24
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
8 changed files
with
141 additions
and
22 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,9 @@ | ||
|
||
2024-08-17 Ammar Almoris <[email protected]> | ||
|
||
FR #474: add runtime configuration to hide cursor for extended screenio | ||
* runtime.cfg: add COB_HIDE_CURSOR | ||
|
||
2024-07-11 David Declerck <[email protected]> | ||
|
||
* general: fix minor alignment / tab issues | ||
|
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,16 @@ | ||
|
||
2024-08-22 David Declerck <[email protected]> | ||
|
||
* common.c (DllMain) [_MSC_VER]: added calls to _CrtSetReportMode | ||
to disable Windows error popups and redirect them to stderr | ||
|
||
2024-08-17 Ammar Almorsi <[email protected]> | ||
|
||
FR #474: add runtime configuration to hide cursor for extended screenio | ||
* common.c, coblocal.h (cob_settings): added boolean COB_HIDE_CURSOR | ||
* screenio.c (cob_settings_screenio): implemented runtime config to hide | ||
the cursor | ||
|
||
2024-07-29 Chuck Haatvedt <[email protected]> | ||
|
||
* move.c (optimized_move_display_to_edited): fixed small bug | ||
|
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
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