6
I Use This!
Very High Activity

Commits : Listings

Analyzed about 12 hours ago. based on code collected about 13 hours ago.
Jun 12, 2024 — Jun 12, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Made sure read() is defined locally rather than globally. This makes no difference unless the module is wrapped in a closure. More... almost 14 years ago
Added support for exporting (non-function) global variables. More... almost 14 years ago
Additional IO functions support (pull 31) More... almost 14 years ago
remove unneeded assertion. fixes issue 28
Emtruong2
as Alon Zakai
More... almost 14 years ago
remove unneeded globalFuncs
Emtruong2
as Alon Zakai
More... almost 14 years ago
fix and optimize library aliases by making them refer instead of copy
Emtruong2
as Alon Zakai
More... almost 14 years ago
update python demo
Emtruong2
as Alon Zakai
More... almost 14 years ago
tweak python demo printing
Emtruong2
as Alon Zakai
More... almost 14 years ago
Merge pull request #27 from max99x/master More... almost 14 years ago
minor fixes for merge
Emtruong2
as Alon Zakai
More... almost 14 years ago
Added some libc I/O stubs to get Python module importing to work: * fdopen: no-op. * __01lseek64_: linked tp fseek. * __01open64_: calls open() with swapped args. * unlink: no-op. * __01fstat64_: linked to fstat. Added myself to AUTHORS. More... almost 14 years ago
Merge remote-tracking branch 'upstream/master' More... almost 14 years ago
Merge pull request #26 from timdawborn/master More... almost 14 years ago
Merge remote-tracking branch 'upstream/master' More... almost 14 years ago
libc seek tests
Emtruong2
as Alon Zakai
More... almost 14 years ago
* added myself to AUTHORS More... almost 14 years ago
* corrected support for fileno(FILE *) More... almost 14 years ago
Merge remote branch 'upstream/master' More... almost 14 years ago
LICENSE and AUTHORS
Emtruong2
as Alon Zakai
More... almost 14 years ago
fix bug with adding null terminator in readBinary
Emtruong2
as Alon Zakai
More... almost 14 years ago
getchar
Emtruong2
as Alon Zakai
More... almost 14 years ago
Merge remote-tracking branch 'upstream/master' More... almost 14 years ago
Undid the newline fix; better to fix it at the root, in fputs(). More... almost 14 years ago
Updated the Python demo replacing the output <div> with a textarea, and fixing the printing of newlines (now similar to normal CPython). More... almost 14 years ago
sdl docs
Emtruong2
as Alon Zakai
More... almost 14 years ago
SDL fixes
Emtruong2
as Alon Zakai
More... almost 14 years ago
* correction to fputs -- it should not add a trailing \n (puts does, fputs does not) * corrected internal filennames of stderr and stdout * added default getgid(void) implementation to go with getuid(void) More... almost 14 years ago
* propogated return value from main back to the return value from Module.run * 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 More... almost 14 years ago
version 1.3
Emtruong2
as Alon Zakai
More... almost 14 years ago
fix typed array detection
Emtruong2
as Alon Zakai
More... almost 14 years ago