Skip to content

Commit

Permalink
Merge branch 'gnucobol-3.x' into gcos4gnucobol-3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
ddeclerck committed Feb 19, 2024
2 parents 4eece0f + 300b542 commit db7db96
Show file tree
Hide file tree
Showing 3 changed files with 199 additions and 194 deletions.
10 changes: 8 additions & 2 deletions libcob/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@

2024-01-19 Simon Sobisch <[email protected]>

* fileio.c (indexed_keylen): signature change to directly take the keydesc
* fileio.c [WITH_ANY_ISAM]: refactored to ease access to keydesc and keypart
* fileio.c (indexed_open) [WITH_ANY_ISAM]: refactored

2023-12-14 David Declerck <[email protected]>

* common.c (cob_terminate_routines, cob_call_with_exception_check):
Expand Down Expand Up @@ -596,7 +602,7 @@ after suggestions by Chuck Haatvedt <[email protected]>
* fileio.c (open_next): set binary file mode, minor refactoring
* fileio.c (cob_file_close) [_WIN32]: don't try to unlock invalid file
handles; mark file descriptor as closed when file handle was closed

2023-02-06 Simon Sobisch <[email protected]>

* numeric.c (cob_decimal_get_packed, cob_decimal_get_display):
Expand Down Expand Up @@ -6239,7 +6245,7 @@ after suggestions by Chuck Haatvedt <[email protected]>
* call.c, common.c, move.c, Makefile.am: gettextized


Copyright 2002-2023 Free Software Foundation, Inc.
Copyright 2002-2024 Free Software Foundation, Inc.

Copying and distribution of this file, with or without modification, are
permitted provided the copyright notice and this notice are preserved.
Loading

0 comments on commit db7db96

Please sign in to comment.