-
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 branch 'gnucobol-3.x' into gcos4gnucobol-3.x
- Loading branch information
Showing
2 changed files
with
57 additions
and
14 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,9 @@ | ||
|
||
2024-12-31 Simon Sobisch <[email protected]> | ||
|
||
* common.c [WITH_EXTENDED_SCREENIO]: adjusted curses includes/defines | ||
used for info output to include panel header definitions and XCurses | ||
|
||
2024-12-23 David Declerck <[email protected]> | ||
|
||
* termio.c (clean_double): skip more than a single leading | ||
|
@@ -1487,7 +1492,7 @@ after suggestions by Chuck Haatvedt <[email protected]> | |
cob_add_exception | ||
* screenio.c (handle_status): pass type of statement to raise | ||
either COB_EC_IMP_ACCEPT or COB_EC_IMP_DISPLAY | ||
* screenio.c (handle_status, cob_set_crt3_status) [!COB_GEN_SCREENIO]: | ||
* screenio.c (handle_status, cob_set_crt3_status) [!WITH_EXTENDED_SCREENIO]: | ||
unconditionally defined those functions and finally return error | ||
status and nonfatal exception along with a warning on accept if the | ||
runtime is not configured for extended screenio | ||
|
@@ -2654,7 +2659,7 @@ after suggestions by Chuck Haatvedt <[email protected]> | |
|
||
2019-05-31 Simon Sobisch <[email protected]> | ||
|
||
* screenio.c (cob_settings_screenio): moved out of COB_GEN_SCREENIO | ||
* screenio.c (cob_settings_screenio): moved out of WITH_EXTENDED_SCREENIO | ||
|
||
2019-05-30 Simon Sobisch <[email protected]> | ||
|
||
|
@@ -3421,7 +3426,7 @@ after suggestions by Chuck Haatvedt <[email protected]> | |
|
||
2017-07-21 Simon Sobisch <[email protected]> | ||
|
||
* screenio.c: moved cob_sys_get_char and added parts for !COB_GEN_SCREENIO | ||
* screenio.c: moved cob_sys_get_char and added parts for !WITH_EXTENDED_SCREENIO | ||
|
||
2017-07-20 Simon Sobisch <[email protected]> | ||
|
||
|
@@ -3586,7 +3591,7 @@ after suggestions by Chuck Haatvedt <[email protected]> | |
|
||
2017-02-07 Simon Sobisch <[email protected]> | ||
|
||
* screenio.c: [!COB_GEN_SCREENIO] fixed zero_line_col_allowed | ||
* screenio.c: [!WITH_EXTENDED_SCREENIO] fixed zero_line_col_allowed | ||
missing / superfluous in function declarations | ||
|
||
2017-02-06 Ron Norman <[email protected]> | ||
|
@@ -4532,7 +4537,7 @@ after suggestions by Chuck Haatvedt <[email protected]> | |
|
||
2010-10-18 Simon Sobisch <[email protected]> | ||
|
||
* screenio.c (!COB_GEN_SCREENIO): Make cob_sys_sound_bell usable via | ||
* screenio.c (!WITH_EXTENDED_SCREENIO): Make cob_sys_sound_bell usable via | ||
cob_speaker_beep | ||
* common.c: Add possibility to disable the bell via | ||
COB_BELL=NO/NONE/0/OFF (currently only the first char is checked) | ||
|
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