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: 1e500266eb02^
Choose a base ref
...
head repository: joyent/libuv
compare: 1920513735e4
Choose a head ref
  • 3 commits
  • 6 files changed
  • 1 contributor

Commits on Aug 12, 2013

  1. windows: move INLINE macro, remove UNUSED

    Move the INLINE macro from src/uv-common.h to src/win/internal.h, it's
    not used in src/unix/ or src/
    
    Remove the UNUSED macro. It's, well, unused.
    bnoordhuis committed Aug 12, 2013
    Copy the full SHA
    1e50026 View commit details
    Browse the repository at this point in the history
  2. unix: clean up __attribute__((quux)) usage

    Macro-ify __attribute__((destructor)) and __attribute__((unused)).
    
    The macros are no-ops when the compiler does not support function
    attributes.
    bnoordhuis committed Aug 12, 2013
    Copy the full SHA
    fd23dbf View commit details
    Browse the repository at this point in the history
  3. sunos: remove futimes() macro

    Remove a macro from src/unix/internal.h that aliases futimes() to
    futimesat(). Deal with the platform inconsistency in src/unix/fs.c.
    bnoordhuis committed Aug 12, 2013
    Copy the full SHA
    1920513 View commit details
    Browse the repository at this point in the history