Releases: opensourcecobol/opensourcecobol4j
Releases · opensourcecobol/opensourcecobol4j
v1.1.15
v1.1.14
v1.1.13
v1.1.12
Add
- Implemented new file locking and record locking for INDEXED files.
- Add a new sub command
migrateforcobj-idx.- With this command, you can convert an old version of an INDEXED file to a new version compatible with the latest opensource COBOL 4J.
- Add a new sub command
unlockforcobj-idx.- With this command, you can unlock all record locks and file locks on an INDEXED file.
- Add documentation of locking for INDEXED files.
v1.1.11
v1.1.10
v1.1.9
Add
- Add a sub command create for cobj-idx. (#648)
cobj-idx createcreates a new indexed file.
Fix
- Handle non-ASCII characters in EXTERNAL items and EXTERNAL file names correctly. (#624)
- Show error messages if unimplemented subroutines are used. (#628)
- Fix non-ASCII characters in external items and external file descriptors. (#629)
- The older version does not convert
-in EXTERNAL items and EXTERNAL file names into another valid character in Java. - The older version converts
BCin EXTERNAL file names into invalid characters.
- The older version does not convert
v1.1.8-hotfix1
Fix
- Fix code generations for some WRITE statements.
- Older versions of the compiler converts some WRITE statements into invalid Java code.
- Fix the compiler to handle source code with UTF-8 encoded half-width Katakana characters correctly.
v1.1.8
Fix
- Fix a bug of duplicate record keys of indexed files
v1.1.7-hotfix1
Fix
- Fix bugs related to UTF-8
- With older versions, DISPLAY statements output invalid UTF-8 data when the arguments are sub items of group fields.
- With older versions, initilizing data with VALUE clauses fails in some cases.