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.37.7
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.37.8
Choose a head ref
  • 8 commits
  • 15 files changed
  • 4 contributors

Commits on Mar 9, 2017

  1. Configuration menu
    Copy the full SHA
    7fa8987 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2017

  1. add myself to authors

    hpohl committed Mar 10, 2017
    Configuration menu
    Copy the full SHA
    b8bc483 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2017

  1. Configuration menu
    Copy the full SHA
    edbd9fa View commit details
    Browse the repository at this point in the history
  2. add link for #4997

    kripken committed Mar 15, 2017
    Configuration menu
    Copy the full SHA
    0794615 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2017

  1. Return an error code in JS shells even with async wasm compilation (#…

    …5030)
    
    * Return an error code in JS shells even with async wasm compilation
    
    * Don't double-print errors when catching exceptions with a stack object in the shell
    
    * Remove message printing from quitIfShell
    
    * Change quitIfShell to Module['quit'] that also handles throwing
    
    * Remove extraneous comment
    
    * Move Module['quit'] to shell.js
    jgravelle-google authored Mar 17, 2017
    Configuration menu
    Copy the full SHA
    230da8d View commit details
    Browse the repository at this point in the history
  2. Fix signature of certain Emscripten runtime functions to read as void…

    …(void) for C code.
    juj committed Mar 17, 2017
    Configuration menu
    Copy the full SHA
    4e85fbf View commit details
    Browse the repository at this point in the history
  3. Initialize robust_list head for pthread_t structure. Fixes a crash wi…

    …th locking recursive mutexes, #5038. Clean up unused mutex control field for old Emscripten specific mutex implementation (removed from use since d86e9b3)
    juj committed Mar 17, 2017
    Configuration menu
    Copy the full SHA
    c206579 View commit details
    Browse the repository at this point in the history
  4. Bump Emscripten version to 1.37.8 to recompile libc-mt which changed …

    …struct layout for mutex structure.
    juj committed Mar 17, 2017
    Configuration menu
    Copy the full SHA
    4bd39a7 View commit details
    Browse the repository at this point in the history
Loading