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.8.9
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.8.10
Choose a head ref
  • 8 commits
  • 21 files changed
  • 1 contributor

Commits on Jan 14, 2014

  1. Configuration menu
    Copy the full SHA
    ea5facf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a15486f View commit details
    Browse the repository at this point in the history
  3. Replace implementation of warn*/err*.

    This eliminates a large number of warnings about incompatible function pointer
    casts when compiling for asm.js.
    waywardmonkeys committed Jan 14, 2014
    Configuration menu
    Copy the full SHA
    bba4dd6 View commit details
    Browse the repository at this point in the history
  4. stdlib/strtod.c is no longer used.

    This has been replaced with code from musl.
    waywardmonkeys committed Jan 14, 2014
    Configuration menu
    Copy the full SHA
    98cb491 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    58713dc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8f85a8e View commit details
    Browse the repository at this point in the history
  7. Expand aliases for strto*_l() to short functions.

    This removes warnings about incompatible pointer types in asm2 mode.
    waywardmonkeys committed Jan 14, 2014
    Configuration menu
    Copy the full SHA
    8016130 View commit details
    Browse the repository at this point in the history
  8. Bump version.

    waywardmonkeys committed Jan 14, 2014
    Configuration menu
    Copy the full SHA
    ef76022 View commit details
    Browse the repository at this point in the history
Loading