OpenCobol mxw 1.1.2
----------------------
* Fix crash when too many "-I" switches were used.
OpenCobol mxw 1.1.1
----------------------
* "LEADING" and "TRAILING" support in the REPLACING part of the "COPY" and "REPLACE" statements.
* Processing of the files included by the "INCLUDE" instruction of DB2 support. sqlca.cbl and sqlda.cbl added in the "copy" directory of OpenCobol.
* DB2 and CICS syntactic support (based on IBM grammar reference).
* New "-ME" switch include copies (COPY and DB2 INCLUDE statements) and perform the replacement of the "REPLACE" instruction while retaining the format (fixed or free)). The output file is either created in the source directory with the suffix "_MWM" or could be specified with the "-o" option.
* New "-M" switch to include copies then analyze the resulting file (problems will be based on the resulting file).
* New "-s" switch to not display the comments like "... is obsolete in OpenCobol" and "... is in archaic OpenCobol".
* Removed spaces surrounding "==" in the REPLACING part of the "COPY" and "REPLACE" statement.
* Changes in Cobol grammar to avoid blocking syntactic errors.
OpenCobol mxw 1.1
--------------------
* First mxw version based on Opencobol 1.1 (2009-03-09).
|