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: d5f8c1a4d3dc
Choose a base ref
...
head repository: joyent/libuv
compare: 0fb9b22ce626
Choose a head ref
  • 3 commits
  • 4 files changed
  • 1 contributor

Commits on Mar 26, 2013

  1. include: remove extraneous const from uv_version()

    Fixes the following warning:
    
      include/uv.h:236:30: warning: type qualifiers ignored on function
      return type [-Wignored-qualifiers]
       UV_EXTERN const unsigned int uv_version(void);
    bnoordhuis committed Mar 26, 2013
    Copy the full SHA
    3f6122b View commit details
    Browse the repository at this point in the history
  2. doc: update README, s/OS/PLATFORM/

    Commit a9740c9 changed the name of the OS var to PLATFORM but forgot to
    update the README.
    bnoordhuis committed Mar 26, 2013
    Copy the full SHA
    bd20b37 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    0fb9b22 View commit details
    Browse the repository at this point in the history