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: f5e13ae9b5ca
Choose a base ref
...
head repository: nodejs/node-v0.x-archive
compare: 157d2bcc04fc
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Jun 20, 2013

  1. punycode: update to v1.2.3

    mathiasbynens authored and bnoordhuis committed Jun 20, 2013
    Copy the full SHA
    24ba9fd View commit details
    Browse the repository at this point in the history
  2. buffer: fix gcc 4.2 build breakage

    gcc 4.2 on OS X gets confused about the call to node::Buffer::Data().
    Fully qualify the function name to help it along.
    
    Fixes the following build error:
    
        ../../deps/v8/include/v8.h: In function ‘char*
        node::Buffer::Data(v8::Handle<v8::Value>)’:
        ../../deps/v8/include/v8.h:900: error: ‘class v8::Data’
        is not a function,
        ../../src/node_buffer.h:38: error:
        conflict with ‘char* node::Buffer::Data(v8::Handle<v8::Object>)’
        ../../src/node_buffer.cc:94: error:
        in call to ‘Data’
    bnoordhuis committed Jun 20, 2013
    Copy the full SHA
    157d2bc View commit details
    Browse the repository at this point in the history