Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2016-06-08 | 759 Bytes | |
calm-3.0.0.zip | 2016-06-08 | 343.0 kB | |
Totals: 2 Items | 343.7 kB | 0 |
Release notes
Source code and Javadoc can be downloaded from www.calclipse.com.
- Recognizes zip files in the inventory (previously only jar files).
- Now supports command-line arguments in scripts and MComps.
- Support for formatted output in scripts.
- Improved error messages.
time
symbol added to scripts.
API changes
RPNExceptionAction
andOperation.actionOnException
was removed.- Protected field
Function.delimitation
was made private and a protected setter was added. - The detail parameter to RPNException.cloneAndAttach was made mandatory.
Bug fixes
- RPNException.cloneAndAttach called super.clone instead of its own overridable clone method.