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: d8240769c659
Choose a base ref
...
head repository: nodejs/node-v0.x-archive
compare: 0330bdf5195e
Choose a head ref
  • 3 commits
  • 40 files changed
  • 1 contributor

Commits on Jul 24, 2013

  1. src: rename macros.py to notrace_macros.py

    This incarnation of macros.py is only used to disable the (d)trace
    macros. Rename it so it better reflects its purpose. A new macros.py
    will be added in a follow-up commit.
    bnoordhuis committed Jul 24, 2013
    Copy the full SHA
    4b279f0 View commit details
    Browse the repository at this point in the history
  2. tools: fix js2c macro expansion bug

    If the same macro was used twice in close proximity, the second one
    didn't get expanded.
    bnoordhuis committed Jul 24, 2013
    Copy the full SHA
    457d529 View commit details
    Browse the repository at this point in the history
  3. lib: macro-ify type checks

    Increases the grep factor. Makes it easier to harmonize type checks
    across the code base.
    bnoordhuis committed Jul 24, 2013
    Copy the full SHA
    0330bdf View commit details
    Browse the repository at this point in the history