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: 0f25560c8aed
Choose a base ref
...
head repository: joyent/libuv
compare: 6591d000d137
Choose a head ref
  • 1 commit
  • 4 files changed
  • 1 contributor

Commits on Nov 10, 2014

  1. win: fix uv_thread_self()

    59658a8 changed uv_thread_self()
    to return uv_thread_t, but uv_thread_t is a thread's HANDLE while
    uv_thread_self() returns the current thread's id.
    This means that uv_thread_equal() is also broken, as we are
    potentially comparing HANDLES to ids.
    
    Changed uv_thread_self() to return the current thread's creation handle.
    Fixed small doc issue.
    orangemocha authored and saghul committed Nov 10, 2014
    1
    Copy the full SHA
    6591d00 View commit details
    Browse the repository at this point in the history