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: 40134c35377c
Choose a base ref
...
head repository: joyent/libuv
compare: 2684f876a999
Choose a head ref
  • 3 commits
  • 2 files changed
  • 2 contributors

Commits on Oct 9, 2012

  1. Copy the full SHA
    b2caee7 View commit details
    Browse the repository at this point in the history
  2. uv.h: move gid and uid to the end of the uv_process_t struct

    uv_gid_t and uv_uid_t have different sizes on different platforms.
    Moving them to the end of the struct is easier for bindings that use
    FFI.
    txdv authored and piscisaureus committed Oct 9, 2012
    Copy the full SHA
    193432d View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    2684f87 View commit details
    Browse the repository at this point in the history