Skip to content

3.2patch2

Latest
Compare
Choose a tag to compare
@n-isaka n-isaka released this 26 Sep 05:01
· 5 commits to develop since this release

GnuCOBOL 3.2 OSSCons patch2a released (20240819) by OSS Consortium.

  • apply hotfix pull request #40

GnuCOBOL 3.2 OSSCons patch2a released (20240819) by OSS Consortium.

  • apply hotfix pull request #39

GnuCOBOL 3.2 OSSCons patch2 released (20240731) by OSS Consortium.

  • Update OSSCons patch for GnuCOBOL3.2.
    • Some features in opensource COBOL have been merged into GnuCOBOL3.2.
    • The modifications are as follows:

  • Support for CANCEL ALL

    • CANCEL ALL cancels every subprogram that is called as child programs.
  • Support for EXCLUSIVE mode

    • Support for EXCLUSIVE mode on OPEN INPUT. Exclusive mode files are opened with a lock on the entire file.
    • This extension works only when VBISAM is used as an indexed file.
  • Fixed some bugs of NATIONAL items.

  • Newly added CI Workflows using GitHub.

    • Fixed some test cases for use with VBISAM.