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

Commits on Mar 5, 2013

  1. win/openssl: mark assembled object files as seh safe

    There are no unsafe structured exception handlers in object files
    generated from hand-crafted assembly - because they contain no exception
    handlers at all.
    piscisaureus committed Mar 5, 2013
    Copy the full SHA
    01fa5ee View commit details
    Browse the repository at this point in the history
  2. Revert "build, windows: disable SEH"

    This is no longer necessary - the underlying issue was fixed in 01fa5ee.
    This reverts commit d879042.
    piscisaureus committed Mar 5, 2013
    Copy the full SHA
    c0a5af8 View commit details
    Browse the repository at this point in the history