forked from OCamlPro/gnucobol
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
113 additions
and
6 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,10 @@ | ||
|
||
2024-12-18 David Declerck <[email protected]> | ||
|
||
* string.c: fix a bug where the source of STRING/UNSTRING/INSPECT | ||
is overwritten, by restoring the *_copy fields that were removed | ||
with the change on 2024-02-26 | ||
|
||
2024-12-11 Emilien Lemaire <[email protected]> | ||
|
||
* fileio.c: fixed Bug #1032 by always using global thread-static variable | ||
|
@@ -296,6 +302,7 @@ | |
* 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 | ||
|
||
|
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