aboutsummaryrefslogtreecommitdiff
path: root/system
AgeCommit message (Collapse)Author
2012-01-17library fixesAlon Zakai
2012-01-17libc++ sourcesAlon Zakai
2012-01-16more xlocale.h stuffAlon Zakai
2012-01-16additional xlocale.h specsAlon Zakai
2012-01-16restore libcxx to pristine state, undoing all our hacks, and work towards ↵Alon Zakai
fixing test_exceptions given that
2012-01-13Update float.h to define FLT_ROUNDSJeff Terrace
2012-01-13add some dirent.h stuffAlon Zakai
2012-01-12Merge pull request #170 from FishingCactus/class_exceptionAlon Zakai
Catching specific exception type now works
2012-01-12networking header additionsAlon Zakai
2012-01-12some inet.h additionsAlon Zakai
2012-01-12header fixesAlon Zakai
2012-01-11Catching specific exception type now worksjulien.hamaide
2012-01-05add some GL headersAlon Zakai
2012-01-05Merge pull request #162 from jterrace/incomingAlon Zakai
Endianness, cross-compiling, and missing headers
2012-01-05add missing semaphore.hAlon Zakai
2012-01-05Changed emscripten comment to XXX formatJeff Terrace
2012-01-04Add missing pthread function, missing termios.h and missing ttydefaults.hJeff Terrace
2012-01-04Add additional defines to endian.hJeff Terrace
2012-01-04misc header improvements for building llvmAlon Zakai
2011-12-20stdbool.hAlon Zakai
2011-12-20fix feof, plus testAlon Zakai
2011-12-17fix SDL_MUSTLOCKAlon Zakai
2011-12-17support for std::endl and cout << intsAlon Zakai
2011-12-12ctype.h header fixAlon Zakai
2011-12-10SDL headers fixAlon Zakai
2011-12-07switch some 64-bit stat fields to 32-bitAlon Zakai
2011-12-06initial work on memory growthAlon Zakai
2011-11-30refactor compiler to allow future batching of types and globals. move ↵Alon Zakai
postsets from run() to the toplevel to boost performance and simplify compilation. fix various bugs that were noticed during this
2011-11-04headers fixAlon Zakai
2011-10-31revert pull 110 and part of pull 107Alon Zakai
2011-10-31Merge pull request #107 from BenoitT/patch-1Alon Zakai
std::endl was missing. We just need to comment extern to make std::cout w
2011-10-28profiling option from C++Alon Zakai
2011-10-28Merge pull request #106 from BenoitT/masterAlon Zakai
Fixed the function string is not exporting
2011-10-28Missing the locale class definitionBenoitT
2011-10-28Fixed same bug as #105 for streambufBenoitT
2011-10-27std::endl was missing. We just need to comment extern to make std::cout worksBenoitT
2011-10-24Fixed bug #105: string is not exported into JS fileBenoitT
2011-10-23Merge pull request #101 from BenoitT/masterAlon Zakai
Fixed ios compilation problem
2011-10-21Removed an anoying warningBenoitT
2011-10-21Removed an anoying warning for macro redefinitionBenoitT
2011-10-21Added XXX Emscripten commentsBenoitT
2011-10-20SDL headers fixAlon Zakai
2011-10-20The variable __except was causing problems with the keyword with the same ↵BenoitT
name. Renamed it. See issue #100
2011-10-19fix test_iostreamAlon Zakai
2011-10-18ctype.h fix to not use macrosAlon Zakai
2011-10-17various include/ additionsAlon Zakai
2011-10-13header fixes for speak.jsAlon Zakai
2011-10-10EMSCRIPTEN_COMMENT for source commentsAlon Zakai
2011-10-08mremapAlon Zakai
2011-10-08change some _type defs to coincide with glibcAlon Zakai