--- - branch: MAIN date: Sun Mar 16 04:52:42 UTC 2014 files: - new: '1.3' old: '1.2' path: pkgsrc/lang/opensource-cobol/Makefile pathrev: pkgsrc/lang/opensource-cobol/Makefile@1.3 type: modified - new: '1.2' old: '1.1' path: pkgsrc/lang/opensource-cobol/distinfo pathrev: pkgsrc/lang/opensource-cobol/distinfo@1.2 type: modified id: 20140316T045242Z.820515d06e959a59412956a3cd5f98e5166614a6 log: | Update 1.3.2J Fix PR pkg/48659 from Yasushi Oshima. * Enable UTF-8 support Changelog: * Changes in opensource COBOL 1.3.2J ** New features *** Merged OpenCOBOL 1.1CE updates. *** Thanks to The OpenCOBOL Project! *** *** New compiler warning option: -Wcompat (1) multiply after division in a numeric expression (2) GO TO over the SECTION boundary (3) X, NX Literal usage *** Supports for compatibility issues found in existing COBOL programs: *** "COPY JOINING AS PREFIX/SUFFIX", "COPY PREFIXING/SUFFIXING" *** 'OR' in "GREATER/LESS THAN OR EQUAL" to optional *** Treat full-width spaces as blank(token delimiter) in source text *** accept data description without period *** accept SPECIAL-NAMES without period *** accept IO-CONTROL without period *** accept syntax of INDEXED before KEY in OCCURS clause *** ND, NX Literal, and N, NC Literal in SJIS mode *** RESERVE "NO" in SELECT statement - syntactically accepted, no functionality *** cheating DATE value by environment variable (set COB_DATE=yyyy/mm/dd) *** put sort/merge result record count on console (when set COB_VERBOSE=Y) *** implicitly substitute WRITE with REWRITE on the file opened in I-O mode (when set COB_IO_ASSUME_REWRITE=Y) *** treat sign-nibble 'C' as 'F' in unsigned packed numeric value, when also type checking. *** added another device naming format in assign clause (conf.parameter assign-clause: jph1) *** UPSI 0-7 aliased to SWITCH1-8 *** INVALID KEY for sequential READ/WRITE (conf.parameter use-invalidkey-handler-on-status34) *** COBOL68 style COPY semantics in data description clause (conf.parameter cobol68-copy-in-data-description) *** accept key field name on right hand side of WHEN expression in SEARCH statement (conf.parameter allow-search-key-in-rhs) *** added optional "IS" for SORT KEY spec. syntax *** ignore "RECORD CONTAINS" (conf.parameter ignore-invalid-record-contains) ** Changes *** omit checking field reference in DATA RECORDS *** improve parser error recovery and source line-number in messages ** Other Updates *** added some tests *** updated message catalog for 'ja' *** fixed bug in decording multibytes chars in section/paragraph name in compile messages ----------------------------------------------------------------------- * Changes in opensource COBOL 1.3.1J ** New features *** Enhanced SPLIT KEY support also accepts multiple key items specified for RECORD KEY. *** Added SPLIT KEY support to START statement. *** Added compilation warning that SPLIT KEY is currently only available on VB-ISAM (and other ISAM compatibles). *** Conditional compiler directive $IF. *** Automatic file creation on opening non exisiting file for I-O, EXTEND. *** Added DELETE FILE statement. ** Bug fixes *** Fixed the problem that COPY statement ignores the last line of each copybook when it does not end with line break. Actually same as opensource COBOL 1.2J, applied again to repair corruption in recent changes. *** Restored compilation warning for KEY phrase in READ statement on the SEQUENTIAL mode file. It seemed to have been corrupted in recent changes. *** Fixed problem that DYNAMIC phrase has no effect when -assign_external option is specified. *** Fixed problem that some options are never passed to READ routine in USERFH. *** Fixed problem of build time causes error when no curses library given. *** Fixed some segfault on compilation error. *** Fixed problem eliminates record length information on READing, SORTing variable length record. *** Fixed internal error on long Japanese word in PROGRAM-ID. module: pkgsrc subject: 'CVS commit: pkgsrc/lang/opensource-cobol' unixtime: '1394945562' user: ryoon