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

Try to fix issue reported in https://github.com/OCamlPro/gnucobol/pull/110#issuecomment-2568558943 and https://github.com/meyfa/CobolCraft/issues/214#issuecomment-2567590946.

The MacOS CI has been down since the latest image update. Apparently something to do with `gettext`. Adding `gettextize -f` after the bootstrap step seems to solve the problem.

>> There is no commit in 3.x that reformats this yet. > >I do intend to fix that in 3.x and merge that in 4.x (probably when the ~50 remaining...

Not sure what to add exactly in this, so for now I wrote down the location of (most ?) TODOs that mentionned NATIONAL & friends.

Ready for SVN

I _think_ it did before... - this is just a reminder to check this "someday" (as a test: add `--disable-shared` to the `prepare` step of the msys2 workflow) Note: this...

This PR adds a new dialect option to allow on-the-fly "normalization" of BCD when moving from ALPHANUMERIC to NUMERIC. This is needed to properly mimic the GCOS COBOL behavior, for...

High priority

As of today this PR only allows the parsing of those cases, the codegen is to be checked

MF-AIX

Just experiments for now. Works "just fine" on ppc64le & ppc64le-p10. A couple of failures and an unexpected pass on s390x: ``` 31: signal handling SIGTERM in COBOL FAILED (used_binaries.at:1445)...

Allow inspect with `or` conditions in inspect region, when `inspect-with-or` dialect support is enabled

MF-AIX