aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-06-25Fixed stdin() returning undefined in browser cotext if the usermax99x
clicks "Cancel" in the prompt dialog.
2011-06-25Added basic support for dynamic module loading.max99x
2011-06-25Made sure read() is defined locally rather than globally. This makesmax99x
no difference unless the module is wrapped in a closure.
2011-06-25Added support for exporting (non-function) global variables.max99x
2011-06-24Additional IO functions support (pull 31)tim.dawborn
2011-06-24remove unneeded assertion. fixes issue 28Alon Zakai
2011-06-24remove unneeded globalFuncsAlon Zakai
2011-06-24fix and optimize library aliases by making them refer instead of copyAlon Zakai
2011-06-23update python demoAlon Zakai
2011-06-23tweak python demo printingAlon Zakai
2011-06-23Merge pull request #27 from max99x/masterkripken
Python fixes: demo polish and module loading
2011-06-23minor fixes for mergeAlon Zakai
2011-06-24Added some libc I/O stubs to get Python module importing to work:max99x
* fdopen: no-op. * __01lseek64_: linked tp fseek. * __01open64_: calls open() with swapped args. * unlink: no-op. * __01fstat64_: linked to fstat. Added myself to AUTHORS.
2011-06-24Merge remote-tracking branch 'upstream/master'max99x
2011-06-23Merge pull request #26 from timdawborn/masterkripken
Various fixes to IO stubs
2011-06-24Merge remote-tracking branch 'upstream/master'max99x
2011-06-23libc seek testsAlon Zakai
2011-06-24* added myself to AUTHORStim.dawborn
2011-06-24* corrected support for fileno(FILE *)tim.dawborn
2011-06-24Merge remote branch 'upstream/master'tim.dawborn
2011-06-23LICENSE and AUTHORSAlon Zakai
2011-06-23fix bug with adding null terminator in readBinaryAlon Zakai
2011-06-23getcharAlon Zakai
2011-06-24Merge remote-tracking branch 'upstream/master'max99x
2011-06-24Undid the newline fix; better to fix it at the root, in fputs().max99x
2011-06-23Updated the Python demo replacing the output <div> with a textarea,max99x
and fixing the printing of newlines (now similar to normal CPython).
2011-06-23sdl docsAlon Zakai
2011-06-23SDL fixesAlon Zakai
2011-06-23* correction to fputs -- it should not add a trailing \n (puts does, fputs ↵tim.dawborn
does not) * corrected internal filennames of stderr and stdout * added default getgid(void) implementation to go with getuid(void)
2011-06-23* propogated return value from main back to the return value from Module.runtim.dawborn
* improved the behaviour of ungetc * added optional argument to intArrayFromString to not add the trailing NULL -- useful when adding JS strings as the data in the virtual file system
2011-06-22version 1.3Alon Zakai
2011-06-20fix typed array detectionAlon Zakai
2011-06-19support for customizing interactive input by setting Module.stdinAlon Zakai
2011-06-19update python demoAlon Zakai
2011-06-18fixes for web text inputAlon Zakai
2011-06-17optional nonportable optimizations in test runnerAlon Zakai
2011-06-17experimental support for web text inputAlon Zakai
2011-06-16disable typed arrays in python demo - needs recompilationAlon Zakai
2011-06-16paper improvementsAlon Zakai
2011-06-16add dlmalloc benchmarkAlon Zakai
2011-06-12ceilf and floorfAlon Zakai
2011-06-12add warning for not running with -show-annotationsAlon Zakai
2011-06-12improve memops benchmarkAlon Zakai
2011-06-12tweak relooper to generate tighter inner loopsAlon Zakai
2011-06-12revert c24c10ea77e612937f1d3e36b5909ada62587b76Alon Zakai
2011-06-12minor emmaken fixesAlon Zakai
2011-06-12do not write unnecessary final if in multiple blocksAlon Zakai
2011-06-11simplify memcpy/memset for ta2Alon Zakai
2011-06-11fix # of benchmark testsAlon Zakai
2011-06-11optimize memset and memcpy in ta2Alon Zakai