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: 9d281934df9c
Choose a base ref
...
head repository: nodejs/node-v0.x-archive
compare: 716987987966
Choose a head ref
  • 4 commits
  • 436 files changed
  • 3 contributors

Commits on Jul 31, 2014

  1. module: eliminate double getenv()

    `process.env` access results in a synchronous `getenv` call. Cache the
    first result instead and save one syscall.
    mmalecki authored and tjfontaine committed Jul 31, 2014
    Copy the full SHA
    4f1ae11 View commit details
    Browse the repository at this point in the history
  2. npm: Upgrade to v1.4.21

    tjfontaine committed Jul 31, 2014
    Copy the full SHA
    1223caf View commit details
    Browse the repository at this point in the history
  3. 11
    Copy the full SHA
    530af9c View commit details
    Browse the repository at this point in the history
  4. uv: Upgrade to v0.10.28

    tjfontaine committed Jul 31, 2014
    Copy the full SHA
    7169879 View commit details
    Browse the repository at this point in the history