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.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.8.8
Choose a head ref
  • 18 commits
  • 123 files changed
  • 3 contributors

Commits on Jan 13, 2014

  1. Configuration menu
    Copy the full SHA
    44cb63a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d078cb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4353f5d View commit details
    Browse the repository at this point in the history
  4. Handle negative zero values correctly.

    This handles the situation when they're part of a global variable
    whether it just be a float/double or embedded within a struct.
    
    Fixes #1898.
    waywardmonkeys committed Jan 13, 2014
    Configuration menu
    Copy the full SHA
    369b833 View commit details
    Browse the repository at this point in the history
  5. Add strtod(), wcstod(), wcstol() and friends.

    This implementation of strtod() replaces the old as it implements
    support for parsing hex constants which is needed by various tests.
    waywardmonkeys committed Jan 13, 2014
    Configuration menu
    Copy the full SHA
    c022930 View commit details
    Browse the repository at this point in the history
  6. Add gamma functions.

    waywardmonkeys committed Jan 13, 2014
    Configuration menu
    Copy the full SHA
    b167b3c View commit details
    Browse the repository at this point in the history
  7. Make lgamma and friends work, add test.

    We can't use weak aliases on variables in emscripten, so get rid of __signgam
    and just use signgam.
    waywardmonkeys committed Jan 13, 2014
    Configuration menu
    Copy the full SHA
    cd21e58 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    75a6be6 View commit details
    Browse the repository at this point in the history
  9. 5 Configuration menu
    Copy the full SHA
    3b62c65 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e3825af View commit details
    Browse the repository at this point in the history
  11. Bump version.

    waywardmonkeys committed Jan 13, 2014
    Configuration menu
    Copy the full SHA
    ee4a2df View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b97c1bc View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d9c105a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    cb0f677 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    7844db3 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2014

  1. unset precision if set to -1

    kripken committed Jan 14, 2014
    Configuration menu
    Copy the full SHA
    af59788 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2004 from waywardmonkeys/updates

    Updates
    kripken committed Jan 14, 2014
    Configuration menu
    Copy the full SHA
    2914deb View commit details
    Browse the repository at this point in the history
  3. Merge branch 'incoming' of github.com:kripken/emscripten into incoming

    conflicts: tests/test_core.py tools/shared.py
    kripken committed Jan 14, 2014
    Configuration menu
    Copy the full SHA
    cd1edeb View commit details
    Browse the repository at this point in the history
Loading