0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Jan 26, 2025 — Jan 26, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Start working on a Jake.js build file for cli.shell banana More... over 16 years ago
Start work on Jake task system and avoid running deps that don't need to be run More... over 16 years ago
Reduce banana's executable shell script to somethigng that just calls monkeyscript within the same directory More... over 16 years ago
Upgrades to banana, sh scripts, and improvements to building. Add banana executable. Show valid actions when none selected when running banana. Have sh scripts now start to look in install paths Improve the entire Makefile so it now builds bin/ and lib/ folders and includes banana as well. More... over 16 years ago
Fix issues with delayqueue in async code. More... over 16 years ago
Ignore a few stuff in the root so people can fool around without accidentally comitting junk More... over 16 years ago
More io/path work More... over 16 years ago
Work on graphics.canvas More... over 16 years ago
jline, shell work, jar loading start More... over 16 years ago
This manifest line isn't useful More... over 16 years ago
ToDo Notes More... over 16 years ago
Forgot to take account for the \n we add on our own. More... over 16 years ago
Update rhino More... over 16 years ago
A little framing to lessen errors. More... over 16 years ago
Need to use exports.Stream rather than Stream More... over 16 years ago
Implement setTimeout and async code More... over 16 years ago
Flush data before closing. More... over 16 years ago
Add partial BufferStream implementation. More... over 16 years ago
More File and Stream implementation .has -> .contains read-text: 512 -> len, rb -> rt Set scope when calling doOpen Migrate the majority of doOpen which is Rhino specific into a _native method Use .contentConstructro instead of ternaries and .encoding while ( chunk = read ) -> loop chunk = read !.length break special case entire file skip skip needs to handle numbers and data Fix bad getter definition toBlob inside NativeBlobBuffer (not a js method, used inside .valueOf) Fix .valueOf for both Buffer subtypes More... over 16 years ago
Work on File implementation. More... over 16 years ago
Implement Buffer(String|Blob, [len]); More... over 16 years ago
Move rawSlice algorithm into AbstractBuffer and use a new ArrayUtils class to handle char[] and byte[] arrays abstractly. More... over 16 years ago
Start implementing buffer modification starting with .append on StringBuffer. Move a bit more code into AbstractBuffer. Tags need to be interned. More... over 16 years ago
idswitch make command to make it easy to write IdScriptableObjects More... over 16 years ago
Make Blobs use the same new infastructure as BlobBuffers More... over 16 years ago
More work implementing Buffers, theoretically now the foundation should be in a functional state (no actual buffer methods yet though) More... over 16 years ago
More implementation of the Buffers More... over 16 years ago
More work on implementation of the Native Buffers More... over 16 years ago
Work on implementing buffer More... over 16 years ago
A bit of work on IO More... over 16 years ago