Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.
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: nodejs/node-v0.x-archive
base: f65a5cbcde51
Choose a base ref
...
head repository: nodejs/node-v0.x-archive
compare: 28ae70ebad8d
Choose a head ref
  • 3 commits
  • 718 files changed
  • 3 contributors

Commits on Nov 5, 2014

  1. build: fix build for SmartOS

    This change in V8: https://code.google.com/p/v8/source/detail?r=22210
    has introduced a method named OS::GetCurrentThreadId which fails to
    compile on OSes where a "gettid" syscall does not exist.
    
    This build issue has been fixed upstream by several changes:
    - https://code.google.com/p/v8/source/detail?r=23459.
    - https://codereview.chromium.org/649553002
    - https://codereview.chromium.org/642223003
    
    Another minor fix to the upstream changes was also necessary.
    See https://code.google.com/p/v8/issues/detail?id=3620 for
    more information.
    
    The other build issue was due to the fact that alloca.h is not included
    by other system includes on SmartOS, which is assumed by V8.
    
    Built and tested on Linux, MacOS X, Windows and SmartOS.
    Julien Gilli authored and tjfontaine committed Nov 5, 2014
    1
    Copy the full SHA
    3589a62 View commit details
    Browse the repository at this point in the history
  2. test: more thorough tests for npm

    othiym23 authored and tjfontaine committed Nov 5, 2014
    Copy the full SHA
    272aa58 View commit details
    Browse the repository at this point in the history
  3. npm: Upgrade to v2.1.6

    tjfontaine committed Nov 5, 2014
    Copy the full SHA
    28ae70e View commit details
    Browse the repository at this point in the history