[Pkg] Rio: File-Kernel-kph.7.mcz

squeak-dev-noreply at lists.squeakfoundation.org squeak-dev-noreply at lists.squeakfoundation.org
Tue Dec 2 16:19:00 UTC 2008


A new version of File-Kernel was added to project Rio:
http://www.squeaksource.com/Rio/File-Kernel-kph.7.mcz

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

Name: File-Kernel-kph.7
Author: kph
Time: 2 December 2008, 4:18:58 pm
UUID: 4789642d-1438-4649-a886-8067c02d5760
Ancestors: File-Kernel-kph.6

fix to initialization

=============== Diff against File-Kernel-kph.6 ===============

Item was changed:
  ----- Method: FileLocalExecutive class>>newForUnix (in category 'image start up ') -----
  newForUnix
  
+ 	^ FileLocalExecutive new!
- 	^ FileLocalExecutive!

Item was changed:
  ----- Method: FileLocalExecutive class>>initialize (in category 'class initialization') -----
  initialize
  
  	Smalltalk addToStartUpList: self after: Delay.
  	FileLocalDosExecutive initializeVolumes.
  	Current := self newForThisPlatform.
  	Current initializeDefault.
  	!

Item was changed:
  ----- Method: FileLocalExecutive class>>newForWin32 (in category 'image start up ') -----
  newForWin32
  
+ 	^ FileLocalDosExecutive new!
- 	^ FileLocalDosExecutive!



More information about the Packages mailing list