head 1.5; access; symbols pkgsrc-2026Q1:1.5.0.22 pkgsrc-2026Q1-base:1.5 pkgsrc-2025Q4:1.5.0.20 pkgsrc-2025Q4-base:1.5 pkgsrc-2025Q3:1.5.0.18 pkgsrc-2025Q3-base:1.5 pkgsrc-2025Q2:1.5.0.16 pkgsrc-2025Q2-base:1.5 pkgsrc-2025Q1:1.5.0.14 pkgsrc-2025Q1-base:1.5 pkgsrc-2024Q4:1.5.0.12 pkgsrc-2024Q4-base:1.5 pkgsrc-2024Q3:1.5.0.10 pkgsrc-2024Q3-base:1.5 pkgsrc-2024Q2:1.5.0.8 pkgsrc-2024Q2-base:1.5 pkgsrc-2024Q1:1.5.0.6 pkgsrc-2024Q1-base:1.5 pkgsrc-2023Q4:1.5.0.4 pkgsrc-2023Q4-base:1.5 pkgsrc-2023Q3:1.5.0.2 pkgsrc-2023Q3-base:1.5 pkgsrc-2023Q2:1.4.0.22 pkgsrc-2023Q2-base:1.4 pkgsrc-2023Q1:1.4.0.20 pkgsrc-2023Q1-base:1.4 pkgsrc-2022Q4:1.4.0.18 pkgsrc-2022Q4-base:1.4 pkgsrc-2022Q3:1.4.0.16 pkgsrc-2022Q3-base:1.4 pkgsrc-2022Q2:1.4.0.14 pkgsrc-2022Q2-base:1.4 pkgsrc-2022Q1:1.4.0.12 pkgsrc-2022Q1-base:1.4 pkgsrc-2021Q4:1.4.0.10 pkgsrc-2021Q4-base:1.4 pkgsrc-2021Q3:1.4.0.8 pkgsrc-2021Q3-base:1.4 pkgsrc-2021Q2:1.4.0.6 pkgsrc-2021Q2-base:1.4 pkgsrc-2021Q1:1.4.0.4 pkgsrc-2021Q1-base:1.4 pkgsrc-2020Q4:1.4.0.2 pkgsrc-2020Q4-base:1.4 pkgsrc-2020Q3:1.3.0.24 pkgsrc-2020Q3-base:1.3 pkgsrc-2020Q2:1.3.0.22 pkgsrc-2020Q2-base:1.3 pkgsrc-2020Q1:1.3.0.18 pkgsrc-2020Q1-base:1.3 pkgsrc-2019Q4:1.3.0.20 pkgsrc-2019Q4-base:1.3 pkgsrc-2019Q3:1.3.0.16 pkgsrc-2019Q3-base:1.3 pkgsrc-2019Q2:1.3.0.14 pkgsrc-2019Q2-base:1.3 pkgsrc-2019Q1:1.3.0.12 pkgsrc-2019Q1-base:1.3 pkgsrc-2018Q4:1.3.0.10 pkgsrc-2018Q4-base:1.3 pkgsrc-2018Q3:1.3.0.8 pkgsrc-2018Q3-base:1.3 pkgsrc-2018Q2:1.3.0.6 pkgsrc-2018Q2-base:1.3 pkgsrc-2018Q1:1.3.0.4 pkgsrc-2018Q1-base:1.3 pkgsrc-2017Q4:1.3.0.2 pkgsrc-2017Q4-base:1.3 pkgsrc-2017Q3:1.2.0.10 pkgsrc-2017Q3-base:1.2 pkgsrc-2017Q2:1.2.0.6 pkgsrc-2017Q2-base:1.2 pkgsrc-2017Q1:1.2.0.4 pkgsrc-2017Q1-base:1.2 pkgsrc-2016Q4:1.2.0.2 pkgsrc-2016Q4-base:1.2 pkgsrc-2016Q3:1.1.0.10 pkgsrc-2016Q3-base:1.1 pkgsrc-2016Q2:1.1.0.8 pkgsrc-2016Q2-base:1.1 pkgsrc-2016Q1:1.1.0.6 pkgsrc-2016Q1-base:1.1 pkgsrc-2015Q4:1.1.0.4 pkgsrc-2015Q4-base:1.1 pkgsrc-2015Q3:1.1.0.2 pkgsrc-2015Q3-base:1.1; locks; strict; comment @# @; 1.5 date 2023.07.31.16.43.09; author fcambus; state Exp; branches; next 1.4; commitid G6kfMOg58gi2xYyE; 1.4 date 2020.12.23.15.44.16; author mlelstv; state Exp; branches; next 1.3; commitid akKIYQIZ61c6KSAC; 1.3 date 2017.12.17.04.54.15; author ryoon; state Exp; branches; next 1.2; commitid TvaIlKFCptchzcjA; 1.2 date 2016.10.15.13.40.40; author wen; state Exp; branches; next 1.1; commitid Ev7Q78UwGs4refqz; 1.1 date 2015.07.01.14.23.55; author ryoon; state Exp; branches; next ; commitid 2jiFIeVLiwcmEAry; desc @@ 1.5 log @gnucobol: update to 3.2. ChangeLog: 2023-07-28 Simon Sobisch * configure.ac, NEWS: updated for 3.2 * configure.ac: check for mousemask and mmask_t 2023-07-24 Simon Sobisch * configure.ac: fix for resolving COBCRUN_NAME 2023-05-25 Chuck Haatvedt * configure.ac: added test for HAVE_RESIZE_TERM function 2023-04-25 Simon Sobisch * configure.ac: try to error on warnings during checks, cleanup of resulting unexpected test failures * configure.ac: drop deprecated-non-prototype warning in clang * configure.ac: add LIBCOB_LIBS while checking for libraries * configure.ac: added check for HAVE_ATTRIBUTE_CONSTRUCTOR 2023-04-05 Simon Sobisch * configure.ac: pass --enable-debug to autoconf generated files as COB_ENABLE_DEBUG, currently used for running extra test cycles in the test suite 2023-03-03 Simon Sobisch * configure.ac: allow specification of XML2_CONFIG (only used if pkg-config module libxml-2.0 is not available) * configure.ac: check all used headers of libxml-2.0, warn user if not found * improve multiple header header check via AC_CHECK_HEADERS according to docs (cJSON, json-c and curses) 2023-02-27 Simon Sobisch * configure.ac: fixed duplicate note about JSON_C_C_FLAGS, changed messages as per autoconf docs 2023-02-19 Simon Sobisch * configure.ac: minor adjustment for bdb library lookup 2023-02-10 Simon Sobisch * configure.ac: fixed adjusted hack for AIX 64bit OBJECT_MODE and added 32bit pendant * configure.ac, NEWS: updated for 3.2rc-2 2023-02-09 Simon Sobisch * configure.ac: : search for json-c header in its common default directory json-c/json.h 2023-01-18 Simon Sobisch * configure.ac, NEWS, gnucobol.spec: updated for 3.2rc-1 2023-01-16 Simon Sobisch * configure.ac: adjusted hack for AIX 64bit OBJECT_MODE 2023-01-14 Simon Sobisch * configure.ac: fix to use pdcurses when libcurses was verified 2023-01-05 Simon Sobisch * Makefile.am (CODE_COVERAGE_IGNORE_PATTERN): add some .def files that have shown to be not useful for code coverage 2022-12-12 Simon Sobisch * configure.ac: check for and substitute PERL/perl 2022-12-02 Simon Sobisch * Makefile.am: tarstamp.h may now be created on base of VCSDATE or FILEDATE, to override specify VCSDATE/FILEDATE=false or with an actual value * Makefile.am: tarstamp.h creation more portable, using fallback of current date 2022-12-01 Simon Sobisch * Makefile.am: fixed dependencies, especially for tarstamp.h 2022-11-04 Simon Sobisch * configure.ac: support BDB_CFLAGS to specify necessary flags like non-default include directory * configure.ac: drop check for PDC_free_memory_allocations as that function was removed from PDCursesMod 2022-10-22 Simon Sobisch * configure.ac: version 3.2-preview 2022-10-18 Simon Sobisch * configure.ac: cache several checks, also allowing to override its results via gc_cv_keyword_inline, gc_cv_time_timezone, gc_cv_designated_inits, gc_cv_attribute_alligned, gc_cv_attribute_pure, gc_cv_gcc_pipe * configure.ac: check ncurses.h also for ncursesw (fixing OpenBSD builds) * Makefile.am (CODE_COVERAGE_IGNORE_PATTERN): ignore generated files 2022-10-04 Simon Sobisch * HACKING: add notes for testing compatibility with GnuCOBOL modules generated by an earlier version of GnuCOBOL 2022-09-21 Simon Sobisch * configure.ac: dropped extra check for GCC as done internally 2022-09-08 Simon Sobisch * configure.ac: cleanup curses library check 2022-07-27 Simon Sobisch * configure.ac: check for ncursesw first, then ncurses; in case of ncurses check for ncurses.h again 2022-07-10 Simon Sobisch * configure.ac: check for PDC_free_memory_allocations 2022-07-06 Nicolas Berthier * configure.ac: Check for __attribute__((pure)) 2022-06-06 Simon Sobisch * configure.ac (COB_CFLAGS): handle -ggdb options correctly 2022-05-31 Simon Sobisch * configure.ac (COB_CFLAGS): handle optimization options -Oz and -Ofast, don't remove leading -O of unknown options 2022-05-04 Simon Sobisch * configure.ac: test for basic MAKE functionality * configure.ac: style change when testing for not set/empty variable 2022-04-29 Simon Sobisch * configure.ac: check for -pipe option for compilers that claim to be GCC, as this isn't available on all of these and not on all environments * configure.ac: added check for BDB_LIBS, allowing to explicit specify link options necessary for BDB, library used; if not set use old logic of deriving the library name from BDB version (db.h) * configure.ac: experimental checking for XCurses 2022-03-29 Simon Sobisch * configure.ac: dropped obsolete AC_PROG_CC_STD, AC_HEADER_STDC as already included in AC_PROG_CC and assumed otherwise 2022-03-11 Simon Sobisch * Makefile.am: targets to create binary distributions 2022-01-03 Simon Sobisch * general: revert change 2019-06-05 - all header files that are included from the system use , "local.h" is used otherwise with the exceptions of to-be-installed headers which include files that have a local reference to each other after installation (common.h + and exceptions.def) 2021-12-30 Simon Sobisch * configure.ac: early check for usable LDFLAGS + LIBS * configure.ac: option to add MATH_LIBRARY for necessary math functions (for systems that don't include those in their C library) to LIBCOB_LIBS * configure.ac: only set -g to COB_DEBUG_FLAGS when tested to work 2021-11-02 Simon Sobisch * configure.ac: use `dnl` comments in all places that are not intended be included in the generated configure script, fixing spurious warnings about potentially undefined macros; * configure.ac: copyright notice in generated script * m4/libtool.m4: updated from libtool, with additions for netbsd from Debian (Debian 993872) and Johan Anderholm (patch #39) 2021-10-11 Simon Sobisch * configure.ac: requiring libtool 2.2 via LT_PREREQ, specify use of ar-lib for systems that may need it via AM_PROG_AR * configure.ac: moved sys/time.h to optional headers * configure.ac: check for more BDB library names (Win32 common names) 2021-10-08 Simon Sobisch * configure.ac: dropped portibility warnings for automake because of false-positives, only define specific names we want instead "everything that automake has" * configure.ac: explicit check for bison/flex * m4/ax_prog_bison.m4, m4/ax_prog_flex.m4: new files from the GNU Autoconf Archive 2021-10-04 Simon Sobisch * configure.ac: cleanup for math library check fixing #559 * configure.ac: removed check for dladdr as we don't use it * configure.ac: removed math library as not necessary anymore, see related #702 2021-09-15 Simon Sobisch * configure.ac: allow local cJSON to be used during cross-compile and simplified size checks, based on patches of Helmut Grohne (Debian 993872) and Johan Anderholm (patch #39) 2021-04-07 Simon Sobisch * configure.ac: check for CC when applying aix hack additional to CFLAGS * configure.ac: ncurses test: check for ncurses.h, not curses.h 2021-03-07 Simon Sobisch * configure.ac: new COBC_CPPFLAGS will be used in cobc generation * configure.ac: version 3.2-dev @ text @@@comment $NetBSD: PLIST,v 1.4 2020/12/23 15:44:16 mlelstv Exp $ bin/cob-config bin/cobc bin/cobcrun include/libcob.h include/libcob/cobgetopt.h include/libcob/common.h include/libcob/exception-io.def include/libcob/exception.def include/libcob/statement.def include/libcob/version.h info/gnucobol.info lib/gnucobol/CBL_OC_DUMP.so lib/libcob.la man/man1/cob-config.1 man/man1/cobc.1 man/man1/cobcrun.1 share/gnucobol/config/acu-strict.conf share/gnucobol/config/acu.conf share/gnucobol/config/acu.words share/gnucobol/config/alternate.ttbl share/gnucobol/config/bs2000-strict.conf share/gnucobol/config/bs2000.conf share/gnucobol/config/bs2000.words share/gnucobol/config/cobol2002.conf share/gnucobol/config/cobol2002.words share/gnucobol/config/cobol2014.conf share/gnucobol/config/cobol2014.words share/gnucobol/config/cobol85.conf share/gnucobol/config/cobol85.words share/gnucobol/config/default.conf share/gnucobol/config/default.ttbl share/gnucobol/config/ebcdic500_ascii7bit.ttbl share/gnucobol/config/ebcdic500_ascii8bit.ttbl share/gnucobol/config/ebcdic500_latin1.ttbl share/gnucobol/config/gcos-strict.conf share/gnucobol/config/gcos.conf share/gnucobol/config/gcos.words share/gnucobol/config/ibm-strict.conf share/gnucobol/config/ibm.conf share/gnucobol/config/ibm.words share/gnucobol/config/lax.conf-inc share/gnucobol/config/mf-strict.conf share/gnucobol/config/mf.conf share/gnucobol/config/mf.words share/gnucobol/config/mvs-strict.conf share/gnucobol/config/mvs.conf share/gnucobol/config/mvs.words share/gnucobol/config/realia-strict.conf share/gnucobol/config/realia.conf share/gnucobol/config/realia.words share/gnucobol/config/rm-strict.conf share/gnucobol/config/rm.conf share/gnucobol/config/rm.words share/gnucobol/config/runtime.cfg share/gnucobol/config/runtime_empty.cfg share/gnucobol/config/xopen.conf share/gnucobol/copy/screenio.cpy share/gnucobol/copy/sqlca.cpy share/gnucobol/copy/sqlda.cpy share/gnucobol/copy/xfhfcd.cpy share/gnucobol/copy/xfhfcd3.cpy share/locale/de/LC_MESSAGES/gnucobol.mo share/locale/en@@boldquot/LC_MESSAGES/gnucobol.mo share/locale/en@@quot/LC_MESSAGES/gnucobol.mo share/locale/es/LC_MESSAGES/gnucobol.mo share/locale/fr/LC_MESSAGES/gnucobol.mo share/locale/it/LC_MESSAGES/gnucobol.mo share/locale/ja/LC_MESSAGES/gnucobol.mo share/locale/nl/LC_MESSAGES/gnucobol.mo share/locale/pt/LC_MESSAGES/gnucobol.mo share/locale/sr/LC_MESSAGES/gnucobol.mo share/locale/sv/LC_MESSAGES/gnucobol.mo share/locale/tr/LC_MESSAGES/gnucobol.mo @ 1.4 log @Complete PLIST to fix build. @ text @d1 1 a1 1 @@comment $NetBSD: PLIST,v 1.3 2017/12/17 04:54:15 ryoon Exp $ d10 2 d21 1 d32 7 d74 1 @ 1.3 log @Update to 2.2 * Change PKGNAME as a name of tarball Changelog: GnuCOBOL 2.2 released (20170906) * Move to GPL/LGPL 3 * New GnuCOBOL features (too much to list) ** User Defined Functions, FUNCTION-ID. ** New intrinsic functions ABSOLUTE-VALUE alias for ABS CURRENCY-SYMBOL CURRENCY-SYMBOL of the current program FORMATTED-CURRENT-DATE ISO 8601 datetime function FORMATTED-DATE ISO 8601 datetime function FORMATTED-DATETIME ISO 8601 datetime function FORMATTED-TIME ISO 8601 datetime function TEST-FORMATTED-DATETIME ISO 8601 datetime function INTEGER-OF-FORMATTED-DATE date to integer HIGHEST-ALGEBRAIC now implemented LOWEST-ALGEBRAIC now implemented LOCALE-COMPARE now implemented NUMVAL-F now implemented TEST-NUMVAL now implemented TEST-NUMVAL-C now implemented TEST-NUMVAL-F now implemented LENGTH-AN alias for BYTE-LENGTH MODULE-CALLER-ID return the name of the caller MODULE-DATE current module: compilation date MODULE-TIME current module: compilation time MODULE-FORMATTED-DATE current module: formatted datetime MODULE-ID current module: PROGRAM-ID MODULE-PATH current module: path on compile time MODULE-SOURCE current module: name on compile time MONETARY-DECIMAL-POINT LOCALE based fiscal decimal point MONETARY-THOUSANDS-SEPARATOR LOCALE based fiscal visual grouping separator Note: The functions that are actually available as intrinsic functions depend on the -std used. Function names that aren't marked as intrinsic functions by the current -std can be used freely as user defined words or even as user defined functions. ** New system functions C$CALLEDBY return the name of the caller CBL_GC_FORK fork current process (not on Windows) CBL_GC_WAITPID wait for process to end CBL_GC_GETOPT (CBL_OC_GETOPT) comand lineoption parser for COBOL CBL_GC_PRINTABLE (C$PRINTABLE) check if character is printable CBL_GC_HOSTED (CBL_OC_HOSTED) provides access to C extern variables, like stdin, errno CBL_GC_NANOSLEEP CBL_OC_NANOSLEEP CBL_GET_SCR_SIZE get current terminal size - if any CBL_READ_KBD_CHAR get character from terminal CBL_SET_CSR_POS set current position on terminal x'E4' clear terminal screen x'E5' ring the bell ** many new / extended COBOL statements from COBOL2002/2014 and extensions from different COBOL dialects ** more SWITCHes: from SWITCH-01 to SWITCH-36 and its variants from many COBOL dialects ** more IEEE numeric types added, FLOAT-DECIMAL-16, FLOAT-DECIMAL-34, etc ** more literal types added, numeric boolean etc. ** most of the COBOL 2014 spec Compiler Directive Facility is in ** optional: stricter syntax checks ** refactored and extended compiler and runtime messages with available translations (currently to Spanish, Portuguese and Dutch, partial to German) ** screen IO: many extended ACCEPT DISPLAY and SCREEN SECTION changes ** Direct call interface for C: CALL-CONVENTIONS for CALLs and PROCEDURE DIVISION SIZE of parameters specified for CALL ... BY VALUE RETURN NOTHING for calling void functions RETURN ADDRESS OF VAR for calling functions returning a pointer PROCEDURE DIVISION RETURNING OMITTED -> callable as void function ** Much, much more! * New cobc options: ** New -std options: cobol2014 COBOL 2014 Standard xopen X/Open COBOL Standard mf-strict Micro Focus COBOL compatibility - strict ibm-strict IBM COBOL compatibility - strict ibm-strict MVS/VM COBOL compatibility - strict acu ACUCOBOL-GT compatibility acu-strict ACUCOBOL-GT compatibility - strict bs2000 BS2000 COBOL compatibility (back again) bs2000-strict BS2000 COBOL compatibility - strict rm RM-COBOL compatibility rm-strict RM-COBOL compatibility - strict Note: The GnuCOBOL compiler tries to limit both the feature-set and reserved words to the specified compiler when the "strict" dialects are used. COBOL sources compiled with these dialects are therefore likely to compile with the specified compiler and vice versa: sources that were compiled on the specified compiler should compile without any issues with GnuCOBOL. With the "non-strict" dialects GnuCOBOL will activate the complete feature-set where it doesn't directly conflict with the specified dialect, including reserved words and GnuCOBOL specific extensions. COBOL sources compiled with these dialects therefore may work only with GnuCOBOL. COBOL sources may need a change because of rich feature-set and reserved words in GnuCOBOL, otherwise offending words may be removed by `-fno-reserved=word`. COBOL-85, X/Open COBOL, COBOL 2002 and COBOL 2014 are always "strict". ** New listing options: -t listing, -T wide listing, --tlines=lines, lines per page of listing -Xref Note: -P, generate preprocessor listing, is still available (and improved) ** All compiler configuration flags may be set on command line to override a specific setting of the current -std, see cobc --help ** All Warnings can be explicit enabled/disabled or even marked as error, see cobc --help -Wunreachable report on possible unreachable statements ** Options for the C compiler/linker: -K , compile entry point as static (resolve at link time) -A, add options to C compile phase -Q, add options to C link phase ** Miscellaneous -i -info, display build/environment -D define symbol for Compiler Directive Facility -j -job=args, run job after compile input filename of '-' reads source from standard in For more: see cobc --help * New cobcrun options: -i -info, display build/environment -r -runtime-env, display runtime configuration -c -config, set runtime config from file -M -module, set path/module name when looking for entry * New build features make test downloads NIST testsuite if necessary now usable with parallel builds (make -j4 test) make checkall runs both the internal an NIST testsuite ** testsuite defaults to coloured output ** Windows(tm) Visual Studio build support files added, options to validate the software generated with VS against both test suites ** removed maintainer mode - if files need a rebuild because of a change they are always rebuild ** help2man, bison and flex are checked during configure, if they need to be invoked and are missing a useful error message is given ** All files created by GnuCOBOL runtime use the same file permission settings now: COB_FILE_MODE which was changed to 0666 ** changed unix package name from "gnu-cobol" to "gnucobol" @ text @d1 1 a1 1 @@comment $NetBSD$ d8 1 d13 1 d39 3 d51 2 d57 1 d62 2 @ 1.2 log @Update to 2.0rc1 Add LICENSE Upstream changes: * 20160813 GnuCOBOL 2.0rc1 ** User Defined Functions ** New cobc options: *** -t listing, -T wide listing, --tlines=lines, lines per page of listing *** -K , entry point compile static *** -i -info, display build/environment *** -j -job=args, run job after compile *** -P, generate preprocessor listing *** -Xref, generate cross reference (requires cobxref) *** -A, add options to C compile phase *** -Q, add options to C link phase *** -D define symbol for Compiler Directive Facility *** -f=value override .conf configuration setting *** -list-reserved, -list-intrinsics, -list-mnemonics, -list-system *** -W enable ALL warnings (more than -Wall, which excludes some) *** -Wunreachable report on unreachable statements *** -Wprototypes warn missing FUNCTION prototypes/definitions *** -fmfcomment * or / in column 1 as comment *** -facucomment $ in idicator area treated as *, | treated as *> *** Many compiler messaging changes, refactored for translation *** input filename of '-' reads source from standard in *** New -std=cobol2014 *** new configuration settings **** call-overflow, literal-length, numeric-literal-length **** specify-reserved-words ** New cobcrun options: *** -i -info, display build/environment *** -r -runtime-env, display runtime configuration *** -c -config, set runtime config from file *** -M -module, set path/module name when looking for entry ** New build features *** coloured textsuite output *** Windows(tm) Visual Studio build support files added to source tree ** New GnuCOBOL features *** User Defined Functions, FUNCTION-ID. *** Most of the COBOL 2014 spec Compiler Directive Facility is in *** Spanish and Dutch messages along with English and Japanese *** More C/C++ reserved words tested to avoid conflicts *** screen IO, many extended ACCEPT DISPLAY screen section changes *** stricter ordering of CONFIGURATION SECTION paragraphs *** PICTURE clause, more to COBOL 2014 spec *** ACCEPT OMITTED, waits for return/enter *** More Intrinsic Functions, including ISO 8601 FORMATTED-DATE and TIME *** Changes to INITIAL and RECURSIVE program handling, needs to improve more *** More IEEE numeric types added, FLOAT-DECIMAL-16, FLOAT-DECIMAL-34, etc *** More SWITCHes, from SWITCH-01 to SWITCH-36 *** TALLY special register predefined *** More literal types added, numeric boolean etc. *** Nested OCCURS DEPENDING ON (when proper config settings *** comment keywords in IDENTIFICATION DIVISION treated as end-of-line comments *** PROCEDURE DIVISION RETURNING OMITTED support matching void C functions *** New system functions **** CBL_OC_HOSTED - provides access to C extern variables, like stdin, errno *** More support for EC-exception codes *** SET LAST EXCEPTION TO OFF * All files created by GnuCOBOL runtime use the same file permission settings now: COB_FILE_MODE which was changed to 0666 @ text @d10 1 a10 1 lib/gnu-cobol/CBL_OC_DUMP.so d14 40 a53 19 share/gnu-cobol/config/acu.conf share/gnu-cobol/config/bs2000.conf share/gnu-cobol/config/cobol2002.conf share/gnu-cobol/config/cobol2014.conf share/gnu-cobol/config/cobol85.conf share/gnu-cobol/config/default.conf share/gnu-cobol/config/ibm.conf share/gnu-cobol/config/mf.conf share/gnu-cobol/config/mvs.conf share/gnu-cobol/config/runtime.cfg share/gnu-cobol/config/runtime_empty.cfg share/gnu-cobol/copy/screenio.cpy share/gnu-cobol/copy/sqlca.cpy share/gnu-cobol/copy/sqlda.cpy share/locale/en@@boldquot/LC_MESSAGES/gnu-cobol.mo share/locale/en@@quot/LC_MESSAGES/gnu-cobol.mo share/locale/es/LC_MESSAGES/gnu-cobol.mo share/locale/ja/LC_MESSAGES/gnu-cobol.mo share/locale/nl/LC_MESSAGES/gnu-cobol.mo @ 1.1 log @Import opencobol-2.0alpha1 as lang/gnucobol. GnuCOBOL, formerly OpenCOBOL, is an open-source COBOL compiler, which translates COBOL programs to C code and compiles it using GCC. @ text @d12 3 d17 1 d23 2 d32 1 @