[Pharo-project] [ANN] new 10095 prebuild image
Marcus wrote:
one-click will come soon, too.
Will this be based on the newest VM sources so we can close issue 231? (I typically use the full screen mode to forget about the boring OS ;) Bill wrote:
might be nice to have FFI, or at least the plugins
would at least vote for the plugins. FFI itself could be loaded if required. Thx Torsten -- GMX startet ShortView.de. Hier findest Du Leute mit Deinen Interessen! Jetzt dabei sein: http://www.shortview.de/wasistshortview.php?mc=sv_ext_mf@gmx
On 16.10.2008, at 13:00, Torsten Bergmann wrote:
Marcus wrote:
one-click will come soon, too.
Will this be based on the newest VM sources so we can close issue 231? (I typically use the full screen mode to forget about the boring OS ;)
Yes, I will try to update the windows vm, too. In addtion, we should fix the Logo. Marcus -- Marcus Denker -- denker@iam.unibe.ch http://www.iam.unibe.ch/~denker
Marcus Denker <denker@...> writes:
Yes, I will try to update the windows vm, too.
In addtion, we should fix the Logo.
Marcus
By the way, what is the recommended VM? I use a 3.10vm, and without http://bugs.squeak.org/view.php?id=7071, accented key strokes are a mess (they open Debuggers). Nicolas
On 16.10.2008, at 21:38, nicolas cellier wrote:
Marcus Denker <denker@...> writes:
Yes, I will try to update the windows vm, too.
In addtion, we should fix the Logo.
Marcus
By the way, what is the recommended VM?
For now, I use the Squeak 3.8.18beta1U vm. I don't even know if there is a newer one...
I use a 3.10vm, and without http://bugs.squeak.org/view.php?id=7071, accented key strokes are a mess (they open Debuggers).
So the 3.10 vm does not work on windows with a 3.10 image? Very cool. Marcus -- Marcus Denker -- denker@iam.unibe.ch http://www.iam.unibe.ch/~denker
On Fri, Oct 17, 2008 at 12:07 AM, Marcus Denker <denker@iam.unibe.ch> wrote:
On 16.10.2008, at 21:38, nicolas cellier wrote:
Marcus Denker <denker@...> writes:
Yes, I will try to update the windows vm, too.
In addtion, we should fix the Logo.
Marcus
By the way, what is the recommended VM?
For now, I use the Squeak 3.8.18beta1U vm. I don't even know if there is a newer one...
That would be the 3.8.18beta4U vm 3.8.18b4 Use NANO-SLEEP logic to ensure sleep is accurate to millisecond, no-usage which is more CPU friendly would give upwards of 10ms error to delays which is unacceptable. Fix issue with arguments passed as parms to the VM, the parm number (2) was treated as being special by the carbon vm for historical reasons, but in fact it was not actually set. Try to follow the generic unix rules instead. 3.8.18b3 Compile with xcode 2.5.x on powerpc machine os-x 10.4.x set utf832code field to zero on fake wheel event up/down/left/right arrows print more diagnostic data on failure to allocation virtual memory on browser plugin setup 3.8.18b2 The Sophie team noticed that InternetConfiguration getMacintoshFileTypeAndCreatorFrom: 'test.jpg' This returns byte reversed data on macintel #('GEPJ' 'elgo') sqMacInternetConfiguration.c use CFSwapInt32BigToHost swap OSType -- =========================================================================== John M. McIntosh <johnmci@smalltalkconsulting.com> Corporate Smalltalk Consulting Ltd. http://www.smalltalkconsulting.com ===========================================================================
tx john this is great to have you in the ST community!
By the way, what is the recommended VM?
For now, I use the Squeak 3.8.18beta1U vm. I don't even know if there is a newer one...
That would be the 3.8.18beta4U vm
3.8.18b4 Use NANO-SLEEP logic to ensure sleep is accurate to millisecond, no-usage which is more CPU friendly would give upwards of 10ms error to delays which is unacceptable.
Fix issue with arguments passed as parms to the VM, the parm number (2) was treated as being special by the carbon vm for historical reasons, but in fact it was not actually set. Try to follow the generic unix rules instead.
3.8.18b3 Compile with xcode 2.5.x on powerpc machine os-x 10.4.x set utf832code field to zero on fake wheel event up/down/left/ right arrows print more diagnostic data on failure to allocation virtual memory on browser plugin setup
3.8.18b2 The Sophie team noticed that InternetConfiguration getMacintoshFileTypeAndCreatorFrom: 'test.jpg' This returns byte reversed data on macintel #('GEPJ' 'elgo')
sqMacInternetConfiguration.c use CFSwapInt32BigToHost swap OSType
-- = = = = = ====================================================================== John M. McIntosh <johnmci@smalltalkconsulting.com> Corporate Smalltalk Consulting Ltd. http:// www.smalltalkconsulting.com = = = = = ======================================================================
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
participants (5)
-
John McIntosh -
Marcus Denker -
nicolas cellier -
Stéphane Ducasse -
Torsten Bergmann