summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
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-29* lib/generator.rb: should work with another thread. (more robust code)ocean
2005-12-29* eval.c (rb_gc_mark_threads): keep unmarked threads which won't wakenobu
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* 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* lib/optparse.rb (CompletingHash#match): fix for 1.9.nobu
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-26 * ext/openssl/lib/openssl/ssl.rb (OpenSSL::SSL::SSLSocket#post_connection_ch...gotoyuzo
2005-12-26* added an old entry.nobu
2005-12-21* file.c (w32_io_info): should return handle because FileIndex isocean
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* 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-19* eval.c (FUNCTION_CALL_MAY_RETURN_TWICE): activate onlyakr
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
2005-12-16* bignum.c (rb_big_rshift): fix a GC problem onakr
2005-12-16* eval.c (bmcall): fix a GC problem by tail call onakr
2005-12-16* ext/syck/rubyext.c (rb_syck_compile): fixed memory leak.ocean
2005-12-16* ext/syck/rubyext.c (syck_scalar_value_set): should set newlyocean
2005-12-16* ext/syck/rubyext.c (syck_resolver_tagurize): fixed memory leak.ocean
2005-12-15* lib/tmpdir.rb: merged RDoc patch from Eric Hodel <drbrain atmatz
2005-12-14* ext/zlib/zlib.c (zstream_run): fix a GC problem by tail call onakr
2005-12-14* lib/rdoc/parsers/parse_c.rb (find_class_comment): fix for classnobu
2005-12-14* dir.c (has_magic): glob names contain alphabets to enable case foldnobu
2005-12-14* marshal.c (r_object0): fix a GC problem for reading a bignum onakr
2005-12-13* re.c (rb_reg_regcomp): fix a GC problem on x86_64 withakr
2005-12-12* array.c (rb_ary_diff): fix a GC problem on IA64 withakr
2005-12-12* sprintf.c (rb_str_format): fix a GC problem.akr
2005-12-12* test/openssl/test_ssl.rb (test_parallel): call GC.start to closegotoyuzo
2005-12-12* range.c (range_cover): new method Range#cover? added. thematz
2005-12-12* ext/digest/digest.c (rb_digest_base_s_digest): add volatile tomatz
2005-12-11(test_remote_array_and_hash): pseudo remote objects are protectedseki
2005-12-09 * lib/matrix.rb: add Matrix#determinant_e, Matrix#rank_e.keiju
2005-12-09* eval.c (calling_scope_t): gave names to magic numbers for rb_call().nobu
2005-12-09* lib/rexml/encoding.rb (encoding=): give priority to particularnobu