aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* avoid a GC problem with RUBY_ALWAYS_GC= ./ruby -e ''.akr2005-12-291-1/+4
* * 2005-12-30eban2005-12-291-3/+3
* * eval.c (rb_gc_mark_threads): leave unmarked threads which won't wakenobu2005-12-293-0/+46
* * 2005-12-29eban2005-12-291-3/+3
* * test/ruby/envutil.rb (EnvUtil.rubybin): search "ruby" instead ofakr2005-12-292-4/+9
* * 2005-12-27eban2005-12-271-3/+3
* * ext/openssl/lib/openssl/ssl.rb (OpenSSL::SSL::SSLSocket#post_connection_che...gotoyuzo2005-12-262-2/+8
* * eval.c (rb_eval), gc.c (gc_mark_children), node.h (NEW_ALIAS,nobu2005-12-265-15/+27
* * 2005-12-26eban2005-12-261-3/+3
* * eval.c (ev_const_get): fixed a bug in constant reference duringmatz2005-12-263-12/+26
* * stable version 1.8.4 released.matz2005-12-244-5/+14
* * version.h: 2005-12-22 (1.8.4 preview3)matz2005-12-221-3/+3
* * array.c: document fix - remove reference of obsoletedmatz2005-12-221-1/+1
* (rb_f_test): fix document. [ruby-dev:28087]akr2005-12-211-1/+11
* * file.c (w32_io_info): should return handle because FileIndex isocean2005-12-212-14/+21
* * 2005-12-21eban2005-12-211-3/+3
* * lib/pathname.rb (test_kernel_open): use File.identical?.akr2005-12-212-7/+8
* * eval.c (eval_under_i): evaluate source in caller's frame.nobu2005-12-202-2/+15
* * ext/syck/rubyext.c: fixed GC problem (backported HEAD 1.55 - 1.62)ocean2005-12-204-125/+102
* * ext/syck/rubyext.c (syck_emitter_reset): to ensure compatibilitywhy2005-12-202-1/+6
* * 2005-12-20eban2005-12-191-3/+3
* * io.c (rb_f_backquote): fix a GC problem onakr2005-12-192-1/+7
* * 2005-12-19nobu2005-12-191-3/+3
* * parse.y (rb_symname_p): fixed wrong validation. [ruby-dev:28047]nobu2005-12-193-3/+37
* * 2005-12-17eban2005-12-171-3/+3
* * bignum.c (rb_big_rshift): fix a GC problem onakr2005-12-162-1/+7
* * eval.c (bmcall): fix a GC problem by tail call onakr2005-12-162-1/+9
* corrected the allocation size.ttate2005-12-161-1/+1
* revert previous change.akr2005-12-161-2/+2
* refine "unknown data type" message.akr2005-12-161-2/+2
* * 2005-12-16eban2005-12-151-3/+3
* * signal.c (Init_signal): revert C++ style comment.matz2005-12-155-18/+50
* * 2005-12-15eban2005-12-141-3/+3
* * ext/zlib/zlib.c (zstream_run): fix a GC problem by tail call onakr2005-12-142-0/+6
* * test/gdbm/test_gdbm.rb: specify pid for the argument ofeban2005-12-142-6/+11
* * 2005-12-14eban2005-12-141-3/+3
* * marshal.c (r_object0): fix a GC problem for reading a bignum onakr2005-12-142-1/+6
* * re.c (rb_reg_regcomp): fix a GC problem on x86_64 withakr2005-12-132-0/+6
* * array.c (rb_ary_diff): fix a GC problem on IA64 withakr2005-12-122-1/+9
* * 2005-12-13eban2005-12-121-3/+3
* * sprintf.c (rb_str_format): fix a GC problem.akr2005-12-122-1/+7
* * test/openssl/test_ssl.rb (test_parallel): call GC.start to closegotoyuzo2005-12-122-0/+6
* precedes registering global VALUE variables before initializing it.akr2005-12-124-13/+14
* * ext/digest/digest.c (rb_digest_base_s_digest): add volatile tomatz2005-12-1210-15/+26
* * 2005-12-12eban2005-12-111-3/+3
* * ext/tk/lib/tkextlib/SUPPORT_STATUS: update to support libraries innagai2005-12-110-0/+0
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2005-12-115-0/+1048
* * ext/tk/lib/tkextlib/SUPPORT_STATUS: update to support libraries innagai2005-12-114-6/+29
* * 2005-12-09nobu2005-12-091-3/+3
* * lib/rexml/encoding.rb (encoding=): give priority to particularnobu2005-12-095-33/+62