Age | Commit message (Collapse) | Author |
|
SDL, and some fixes for SDL
|
|
|
|
memcpy
|
|
|
|
|
|
|
|
corrections for toNiceIdent and detecting the number of bits in mathops
|
|
|
|
|
|
with typed arrays
|
|
for aliases. also optimize function indexing in compiler
|
|
|
|
|
|
doubles
|
|
|
|
to not flood the stack
|
|
internal i64 calculations
|
|
|
|
|
|
|
|
|
|
rounding (but not all)
|
|
|
|
ta2 mode. fixes test_unaligned in ta2 and default
|
|
|
|
|
|
|
|
|
|
|
|
|
|
functions)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
is now default in settings.py
|
|
|
|
|
|
|
|
|
|
exit() throws uncaught exception
|
|
* Changed exit from throwing an text string to throwing
an Error-derived object encapsulating the exit status.
Then catch it in 'callMain' and return the status.
Enable this functionality by setting CATCH_EXIT_CODE in settings.js
|
|
|
|
parseNumerical
|
|
|
|
|
|
|