SqueakElib
Release name: <Not entered>
Release summary: <Not entered>
Automatic version: 1
Manual version: (57)
Published by: <Not published yet>
Created: 3 February 2003 10:10:49 am
Last updated: 20 December 2003 9:38:35 pm
Categories:- MIT - The MIT license is like BSD without the advertising clause. As free as it gets, suitable for cross Smalltalk 100% reuse. The recommended license for Squeak since the 4.0 release.
- Development tools - Add-on development tools for Squeak.
- Squeak3.6 -
- Alpha - Useable by daredevils. Probably still full of bugs.
- Monticello - A '.mcz' file format for use with Monticello. It is gzipped.
- Squeak3.7 - Released 15 Sept 2004.
- Squeak3.5 -
Release note:
You need to first load several prereqs from SqueakMap. Load the following packages:
- SUnit
- Cryptography
- ma client server
You will need to build the DesPlugin for your VM.
then you can install this Monticello package
version 57:
oh man. Lot's of little changes. Trying to build test cases.
version 25
fixes and new features:
- tracing fixes...more to come
- setup example for remote chatting
issues:
- there is a problem with the RememberSet's freeList
- I'm not freeing all memory. Something is wedging the objects and I think it is redirectMessage: which is creating a DoIt context.
- broken refs aren't propogated
- equality doesn't work
- need scoped namespaces
version 22
- added simple tracing that currently goes to a log file.
- trace in the capTP layer for the virtual circuit management
- fixed a problem with sending #redirector:, it wasn't sent immediate to an eventual reference, and it should be.
- there is a problem with the RememberSet's freeList
- I'm not freeing all memory. Something is wedging the objects and I think it is redirectMessage: which is creating a DoIt context.
version 17
- loads and runs in a 3.6 image.
- most stuff works but failed substitution is one and weird algorithms for the object map. Messages get lost.
- an EChat example. Check the readme examples
0.3.6.1
- a ton of changes. Trying to use Chris Muller's Object Serializer and it is almost there.
- CapTP works except for a bug in serialization
0.3.4.3
- made DispatchSecretary the finalization class
- bug fixes
0.3.4.2
- finalize background DispatchQueue that was not getting cleaner up.
- downgraded queue background priority to userBackground
- SampleDataSource example
Release homepage:
Download: http://wiki.squeak.org/squeak/uploads/2410/SqueakElib-rww.2.mcz
SHA checksum: 919377680601637560432360140863008909612112438157
Back