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
/
library.js
Age
Commit message (
Expand
)
Author
2012-04-03
remove incorrect param in abort
Alon Zakai
2012-04-03
auto-add deps in gl and glut
Alon Zakai
2012-04-02
only include i64 precise code if it will actually be used
Alon Zakai
2012-04-01
work towards unsigned precise i64s: add, subtract and multiply work but divid...
Alon Zakai
2012-04-01
support for precise i64 signed math
Alon Zakai
2012-03-30
Merge pull request #328 from ehsan/ogre_upstream
Alon Zakai
2012-03-29
add deleteFile to FS
Alon Zakai
2012-03-28
properly implement llvm_uadd|mul_with_overflow_i32
Alon Zakai
2012-03-28
Implement isdigit_l and isxdigit_l
Ehsan Akhgari
2012-03-28
Enable logging of filesystem operations
Ehsan Akhgari
2012-03-21
misc SDL stuff
Alon Zakai
2012-03-21
use a valid dir in the default HOME env var value
Alon Zakai
2012-03-19
Module.read closure fix
Alon Zakai
2012-03-19
refactor use of this[..] in shell.js to use Module[..]
Alon Zakai
2012-03-15
add file preloading in browsers
Alon Zakai
2012-03-10
don't flush terminals, it adds spurious newlines
Alon Zakai
2012-03-10
be careful when flushing streams that may have been closed, during shutdown
Alon Zakai
2012-03-10
properly implement isatty
Alon Zakai
2012-03-10
allow Module.stdin,out,err to provide defaults for streams
Alon Zakai
2012-03-06
Merge pull request #301 from richardassar/array-prealloc
Alon Zakai
2012-03-05
do not rely on browser timezone info, it is very unpredictable
Alon Zakai
2012-03-05
Optimisation of FS.createDataFile
The_Fly
2012-02-26
remove I64_MODE, it is equal to 1 in USE_TYPED_ARRAYS 2 and only there
Alon Zakai
2012-02-22
fix typed exceptions for o1 and above
Alon Zakai
2012-02-22
misc library fixes for libcxxabi+test_typed_exceptions
Alon Zakai
2012-02-22
use libcxxabi for dynamic_cast
Alon Zakai
2012-02-21
Merge pull request #265 from adetaylor/polymorphic-exception-handling
Alon Zakai
2012-02-20
Polymorphic exception handling.
Adrian Taylor
2012-02-18
do not include __inline with full library
Alon Zakai
2012-02-18
basic support for setjmp/longjmp
Alon Zakai
2012-02-14
Merge pull request #246 from adetaylor/atexit-fix
Alon Zakai
2012-02-13
actually return the valid pointer in dynamic cast
Alon Zakai
2012-02-12
Fixing order of atexit calls.
Adrian Taylor
2012-02-11
only support i64 mode 1 in ta2
Alon Zakai
2012-02-11
fix parseInt
Alon Zakai
2012-02-10
Merge pull request #232 from FishingCactus/opengles_wip
Alon Zakai
2012-02-09
Implement std::uncaught_exception() in js
Ehsan Akhgari
2012-02-09
Fix readdir()
julien.hamaide
2012-02-05
fix bug with sscanf on negative floats
Alon Zakai
2012-02-05
do ATINIT and ATEXIT in order
Alon Zakai
2012-02-05
add preRun and postRun hooks in Module, and tweak FS initialization
Alon Zakai
2012-02-05
auto-call FS.init only if not already initialized
Alon Zakai
2012-02-04
assert on FS.init being only called once
Alon Zakai
2012-02-02
stubs for _l localized versions of strtol* functions
Alon Zakai
2012-01-31
fix rusage struct def in library
Alon Zakai
2012-01-31
do not rely on debug metadata (which can be lost in llvm unsafe opts) for str...
Alon Zakai
2012-01-28
Merge branch 'master' into llvmopts
Alon Zakai
2012-01-28
Merge branch 'master' into glgears
Ehsan Akhgari
2012-01-27
Merge branch 'handle_broken_lli' into glgears
Ehsan Akhgari
2012-01-26
ntohl etc.
Alon Zakai
[next]