summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2005-12-21* file.c (w32_io_info): should return handle because FileIndex isocean
2005-12-21* 2005-12-21eban
2005-12-21* test/pathname/test_pathname.rb (test_kernel_open): useakr
2005-12-20* eval.c (eval_under_i): evaluate source in caller's frame.nobu
2005-12-20* ext/syck/rubyext.c (syck_emitter_reset): to ensure compatibilitywhy
2005-12-20* ext/syck/rubyext.c (syck_node_transform): ruby object holdingocean
2005-12-19* 2005-12-20eban
2005-12-19* io.c (rb_f_backquote): fix a GC problem onakr
2005-12-19no messageocean
2005-12-19* parse.y (rb_symname_p): fixed wrong validation. [ruby-dev:28047]nobu
2005-12-19* Makefile.in (XCFLAGS): separated as well as win32/Makefile.sub.nobu
2005-12-19* ext/syck/syck.h (S_FREE): small hack. no need to check if pointer isocean
2005-12-19* st.c: uses malloc instead of xmalloc to avoid GC. syck uses st_insertocean
2005-12-19simplify previous change.akr
2005-12-19* eval.c (FUNCTION_CALL_MAY_RETURN_TWICE): activate onlyakr
2005-12-19* 2005-12-19eban
2005-12-19* ext/syck/rubyext.c: sorry, I reverted my "should set newlyocean
2005-12-17* ext/syck/rubyext.c (syck_emitter_reset): should initializeocean