aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-05-09fix test_sscanf_other_whitespace for s_x_xAlon Zakai
2013-05-09Merge pull request #1154 from hyperlogic/incomingAlon Zakai
Issue #1134: scanf does not treat CR, FF, VT as whitespace
2013-05-09Merge pull request #1159 from juj/no_nacl_tripleAlon Zakai
Remove the __native_client__ system define when using NaCl triple.
2013-05-09Also remove #define __ELF__ when building using NaCl triple.Jukka Jylänki
2013-05-09Remove __pnacl__ #define as well.Jukka Jylänki
2013-05-09Remove the __native_client__ system define when using NaCl triple. ↵Jukka Jylänki
Emscripten does not implement Google Native Client/Pepper APIs.
2013-05-08Issue #1134: scanf does not treat CR, FF, VT as whitespaceAnthony Thibault
2013-05-08include netinet/in.h in netdb.h, like linux does; fixes #1153Alon Zakai
2013-05-08add nbody-java benchmarkAlon Zakai
2013-05-08add nbody-java codeAlon Zakai
2013-05-08fix FI_* of Math.*Alon Zakai
2013-05-08improve mathfuncptr testAlon Zakai
2013-05-08fix function table wrapping of Math.*Alon Zakai
2013-05-07recognize the double-to-i64 bitcast pattern as having no side effects in ↵Alon Zakai
eliminator
2013-05-07avoid unnecessary bitcasts from double to i64, if the double was loaded and ↵Alon Zakai
only used as an i64
2013-05-07fix test runner is_le32Alon Zakai
2013-05-07fix mishandling of inference of global var typesAlon Zakai
2013-05-07infer untyped variables in js-optimizer.js by origin variable's type if they ↵Alon Zakai
are just a copy
2013-05-07add whets testcaseAlon Zakai
2013-05-07switch to le32 target by default1.4.3Alon Zakai
2013-05-06fix sdl inclusionAlon Zakai
2013-05-06auto-include malloc/free when SDL is used; fixes #1139Alon Zakai
2013-05-06Merge pull request #1138 from sylvestre/incomingAlon Zakai
Minor improvements in the sources
2013-05-06make sure function table size for empty tables is the right power of twoAlon Zakai
2013-05-06remove tests/cases/gepoverflow since it is too finicky with absolute pointersAlon Zakai
2013-05-06fix memory initializer detectionAlon Zakai
2013-05-05generate empty function tables of proper sizeAlon Zakai
2013-05-05update commentsAlon Zakai
2013-05-05add test for sdl allocation, and warn when using stub malloc/freeAlon Zakai
2013-05-05generalize customizeVTable to support asmAlon Zakai
2013-05-05update test_staticsAlon Zakai
2013-05-04make memory management sane: 0 is null, then static including globals, then ↵Alon Zakai
stack, then dynamic/sbrk. deprecate shared libs (BUILD_AS_SHARED_LIB)
2013-05-04emit aborting stubs for DEAD_FUNCTIONSAlon Zakai
2013-05-04Remove more +x permissions on source or javascript filesSylvestre Ledru
2013-05-04Remove generated file (should not be part of the repository)Sylvestre Ledru
2013-05-03assert on no fp80s etc. in non-x86 targetAlon Zakai
2013-05-03Merge pull request #1126 from imvu/more_embind_updatesAlon Zakai
More embind updates
2013-05-03fix asm.js coercionAlon Zakai
2013-05-03Merge branch 'strcat-fix' of github.com:fairfieldt/emscripten into ↵Alon Zakai
fairfieldt-strcat-fix
2013-05-03use sys.executableAlon Zakai
2013-05-03Provide the right declarations for the scripts to be executed correctlySylvestre Ledru
2013-05-03Remove executable permissions on simple filesSylvestre Ledru
2013-05-03use -fno-threadsafe-statics, issue #1128Alon Zakai
2013-05-03adjust js pass logging level to debugAlon Zakai
2013-05-03update testsAlon Zakai
2013-05-03restore warning on no input files, to match gccAlon Zakai
2013-05-03fix some logging usesAlon Zakai
2013-05-03tweak some logging levelsAlon Zakai
2013-05-03Displays usage when no argument is passed.Éloi Rivard
2013-05-03* Added some colors to messages displayed from python files.Éloi Rivard