diff options
author | jtb <jtb@pkgsrc.org> | 2001-04-24 23:43:02 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2001-04-24 23:43:02 +0000 |
commit | ed13d53eb42c4cea342e5568975b14d5b160b8c8 (patch) | |
tree | 5b6d49685f2984b29f69f43d1c6c6f0a58cd59de /math/tela/Makefile | |
parent | 06a12e13b11960ffe4d5919f794b6e4f809bfcda (diff) | |
download | pkgsrc-ed13d53eb42c4cea342e5568975b14d5b160b8c8.tar.gz |
Update to tela-1.32.
BUG FIXES
- t-functions using ellipsis argument (...) crashed Tela (this was due to the
"deep" copy object array feature introduced in previous version 1.31, cure
was to introduce another internal type KShallowObjectArray which is now used
in Tprg::execute() in prg.C)
- memory leak in object arrays (object.C:Tobject::setsize, deep clear was missing)
(also this bug existed only in version 1.31, not before, because object array
semantics was changed from shallow copy to deep copy in 1.31).
USER-VISIBLE CHANGES
- new diag() function contributed by Ch.Spiel which allows a second input argument
specifying the super- or sub-diagonal (the default zero meaning the main diagonal),
this function is compatible with Matlab's and also compatible with the old diag()
function (std.ct)
- added global symbol NaN if compiler supports NaN's (ieee754.h header is present and working) (tela.C)
Diffstat (limited to 'math/tela/Makefile')
-rw-r--r-- | math/tela/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/tela/Makefile b/math/tela/Makefile index aea400922ff..db1010cd38e 100644 --- a/math/tela/Makefile +++ b/math/tela/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2001/04/14 21:43:57 jtb Exp $ +# $NetBSD: Makefile,v 1.7 2001/04/24 23:43:02 jtb Exp $ -DISTNAME= tela-1.31 +DISTNAME= tela-1.32 CATEGORIES= math MASTER_SITES= ftp://ftp.funet.fi/pub/sci/math/tela/ \ ftp://sumppu.fmi.fi/pub/tela/ |