diff options
author | jtb <jtb> | 2003-08-04 15:43:45 +0000 |
---|---|---|
committer | jtb <jtb> | 2003-08-04 15:43:45 +0000 |
commit | b3493f9874cd836b306e03a23636b51d0575a2a7 (patch) | |
tree | 15f40a5d5bf785bf758f7f0bf5e1048dc82ea237 /lang/smalltalk | |
parent | 89794ba433fda5e80d39eb1710eaed4fb27a85e3 (diff) | |
download | pkgsrc-b3493f9874cd836b306e03a23636b51d0575a2a7.tar.gz |
Update to version 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 (limited to 'lang/smalltalk')
-rw-r--r-- | lang/smalltalk/Makefile | 5 | ||||
-rw-r--r-- | lang/smalltalk/distinfo | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/lang/smalltalk/Makefile b/lang/smalltalk/Makefile index 5d4295bc7df..7e5c466eda6 100644 --- a/lang/smalltalk/Makefile +++ b/lang/smalltalk/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.19 2003/07/17 21:45:24 grant Exp $ +# $NetBSD: Makefile,v 1.20 2003/08/04 15:43:45 jtb Exp $ -DISTNAME= smalltalk-2.1.3 -PKGREVISION= 1 +DISTNAME= smalltalk-2.1.4 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_GNU:=smalltalk/} diff --git a/lang/smalltalk/distinfo b/lang/smalltalk/distinfo index 27ee4d29279..7698113eaa3 100644 --- a/lang/smalltalk/distinfo +++ b/lang/smalltalk/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.8 2003/07/07 21:02:03 seb Exp $ +$NetBSD: distinfo,v 1.9 2003/08/04 15:43:45 jtb Exp $ -SHA1 (smalltalk-2.1.3.tar.gz) = c38735c51357f5535097234b19ab4401615992f5 -Size (smalltalk-2.1.3.tar.gz) = 3416268 bytes +SHA1 (smalltalk-2.1.4.tar.gz) = d56be692ca3041e9686df20f1d051be5f79513bb +Size (smalltalk-2.1.4.tar.gz) = 3422094 bytes SHA1 (patch-aa) = 41e3ca795c13aef9ef5f837e5341e306bcfa9352 SHA1 (patch-ab) = 9c63774baf798d6ce73bd45c0f1829bb59a8632b |