v1.1.4
·
117 commits
to develop
since this release
Fixed
- Process Japanese identifiers in COBOL correctly.
- The older versions convert some Japanese characters in COBOL identifiers to another characters in Java.
- Fix the conditions
PERFORM UNTIL.- If COBOL source code contains divisions in conditions of
PERFORM UNTIL, the older versions emit compile errors.
- If COBOL source code contains divisions in conditions of
- Fix
SEARCHstatements with data specifiedOCCURSandDEPENDING.- The older versions emit compile errors when
SEARCHstatements with data specifiedOCCURSandDEPENDING
- The older versions emit compile errors when
- Fix
ADDstatements andSUBTRACTstatements.- In some case, the result of
SUBTRACTwas previously incorrect when the operands contais PIC S9(n) negative values. - In some case, the result of
ADDwas -0 instead of +0 previously.
- In some case, the result of
- Fix the process of checking signs of PIC 9(n) containing spaces.
- Fix
INSPECTstatements.- The older versions change signs of some values accidentally because of the bug of
INSPECTstatements.
- The older versions change signs of some values accidentally because of the bug of