aboutsummaryrefslogtreecommitdiff
path: root/src/library.js
AgeCommit message (Expand)Author
2012-05-26fix strtod behavior on non-intsAlon Zakai
2012-05-24make fgetc return the char value as unsigned (in a signed int)Alon Zakai
2012-05-16fix invalid characterAlon Zakai
2012-05-15Make FS_LOG work againEhsan Akhgari
2012-05-15initial work on c++ gc supportAlon Zakai
2012-05-14handle cancel in window.promptAlon Zakai
2012-05-14do not fail on -fcatch-undefined-behaviorAlon Zakai
2012-05-11FS.createPreloadedFileAlon Zakai
2012-05-09sscanf support for negative integersAlon Zakai
2012-05-09various fixes and improvements to sscanfAlon Zakai
2012-05-08handle absolute paths in file preloadingAlon Zakai
2012-04-23Fix to strtod_l and add test case for strtold.Sigmund Vik
2012-04-23Added strtold and strtod_l/strtold_l stubs.Sigmund Vik
2012-04-21partial support for llvm_umul_with_overflow_i64Alon Zakai
2012-04-21support extraction of i64 values in ta2, and partial support for llvm_uadd_wi...Alon Zakai
2012-04-20optimize strspn and strcspnAlon Zakai
2012-04-19[src/library.js]: Added llvm_bswap_i16 ;Pierre Renaux
2012-04-19[src/library.js]: Added llvm_invariant_start/end so that code linking to pre-...Pierre Renaux
2012-04-17fix closure issues with exception handling, and add test coverageAlon Zakai
2012-04-16fix sscanf handling of ends of %sAlon Zakai
2012-04-12More consistent stubs for functions accepting a locale.Sigmund Vik
2012-04-11Fixed parameters for strptime_l.Sigmund Vik
2012-04-11Added stub for strptime_l to library.jsSigmund Vik
2012-04-11Added stub for strftime_l to library.jsSigmund Vik
2012-04-09init runtime immediately, so that even with noInitialRun we can still call fi...Alon Zakai
2012-04-09use Array prototype slice in mmap, since contents may not be an ArrayAlon Zakai
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 divid...Alon Zakai
2012-04-01support for precise i64 signed mathAlon Zakai
2012-03-30Merge pull request #328 from ehsan/ogre_upstreamAlon Zakai
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
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
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