pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/opencobol
Module Name: pkgsrc
Committed By: adam
Date: Wed Jun 2 12:38:29 UTC 2010
Modified Files:
pkgsrc/lang/opencobol: Makefile PLIST distinfo
pkgsrc/lang/opencobol/patches: patch-aa patch-ab
Log Message:
Changes 1.0:
* 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.
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/lang/opencobol/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/lang/opencobol/PLIST
cvs rdiff -u -r1.6 -r1.7 pkgsrc/lang/opencobol/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/lang/opencobol/patches/patch-aa \
pkgsrc/lang/opencobol/patches/patch-ab
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index