0
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Don't give link juice do domains I let go and got picked up by junk More... almost 10 years ago
Add stringtest More... over 15 years ago
Commit partial install, move part of bootstrap stuff into Jake.js More... over 15 years ago
Add file and code lint More... over 15 years ago
Docctest file with starting tests for Blob More... over 15 years ago
Commit a rough bit of code starting on require('encodings'); More... over 15 years ago
Commit start of MongoDB module (will be moved to a package later) that has been sitting arround for awhile. More... over 15 years ago
Move modules that use liveconnect from mod.js to mod.java.js and support that in require. More... over 15 years ago
Cleanup error printing and make sure to catch syntax errors as well. More... over 15 years ago
Doctest support in shell More... over 15 years ago
Commit a temporary specialty js.jar build. Current Rhino trunk is not usable as it appears to have a bug in it, but one commit adds annotations we need. To recreate this jar take these steps: > git submodule update lib/rhino Cherry-pick c64837a13c10b05f06ee9e1e3b5c14d41006111f > cd lib/rhino > patch -p1 ../exportAsJSClass-createConstructor.patch > cd ../../ > make rhino More... over 15 years ago
Incomplete io/buffer implementation More... over 15 years ago
Move ProcessFunction into a require module, add exporting thorws to Exports, move cli.shell into a repl require module and make it usable. More... over 15 years ago
Make bootstrap trigger building of commonjs io/buffer and copying of it into the bootstrap More... over 15 years ago
Convert Makefile into bootstrap builder, bootstrap commonjs modules as well, add an internal monkeyscriptrc to populate hooks and internal commonjs paths More... over 15 years ago
Fix makefile so it knows when to copy the monkeyscript bash script More... over 15 years ago
Tweak monkeyscript bash file to work out of the box when built More... over 15 years ago
Implement support for jar based modules More... over 15 years ago
Move modules into a modules subdirectory (this will make splitting out things like jars easier) More... over 15 years ago
Update README with cleaner info, info on rhino, and info on tests. More... over 15 years ago
Switch test command from commonjs-test to test.commonjs and use a group for it. More... over 15 years ago
Jake: Fix alltasks, add core-tasks, setup runTask to expand groups till the task is found. More... over 15 years ago
Fix Makefile, without these deps bash files won't update. And fix up args a little more. More... over 15 years ago
Setup commonjs-tests submodule properly More... over 15 years ago
Move README to README.mkd so github formats it and add a COPYING file More... over 15 years ago
Prepend license boilerplate to code More... over 15 years ago
CommonJS system and io/filesystem/raw Partial implementation of CommonJS `system` module (no env yet, std* depends on files before impl) 90% implementation of io/filesystem/raw More... over 15 years ago
Background changes to require() More... over 15 years ago
Test extensions as well even though we haven't done any of them and some of them don't matter More... over 15 years ago
Add commonjs-tests subproject and a Jake.js which supports `jake commonjs-tests` to test commonjs complaince More... over 15 years ago