GNU COBOL
GNU Cobol (formerly OpenCOBOL) is a free COBOL compiler. cobc translates COBOL to executable using intermediate C sources, providing full access to nearly all C libraries.
- Links to devel:languages:misc / gnu-cobol
- Has a link diff
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:frantisek.simorda:branches:openSUSE:Factory/gnu-cobol && cd $_
- Create Badge
Refresh
Refresh
Source Files (show unmerged sources)
Filename | Size | Changed |
---|---|---|
gnu-cobol.changes | 0000003085 3.01 KB | |
gnu-cobol.spec | 0000003269 3.19 KB | |
gnucobol-3.2.tar.xz | 0002902828 2.77 MB | |
gnucobol-3.2.tar.xz.sig | 0000000566 566 Bytes |
Latest Revision
Frantisek Simorda (frantisek.simorda)
committed
(revision 2)
- Update to 3.2 * improved dialect handling including changed defaults to better match the selected dialect (see NEWS if you compile with any `-std` to know more about the implications), a complete new dialect GCOS and support for more COBOL statements, intrinsic functions and syntax from both "old" and new dialects * highly improved run-times for several statements, along with less memory usage, especially if runtime checks are enabled * fileio changes to support LINE-SEQUENTIAL per COBOL2023 and runtime options to change the way files are handled, see NEWS and runtime.cfg * improvements for source-level debugging via GDB and coredump support * output of context for diagnostics * improvements for reproducible builds
Comments 0