openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
Emscripten
Settings
|
Report Duplicate
6
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very High Activity
Commits
: Listings
Analyzed
about 12 hours
ago. based on code collected
about 13 hours
ago.
Jun 12, 2024 — Jun 12, 2025
Showing page 933 of 956
Search / Filter on:
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.
max99x
More...
almost 14 years ago
Added support for exporting (non-function) global variables.
max99x
More...
almost 14 years ago
Additional IO functions support (pull 31)
tim.dawborn
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
kripken
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.
max99x
More...
almost 14 years ago
Merge remote-tracking branch 'upstream/master'
max99x
More...
almost 14 years ago
Merge pull request #26 from timdawborn/master
kripken
More...
almost 14 years ago
Merge remote-tracking branch 'upstream/master'
max99x
More...
almost 14 years ago
libc seek tests
Emtruong2
as Alon Zakai
More...
almost 14 years ago
* added myself to AUTHORS
tim.dawborn
More...
almost 14 years ago
* corrected support for fileno(FILE *)
tim.dawborn
More...
almost 14 years ago
Merge remote branch 'upstream/master'
tim.dawborn
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'
max99x
More...
almost 14 years ago
Undid the newline fix; better to fix it at the root, in fputs().
max99x
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).
max99x
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)
tim.dawborn
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
tim.dawborn
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
←
1
2
…
929
930
931
932
933
934
935
936
937
…
955
956
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree