GNU Smalltalk 3.0.1 released

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

GNU Smalltalk 3.0.1 released

Paolo Bonzini-2
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


_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk