pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/smalltalk Update to version 2.1.4.
details: https://anonhg.NetBSD.org/pkgsrc/rev/dba0b30c4dcf
branches: trunk
changeset: 459668:dba0b30c4dcf
user: jtb <jtb%pkgsrc.org@localhost>
date: Mon Aug 04 15:43:45 2003 +0000
description:
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:
lang/smalltalk/Makefile | 5 ++---
lang/smalltalk/distinfo | 6 +++---
2 files changed, 5 insertions(+), 6 deletions(-)
diffs (26 lines):
diff -r 09e2bf29a755 -r dba0b30c4dcf lang/smalltalk/Makefile
--- a/lang/smalltalk/Makefile Mon Aug 04 15:37:58 2003 +0000
+++ b/lang/smalltalk/Makefile Mon Aug 04 15:43:45 2003 +0000
@@ -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 -r 09e2bf29a755 -r dba0b30c4dcf lang/smalltalk/distinfo
--- a/lang/smalltalk/distinfo Mon Aug 04 15:37:58 2003 +0000
+++ b/lang/smalltalk/distinfo Mon Aug 04 15:43:45 2003 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index