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
5 changed files
with
63 additions
and
54 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 |
---|---|---|
|
@@ -68,6 +68,11 @@ | |
* fisam.c: Updated to set index field type for 'short' & 'int' | ||
Enabled support for variable length records is using V-ISAM/D-ISAM | ||
|
||
2023-08-17 Simon Sobisch <[email protected]> | ||
|
||
* numeric.c (cob_move_bcd): fix bug #904 unsigned to signed must write | ||
positive sign | ||
|
||
2023-07-28 Simon Sobisch <[email protected]> | ||
|
||
* screenio.c, common.c: replace use of NCURSES_MOUSE_VERSION by | ||
|
@@ -6503,7 +6508,7 @@ after suggestions by Chuck Haatvedt <[email protected]> | |
2005-04-13 Keisuke Nishida <[email protected]> | ||
|
||
* byteswap.h: #include <sys/types.h>. Use u_int16_t, u_int32_t, and | ||
u_int64_t instead of unsigned short, etc. | ||
u_int64_t instead of unsigned short, etc. | ||
|
||
2005-03-03 Roger While <[email protected]> | ||
|
||
|
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