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
2011-07-03
comment
Alon Zakai
2011-07-03
Merge pull request #43 from max99x/master
kripken
2011-07-04
Added reference to the folder-reading d8 bug.
max99x
2011-07-03
posix_memalign
Alon Zakai
2011-07-03
Minor polish to the last few commits; no change in functionality.
max99x
2011-07-03
Implemented a large part of <time.h>.
max99x
2011-07-03
Implemented a little more of fstat(), getcwd();
max99x
2011-07-01
Added some missing functionality to stat(), sysconf().
max99x
2011-06-30
refactoring+cleanup, to add type info where it was missing. allows proper fun...
Alon Zakai
2011-06-29
backout previous broken commit
Alon Zakai
2011-06-30
Merge remote-tracking branch 'upstream/master'
max99x
2011-06-29
indexize external functions (for shared libraries, primarily), +some code cle...
Alon Zakai
2011-06-29
Minor polish:
max99x
2011-06-28
Added proper argument size support to _formatString/printf.
max99x
2011-06-28
Proper handling of unknown specifiers in _formatString/printf; minor refactor.
max99x
2011-06-28
Properly padding infinity/NaN in _formatString/printf.
max99x
2011-06-28
Added support for %n in _formatString/printf.
max99x
2011-06-28
Replaced brainded float formatting with a much cleaner (and more precise) ver...
max99x
2011-06-27
Fixed some strict mode problems; added test for -Infinity.
max99x
2011-06-27
Fixed unsigned number printing; updated Lua test with correct format (same as...
max99x
2011-06-27
Minor printf() bugfix.
max99x
2011-06-27
Fixed a few boneheaded mistakes; added test for strtod().
max99x
2011-06-27
Implemented a GCC-alike printf/_formatString.
max99x
2011-06-27
Added exponent handling to strtod().
max99x
2011-06-26
Merge remote-tracking branch 'upstream/master'
max99x
2011-06-26
Fixed function indexing issues between parent and child;
max99x
2011-06-25
remove second unneeded unlink in library
Alon Zakai
2011-06-25
Style cleanup for the previous commit.
max99x
2011-06-25
indexize Math.* properly. fixes issue 29
Alon Zakai
2011-06-25
Fixed stdin() returning undefined in browser cotext if the user
max99x
2011-06-25
Added basic support for dynamic module loading.
max99x
2011-06-24
Additional IO functions support (pull 31)
tim.dawborn
2011-06-24
fix and optimize library aliases by making them refer instead of copy
Alon Zakai
2011-06-24
Added some libc I/O stubs to get Python module importing to work:
max99x
2011-06-24
* corrected support for fileno(FILE *)
tim.dawborn
2011-06-24
Merge remote branch 'upstream/master'
tim.dawborn
2011-06-23
getchar
Alon Zakai
2011-06-23
* correction to fputs -- it should not add a trailing \n (puts does, fputs do...
tim.dawborn
2011-06-23
* propogated return value from main back to the return value from Module.run
tim.dawborn
2011-06-19
support for customizing interactive input by setting Module.stdin
Alon Zakai
2011-06-18
fixes for web text input
Alon Zakai
2011-06-17
experimental support for web text input
Alon Zakai
2011-06-12
ceilf and floorf
Alon Zakai
2011-06-11
optimize memset and memcpy in ta2
Alon Zakai
2011-06-04
optimize Pointer_make (both input size and processing time)
Alon Zakai
2011-06-04
refactor makeCopyValues and add makeSetValues
Alon Zakai
2011-06-04
refactor makeCopyValue
Alon Zakai
2011-06-03
refactoring in preparation for TYPED_ARRAYS==2 (disabled)
Alon Zakai
2011-05-28
fixes for closure compiler advanced opts
Alon Zakai
2011-05-26
improve AUTO_OPTIMIZE
Alon Zakai
[next]