0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Apr 14, 2023 — Apr 14, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix a unit-increment/decrement bug. More... about 16 years ago
Properly handle frame freeing. More... about 16 years ago
Allow empty programs. More... about 16 years ago
test.js has its own branch now. More... about 16 years ago
Closure vars should be initialized to undefined as well. More... about 16 years ago
Don't use the same function object when new ones should be created. More... about 16 years ago
Make bytecode garbage-collected. More... about 16 years ago
Add a function for duplicating functions. More... about 16 years ago
Implicitly encode Jazz function arity in the bytecode object. More... about 16 years ago
Fix an opcode-classification error. More... about 16 years ago
The write barrier shouldn't die if the reference or referrer is NULL. More... about 16 years ago
Fix a bug with object-literals. More... about 16 years ago
Change the `print' function to a more primitive `write' function. More... about 16 years ago
Move jz_print to global.c. More... about 16 years ago
Fix a GC bug. More... about 16 years ago
Fix a GC bug. More... about 16 years ago
Make sure the write barrier is active before marking. More... about 16 years ago
Don't run the frame write barrier unless the write barrier is active. More... about 16 years ago
Fix a for loop bug. More... about 16 years ago
More nice error message formatting. More... about 16 years ago
Fixing some error message formatting. More... about 16 years ago
Fix a parameter-parsing bug. More... about 16 years ago
Add a load function to load JS files. More... about 16 years ago
Add test.errors to .gitignore. More... about 16 years ago
Mark newly-created frames. More... about 16 years ago
Make mark_frame public. More... about 16 years ago
Add some preliminary code for pure-JS testing. More... about 16 years ago
Move file-loading code into core. More... about 16 years ago
Switching all JS code to two spaces. More... about 16 years ago
Add tests for parameter stuff. More... about 16 years ago