aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * process.c: new method Process.exec. [ruby-dev:28107]aamine2005-12-272-1/+6
* * 2005-12-27eban2005-12-271-3/+3
* * ext/openssl/lib/openssl/ssl.rb (OpenSSL::SSL::SSLSocket#post_connection_ch...gotoyuzo2005-12-262-2/+8
* * 2005-12-26nobu2005-12-261-3/+3
* * added an old entry.nobu2005-12-261-0/+4
* (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
* * test/pathname/test_pathname.rb (test_kernel_open): useakr2005-12-212-5/+7
* * eval.c (eval_under_i): evaluate source in caller's frame.nobu2005-12-202-0/+9
* * ext/syck/rubyext.c (syck_emitter_reset): to ensure compatibilitywhy2005-12-202-1/+6
* * ext/syck/rubyext.c (syck_node_transform): ruby object holdingocean2005-12-202-4/+9
* * 2005-12-20eban2005-12-191-3/+3
* * io.c (rb_f_backquote): fix a GC problem onakr2005-12-192-1/+7
* no messageocean2005-12-191-0/+2
* * parse.y (rb_symname_p): fixed wrong validation. [ruby-dev:28047]nobu2005-12-193-2/+34
* * Makefile.in (XCFLAGS): separated as well as win32/Makefile.sub.nobu2005-12-193-3/+12
* * ext/syck/syck.h (S_FREE): small hack. no need to check if pointer isocean2005-12-193-93/+74
* * st.c: uses malloc instead of xmalloc to avoid GC. syck uses st_insertocean2005-12-192-24/+19
* simplify previous change.akr2005-12-191-4/+2
* * eval.c (FUNCTION_CALL_MAY_RETURN_TWICE): activate onlyakr2005-12-192-0/+23
* * 2005-12-19eban2005-12-191-3/+3
* * ext/syck/rubyext.c: sorry, I reverted my "should set newlyocean2005-12-192-5/+13
* * ext/syck/rubyext.c (syck_emitter_reset): should initializeocean2005-12-172-2/+25
* * 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
* * ext/syck/rubyext.c (rb_syck_compile): fixed memory leak.ocean2005-12-162-1/+9
* revert previous change.akr2005-12-161-2/+2
* refine "unknown data type" message.akr2005-12-161-2/+2
* * ext/syck/rubyext.c (syck_scalar_value_set): should set newlyocean2005-12-162-1/+3
* * 2005-12-16eban2005-12-161-3/+3
* * ext/syck/rubyext.c (syck_resolver_tagurize): fixed memory leak.ocean2005-12-162-8/+20
* * lib/tmpdir.rb: merged RDoc patch from Eric Hodel <drbrain atmatz2005-12-154-1/+10
* require tempdir instead of tempfile.akr2005-12-151-1/+1
* * 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
* * lib/rdoc/parsers/parse_c.rb (find_class_comment): fix for classnobu2005-12-142-1/+6
* * dir.c (has_magic): glob names contain alphabets to enable case foldnobu2005-12-142-7/+32
* * 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-2/+7
* * array.c (rb_ary_diff): fix a GC problem on IA64 withakr2005-12-122-1/+10
* * 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
* remove unused variables.akr2005-12-121-3/+0
* * 2005-12-12eban2005-12-121-3/+3
* indent "if" body.akr2005-12-121-2/+3
* precedes registering global VALUE variables before initializing it.akr2005-12-124-12/+11