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: 97db62b4d9f7
Choose a base ref
...
head repository: nodejs/node-v0.x-archive
compare: 9a4a39fc97d9
Choose a head ref
  • 3 commits
  • 3 files changed
  • 1 contributor

Commits on Jan 11, 2013

  1. 2013.01.11, Version 0.9.6 (Unstable)

    * V8: update to 3.15.11.5
    
    * node: remove ev-emul.h (Ben Noordhuis)
    
    * path: make basename and extname ignore trailing slashes (Bert Belder)
    
    * typed arrays: fix sunos signed/unsigned char issue (Ben Noordhuis)
    
    * child_process: Fix {stdio:'inherit'} regression (Ben Noordhuis)
    
    * child_process: Fix pipe() from child stdio streams  (Maciej Małecki)
    
    * child_process: make fork() execPath configurable (Bradley Meck)
    
    * stream: Add readable.push(chunk) method (isaacs)
    
    * dtrace: x64 ustack helper (Fedor Indutny)
    
    * repl: fix floating point number parsing (Nirk Niggler)
    
    * repl: allow overriding builtins (Ben Noordhuis)
    
    * net: add localAddress and localPort to Socket (James Hight)
    
    * fs: make pool size coincide with ReadStream bufferSize (Shigeki Ohtsu)
    
    * typed arrays: implement load and store swizzling (Dean McNamee)
    
    * windows: fix perfctr crash on XP and 2003 (Scott Blomquist)
    
    * dgram: fix double implicit bind error (Ben Noordhuis)
    isaacs committed Jan 11, 2013
    Copy the full SHA
    9313fdc View commit details
    Browse the repository at this point in the history
  2. Merge branch 'v0.9.6-release'

    isaacs committed Jan 11, 2013
    Copy the full SHA
    f228e3c View commit details
    Browse the repository at this point in the history
  3. Now working on 0.9.7

    isaacs committed Jan 11, 2013
    Copy the full SHA
    9a4a39f View commit details
    Browse the repository at this point in the history