help-smalltalk
[Top][All Lists]
Advanced

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

[Help-smalltalk] GNU Smalltalk 3.0.1 released


From: Paolo Bonzini
Subject: [Help-smalltalk] GNU Smalltalk 3.0.1 released
Date: Thu, 31 Jan 2008 16:44:20 +0100
User-agent: Thunderbird 2.0.0.9 (Macintosh/20071031)

I've uploaded GNU Smalltalk 3.0.1 at

  ftp://ftp.gnu.org/gnu/smalltalk/smalltalk-3.0.1.tar.gz

The following is a list of fixes.  Thanks to everyone who reported the bugs:

* `gst-package --list-files' emits file paths relative from the current directory. The --destdir and -t options are rejected. --list-files supports options --load and --test.

* The documentation for a package can now be built even if the corresponding .star file is not installed. Since documentation is part of the tarball, this problem with 3.0 was actually only visible if you modified packages for which you lacked the support libraries in /usr/lib (e.g. Tcl/Tk for package BloxTK).

* Added SequenceableCollection>>#atRandom and String>>#allOccurrencesOfRegex:

* Eliminated possible infinite loop in CompiledCode>>#hash.

* Fixed crash on LargeInteger>>#divExact: for huge numerator and small denominator.

* Fixed ping-pong between two sizes (continuously growing and shrinking) in OrderedCollection.

* Fixed undeclared variable PackageNotAvailable in the default image.

* Fixed Symbol>>#numArgs for methods starting with an underscore.

* Fixed problems with substitution of regexes that match the empty string.

* Fixed problems with very short delays.

* Fixed segmentation violation when gethostbyname returned NULL.

* Test floatmath.st is XFAILed on alpha due to kernel bug 9751.

Paolo




reply via email to

[Prev in Thread] Current Thread [Next in Thread]