Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: emscripten-core/emscripten
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.19.0
Choose a base ref
...
head repository: emscripten-core/emscripten
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.19.1
Choose a head ref
  • 17 commits
  • 35 files changed
  • 2 contributors

Commits on May 22, 2014

  1. 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.
    juj committed May 22, 2014
    Configuration menu
    Copy the full SHA
    a12a34e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e0f6cf View commit details
    Browse the repository at this point in the history
  3. 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.
    juj committed May 22, 2014
    Configuration menu
    Copy the full SHA
    210bff9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4800e3b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a08e845 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    955e744 View commit details
    Browse the repository at this point in the history
  7. 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.
    juj committed May 22, 2014
    Configuration menu
    Copy the full SHA
    c81baaf View commit details
    Browse the repository at this point in the history
  8. Disable testing the x86 triple i386-pc-linux-gnu in asm2.test_cube2ha…

    …sh, that triple is now deprecated.
    juj committed May 22, 2014
    Configuration menu
    Copy the full SHA
    b3af30a View commit details
    Browse the repository at this point in the history
  9. 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.
    juj committed May 22, 2014
    Configuration menu
    Copy the full SHA
    d8dad47 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d52c20e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    894fdda View commit details
    Browse the repository at this point in the history

Commits on May 29, 2014

  1. Configuration menu
    Copy the full SHA
    b2e680a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b94433a View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2014

  1. Configuration menu
    Copy the full SHA
    2d819db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c9823a4 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2364 from juj/musl_stdio

    Musl stdio
    kripken committed Jun 2, 2014
    Configuration menu
    Copy the full SHA
    acb8d1e View commit details
    Browse the repository at this point in the history
  4. 1.19.1

    kripken committed Jun 2, 2014
    Configuration menu
    Copy the full SHA
    a0ca1cd View commit details
    Browse the repository at this point in the history
Loading