-
Notifications
You must be signed in to change notification settings - Fork 24
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
78 changed files
with
50,557 additions
and
4,215 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
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,39 @@ | |
|
||
* 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 | ||
unexpected test failures | ||
* configure.ac: drop deprecated-non-prototype warning in clang | ||
* configure.ac: add LIBCOB_LIBS while checking for libraries | ||
* configure.ac: added check for HAVE_ATTRIBUTE_CONSTRUCTOR | ||
|
||
2023-04-05 Simon Sobisch <[email protected]> | ||
|
||
* configure.ac: pass --enable-debug to autoconf generated files as | ||
COB_ENABLE_DEBUG, currently used for running extra test cycles in | ||
the test suite | ||
|
||
2023-03-03 Simon Sobisch <[email protected]> | ||
|
||
* configure.ac: allow specification of XML2_CONFIG (only used if | ||
pkg-config module libxml-2.0 is not available) | ||
* configure.ac: check all used headers of libxml-2.0, | ||
warn user if not found | ||
* improve multiple header header check via AC_CHECK_HEADERS according | ||
to docs (cJSON, json-c and curses) | ||
|
||
2023-02-27 Simon Sobisch <[email protected]> | ||
|
||
* configure.ac: fixed duplicate note about JSON_C_C_FLAGS, | ||
changed messages as per autoconf docs | ||
|
||
2023-02-25 Ron Norman <[email protected]> | ||
|
||
* configure.ac: Add check for sys/time.h | ||
|
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 |
---|---|---|
@@ -1,83 +1,94 @@ | ||
Previous and current project maintainers: | ||
Past and present maintainers: | ||
|
||
Keisuke Nishida <[email protected]> | ||
Roger While (1950-2015) | ||
Simon Sobisch <[email protected]> | ||
|
||
|
||
Additional main developers with huge code and design contributions: | ||
Other core developers with major code and design contributions | ||
|
||
Ron Norman <[email protected]> including for, but not limited to: | ||
- implementation and ongoing work on C-/D-/VBISAM handler | ||
- implementation and ongoing work on ODBC/OCI handler | ||
Ron Norman <[email protected]> including but not limited to | ||
- Implementation and ongoing work on the C-/D-/VBISAM handler | ||
- Implementation and ongoing work on ODBC/OCI handler | ||
- SHARING and RETRY clause implementation | ||
- development of Report Writer | ||
- external EXTFH along with ADDRESS OF FH--FCD and FH--KEYDEF | ||
- improved overal compatibility to Micro Focus COBOL | ||
- various improvements to code generation including resolving | ||
- Report Writer development | ||
- Standard EXTFH together with ADDRESS OF FH--FCD and FH--KEYDEF | ||
- Improved overal compatibility with Micro Focus COBOL | ||
- Various improvements to code generation including resolving | ||
constant expressions at compile time | ||
- runtime configuration | ||
- C-API for inspect/update COBOL data fields | ||
- dump on abort | ||
- Runtime configuration | ||
- C-API to inspect/update COBOL data fields | ||
- Dump on abort | ||
- Performance improvements | ||
- cobfile utility | ||
|
||
Edward Hart <[email protected]> including for, but not limited to: | ||
- fine-grained configuration of runtime checks | ||
- compiler configuration, especially reserved word handling | ||
Edward Hart <[email protected]> including but not limited to | ||
- fine-grained configuration of run-time checks | ||
- Compiler configuration, in particular reserved word handling | ||
- datetime intrinsic functions | ||
- XML GNERATE and JSON GENERATE | ||
- initial support for internal repository (function and program prototypes) | ||
- syntax support for standard COBOL and existing implementor extensions | ||
- bug fixing and improving the testsuite | ||
- XML GENERATE and JSON GENERATE | ||
- Initial support for internal repository (function and program prototypes) | ||
- Syntax support for standard COBOL and existing implementor extensions | ||
- Bug fixes and test suite enhancements | ||
|
||
|
||
Further more explicit thanks to: | ||
We are grateful for the work of the Translation Project, its translation teams | ||
and their individual contributors, who provide translations of user messages | ||
for non-English speakers. | ||
|
||
Alain Lucari <[email protected]> | ||
Brian Tiffin <[email protected]> | ||
David Korn <[email protected]> | ||
Dave Pitts <[email protected]> | ||
Joe Robbins (-2017) | ||
Keiichi Takahashi <[email protected]> | ||
Peg <[email protected]> | ||
Richard Smith <[email protected]> | ||
Thomas Biehler <[email protected]> | ||
William M. Klein <[email protected]> | ||
Yoshiki Kusumoto <[email protected]> | ||
Similar thanks go to all the packagers who allow users to install GnuCOBOL from | ||
their distributions' package management systems. | ||
|
||
We are thankful for the work of the Translation Project, their translation | ||
teams and their one-time contributors, providing the translation of user | ||
messages for non-English speakers. | ||
Also to the many people that have helped with testing this software. | ||
We hope that everyone will continue to provide feedback. This is invaluable | ||
to the ongoing development process. | ||
|
||
Also to the many people that have helped out in testing this software. | ||
We hope that everybody will continue to provide feedback. This is invaluable | ||
to the continuing development process. | ||
|
||
A special mention here of people who have provided exceptional support in terms | ||
of time and resources on hardware that was not available to the developers: | ||
Oleg Philon - For his work on the PowerPC | ||
David Wilson - For his work on the MAC (Darwin) | ||
A special mention here goes to people who have given exceptional support in | ||
terms of time and resources on hardware that was not available to the | ||
developers: | ||
Oleg Philon - For his work on the PowerPC | ||
David Wilson - For his work on the MAC (Darwin) | ||
Sergey Kashyrin - For his work on: | ||
- SUN Solaris | ||
- IBM AIX | ||
- HP-UX | ||
|
||
And continuing this amazing support: | ||
Arnold Trembley <[email protected]> - Win32 packaging and user support | ||
Chuck Haatvedt <[email protected]> - Work on optimized BCD handling | ||
Ludwin Janvier <[email protected]> - patches for build/packaging issues | ||
Hans-Martin Rasch - Work on compiler syntax | ||
Michel Gouget - Work on syntax - IS | ||
Bill Klein - The mainstay for COBOL questions | ||
Frank Swarbrick - Work on compiler syntax | ||
Warren Gay - For testing systems that we didn't known that we even support! | ||
(eg. old DEC Alpha systems) | ||
Warren Gay - For testing systems we didn't even know we supported! | ||
(e.g. old DEC Alpha systems) | ||
Fabrizio Calabretta - Work on the internal EXTFH interface | ||
|
||
Gary L. Cutler <[email protected]> and Vincent B. Coen <[email protected]> for | ||
writing and maintaining the GnuCOBOL Programmer's Guide. | ||
|
||
OCamlPro SAS for assigning David Declerck, Nicolas Berthier and | ||
Fabrice Le Fessant to work for adding GCOS (Bull) support and | ||
contributing the result. | ||
|
||
Denis Hugonnard-Roche for ongoing additions to the internal testsuite to | ||
improve code-coverage. | ||
Denis Hugonnard-Roche for continuous additions to the internal test suite to | ||
improve code coverage. | ||
|
||
|
||
Further explicit thanks to | ||
|
||
Alain Lucari <[email protected]> | ||
Brian Tiffin <[email protected]> | ||
David Korn <[email protected]> | ||
Dave Pitts <[email protected]> | ||
Joe Robbins (-2017) | ||
Keiichi Takahashi <[email protected]> | ||
Peg <[email protected]> | ||
Richard Smith <[email protected]> | ||
Thomas Biehler <[email protected]> | ||
William M. Klein <[email protected]> | ||
Yoshiki Kusumoto <[email protected]> | ||
|
||
|
||
------------------------------------------------------------------------------- | ||
|
@@ -93,7 +104,7 @@ OpenCOBOL was inspired by the TinyCOBOL project. | |
Thanks to the TinyCOBOL authors and maintainers. | ||
|
||
|
||
Additional from TinCOBOL: | ||
Additional from TinyCOBOL: | ||
|
||
Rildo Pragana (1958-2020) | ||
|
||
|
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 |
---|---|---|
|
@@ -13,6 +13,10 @@ | |
* makedist.cmd: first addition for CI output | ||
* version_cobc.rc, version_libcob.rc: updated date + rev | ||
|
||
2023-01-16 Simon Sobisch <[email protected]> | ||
|
||
* version_cobc.rc, version_libcob.rc: updated date + rev | ||
|
||
2022-12-17 Simon Sobisch <[email protected]> | ||
|
||
* general for libcob+cobc: handle move of cconv module | ||
|
@@ -43,7 +47,7 @@ | |
|
||
2021-11-06 Simon Sobisch <[email protected]> | ||
|
||
* config.h.in: moved references to PACKACAGE_defines after the define, | ||
* config.h.in: moved references to PACKAGE_defines after the define, | ||
fixing dist builds since 2020-10-27 | ||
* makedist.cmd: explicit search for "define PACKAGE_define" which fixes the | ||
multiple results | ||
|
@@ -346,7 +350,7 @@ | |
version_libcob.rc, version_cobcrun.rc provided by Simon) | ||
|
||
|
||
Copyright 2014-2021 Free Software Foundation, Inc. | ||
Copyright 2014-2023 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. |
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
Oops, something went wrong.