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
2013-06-19
fix memmove
Alon Zakai
2013-06-18
IMPROVED: va_list offset is not hardcoded, added comments
manny/MADE
2013-06-18
BUGFIX: lists cannot be llvm_va_copy was broken, didn't copy list offset
manny/MADE
2013-06-17
Implement strnlen.
David Barksdale
2013-06-10
rename int because closure hates it
Alon Zakai
2013-06-10
comment on not inlining for setjmp
Alon Zakai
2013-06-07
fix multiplications in setjmp code
Alon Zakai
2013-06-07
Make lrint more correct. Closes #1265.
Jez Ng
2013-06-05
INCOMING_QUEUE_LENGTH was not found by CircularBuffer constructor.
Alan Kligman
2013-06-05
Missed closing parenthesis.
Alan Kligman
2013-06-04
Merge branch 'master' of github.com:feeley/emscripten into incoming
Alon Zakai
2013-06-04
Add basic support for nonblocking read
Marc Feeley
2013-06-04
Merge pull request #1244 from onnoj/incoming
Alon Zakai
2013-06-04
check more carefully if a stream is a socket
Alon Zakai
2013-06-04
leave low fds for sockets
Alon Zakai
2013-06-04
Merge branch 'incoming' of github.com:kanaka/emscripten into incoming
Alon Zakai
2013-06-04
Merge pull request #1225 from inolen/errno
Alon Zakai
2013-06-04
Updated tests to reflect new error values
Anthony Pesch
2013-06-04
Merge branch 'incoming-merge' of github.com:modeswitch/emscripten into incoming
Alon Zakai
2013-06-04
Fixed Issue #1241: _scanString not supporting upper case format specifiers A,...
Onno
2013-06-03
show stub malloc/free warnings only in ASSERTIONS==2
Alon Zakai
2013-06-03
Fix frexp does not accept negative numbers
Frits Talbot
2013-06-02
create /dev/null; issue #1226
Alon Zakai
2013-06-01
syncd library.js errno codes with sys/errno.h
Anthony Pesch
2013-05-30
Fixed formatting.
Alan Kligman
2013-05-30
Don't include webrtc-specific code for websockets builds.
Alan Kligman
2013-05-30
Fix style issues.
Alan Kligman
2013-05-29
This fixes various strtoll/strtol issues, including tests
Soeren Balko
2013-05-28
initialize errno
Alon Zakai
2013-05-27
make sure emscripten_run_script_int returns an int
Alon Zakai
2013-05-25
silence exceptions during cxa_free_exception
Alon Zakai
2013-05-23
Comments.
Alan Kligman
2013-05-23
Formatting fixes. For some reason, indented preprocessor directives cause com...
Alan Kligman
2013-05-23
Formatting fixes.
Alan Kligman
2013-05-23
Remove console.log.
Alan Kligman
2013-05-23
Added var for socket deps.
Alan Kligman
2013-05-23
Rename global io to SocketIO. Updated webrtc library to pull in global name.
Alan Kligman
2013-05-23
Add support for webrtc-based sockets. Moved both backends behind a settings f...
Alan Kligman
2013-05-23
actually implement clock_gettime()
Alon Zakai
2013-05-21
allocate using NORMAL in FS.init, to avoid races with data packages arriving ...
Alon Zakai
2013-05-21
Conform to coding conventions.
tingyuan
2013-05-21
mmap(): Align to malloc's default alignment instead of pages.
tingyuan
2013-05-21
Assert that MAP_SHARED is only specified with files backed by HEAP.
tingyuan
2013-05-21
1. mmap(): Make use of files that is backed by HEAP.
tingyuan
2013-05-21
fix __errno_location
Alon Zakai
2013-05-21
Merge branch 'incoming' of github.com:hyperlogic/emscripten into incoming
Alon Zakai
2013-05-19
Issue #1172: fix for fscanf
Anthony Thibault
2013-05-17
Prevent leak detection from tripping on __setErrNo
Chad Austin
2013-05-16
make some more asm things closure-friendly
Alon Zakai
2013-05-16
Merge pull request #1173 from manuels/incoming
Alon Zakai
[next]