gnucobol icon indicating copy to clipboard operation
gnucobol copied to clipboard

A clone of the sourceforge GnuCOBOL compiler from COBOL to C.

Results 79 gnucobol issues
Sort by recently updated
recently updated
newest added

Cleaned up java.c, added the requested changes from [PR#150](https://github.com/OCamlPro/gnucobol/pull/150), ready for feedback and comments

- Upgrade versions of github actions (some are being deprecated); - Perform tests before install when doing the opposite is not very well justified.

Added the support for encoding conversion for National literals to be in UTF-16 and for alphanumeric literals to be in ISO-8859-15 and for the UTF-8 literals to be in UTF-8...

This attempts to fix [https://sourceforge.net/p/gnucobol/bugs/948/](https://sourceforge.net/p/gnucobol/bugs/948/). I the loading of collating tables has been moved from `codegen` to `typeck`. On loading the *program* collating sequence, we compute the low and high...

Ready for SVN
Merged in SVN
High priority

This pull request implements [FR#474](https://sourceforge.net/p/gnucobol/feature-requests/474/)

Ready for SVN

Closes #114 and completes FR176 on SourceForge. A new directive `>> IMP INCLUDE FILE_1 ... FILE_n` is introduced, allowing to include multiple C headers. Only files with name finishing by...

enhancement

This is a preliminary work for adding the capability to support COBOL objects on GnuCOBOL. FORMAL REVIEW IS NOT NEEDED AS IT WON'T BE MERGED FOR NOW you can find...

This is a preliminary work for adding the capability to support COBOL objects on GnuCOBOL. FORMAL REVIEW IS NOT NEEDED AS IT WON'T BE MERGED FOR NOW you can find...