0
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed isInstanceOf and asInstanceOf regarding null values. More... over 13 years ago
Fixed a bug in the engine. More... over 13 years ago
Added support for try..catch..finally statements. More... over 13 years ago
Rewritten the Echo example with while loops. More... over 13 years ago
Added support for while and do..while loops. More... over 13 years ago
Fixed scala.runtime.IntRef and added scala.runtime.BooleanRef in the runtime library. More... over 13 years ago
Added boxing and unboxing of all primitive types. More... over 13 years ago
Added proper initialization of fields (and array items). More... over 13 years ago
Fixed: primitive class constants. More... over 13 years ago
The main() method now actually receives command-line arguments in its parameter. More... over 13 years ago
Added support for arrays. More... over 13 years ago
Fixed a bug in the Ant build script. More... over 13 years ago
Fixed a bug in genModule(). More... over 13 years ago
Added an example program with a trivial thread. More... over 13 years ago
Fixed a bug in native implementation of parseInt() and parseFloat(). More... over 13 years ago
Added a distinction in String.oz between toRawString() et toRawVS(). More... over 13 years ago
Small tweaks. More... over 13 years ago
Fixed bugs related to new method hash algorithm. More... over 13 years ago
Many unrelated changes, that are the result of a long test-driven debuggin session. More... over 13 years ago
In case of unhandled exception during run, the engine displays the exception. More... over 13 years ago
Added java.lang Throwables in the runtime library. More... over 13 years ago
Implemented a draft version of Object.toString(). More... over 13 years ago
Added Integer.parseInt() and Float.parseFloat() as native methods. More... over 13 years ago
Refactoring: moved some methods from GenOzCode to OzCodes. More... over 13 years ago
Fixed bug (obsolete code) in bin/ More... over 13 years ago
Extended the runtime library regarding subclasses of java.lang.Number. More... over 13 years ago
Updated the readme. More... over 13 years ago
Added a Hello world example program in docs/examples/ More... over 13 years ago
Updated the Ant build script. More... over 13 years ago
The Ozma compiler (ozmac) now calls ozastc on every produced .ast.oz file. More... over 13 years ago