aboutsummaryrefslogtreecommitdiff
path: root/src/library.js
AgeCommit message (Collapse)Author
2012-04-03remove incorrect param in abortAlon Zakai
2012-04-03auto-add deps in gl and glutAlon Zakai
2012-04-02only include i64 precise code if it will actually be usedAlon Zakai
2012-04-01work towards unsigned precise i64s: add, subtract and multiply work but ↵Alon Zakai
divide and modulo do not; printing is rounded
2012-04-01support for precise i64 signed mathAlon Zakai
2012-03-30Merge pull request #328 from ehsan/ogre_upstreamAlon Zakai
Upstream the work I did for porting Ogre
2012-03-29add deleteFile to FSAlon Zakai
2012-03-28properly implement llvm_uadd|mul_with_overflow_i32Alon Zakai
2012-03-28Implement isdigit_l and isxdigit_lEhsan Akhgari
We ignore the locales for now
2012-03-28Enable logging of filesystem operationsEhsan Akhgari
2012-03-21misc SDL stuffAlon Zakai
2012-03-21use a valid dir in the default HOME env var valueAlon Zakai
2012-03-19Module.read closure fixAlon Zakai
2012-03-19refactor use of this[..] in shell.js to use Module[..]Alon Zakai
2012-03-15add file preloading in browsersAlon Zakai
2012-03-10don't flush terminals, it adds spurious newlinesAlon Zakai
2012-03-10be careful when flushing streams that may have been closed, during shutdownAlon Zakai
2012-03-10properly implement isattyAlon Zakai
2012-03-10allow Module.stdin,out,err to provide defaults for streamsAlon Zakai
2012-03-06Merge pull request #301 from richardassar/array-preallocAlon Zakai
Optimisation of FS.createDataFile
2012-03-05do not rely on browser timezone info, it is very unpredictableAlon Zakai
2012-03-05Optimisation of FS.createDataFileThe_Fly
2012-02-26remove I64_MODE, it is equal to 1 in USE_TYPED_ARRAYS 2 and only thereAlon Zakai
2012-02-22fix typed exceptions for o1 and aboveAlon Zakai
2012-02-22misc library fixes for libcxxabi+test_typed_exceptionsAlon Zakai
2012-02-22use libcxxabi for dynamic_castAlon Zakai
2012-02-21Merge pull request #265 from adetaylor/polymorphic-exception-handlingAlon Zakai
Polymorphic exception handling.
2012-02-20Polymorphic exception handling.Adrian Taylor
Previously exception handling only worked if there were a 'catch' block which precisely matched the type of the thrown exception. That's not always the case if we're trying to catch subclasses. This change enhances behaviour to match subclasses, and also covers some other cases where we weren't catching the right thing.
2012-02-18do not include __inline with full libraryAlon Zakai
2012-02-18basic support for setjmp/longjmpAlon Zakai
2012-02-14Merge pull request #246 from adetaylor/atexit-fixAlon Zakai
Fix for order in which 'atexit' registered functions are called
2012-02-13actually return the valid pointer in dynamic castAlon Zakai
2012-02-12Fixing order of atexit calls.Adrian Taylor
2012-02-11only support i64 mode 1 in ta2Alon Zakai
2012-02-11fix parseIntAlon Zakai
2012-02-10Merge pull request #232 from FishingCactus/opengles_wipAlon Zakai
Opengles fixes
2012-02-09Implement std::uncaught_exception() in jsEhsan Akhgari
2012-02-09Fix readdir()julien.hamaide
2012-02-05fix bug with sscanf on negative floatsAlon Zakai
2012-02-05do ATINIT and ATEXIT in orderAlon Zakai
2012-02-05add preRun and postRun hooks in Module, and tweak FS initializationAlon Zakai
2012-02-05auto-call FS.init only if not already initializedAlon Zakai
2012-02-04assert on FS.init being only called onceAlon Zakai
2012-02-02stubs for _l localized versions of strtol* functionsAlon Zakai
2012-01-31fix rusage struct def in libraryAlon Zakai
2012-01-31do not rely on debug metadata (which can be lost in llvm unsafe opts) for ↵Alon Zakai
structure type info
2012-01-28Merge branch 'master' into llvmoptsAlon Zakai
2012-01-28Merge branch 'master' into glgearsEhsan Akhgari
2012-01-27Merge branch 'handle_broken_lli' into glgearsEhsan Akhgari
Conflicts: src/preamble.js
2012-01-26ntohl etc.Alon Zakai