271d1cb9f8
* New compile option '-x'. This causes the compiler to produce an executable program. '-fmain' is deprecated. * Remove long option --verbose. Use '-v' for verbosity. Problem is with getopt_long_only which does not like eg. -mv * New conformity option -std=bs2000. * FUNCTION is implemented. See cobc/reserved.c for a list of what is implemented. * Nested programs are partially supported. * LINAGE is implemented. * EXTERNAL on FD is implemented. * SAME RECORD AREA is implemented. * New config variables - * Support for non-gcc compilers. * Large file support, system dynamic loading and Berkeley DB inclusion are default for the configure. * New configure option --with-patch-level=<n> * At run time, version checking is done. ie. When executing/loading Cobol programs, the version (eg. 0.33) and the patch level (eg. 0) are checked against the OC library version/patch level. * Libtool is not required for systems that support native dynamic loading. This includes Linux, Cygwin and MingW amongst others. * Note to developers : See README for required software versions.
28 lines
763 B
Text
28 lines
763 B
Text
@comment $NetBSD: PLIST,v 1.8 2010/06/02 12:38:29 adam Exp $
|
|
bin/cob-config
|
|
bin/cobc
|
|
bin/cobcrun
|
|
include/libcob.h
|
|
include/libcob/byteswap.h
|
|
include/libcob/call.h
|
|
include/libcob/codegen.h
|
|
include/libcob/common.h
|
|
include/libcob/exception.def
|
|
include/libcob/fileio.h
|
|
include/libcob/intrinsic.h
|
|
include/libcob/move.h
|
|
include/libcob/numeric.h
|
|
include/libcob/screenio.h
|
|
include/libcob/strings.h
|
|
include/libcob/system.def
|
|
include/libcob/termio.h
|
|
info/open-cobol.info
|
|
lib/libcob.la
|
|
share/locale/ja/LC_MESSAGES/open-cobol.mo
|
|
share/open-cobol/config/bs2000.conf
|
|
share/open-cobol/config/cobol2002.conf
|
|
share/open-cobol/config/cobol85.conf
|
|
share/open-cobol/config/default.conf
|
|
share/open-cobol/config/ibm.conf
|
|
share/open-cobol/config/mf.conf
|
|
share/open-cobol/config/mvs.conf
|