Updates: | |
1.02 [25 Jun 1997] |
-
You can now add the shared keyword to the method or
properties instructions to indicate that the method or a following
property has shared access (that is, is accessible to other
classes in the same package, but not to other classes). This
corresponds to the Java 1.1 'default access' visibility.
Please see the NetRexx
Supplement for details.
-
The new sourceline special name may be used to return the line
number of the current clause in the program.
Please see the NetRexx
Supplement for details.
- Array initializers have ben added. These allow arrays to be created
and assigned an initial value, for example: x=['one','two','three']
Note that Java 1.1 is needed to use this enhancement.
Please see the NetRexx
Supplement for details.
- The property and method access rules have been enforced according to
the current Java specification, along with enhanced error messages when
the rules are infringed.
|
1.01 [15 Jun 1997] |
|
1.00 [24 May 1997] |
- Cosmetic changes:
- Methods listed during compilation now have their argument types
listed (if any)
- Methods generated from Indirect Properties are now listed.
- The installation instructions now
include instructions for using NetRexx with Visual J++.
- A reference to java.awt.image.ImageObserver treated java.awt.image
as a class reference rather than as a package name; it will now
correctly refer to the ImageObserver class.
|
[6 May 1997] |
|
[15 Apr 1997] |
- Preliminary, experimental, support for JavaBeans is now available
in the NetRexxC compiler.
It is described in the
NetRexx
Supplement.
- Checking has been added for the use of Java reserved words as
externally visible names (such properties, method, and class names
cannot be accessed by people writing in the Java language).
- The translator phase of the compiler has numerous performance
improvements, and now runs 35% faster than the first (January) 1.00
release.
- Forward references from property initialization expressions to
methods in the current class are now permitted, providing they are not
circular.
- Several improvements have been made to error and progress messages.
|
[13 Mar 1997] |
- The source and documentation for the Tablet (navigation tabs) applet
have been added to the package.
- Forward references involving default constructors now work
correctly.
- The .equals method was not being used for '=' and '\='
comparisons of subclassed objects.
- options nodecimal may be used to report the use of
decimal arithmetic as an error, for performance-critical applications.
|
[18 Feb 1997] |
- Minor improvements to the compiler for error messages, localization,
and Java 1.1.
- The Say instruction can now handle all expressions that evaluate
to null.
|
[6 Feb 1997] |
- LOOP OVER did not correctly snapshot indexed strings with 'hidden'
elements.
- Some unused method arguments were not being reported as unused.
- Minor improvements to error messages, progress messages, and code
generation.
|
[3 Jan 1997] |
- Minor cosmetic and performance improvements over 0.90.
- NetRexxC.bat and nrc.bat have been added to the NetRexx package.
|