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-06-12
emscripten_random
Alon Zakai
2012-06-11
export some filesystem commands through closure
Alon Zakai
2012-06-08
remove Array_copy and String_copy; they are hard to implement in a fast way t...
Alon Zakai
2012-06-08
optimize Array_copy
Alon Zakai
2012-05-31
make strtod properly handle .5 etc
Alon Zakai
2012-05-31
Adding LLVM intrinsic llvm_uadd_with_overflow_i16.
Adrian Taylor
2012-05-29
Fix behavior strndup whern size <= 0, in this case strndup returns empty string
Aleksander Guryanov
2012-05-28
Fix size of new string (0 +1->size +1)
Aleksander Guryanov
2012-05-28
Add implementation of strndup function and test for it
Aleksander Guryanov
2012-05-26
fix strtod behavior on non-ints
Alon Zakai
2012-05-24
make fgetc return the char value as unsigned (in a signed int)
Alon Zakai
2012-05-16
fix invalid character
Alon Zakai
2012-05-15
Make FS_LOG work again
Ehsan Akhgari
2012-05-15
initial work on c++ gc support
Alon Zakai
2012-05-14
handle cancel in window.prompt
Alon Zakai
2012-05-14
do not fail on -fcatch-undefined-behavior
Alon Zakai
2012-05-11
FS.createPreloadedFile
Alon Zakai
2012-05-09
sscanf support for negative integers
Alon Zakai
2012-05-09
various fixes and improvements to sscanf
Alon Zakai
2012-05-08
handle absolute paths in file preloading
Alon Zakai
2012-04-23
Fix to strtod_l and add test case for strtold.
Sigmund Vik
2012-04-23
Added strtold and strtod_l/strtold_l stubs.
Sigmund Vik
2012-04-21
partial support for llvm_umul_with_overflow_i64
Alon Zakai
2012-04-21
support extraction of i64 values in ta2, and partial support for llvm_uadd_wi...
Alon Zakai
2012-04-20
optimize strspn and strcspn
Alon 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-17
fix closure issues with exception handling, and add test coverage
Alon Zakai
2012-04-16
fix sscanf handling of ends of %s
Alon Zakai
2012-04-12
More consistent stubs for functions accepting a locale.
Sigmund Vik
2012-04-11
Fixed parameters for strptime_l.
Sigmund Vik
2012-04-11
Added stub for strptime_l to library.js
Sigmund Vik
2012-04-11
Added stub for strftime_l to library.js
Sigmund Vik
2012-04-09
init runtime immediately, so that even with noInitialRun we can still call fi...
Alon Zakai
2012-04-09
use Array prototype slice in mmap, since contents may not be an Array
Alon Zakai
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
[next]