index
:
emscripten
master
push-upstream
Emscripten: An LLVM-to-JavaScript Compiler
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2013-07-30
Add bcopy implementation
Yu Kobayashi
2013-07-29
Merge pull request #1440 from yukoba/statvfs_doc_url
Alon Zakai
2013-07-29
Merge pull request #1439 from michaeljbishop/replace-eval-in-jansson
Alon Zakai
2013-07-30
Fix statvfs document URL
Yu Kobayashi
2013-07-29
accept [0 x ..] in the middle of structures, odd as it might seem, this is va...
Alon Zakai
2013-07-29
Replace insecure eval() call with JSON.parse() in the
Michael J. Bishop
2013-07-29
fix test_scriptaclass
Alon Zakai
2013-07-29
buffer streams that cannot be rewound in fscanf; fixes #1436
Alon Zakai
2013-07-29
fix Module acquiring
Alon Zakai
2013-07-29
Merge pull request #1370 from inolen/ungetc_fixes
Alon Zakai
2013-07-26
Merge pull request #1393 from fhd/sdl-surface-refcount
Alon Zakai
2013-07-26
Merge pull request #1425 from inolen/module_global
Alon Zakai
2013-07-26
tidy up defensive environment initialization
Anthony Pesch
2013-07-25
Don't leak the last surface and improve SDL_surface refcount test
Felix H. Dahlke
2013-07-24
eliminate default Module global
Anthony Pesch
2013-07-24
Merge pull request #1428 from juj/gl_num_compressed_formats
Alon Zakai
2013-07-24
Merge pull request #1386 from michaeljbishop/sdl_rwops
Alon Zakai
2013-07-24
do invoke_* on LLVM invokes using function pointers; fixes #1423
Alon Zakai
2013-07-24
Merge pull request #1394 from inolen/stat_tests
Alon Zakai
2013-07-24
properly handle loads of i24s and similar illegal values
Alon Zakai
2013-07-23
properly handle generation of instances of structures ending in [0 x ..]
Alon Zakai
2013-07-23
better error message
Alon Zakai
2013-07-23
fix scanString hardcoded HEAP32 reference
Alon Zakai
2013-07-23
Merge branch 'master' of github.com:ToadKing/emscripten into incoming
Alon Zakai
2013-07-24
Implement glGetIntegerv(GL_NUM_COMPRESSED_TEXTURE_FORMATS).
Jukka Jylänki
2013-07-23
fix Math.imul closuring
Alon Zakai
2013-07-23
fix structure size when it has a [0 x ..] at the end - that should add nothing
Alon Zakai
2013-07-22
change error message to assert
ToadKing
2013-07-22
Merge pull request #1424 from sbalko/strftime-impl
Alon Zakai
2013-07-22
Made getMimetype() a public method of the Browser module and used it
Michael J. Bishop
2013-07-22
Merge pull request #1406 from inolen/printerr_fixes
Alon Zakai
2013-07-22
no need to closure-guard Math.imul definitions (only used internally anyhow, ...
Alon Zakai
2013-07-22
fix regression of double-counting varargs
Alon Zakai
2013-07-22
Added mime type information to SDL_rwops in `SDL_RWFromFile` as a hint
Michael J. Bishop
2013-07-21
notice varargs when creating library function wrappers
Alon Zakai
2013-07-22
Formatting changes as requested for pull request
Soeren Balko
2013-07-22
Implement strftime (incl. tests)
Soeren Balko
2013-07-21
Merge branch 'isgraph' of github.com:ToadKing/emscripten into incoming
Alon Zakai
2013-07-21
Merge pull request #1412 from michaeljbishop/pread-fix
Alon Zakai
2013-07-20
- added lchmod
Anthony Pesch
2013-07-20
fix isgraph
ToadKing
2013-07-19
Formatting cleanup.
Michael J. Bishop
2013-07-19
Touched up formatting.
Michael J. Bishop
2013-07-19
fix glGetAttachedShaders
ToadKing
2013-07-19
handle %Nc in sscanf; fixes #1407
Alon Zakai
2013-07-19
simplify and correct the logic for falling back to the entry ident when an in...
Alon Zakai
2013-07-19
handle out param in SDL_GetKeyboardState; fixes #1404
Alon Zakai
2013-07-19
Merge pull request #1402 from imvu/embind-updates-pull-request
Alon Zakai
2013-07-18
fix for refcount cleanup
Anthony Pesch
2013-07-18
Fixes in pread()
Michael Bishop
[next]