Re: [Oorexx-devel] DISCUSS: #618 Add a class that contains methods for retrieving interpreter information.

2018-12-21 Thread Rick McGuire
I think I agree too. In the CMake files, we consistently refer to the third digit as the "MOD_LVL". Rick On Fri, Dec 21, 2018 at 5:16 PM Erich Steinböck wrote: > majorVersion, release, and revision value >> > As far as I can see IBM terminology is version.release.modification (plus > fix). > I

Re: [Oorexx-devel] DISCUSS: #618 Add a class that contains methods for retrieving interpreter information.

2018-12-21 Thread Enrico Sorichetti via Oorexx-devel
Strongly agree ! Enrico > On 21 Dec 2018, at 23:15, Erich Steinböck wrote: > > majorVersion, release, and revision value > As far as I can see IBM terminology is version.release.modification (plus > fix). > I propose > changing the current "revision" to "modification" and > use "revision" for

Re: [Oorexx-devel] DISCUSS: #618 Add a class that contains methods for retrieving interpreter information.

2018-12-21 Thread Erich Steinböck
> > majorVersion, release, and revision value > As far as I can see IBM terminology is version.release.modification (plus fix). I propose - changing the current "revision" to "modification" and - use "revision" for the source-control revision (currently SVN revision) On Sun, Sep 28, 2014

Re: [Oorexx-devel] DISCUSS: #618 Add a class that contains methods for retrieving interpreter information.

2015-06-04 Thread Rick McGuire
On Thu, Jun 4, 2015 at 10:34 AM, René Jansen rvjan...@xs4all.nl wrote: But network order does not ring as relevant in my ears for this particular usage. Thinking along lines of memory model, you once faced the decision of having a 64 or 32 bit size for Rexx objects, and I remember the

Re: [Oorexx-devel] DISCUSS: #618 Add a class that contains methods for retrieving interpreter information.

2015-05-29 Thread Rick McGuire
Big Endian is also known as network order in some contexts, but the network order usage does seem to include a term for non-network order. Rick On Fri, May 29, 2015 at 7:06 AM, René Jansen rvjan...@xs4all.nl wrote: 2) Also not sure I like the architecture name, since this is not really a

Re: [Oorexx-devel] DISCUSS: #618 Add a class that contains methods for retrieving interpreter information.

2015-05-27 Thread Erich Steinböck
Just committed RexxRef documentation for RexxInfo class (and environment variable). A local RexxRef build is available in sandbox/erich/docs/build https://sourceforge.net/p/oorexx/code-0/HEAD/tree/sandbox/erich/docs/build/ for anyone interested. Two questions: 1. Also not sure I like the

Re: [Oorexx-devel] DISCUSS: #618 Add a class that contains methods for retrieving interpreter information.

2015-05-27 Thread Rick McGuire
On Wed, May 27, 2015 at 5:58 PM, Erich Steinböck erich.steinbo...@gmail.com wrote: Just committed RexxRef documentation for RexxInfo class (and environment variable). A local RexxRef build is available in sandbox/erich/docs/build

Re: [Oorexx-devel] DISCUSS: #618 Add a class that contains methods for retrieving interpreter information.

2014-10-09 Thread Erich Steinböck
directoryseparator -- same value returned by .File~separator Rick, above isn't yet implemented (REXX-ooRexx_5.0.0(MT)_64-bit 6.05 9 Oct 2014) On Sun, Sep 28, 2014 at 3:18 PM, Rick McGuire object.r...@gmail.com wrote: Decided to also add majorVersion, release, and revision values to this to

Re: [Oorexx-devel] DISCUSS: #618 Add a class that contains methods for retrieving interpreter information.

2014-10-09 Thread Rick McGuire
Oops, the method was implemented but I missed adding to the method table. Its in now. Rick On Thu, Oct 9, 2014 at 5:39 AM, Erich Steinböck erich.steinbo...@gmail.com wrote: directoryseparator -- same value returned by .File~separator Rick, above isn't yet implemented

[Oorexx-devel] DISCUSS: #618 Add a class that contains methods for retrieving interpreter information.

2014-09-28 Thread Rick McGuire
The intent of this feature is to gather up all of the disparate pieces of information that might effect the interpretation of a program and put them in one place. This will be a combination of Rexx language information and some platform-specific information. The object will be available in the

Re: [Oorexx-devel] DISCUSS: #618 Add a class that contains methods for retrieving interpreter information.

2014-09-28 Thread Rick McGuire
Decided to also add majorVersion, release, and revision values to this to return the pieces of the version number. Rick On Sun, Sep 28, 2014 at 7:35 AM, Rick McGuire object.r...@gmail.com wrote: The intent of this feature is to gather up all of the disparate pieces of information that might