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: 0aec333caf34
Choose a base ref
...
head repository: nodejs/node-v0.x-archive
compare: 297fee70b978
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.
    
    Some logic that these new functions had in common with the existing
    spawn/exec/execFile implementation was refactored into separate
    functions, so it could be shared.
    
    Docs and tests are included.
    tjfontaine authored and piscisaureus committed Feb 10, 2014
    Copy the full SHA
    297fee7 View commit details
    Browse the repository at this point in the history