Граф коммитов

1110 Коммитов

Автор SHA1 Сообщение Дата
max99x d1b71bb5fc Fixed a file offset incompatibility between read() and ungetc(). 2011-07-31 06:30:28 +03:00
Alon Zakai 904f50c51e fix use of reserved word |byte| which trips up closure compiler 2011-07-30 20:23:57 -07:00
max99x 17f137b38e Reverted minor mismerged preamble.js change. 2011-07-31 05:24:29 +03:00
max99x cd7fea411b Fixed allocate() ignoring ALLOC_NORMAL. 2011-07-31 05:19:02 +03:00
max99x 7f735afe5e Merge remote-tracking branch 'upstream/master' 2011-07-31 04:48:43 +03:00
max99x 4477fc67de Ensured that getNativeFiledSize() is always called with alone=true in the library. 2011-07-31 04:45:45 +03:00
max99x c756aa5c86 Fixed ctype to force testing of __ctype_b_loc. 2011-07-31 04:44:26 +03:00
Alon Zakai 3928f293b8 isupper, islower 2011-07-30 18:43:49 -07:00
Alon Zakai 7c43fe1d78 print on the web using console.log 2011-07-30 14:22:01 -07:00
Alon Zakai d04125d12a improve support for binary xhrs 2011-07-30 14:21:39 -07:00
Alon Zakai e1f51c6d67 let Module specify arguments 2011-07-30 11:36:23 -07:00
Alon Zakai 3268d11056 fix for running emscripten on a file in the local directory 2011-07-30 10:43:43 -07:00
Alon Zakai f6e02c614a workarounds for js engine bugs 2011-07-30 10:26:30 -07:00
max99x d1ed9565a7 Added various library functions, mostly as stubs, aliases or TODOs;
Now every function used by CPython is implemented or marked with a TODO.
2011-07-30 16:13:42 +03:00
max99x ee54249f11 Fixed ctype.h implementation; added test for it. 2011-07-30 16:12:36 +03:00
max99x af695b99f5 Merge remote-tracking branch 'upstream/master' 2011-07-30 11:43:11 +03:00
Alon Zakai 778b071526 make sure we have one test without -g 2011-07-29 20:09:49 -07:00
Alon Zakai 5314a1896c llvm exp 2011-07-29 20:08:44 -07:00
Alon Zakai c293e8c5a6 temporily disable strict mode 2011-07-29 20:08:14 -07:00
Alon Zakai da3cce7259 add missing __deps 2011-07-29 18:08:06 -07:00
kripken d49f169b48 Merge pull request #57 from max99x/master
Filesystem, unistd, and others
2011-07-29 18:03:37 -07:00
max99x a6e44cf635 Merge remote-tracking branch 'upstream/master' 2011-07-30 04:02:27 +03:00
max99x efacab6cd2 Merge branch 'master' of github.com:max99x/emscripten 2011-07-30 04:01:50 +03:00
max99x 2964998b4e Fixed /dev/tty: was stdin+stderr, now stdin+stdout. 2011-07-30 04:01:10 +03:00
max99x 0e64105b7e Minor documentation and error message polish. 2011-07-30 02:57:03 +03:00
max99x 7412ceb37a Minor polish in response to review comments. 2011-07-30 02:46:20 +03:00
Alon Zakai dece1080e8 js engine and emmaken fixes 2011-07-29 15:16:50 -07:00
Alon Zakai 5494a7299b fixes for strict mode warnings in compiler 2011-07-29 13:46:59 -07:00
Alon Zakai df145aa4b2 updates for latest spidermonkey trunk 2011-07-29 13:07:57 -07:00
max99x b6b5430d73 Implemented support for environment variables. 2011-07-29 22:32:29 +03:00
Alon Zakai c1e16b1347 setValue/getValue for easy runtime set/get on heap 2011-07-29 09:42:19 -07:00
max99x 1ac86ad03d Implemented sys/utsname.h. 2011-07-29 14:23:37 +03:00
max99x 8086162e8d Made stime() set errno; style micro-polish. 2011-07-29 13:58:58 +03:00
max99x 4c5f43d31c Added some missing math.h aliases and functions. 2011-07-29 13:58:37 +03:00
max99x 2fd50dbf48 Polish for ctype.h. 2011-07-29 12:40:42 +03:00
max99x 16f60de7f2 Implemented most of stdio.h and updated all references. 2011-07-28 14:01:08 +03:00
max99x 4c3f2fb804 Added a --disable-cms argument to the poppler test to avoid using lcms. 2011-07-28 13:49:53 +03:00
max99x 0f1a5466b1 Removed invalid null parameter from atexit callbacks;
Truncating unicode in intArray(To|From)String.
2011-07-28 13:49:06 +03:00
max99x 29db6fb65a Ignore duplicate struct member metadata. 2011-07-28 13:36:04 +03:00
Alon Zakai 71bf54cab6 implement C++ function hiding in bindings generator 2011-07-27 20:09:45 -07:00
Alon Zakai dfb34c4ddf fix bug with destructor arguments in bindings generator 2011-07-26 21:55:09 -07:00
Alon Zakai 84df27af24 optimize bindings generator a little more 2011-07-26 21:44:26 -07:00
Alon Zakai c06c077203 optimize bindings generator a little 2011-07-26 21:40:15 -07:00
Alon Zakai f8c8b9af20 improve function overloading in bindings generator 2011-07-25 22:03:18 -07:00
Alon Zakai cebc0da5f6 improve bindings processor support to modify multi-line patterns 2011-07-24 15:34:30 -07:00
Alon Zakai 8897795d33 fix for binding static functions 2011-07-24 10:34:59 -07:00
Alon Zakai 78241b0617 support for binding static functions 2011-07-23 23:43:01 -07:00
Alon Zakai cbd2894946 fixes for binding constructors with default arguments 2011-07-23 20:36:35 -07:00
max99x 7dd883b199 Made sure generateStructInfo() silently returns null on failure. 2011-07-24 05:26:51 +03:00
max99x 211884f299 Fixed unistd sleep test to be more flexible. 2011-07-24 05:26:25 +03:00