pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/doc Note update of smalltalk to 2.1.4.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e13edad63862
branches:  trunk
changeset: 459669:e13edad63862
user:      jtb <jtb%pkgsrc.org@localhost>
date:      Mon Aug 04 15:45:59 2003 +0000

description:
Note update of smalltalk to 2.1.4.

NEWS FROM 2.1.3 TO 2.1.4

o   Fix bugs treating old objects that have already been considered by
    the incremental GC (and survived it).  Example:

        ObjectMemory globalGarbageCollect.
        HomedAssociation class instanceCount

    gave 0 instead of 1.  As a result, --enable-checking now can be
    used.

o   Fix bugs when doing #become: between old objects, exactly one of
    which has not been considered by the incremental GC and was
    incorrectly swept when the collector finally reached it.

o   Fix bugs when garbage collection triggered finalization while a
    primitive was being run.  Finalization is now done in a separate
    Process.

o   Fix bugs treating very large objects.

o   Fix infinite loop when the big object threshold was set between
    the size of survivor spaces and the size of the eden.

o   Printing Integers was unbelievably inefficient.  Fixed together
    with some more low-hanging fruit.

o   SequenceableCollection>>#replaceFrom:to:with:startingAt: allows
    again that stop=start-1 (like replaceFrom: 1 to: 0 with: ...)

diffstat:

 doc/CHANGES |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (14 lines):

diff -r dba0b30c4dcf -r e13edad63862 doc/CHANGES
--- a/doc/CHANGES       Mon Aug 04 15:43:45 2003 +0000
+++ b/doc/CHANGES       Mon Aug 04 15:45:59 2003 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.2987 2003/08/04 15:37:58 jtb Exp $
+$NetBSD: CHANGES,v 1.2988 2003/08/04 15:45:59 jtb Exp $
 
 Changes to the packages collection and infrastructure in 2003:
 
@@ -3196,3 +3196,4 @@
        Updated mencoder to 0.90nb8 [jmmv 2003-08-04]
        Updated cue to 20030714nb1 [itojun 2003-08-04]
        Updated RScheme to 0.7.3.2 [jtb 2003-08-04]
+       Updated smalltalk to 2.1.4 [jtb 2003-08-04]



Home | Main Index | Thread Index | Old Index