[Vm-dev] VM Maker: CMakeVMMaker-CamilloBruni.137.mcz

commits at source.squeak.org commits at source.squeak.org
Tue Jan 17 18:35:23 UTC 2012


Igor Stasenko uploaded a new version of CMakeVMMaker to project VM Maker:
http://source.squeak.org/VMMaker/CMakeVMMaker-CamilloBruni.137.mcz

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

Name: CMakeVMMaker-CamilloBruni.137
Author: CamilloBruni
Time: 17 January 2012, 7:29:57 pm
UUID: adc2ed49-7a3d-4cf4-ae6e-77a888fe96cc
Ancestors: CMakeVMMaker-IgorStasenko.136

removed defaultToLF send

=============== Diff against CMakeVMMaker-IgorStasenko.136 ===============

Item was changed:
  ----- Method: CogCocoaIOSConfig>>prepareForGeneration (in category 'source generation') -----
  prepareForGeneration
  
- 	"force using LF on Macs"
- 	CrLfFileStream defaultToLF.
- 
  	^ self prepareForCogGeneration
  !

Item was changed:
  ----- Method: CogMacOSConfig>>prepareForGeneration (in category 'source generation') -----
  prepareForGeneration
  
- 	"force using LF on Macs"
- 	CrLfFileStream defaultToLF.
- 
  	^ self prepareForCogGeneration
  !

Item was changed:
  ----- Method: CogUnixConfig>>prepareForGeneration (in category 'source generation') -----
  prepareForGeneration
  
- 	"force using LF on Macs"
- 	CrLfFileStream defaultToLF.
- 
  	^ self prepareForCogGeneration
  !

Item was changed:
  ----- Method: CogWindowsConfig>>prepareForGeneration (in category 'source generation') -----
  prepareForGeneration
  
- 	CrLfFileStream defaultToLF. "For strange reason it works like that"
- 
  	^ self prepareForCogGeneration!

Item was changed:
  ----- Method: MacOSConfig>>prepareForGeneration (in category 'source generation') -----
  prepareForGeneration
  
- 	"force using LF on Macs"
- 	CrLfFileStream defaultToLF.
- 
  !

Item was changed:
  ----- Method: StackCocoaIOSConfig>>prepareForGeneration (in category 'source generation') -----
  prepareForGeneration
  
- 	"force using LF on Macs"
- 	CrLfFileStream defaultToLF.
- 
  	^ self prepareForStackVMGeneration
  !

Item was changed:
  ----- Method: StackFreeBSDConfig>>prepareForGeneration (in category 'source generation') -----
  prepareForGeneration
  
- 	"force using LF on Macs"
- 	CrLfFileStream defaultToLF.
- 
  	^ self prepareForStackVMGeneration
  !

Item was changed:
  ----- Method: StackMacOSConfig>>prepareForGeneration (in category 'source generation') -----
  prepareForGeneration
  
- 	"force using LF on Macs"
- 	CrLfFileStream defaultToLF.
- 
  	^ self prepareForStackVMGeneration
  !

Item was changed:
  ----- Method: StackUnixConfig>>prepareForGeneration (in category 'source generation') -----
  prepareForGeneration
  
- 	"force using LF on Macs"
- 	CrLfFileStream defaultToLF.
- 
  	^ self prepareForStackVMGeneration
  !

Item was changed:
  ----- Method: StackWindowsConfig>>prepareForGeneration (in category 'source generation') -----
  prepareForGeneration
  
- 	CrLfFileStream defaultToLF. "For strange reason it works like that"
- 	
  	^ self prepareForStackVMGeneration!



More information about the Vm-dev mailing list