Artifact
5e0cd9a6f41ae78d41fab510c23f8db04d8c7722:
- File
examples/oreilly-oscon2001/sessions_thursday.html
— part of check-in
[77fa019603]
at
2004-01-15 06:36:11
on branch trunk
—
* matrix.man: Implemented Ed Suominen's sort methods, with
* matrix.tcl: modifications to speed things up, and to have
* matrix.test: a more standard API (-options).
* matrix.man: Documented method links.
* matrix.test: Updated test to cover for method links.
* matrix.tcl: Changed the code to determine the list of available
methods automatically for use in the error message when an
unknown method is called.
* matrix.test:
* matrix.tcl: Namespaces of objects now standalone, and not inside
of struct::matrix anymore. Arbitrary placement of objects is now
possible, including nested namespaces. Cleanup of all references
to instance variables.
* matrix.tcl: Made the return of errors more regular.
* matrix.tcl: Changed a number of eval calls to the more proper
'uplevel 1'. This means that an implementation of a method can
now assume that it is called on the same stack level as the
method itself.
* matrix.tcl: Typo in comments fixed.
* matrix.tcl (__set_rect): Fixed typos in var names causing the
system to retain bogus cache data.
(user:
andreas_kupries
size: 41284)