pkgsrc/math/tela
jtb ed13d53eb4 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)
2001-04-24 23:43:02 +00:00
..
patches Update to tela-1.32. 2001-04-24 23:43:02 +00:00
pkg Updated to tela-1.31. 2001-03-09 00:32:16 +00:00
distinfo Update to tela-1.32. 2001-04-24 23:43:02 +00:00
Makefile Update to tela-1.32. 2001-04-24 23:43:02 +00:00