0
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add `make compile-debug` to do a quick javac with -Xlint on to get warnings. More... over 15 years ago
Using print and Kernel.exit(1); all the time is getting tedious. Implement Kernel.die(msg); More... over 15 years ago
Silence compiler complaints about depreciated methods. More... over 15 years ago
Add a few coding lines More... over 15 years ago
Some work on banana. It's already executable and returning the first of help pages. More... over 15 years ago
Update ToDo notes More... over 15 years ago
Support __DIR__ and __LINE__ More... over 15 years ago
Add the frame for banana More... over 15 years ago
Implement __FILE__ More... over 15 years ago
Add support for command hooks More... over 15 years ago
Global should be readonly More... over 15 years ago
Scratch that /etc/ subdir in monkeyscript home. More... over 15 years ago
Use .getImplementationVersion() to output a real platform line. More... over 15 years ago
ToDo notes More... over 15 years ago
Minor cleanup of makefile More... over 15 years ago
Add work on rc scripts. More... over 15 years ago
Add checkout warning. More... over 15 years ago
Use a light hack to implement Kernel.newError without anything inside Rhino itself for now. For now monkeyscript lite errors make by newError will not have fileName and lineNumber. More... over 15 years ago
Working on File class More... over 15 years ago
Working on Buffer More... over 15 years ago
Update wrench More... over 15 years ago
Update wrench submodule and add a Makefile rule for updating our copy of wrench17.js Add README with instructions for updating lib/wrench17.js update lib/wrench17.js More... over 15 years ago
Add monkeyscriptHome, configDir, and todo note for os.temp More... over 15 years ago
use a try..finally loop to ensure that readers used in readFile are closed when finished. More... over 15 years ago
Start work on Stream object More... over 15 years ago
Update ToDo More... over 15 years ago
Add wrench.js as a submodule More... over 15 years ago
Whoops, the 1 in MonkeyScript.java wasn't a ScriptReader. More... over 15 years ago
Use a getFirstLine() getter instead of just using 1 to be future compatible with extra features that modify the script by adding extra code to the start of the file. More... over 15 years ago
Add Kernel More... over 15 years ago