about summary refs log tree commit homepage
path: root/projects/fastthread
DateCommit message (Expand)
2008-11-22Mongrel::Service moved to its own repository. Everything else deleted, becaus...
2008-06-22bump version to 1.0.3
2008-06-22make native build a noop on Rubies that have no real need for fastthread
2008-06-06deal with missing rb_thread_wakeup_alive in earlier Ruby versions
2008-06-06update CHANGELOG
2008-06-06fix missing enq alias for SizedQueue
2008-06-06bump version to 1.0.2
2008-06-06synchronize with ruby_1_8, merging r13476
2008-06-06merge r12278 from ruby_1_8
2008-03-31A bunch of corrections to the Rakefiles and the Manifest.
2007-09-23signed fastthread using unreleased echoe (for extensions)
2007-03-20update to 1.0
2007-02-14update to 0.6.4.1
2007-01-26An install task probably should make the gem too. Ya think?
2007-01-26bump verison to 0.6.3
2007-01-26minor reformatting
2007-01-26allow condvars to interoperate with legacy mutexes
2007-01-26Always require 'thread' in tests
2007-01-20:install target should also package
2007-01-19bump version to 0.6.2
2007-01-19use rb_define_class to work around Ruby bug #7974, plus additional
2007-01-19add a Thread.pass to give other thread a chance
2007-01-19increase test coverage for queue classes
2006-12-31bump version to 0.6.1
2006-12-31swap classes atomically to avoid race conditions
2006-12-31bump version to 0.6
2006-12-31remove and redefine constants rather than munge existing classes,
2006-12-24whoops, forgot to quote string
2006-12-24set up tests for JRuby
2006-12-23bump version to 0.5.3.5
2006-12-23remove explicit deadlock test to match stdlib semantics
2006-12-23rb_thread_critical is an int, not a VALUE
2006-12-21bump version to 0.5.3.4
2006-12-21avoid collision with exported rb_eThreadError in some Ruby versions
2006-12-20bump version to 0.5.3.3
2006-12-20variables BEFORE statements
2006-12-20bump version to 0.5.3.2
2006-12-20eliminate non-constant initializer
2006-12-19revert to all K&R style, but add prototypes, in an effort to make VC happy
2006-12-17bump version to 0.5.3.1
2006-12-17add setup.rb
2006-12-16bump version to 0.5.3
2006-12-16aha, so refactoring _did_ fix things, except I forgot to override the
2006-12-16refactor Queue and SizedQueue; still does not address test failures,
2006-12-15rake install didn't work because of wrong version string
2006-12-15Comment out failing test and expanded the test process.
2006-12-14bump version
2006-12-14tests and fixes for SizedQueue
2006-12-14add tests for SizedQueue
2006-12-09bump version to 0.5.1