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
6 changed files
with
34 additions
and
28 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 |
---|---|---|
|
@@ -3,6 +3,11 @@ | |
|
||
* configure.ac: replace AC_ARG_VAR by AC_SUBST where appropriate | ||
|
||
2024-05-14 David Declerck <[email protected]> | ||
|
||
* configure.ac: update flags for building dynamic libraries on macOS | ||
(helps fixing testsuite issues on recent macOS versions) | ||
|
||
2023-04-25 Simon Sobisch <[email protected]> | ||
|
||
* configure.ac: try to error on warnings during checks, cleanup of resulting | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -59,6 +59,30 @@ | |
* common.h [__MINGW32__]: drop ancient redefinition of | ||
strcasecmp and strncasecmp | ||
|
||
2024-03-10 Alfredo Tupone <[email protected]> | ||
|
||
* common.c: add missing include libxml/parser.h | ||
|
||
2024-01-30 Ron Norman <[email protected]> | ||
|
||
* fisam.c: Updated to set index field type for 'short' & 'int' | ||
Enabled support for variable length records is using V-ISAM/D-ISAM | ||
|
||
2023-06-02 Simon Sobisch <[email protected]> | ||
|
||
* fsqlxfd.c (cob_findkey_attr), fileio.c, fisam.c: extracted identical | ||
logic from cob_findkey, indexed_findkey and db_findkey; | ||
dropping the later two and set mapkey after calling it | ||
* Makefile.am: link fsqlxfd into all libraries (may be adjusted later) | ||
* fileio.c (cob_file_create), common.h: prefer relevant enums over int | ||
* fileio.c (cob_file_sort_using, cob_file_sort_giving): raise | ||
COB_EC_SORT_MERGE_FILE_OPEN when applicable | ||
* fileio.c (cob_copy_check, cob_file_sort_submit, cob_file_sort_retrieve): | ||
pass most matching argument type instead of the structures containing it | ||
* fileio.c (cobsort): new attribute flag_merge | ||
* fileio.c (cob_file_sort_options), common.h: new function to pass more | ||
options, so far only used to set flag_merge | ||
|
||
2023-04-27 Simon Sobisch <[email protected]> | ||
|
||
* move.c (cob_move_display_to_packed), numeric.c (cob_decimal_get_packed): | ||
|
@@ -93,30 +117,6 @@ | |
* numeric.c (cob_decimal_get_packed): set by optimized integer routine | ||
when possible | ||
|
||
2024-03-10 Alfredo Tupone <[email protected]> | ||
|
||
* common.c: add missing include libxml/parser.h | ||
|
||
2024-01-30 Ron Norman <[email protected]> | ||
|
||
* fisam.c: Updated to set index field type for 'short' & 'int' | ||
Enabled support for variable length records is using V-ISAM/D-ISAM | ||
|
||
2023-06-02 Simon Sobisch <[email protected]> | ||
|
||
* fsqlxfd.c (cob_findkey_attr), fileio.c, fisam.c: extracted identical | ||
logic from cob_findkey, indexed_findkey and db_findkey; | ||
dropping the later two and set mapkey after calling it | ||
* Makefile.am: link fsqlxfd into all libraries (may be adjusted later) | ||
* fileio.c (cob_file_create), common.h: prefer relevant enums over int | ||
* fileio.c (cob_file_sort_using, cob_file_sort_giving): raise | ||
COB_EC_SORT_MERGE_FILE_OPEN when applicable | ||
* fileio.c (cob_copy_check, cob_file_sort_submit, cob_file_sort_retrieve): | ||
pass most matching argument type instead of the structures containing it | ||
* fileio.c (cobsort): new attribute flag_merge | ||
* fileio.c (cob_file_sort_options), common.h: new function to pass more | ||
options, so far only used to set flag_merge | ||
|
||
2023-04-17 Simon Sobisch <[email protected]> | ||
|
||
* numeric.c (cob_decimal_setget_fld, cob_decimal_get_packed, | ||
|
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