Re: [Oorexx-devel] Changes between 3.2.0 and the current SVN interpreter-3.x

2008-07-20 Thread Jack Woehr
Rick McGuire wrote: > 6) The steam class supports files larger than 4GB. > And that's only the coal-fired version! :) -- Jack J. Woehr# "Self-delusion is http://www.well.com/~jax # half the battle!" http://www.softwoehr.com # - Zippy the Pinhead

Re: [Oorexx-devel] Changes between 3.2.0 and the current SVN interpreter-3.x

2008-07-20 Thread Rick McGuire
A couple other changes that don't show up with just a survey of class libraries: 1) The new ::CONSTANT directive 2) The new LIBRARY keyword on the ::REQUIRES directive. 3) The EXTERNAL option on ::ROUTINE to allow you to declare routines as residing in a native library 4) The new object orient

Re: [Oorexx-devel] Changes between 3.2.0 and the current SVN interpreter-3.x

2008-07-20 Thread Rick McGuire
On Sun, Jul 20, 2008 at 1:34 PM, Mark Miesfeld <[EMAIL PROTECTED]> wrote: > Jean, > > An interesting post. By the way, did you do a build from trunk? If > so, congratulations. > > See below for my other comments. > > On Sun, Jul 20, 2008 at 10:14 AM, jlfc <[EMAIL PROTECTED]> wrote: >> I was curio

Re: [Oorexx-devel] Changes between 3.2.0 and the current SVN interpreter-3.x

2008-07-20 Thread Mark Miesfeld
Jean, An interesting post. By the way, did you do a build from trunk? If so, congratulations. See below for my other comments. On Sun, Jul 20, 2008 at 10:14 AM, jlfc <[EMAIL PROTECTED]> wrote: > I was curious to have an overview of the changes (visible by a normal user > :-) between 3.2.0 and

[Oorexx-devel] Changes between 3.2.0 and the current SVN interpreter-3.x

2008-07-20 Thread jlfc
I was curious to have an overview of the changes (visible by a normal user :-) between 3.2.0 and the current SVN version in interpreter-3.x. For that, I wrote a small script which walks through the subclasses from .Object, and prints informations about each visited class (I had to bypass the bug