The Trunk: Kernel-ar.419.mcz

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

The Trunk: Kernel-ar.419.mcz

commits-2
Andreas Raab uploaded a new version of Kernel to project The Trunk:
http://source.squeak.org/trunk/Kernel-ar.419.mcz

==================== Summary ====================

Name: Kernel-ar.419
Author: ar
Time: 5 March 2010, 7:55:34.977 pm
UUID: 2253493e-ff97-274a-92af-bc026259d12d
Ancestors: Kernel-ar.418

Use Smalltalk globals instead of Smalltalk as default environment.

=============== Diff against Kernel-ar.418 ===============

Item was changed:
  ----- Method: Behavior>>environment (in category 'accessing') -----
  environment
  "Return the environment in which the receiver is visible"
+ ^Smalltalk globals!
- ^Smalltalk!