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.5.8
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.5.9
Choose a head ref
  • 4 commits
  • 4 files changed
  • 2 contributors

Commits on Sep 14, 2013

  1. tolerate SDL_Delay in workers

    kripken committed Sep 14, 2013
    Configuration menu
    Copy the full SHA
    797df4f View commit details
    Browse the repository at this point in the history
  2. Remove C++ mangled catgets / catopen / catclose.

    In the old headers, these were not extern "C", so they would show
    up mangled when built for C++. This is no longer the case with
    the new libc headers.
    waywardmonkeys committed Sep 14, 2013
    Configuration menu
    Copy the full SHA
    00caa1b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1620 from waywardmonkeys/remove-cxx-mangled-catgets

    Remove cxx mangled catgets / catopen / catclose.
    kripken committed Sep 14, 2013
    Configuration menu
    Copy the full SHA
    e9cd8e2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    147bc5e View commit details
    Browse the repository at this point in the history
Loading