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

Commits on Jan 13, 2015

  1. test: backport use executable in spawn() test

    Backport 1070377 from the v0.12 branch.
    
    Currently, the test-child-process-spawn-typeerror.js is
    calling execFile() on a JavaScript source file, which is
    causing failures on Windows. This commit switches to calling
    spawn() on an actual executable.
    
    Fixes #8930.
    
    Signed-off-by: Julien Gilli <julien.gilli@joyent.com>
    cjihrig authored and Julien Gilli committed Jan 13, 2015
    Copy the full SHA
    0a430b9 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2015

  1. docs: delete unused/duplicate css files

     - `sh.css` already exists in `api_assets`
     - `sh_vim-dark.css` is unused, but used in the repo `node-website`
            now
    
    Reviewed-by: Trevor Norris <trev.norris@gmail.com>
    Signed-off-by: Julien Gilli <julien.gilli@joyent.com>
    robertkowalski authored and Julien Gilli committed Jan 14, 2015
    Copy the full SHA
    0c50195 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/v0.10' into v0.12

    Conflicts:
    	test/simple/test-child-process-spawn-typeerror.js
    Julien Gilli committed Jan 14, 2015
    Copy the full SHA
    307daed View commit details
    Browse the repository at this point in the history