Skip to content
This repository has been archived by the owner on May 4, 2018. 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: joyent/libuv
base: 7e5c63c88da5
Choose a base ref
...
head repository: joyent/libuv
compare: 983fa68e9f8b
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Sep 5, 2013

  1. build: remove GCC_WARN_ABOUT_MISSING_NEWLINE

    Not compatible with non-Apple gcc builds.  Fixes the following build
    error:
    
        gcc-4.8: error: unrecognized command line option '-Wnewline-eof'
    bnoordhuis committed Sep 5, 2013
    Copy the full SHA
    712835a View commit details
    Browse the repository at this point in the history
  2. darwin: fix 10.6 build error in fsevents.c

    Work around an 'initializer element is not constant' build error in
    src/unix/fsevents.c by turning the const int flags into #defines.
    
    Only an issue on OS X 10.6 due to the old compiler it uses.
    
    Fixes #908.
    
    This is a back-port of commit 82f2472 from the master branch.
    bnoordhuis committed Sep 5, 2013
    Copy the full SHA
    983fa68 View commit details
    Browse the repository at this point in the history