Home > Archive > Rexx > November 2006 > List of changes/fixes (Re: ooRexx 3.1.1 Is Available
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
List of changes/fixes (Re: ooRexx 3.1.1 Is Available
|
|
|
|
SRO wrote:
> David Ashley wrote:
> David,
>
> Is there a list of what was fixed with this point release?
Here is the content of the "CHANGES.txt" file from the doc-subdirectory listing the changes/fixes:
-------------------- cut here --------------------
Fixes in Open Object Rexx 3.1.1
The following is the list of fixes and enhancements added to ooRexx since the
3.1.0 release.
All Platforms
=============
1. Bug 1547980 - Parse source output includes two bytes of trailing x'00'.
2. Bug 177650 - encodebase64 and decodebase64 string class methods fail.
3. Bug 1593178- encodebase64 and decodebase64 string class methods fail.
4. Bug 1554203 - "hashbang line" should be ignored/removed by interpreter.
5. Bug 1549561 - parse source output includes two bytes of trailing '00'x.
Windows
=======
1. Bug 1068288 - OLE event not invoked.
2. Bug 1546863 - Access of NULL pointer in OLEObject getKnownMethods.
3. Bug 1547980 - Empty string not accepted as argument to OLE method.
4. Bug 1149952 - OLEObject OUT-part of INOUT not supported.
5. Bug 1066294 - OLE/Excel error: if negative argument given.
6. Bug 1202335 - Scriptlet/Typelib: OLR error 92.901 occurred.
7. Memory leak in OLEObject fixed.
8. Bug 1563547 - Possible NULL pointer access in OLEObject.
Unix/Linux
==========
1. Bug 1593871 - File I/O on Mac OSX fails.
2. Bug 1593037 - Trap in 3.1.1 gamma.
3. Bug 1592408 - ooRexx won't build on Solaris 9.
4. Bug 1585065 - ooRexx on Solaris won't work.
5. Bug 1584045 - Solaris package has wrong paths.
Documentation
=============
1. Bug 1546516 - Fix description of default stem value.
2. Bug 1553200 - Rail diagram for SETMETHOD object class incomplete.
3. Bug 1554608 - Shared directory for HTML files not available.
4. Bug 1562035 - Unresolved tags in RexxPG doc.
5. Bug 1563727 - Wording change in SockGetPeerName documentation.
6. Bug 1577642 - String methods not list in overview of methods.
7. Bug 1580415 - Small error in Arg() BIF description.
8. Bug 1554608 - shared directory for HTML files not available.
-------------------- cut here --------------------
HTH,
---rony
| |
|
| rony wrote:
> SRO wrote:
>
>
> Here is the content of the "CHANGES.txt" file from the doc-subdirectory listing the changes/fixes:
>
> -------------------- cut here --------------------
> Fixes in Open Object Rexx 3.1.1
>
> The following is the list of fixes and enhancements added to ooRexx since the
> 3.1.0 release.
>
> All Platforms
> =============
>
> 1. Bug 1547980 - Parse source output includes two bytes of trailing x'00'.
>
> 2. Bug 177650 - encodebase64 and decodebase64 string class methods fail.
>
> 3. Bug 1593178- encodebase64 and decodebase64 string class methods fail.
>
> 4. Bug 1554203 - "hashbang line" should be ignored/removed by interpreter.
>
> 5. Bug 1549561 - parse source output includes two bytes of trailing '00'x.
>
>
> Windows
> =======
>
> 1. Bug 1068288 - OLE event not invoked.
>
> 2. Bug 1546863 - Access of NULL pointer in OLEObject getKnownMethods.
>
> 3. Bug 1547980 - Empty string not accepted as argument to OLE method.
>
> 4. Bug 1149952 - OLEObject OUT-part of INOUT not supported.
>
> 5. Bug 1066294 - OLE/Excel error: if negative argument given.
>
> 6. Bug 1202335 - Scriptlet/Typelib: OLR error 92.901 occurred.
>
> 7. Memory leak in OLEObject fixed.
>
> 8. Bug 1563547 - Possible NULL pointer access in OLEObject.
>
>
> Unix/Linux
> ==========
>
> 1. Bug 1593871 - File I/O on Mac OSX fails.
>
> 2. Bug 1593037 - Trap in 3.1.1 gamma.
>
> 3. Bug 1592408 - ooRexx won't build on Solaris 9.
>
> 4. Bug 1585065 - ooRexx on Solaris won't work.
>
> 5. Bug 1584045 - Solaris package has wrong paths.
>
>
> Documentation
> =============
>
> 1. Bug 1546516 - Fix description of default stem value.
>
> 2. Bug 1553200 - Rail diagram for SETMETHOD object class incomplete.
>
> 3. Bug 1554608 - Shared directory for HTML files not available.
>
> 4. Bug 1562035 - Unresolved tags in RexxPG doc.
>
> 5. Bug 1563727 - Wording change in SockGetPeerName documentation.
>
> 6. Bug 1577642 - String methods not list in overview of methods.
>
> 7. Bug 1580415 - Small error in Arg() BIF description.
>
> 8. Bug 1554608 - shared directory for HTML files not available.
>
> -------------------- cut here --------------------
>
> HTH,
>
> ---rony
Thank you Rony.. appreciate it.
|
|
|
|
|