summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-01-07* parse.y (singleton): get rid of segfault on syntax error.nobu
2006-01-06* eval.c (rb_fd_isset): compare the result of FD_ISSET with 0 toakr
2006-01-05* 2006-01-06eban
2006-01-05avoid "left-hand operand of comma expression has no effect" warnings.akr
2006-01-05* configure.in: don't force getcontext on IA64.akr
2006-01-05* 2006-01-05eban
2006-01-05ANSI styledocean
2006-01-03* 2006-01-03eban
2006-01-03some more typos fixed.akr
2006-01-03fix typos.akr
2006-01-01* 2006-01-01eban
2006-01-01fix.akr
2006-01-01* missing.h (isnan): avoid macro expantionakr
2006-01-01* win32/win32.c (rb_w32_seekdir): should not segfault even if passedocean
2005-12-31* eval.c (rb_thread_save_context): should not recycle scope object usednobu
2005-12-31* ext/syck/rubyext.c: attribute name was truncated with Rev1.64.ocean
2005-12-31* 2005-12-31eban
2005-12-31* lib/generator.rb: (Generator#initialize): should kill @loop_threadocean
2005-12-30Sorry again, incorrent exception propagation.ocean
2005-12-30Sorry, reverted. Mutex is damn slow.....ocean
2005-12-30* lib/generator.rb: uses Mutex instead of Thread.critical.ocean
2005-12-30* win32/Makefile.sub: VC++8 support.nobu
2005-12-30* gc.c (garbage_collect): mark objects refered from aborting threads.nobu
2005-12-30* lib/generator.rb: (Generator#initialize) ensured to stop @loop_thread.ocean
2005-12-30* lib/generator.rb: (Generator#initialize) fixed dead lock. this occuredocean
2005-12-29declare rb_gc_abort_threads.akr
2005-12-29unused function uscore_get removed.akr
2005-12-29avoid a GC problem with RUBY_ALWAYS_GC= ./ruby -e ''.akr
2005-12-29* lib/generator.rb: should work with another thread. (more robust code)ocean
2005-12-29* 2005-12-30eban
2005-12-29* eval.c (rb_gc_mark_threads): keep unmarked threads which won't wakenobu
2005-12-29fix "-e:1: undefined method `sub' for main:Object (NoMethodError)"akr
2005-12-29* eval.c (rb_mod_define_method): should save safe_level in thematz
2005-12-29* eval.c (rb_mod_define_method): should save safe_level in thematz
2005-12-29* test/ruby/envutil.rb (EnvUtil.rubybin): search "ruby" instead ofakr
2005-12-29* 2005-12-29eban
2005-12-29* lib/generator.rb: reimplemented Generator class with Thread instead ofocean
2005-12-28* ia64.s: remove .pred.safe_across_calls directive.akr
2005-12-27* eval.c (struct thread): add bstr_max.akr
2005-12-27* 2005-12-28eban
2005-12-27* lib/optparse.rb (CompletingHash#match): fix for 1.9.nobu
2005-12-27update previous change.akr
2005-12-27add ML ref.akr
2005-12-27* configure.in: define IA64 for portability. (HP aC++/ANSI C doesn'takr
2005-12-27* process.c: new method Process.exec. [ruby-dev:28107]aamine
2005-12-27* 2005-12-27eban
2005-12-26 * ext/openssl/lib/openssl/ssl.rb (OpenSSL::SSL::SSLSocket#post_connection_ch...gotoyuzo
2005-12-26* 2005-12-26nobu
2005-12-26* added an old entry.nobu
2005-12-21(rb_f_test): fix document. [ruby-dev:28087]akr