3
I Use This!
Activity Not Available

Commits : Listings

Analyzed 7 months ago. based on code collected 7 months ago.
Feb 25, 2025 — Feb 25, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
tests: missing_default_case is now reported at the top of the switch, and missing_break_for_last_case is now reported at the top of the case statement More... over 18 years ago
tests: warnings for control comments are now reported on the same line as the control comment More... over 18 years ago
warn against unrecognized control comments More... over 18 years ago
tests: improve test result output More... over 18 years ago
tests: remove syntactically invalid labels More... over 18 years ago
tests: remove import-overflow.js since buffer overflows are no longer an issue More... over 18 years ago
various fixes for Python 2.4 More... over 18 years ago
pyspidermonkey: change traverse_node to jsnode_to_pynode to clarify reference counting responsibilities More... over 18 years ago
fix several gcc warnings More... over 18 years ago
fix warnings in setup.py when py2exe isn't installed More... over 18 years ago
provide an interface to SpiderMonkey to determine if a script is a compilable unit More... over 18 years ago
fix pyjsl.jsparse imports More... over 18 years ago
actually set the eol-style property More... over 18 years ago
rename pyjsl.parse to pyjsl.htmlparse More... over 18 years ago
change --dump to output opcodes More... over 18 years ago
remove obsolete code More... over 18 years ago
pyspidermonkey.c: rename kw to the more descriptive pynode More... over 18 years ago
change the c module to instantiate the Node objects and set the node's attributes to speed up parsing More... over 18 years ago
use __str__ instead of __repr__ More... over 18 years ago
set eol styles More... over 18 years ago
optimize _Node construction More... over 18 years ago
show tok.TOKENNAME when printing tokens More... over 18 years ago
fix crash when functions have too many parameters More... over 18 years ago
fix Makefile for Windows More... over 18 years ago
add svn_load_dirs conf file More... over 18 years ago
use numbers instead of strings for Node.kind and Node.opcode More... over 18 years ago
include some notes on style guidelines and upgrading SpiderMonkey More... over 18 years ago
initial import of pyjsl More... over 18 years ago
copy in a fresh copy of SpiderMonkey More... over 18 years ago
move the C version of jsl into a branch More... over 18 years ago