head	1.3;
access;
symbols
	tcllib-1-13:1.3
	tcllib-1-12:1.3
	tklib-0-5:1.3
	tcllib-1-11-1:1.3
	tcllib-1-11:1.3
	tcllib-1-10:1.3
	tcllib-1-9:1.3
	tcllib-1-8:1.3
	tcllib-1-7:1.3
	tcllib-1-6-1:1.3
	tcllib-1-6-branch:1.3.0.2
	tcllib-1-6:1.3
	tcllib-1-4-0:1.2;
locks; strict;
comment	@# @;


1.3
date	2004.01.15.06.36.11;	author andreas_kupries;	state Exp;
branches;
next	1.2;

1.2
date	2002.12.17.01.47.26;	author davidw;	state Exp;
branches;
next	1.1;

1.1
date	2002.12.12.21.32.50;	author davidw;	state Exp;
branches;
next	;


desc
@@


1.3
log
@
	* 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.
@
text
@tcllib STATUS:
$Id: s.STATUS 1.2 02/12/17 01:47:26-00:00 davidw $

Release:
-------

Next release?

To be done before release?

Open Issues:
-----------

Problems outlined here (bgerror):
https://sourceforge.net/mailarchive/forum.php?thread_id=1288113&forum_id=6718

	Bugs/feature requests need filing.

	Several solutions offered - we need to pick one.

"Feature requests" for packages doing their own output.

Feature requests for packages using too much regexp/regsub.
@


1.2
log
@Added a few things I'm working on.  Removed 'logger' as it's now in
CVS.
@
text
@d2 1
a2 1
$Id: STATUS,v 1.1 2002/12/12 21:32:50 davidw Exp $
@


1.1
log
@Added STATUS file to help keep track of what's going on with the code
at a higher level.  Individual bugs are probably best kept to
sourceforge.
@
text
@d2 1
a2 1
$Id$
d14 1
a14 4
Working on 'logger' package as a next generation logging
system. (davidw)

Problems outlined here:
d21 3
@

