0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 21 hours ago. based on code collected about 21 hours ago.
Feb 01, 2025 — Feb 01, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
test fixed, stochastic run limit was limited by the time when the step number was supposed to limit More... about 8 years ago
record handling explains what public means More... about 8 years ago
minor refactoring More... about 8 years ago
default is secure mode without USE and METHOD checking USE and METHOD removed from RunLimitHook More... about 8 years ago
array size limitation can be configured More... about 8 years ago
more documentation More... about 8 years ago
more documentation More... about 8 years ago
more documentation More... about 8 years ago
more documentation TestEngine parameterless call `Object[]` argument is deleted unused test classes are deleted More... about 8 years ago
more documentation More... about 8 years ago
travis -Dgpg.skip=true More... about 8 years ago
readers are exported to ease embedding into applications that need to implement readers More... about 8 years ago
source provision was documented More... about 8 years ago
pushBack was renamed to unget as that is the good old unix name for it More... about 8 years ago
just moving around some files in packages More... about 8 years ago
Interpreter interface was split into two, exported methods and those that are only for the BASIC interpreter More... about 8 years ago
Javadoc was corrected More... about 8 years ago
Java method invocation works for interpreter aware methods More... about 8 years ago
empty line deleted More... about 8 years ago
invoking Java from BASIC passes the interpreter as first argument whenthe Java method is prepared for that More... about 8 years ago
Executor renamed to TestingExecutor because its name fooled me already third time it is only a test class More... about 8 years ago
error is renamed to errorOutput in ScriptBasic error is renamed to errorOutput in Interpreter More... about 8 years ago
method registration fixed in api More... about 8 years ago
exported interfaces and classes are moved to api and spi directory, also script is moved from api to one level up More... about 8 years ago
Configuration is moved to the api More... about 8 years ago
nicer toString implemented into BasicXXXValues so Java logging may be better More... about 8 years ago
two new hook methods were defined, beforeExecute and afterExecute w/o any argument More... about 8 years ago
empty and idempotent methods are moved from NullHook to interface More... about 8 years ago
function registering and method registering during startup gets deferred and is executed just before the execution starts after the hooks were registered. This way the hook init method is called first More... about 8 years ago
ScriptBasic class contains a registerHook method to allow hook registration directly and not only through the configuration BasicInterpter registers the NullHook at the very start and not only before execution More... about 8 years ago