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: c5ed96a4b12f
Choose a base ref
...
head repository: nodejs/node-v0.x-archive
compare: 185c515c9feb
Choose a head ref
  • 2 commits
  • 5 files changed
  • 1 contributor

Commits on Sep 2, 2013

  1. test: don't use --max-stack-size=0

    --max-stack-size was removed in 3a87b31, use --stack-size instead.
    What's more, a zero length stack will likely crash the process.
    bnoordhuis committed Sep 2, 2013
    Copy the full SHA
    d6fb764 View commit details
    Browse the repository at this point in the history
  2. src: clean up CLI argument parser

    * Exit with an error message when the option is not a node or V8 option.
    
    * Remove the option_end_index global.  Needs to happen anyway for
      the multi-context work, might as well land it in master now.
    
    * Add a smidgen of const-correctness.
    
    * Pay off a few years of accrued technical debt.
    bnoordhuis committed Sep 2, 2013
    Copy the full SHA
    185c515 View commit details
    Browse the repository at this point in the history