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

Commits on Feb 10, 2014

  1. bindings: add spawn_sync bindings

    This implements a nested event loop that makes it possible to control
    a child process, while blocking the main loop until the process exits.
    piscisaureus committed Feb 10, 2014
    Copy the full SHA
    fa4eb47 View commit details
    Browse the repository at this point in the history
  2. child_process: js bits for spawnSync/execSync

    This implements the user-facing APIs that lets one run a child process
    and block until it exits.
    
    Logic shared with the async counterpart of each function was refactored
    to enable code reuse.
    
    Docs and tests are included.
    tjfontaine committed Feb 10, 2014
    3
    Copy the full SHA
    e8df267 View commit details
    Browse the repository at this point in the history