Subject: CVS commit: doc
To: None <source-changes@netbsd.org>
From: Jim Wise <jwise@netbsd.org>
List: source-changes
Date: 08/29/2000 22:59:27
Module Name:	doc
Committed By:	jwise
Date:		Tue Aug 29 19:59:27 UTC 2000

Modified Files:
	doc: pkg-CHANGES

Log Message:
Note update of stooop to 4.1.1.  I forgot to mention in the commit message
that the relevant changes from 3.7 are:

*** version 4.1.1 ***
documented small difference with C++ in virtual behavior in HTML
  documentation
*** version 4.1 ***
object deletion performance vastly improved by internal use of new
  array unset facility
only works with tcl version 8.3 and above
fixed test suite misfeature only visible on windows (thanks to Tim
  Baker for his report)
*** version 4.0.1 ***
switched package index file used an erroneous version
*** version 4.0 ***
only works with tcl version 8.2 and above, or patched core (see
  PATCH file)
allow $($this,member) syntax instead of $class::($this,member)
  which significantly improves performance when used throughout OO
  code using stooop library
stooop library code itself rewritten using empty name array support
use string equal sub-command instead of compare throughout
formatting base class constructors arguments with new lines and no
  spaces caused trouble: added a couple of test files, one of which also
  tests DOS formatting


To generate a diff of this commit:
cvs rdiff -r1.2730 -r1.2731 doc/pkg-CHANGES

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.