CVS log for loncom/xml/LCMathComplex.pm
Up to [LON-CAPA] / loncom / xml
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Nov 10 23:52:07 2019 UTC (5 years, 1 month ago) by raeburn
Branches: MAIN
CVS tags: version_2_12_X,
version_2_11_X,
version_2_11_5_msu,
version_2_11_5,
version_2_11_4_uiuc,
version_2_11_4_msu,
version_2_11_4,
version_2_11_3_uiuc,
version_2_11_3_msu,
version_2_11_3,
HEAD
Diff to previous 1.1: preferred, unified
Changes since revision 1.1: +99 -35
lines
- Update to Math::Complex rev. 1.59_01 to eliminate warnings in perl > 5.26
"Undefined value assigned to typeglob" then modify (and rename as:
LONCAPA::LCMathComplex) to eliminate use of Config.pm and Scalar::Util.pm,
when run in perl Safe container).
Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Oct 29 21:01:21 2013 UTC (11 years, 1 month ago) by raeburn
Branches: MAIN
CVS tags: version_2_11_2_uiuc,
version_2_11_2_msu,
version_2_11_2_educog,
version_2_11_2,
version_2_11_1,
version_2_11_0_RC3,
version_2_11_0_RC2,
version_2_11_0
- Bug 6629.
- Re-enable access to functionality in Math::Complex in Safe Space by
copying Math::Complex 1.55 to LONCAPA::LCMathComplex and eliminating use
of Config.pm
- Whenever ./UPDATE is run to install or update LON-CAPA, the code which
sets $nvsize in the standard Math::Complex script will be run in
lcmathcomplex.piml and the value of $nvsize will be set to the
appropriate value: 4, 8, 10, 12 or 16 in LONCAPA/LCMathComplex.pm.
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>