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
/
snippets.js
Age
Commit message (
Collapse
)
Author
2010-09-25
snippets ==> library
alon@honor
--HG-- rename : src/snippets.js => src/library.js
2010-09-25
improve snippets format, and a few additional library implementations
alon@honor
2010-09-23
iostream fixes
alon@honor
2010-09-23
proper print buffering, + cleanup
alon@honor
2010-09-22
several stdlib implementations
alon@honor
2010-09-20
fixes for clang, including support for phi; all tests pass, but optimizer ↵
Alon Zakai
and relooper broken (on clang)
2010-09-14
additional sauer tests+fixes
alon@honor
2010-09-11
Catch a corner case with 0 in varargs
alon@honor
2010-09-10
tweaks to sauer, and strtol
alon@honor
2010-09-08
Fix bug with strcat
alon@honor
2010-09-08
simplify parser: remove consts, have only vars
alon@honor
2010-09-07
strcat
alon@honor
2010-09-06
fixes for null vs 0, and support for assert +test
alon@honor
2010-09-05
snippets for C string funcs
alon@honor
2010-09-05
snippets work
alon@honor
2010-09-04
atexit alias
alon@honor
2010-09-04
atexit +test
alon@honor
2010-09-04
clean up settings and add code snippets file
alon@honor
--HG-- rename : tests/settings.cfg => tests/settings.py