aboutsummaryrefslogtreecommitdiffstats
path: root/ext/thread
Commit message (Expand)AuthorAgeFilesLines
* * configure.in, ext/thread/extconf.rb, lib/thread.rb: Add aknu2007-02-101-0/+2
* * ext/thread/lib/thread.rb: Add a replacement of thread.rb thatknu2007-02-101-0/+5
* * ext/thread/thread.c (rb_thread_exclusive): Implementknu2007-02-101-0/+34
* * ext/thread/thread.c: Get rid of use of a dummy function.knu2007-02-101-11/+2
* * ext/thread/thread.c (Init_thread): Define missing aliases:knu2007-02-101-0/+2
* * ext/thread: Make style fixes (mostly de-K&R'ism) to match theknu2007-02-092-696/+507
* Oops, this is the original form. I committed the wrong file.knu2007-02-091-5/+21
* * ext/thread: Import the "fastthread" implementation by MenTaLguYknu2007-02-092-0/+1304