-
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
12 changed files
with
4,432 additions
and
321 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,10 @@ | ||
|
||
2024-07-13 Chuck Haatvedt <[email protected]> | ||
|
||
* move.c (indirect_move) fixed sanitizer warnings by moving | ||
one line of code | ||
|
||
|
||
2024-07-11 Chuck Haatvedt <[email protected]> | ||
|
||
* screenio.c (cob_sys_scr_dump, cob_sys_scr_restore) fixed C90 warnings | ||
|
@@ -20,6 +26,12 @@ | |
(indirect_move): fixed bug when calculating scale of | ||
the intermediate cob field | ||
|
||
2024-07-09 Boris Eng <[email protected]> | ||
|
||
* fileio.c (bdb_bt_compare, indexed_open): handle BDB keys of different | ||
length with a flag USE_BDB_KEYDIFF (passed with preparser flag CPPFLAGS) | ||
* common.c (cob_cmp_strings), coblocal.h (cob_cmp_strings): | ||
extracted from (cob_cmp_alnum) | ||
|
||
2024-07-02 Chuck Haatvedt <[email protected]> | ||
|
||
|
@@ -78,6 +90,11 @@ | |
* termio.c (pretty_display_numeric), mlio.c (get_num): | ||
changed to use the attributes of the receiving field | ||
|
||
2024-07-19 Simon Sobisch <[email protected]> | ||
|
||
* coblocal.h (COB_TLS): add a new attribute for thread local static. | ||
* common.h, common.c (cob_cleanup_thread): add a cleanup function for threads | ||
|
||
2024-05-15 Simon Sobisch <[email protected]> | ||
|
||
* profiling.c: fix compile warnings | ||
|
@@ -117,6 +134,10 @@ | |
|
||
* common.c: add missing include libxml/parser.h | ||
|
||
2024-02-26 Boris Eng <[email protected]> | ||
FR #488: using state structures instead of state vars for strings | ||
* strings.c: moved static variables to structures | ||
|
||
2024-01-25 David Declerck <[email protected]> | ||
|
||
FR #459: support COLLATING SEQUENCE clause on SELECT / INDEXED files | ||
|
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
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
Oops, something went wrong.