|
1 | 1 |
|
| 2 | +2025-02-11 Simon Sobisch <simonsobisch@gnu.org> |
| 3 | + |
| 4 | + * fileio.h: export init functions also for BDB + LMDB (see 2022-06-21) |
| 5 | + |
2 | 6 | 2025-01-28 David Declerck <david.declerck@ocamlpro.com> |
3 | 7 |
|
4 | 8 | * fileio.c (cob_file_close): try to close the file stream |
|
55 | 59 | * fileio.c (apply_file_paths): extracted from cob_chk_file_mapping |
56 | 60 | to factor out duplicated code |
57 | 61 |
|
58 | | -2024-06-02 Simon Sobisch <simonsobisch@gnu.org> |
| 62 | +2024-05-23 Simon Sobisch <simonsobisch@gnu.org> |
59 | 63 |
|
60 | 64 | * fisam.c (isam_read_next): use ISSTAT only for COB_WITH_STATUS_02, |
61 | 65 | fixing compile errors with VBISAM |
@@ -1193,6 +1197,7 @@ after suggestions by Chuck Haatvedt <chuck.haatvedt+cobol@gmail.com> |
1193 | 1197 |
|
1194 | 1198 | * Makefile.am: always build INDEXED handlers as separate libraries |
1195 | 1199 | * libcobvc.c, libcobvb.c, libcobci.c, libcobdi.c, fileio.h: simplified |
| 1200 | + * fileio.h: export init functions for indexed handlers |
1196 | 1201 | * fisam.c: spelling correction for D-ISAM and VBISAM |
1197 | 1202 | * fileio.c (cob_io_version), common.c: add "quiet" version |
1198 | 1203 | to output only name |
@@ -7386,7 +7391,7 @@ after suggestions by Chuck Haatvedt <chuck.haatvedt+cobol@gmail.com> |
7386 | 7391 | * call.c, common.c, move.c, Makefile.am: gettextized |
7387 | 7392 |
|
7388 | 7393 |
|
7389 | | -Copyright 2002-2024 Free Software Foundation, Inc. |
| 7394 | +Copyright 2002-2025 Free Software Foundation, Inc. |
7390 | 7395 |
|
7391 | 7396 | Copying and distribution of this file, with or without modification, are |
7392 | 7397 | permitted provided the copyright notice and this notice are preserved. |
0 commit comments