aboutsummaryrefslogtreecommitdiff
path: root/src/library.js
AgeCommit message (Expand)Author
2013-04-09implement setgroupsArlo Breault
2013-04-06scanf: support '*', which matches without assigning to an argument.Jacob Lee
2013-03-25Merge pull request #898 from MichaelRiss/selectFixAlon Zakai
2013-03-25Get things working with the new libcxx / libcxxabi.Bruce Mitchener
2013-03-22add default c++ terminate() in library.jsAlon Zakai
2013-03-22- added test cases for select error reportingMichael Riss
2013-03-22Move error check into canRead function and use an outer scope variable to rep...Michael Riss
2013-03-22remove stray console.logMichael Riss
2013-03-22select function: return error condition when network connection failsMichael Riss
2013-03-20remove CATCH_EXIT_CODE and make it the default behaviorAlon Zakai
2013-03-20refactor Browser initializationAlon Zakai
2013-03-19handle negative zero; fixes #921Alon Zakai
2013-03-20Fix large values in llvm_ctpop_i32().Bruce Mitchener
2013-03-18Merge pull request #945 from ting-yuan/incomingAlon Zakai
2013-03-18switchify the main formatString loopAlon Zakai
2013-03-18fix printing of %llx very small and very large valuesAlon Zakai
2013-03-15remove leading zeros in %llxAlon Zakai
2013-03-15mark UTF_STRING_SUPPORT as an unsafe but useful opt, in -O3Alon Zakai
2013-03-15fix strncasecmp comparison signednessAlon Zakai
2013-03-15optimize use of .charCodeAt(0) at compile timeAlon Zakai
2013-03-15asmify strcasecmpAlon Zakai
2013-03-15asmify strncasecmpAlon Zakai
2013-03-15asmify tolowerAlon Zakai
2013-03-14optimize strcat a littleAlon Zakai
2013-03-14asmify strcatAlon Zakai
2013-03-14add branch in strncpy to avoid reading from possible invalid memoryAlon Zakai
2013-03-14optimize bitshift64* a littleAlon Zakai
2013-03-14fix bitshift64Ashr bugAlon Zakai
2013-03-14move dynamic 64-bit shifts into asm library callsAlon Zakai
2013-03-12asmify strncpyAlon Zakai
2013-03-12write strcpy in asm and add some testingAlon Zakai
2013-03-12optimize pread to use typed array set()Alon Zakai
2013-03-12infrastructure for implementing i64 math in asm.js, and implement i64Add and ...Alon Zakai
2013-03-12Fix the return value of fgets().tingyuan
2013-03-11add ASSERTIONS to asm2g, and fix assertions for asmAlon Zakai
2013-03-07support llvm_ctpop_*; fixes #918Alon Zakai
2013-03-07Merge pull request #931 from xxuejie/stdlib_strtodAlon Zakai
2013-03-07Merge pull request #932 from tobydox/incomingAlon Zakai
2013-03-06Move strtod, strtold, strtof, strtod_l, strtold_l, atof from JS side to libc ...1.2.9Xuejie "Rafael" Xiao
2013-03-06simplify loop unrolling of memcpy and memsetAlon Zakai
2013-03-06Emit correct code for setjmp() calls when in UNALIGNED_MEMORY modeTobias Doerffel
2013-03-07Implement llabs().Bruce Mitchener
2013-03-05Merge pull request #922 from waywardmonkeys/implement-signbitAlon Zakai
2013-03-06Implement signbit in terms of copysign.Bruce Mitchener
2013-03-05Merge pull request #924 from waywardmonkeys/implement-sched-yieldAlon Zakai
2013-03-05Merge pull request #926 from waywardmonkeys/implement-pthread-cond-timedwaitAlon Zakai
2013-03-06Add some return values for pthread_cond_*.Bruce Mitchener
2013-03-06Implement stub for sched_yield().Bruce Mitchener
2013-03-05Merge pull request #912 from waywardmonkeys/implement-nanosleepAlon Zakai
2013-03-05Merge pull request #913 from waywardmonkeys/implement-sc-nprocessors-onlnAlon Zakai