0
I Use This!
Inactive

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 14 hours ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
update changes file More... almost 17 years ago
Fix intermittent timing bug in Firefox (the epoch was reported incorrectly by 1ms in some cases) reported by James Long. More... almost 17 years ago
print out useful parse error message when compile fails. More... almost 17 years ago
Fixed single-statement blocks in for-in loops. More... over 17 years ago
Fixed guards. More... over 17 years ago
Updated TODO list. More... over 17 years ago
Fixed compiler tests. More... over 17 years ago
update changes, re-enable compiler tests (which are currently broken pending other work.) More... over 17 years ago
Fixed double-incrememtation bug and resume correctness bugs found by Kris Zyp. More... over 17 years ago
global variable in loop test was ironically conflicting with test runner. More... over 17 years ago
Added missing file. More... over 17 years ago
fix bug found by Kris Zyp where yeilding for loops not delimited by braces would cause an infinite loop More... over 17 years ago
updated TODO list. More... over 17 years ago
fix instanceof. More... over 17 years ago
Fixed broken makefile. Oops! More... over 17 years ago
Final touches on beta release. More... over 17 years ago
Documented the threading API, fixed weird Safari closures bug. More... over 17 years ago
updated some of the docs. More... over 17 years ago
Implemented fetch() method. More... over 17 years ago
update TODO list. More... over 17 years ago
adding js.jar More... over 17 years ago
Implemented jar-file packaged compiler, improved build process. More... over 17 years ago
Implemented the spawn() method. More... over 17 years ago
Implemented enhanced notifiers for threading proposal (docs not updated). More... over 17 years ago
Updated frame handling so that suspended frames return a "magic" value that can be used as a scheduler and/or future. More... over 17 years ago
Implemented dynamic client-side compiler for Ajax applications. More... over 17 years ago
ported test suite to run in web-browsers. More... over 17 years ago
update the TODO list. More... over 17 years ago
update docs to smooth out the blocking/yielding/resuming terminology. Also fixed a bug in the runtime. More... over 17 years ago
Changed "blocking" to "yielding" in code. Also, added new test file missing from last checkin. More... over 17 years ago