-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Comparing changes
Open a pull request
base repository: emscripten-core/emscripten
base: 1.19.0
head repository: emscripten-core/emscripten
compare: 1.19.1
- 17 commits
- 35 files changed
- 2 contributors
Commits on May 22, 2014
-
Migrate to using musl libc sscanf to improve performance. Keep the ex…
…isting JS vfscanf for Emscripten FS compatibility, and add the musl-specific version to be used when called from sscanf and vsscanf.
Configuration menu - View commit details
-
Copy full SHA for a12a34e - Browse repository at this point
Copy the full SHA a12a34eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e0f6cf - Browse repository at this point
Copy the full SHA 1e0f6cfView commit details -
Migrate to using musl libc sprintf family to gain compiled asm.js per…
…formance. Keep a copy of handwritten vfprintf and fprintf around to be compatible with the Emscripten filesystem IO library. Also migrate frexp which sprintf depends on to musl libc.
Configuration menu - View commit details
-
Copy full SHA for 210bff9 - Browse repository at this point
Copy the full SHA 210bff9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4800e3b - Browse repository at this point
Copy the full SHA 4800e3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a08e845 - Browse repository at this point
Copy the full SHA a08e845View commit details -
Configuration menu - View commit details
-
Copy full SHA for 955e744 - Browse repository at this point
Copy the full SHA 955e744View commit details -
Migrate snprintf to musl. Move the most common sprintf-related code t…
…o libc instead of libcextra to avoid pulling libcextra in on common runs.
Configuration menu - View commit details
-
Copy full SHA for c81baaf - Browse repository at this point
Copy the full SHA c81baafView commit details -
Disable testing the x86 triple i386-pc-linux-gnu in asm2.test_cube2ha…
…sh, that triple is now deprecated.
Configuration menu - View commit details
-
Copy full SHA for b3af30a - Browse repository at this point
Copy the full SHA b3af30aView commit details -
Fix test test_sscanf to be spec-conformant in the treatment of scanf …
…format specifiers. According to the standard, %255c matches exactly 255 characters, while %255s matches up to 255 characters.
Configuration menu - View commit details
-
Copy full SHA for d8dad47 - Browse repository at this point
Copy the full SHA d8dad47View commit details -
Configuration menu - View commit details
-
Copy full SHA for d52c20e - Browse repository at this point
Copy the full SHA d52c20eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 894fdda - Browse repository at this point
Copy the full SHA 894fddaView commit details
Commits on May 29, 2014
-
Configuration menu - View commit details
-
Copy full SHA for b2e680a - Browse repository at this point
Copy the full SHA b2e680aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b94433a - Browse repository at this point
Copy the full SHA b94433aView commit details
Commits on Jun 2, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 2d819db - Browse repository at this point
Copy the full SHA 2d819dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for c9823a4 - Browse repository at this point
Copy the full SHA c9823a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for acb8d1e - Browse repository at this point
Copy the full SHA acb8d1eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a0ca1cd - Browse repository at this point
Copy the full SHA a0ca1cdView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 1.19.0...1.19.1