aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * range.c (range_cover): new method Range#cover? added. thematz2005-12-122-0/+40
* * ext/digest/digest.c (rb_digest_base_s_digest): add volatile tomatz2005-12-1215-88/+73
* * ext/tk/lib/tkextlib/SUPPORT_STATUS: update to support libraries innagai2005-12-115-6/+266
* * 2005-12-11eban2005-12-111-3/+3
* (test_remote_array_and_hash): pseudo remote objects are protectedseki2005-12-112-2/+11
* * lib/matrix.rb: add Matrix#determinant_e, Matrix#rank_e.keiju2005-12-092-12/+143
* * eval.c (calling_scope_t): gave names to magic numbers for rb_call().nobu2005-12-092-26/+37
* * 2005-12-10eban2005-12-091-3/+3
* remove unused variable `tmp'.akr2005-12-091-1/+0
* * lib/rexml/encoding.rb (encoding=): give priority to particularnobu2005-12-095-33/+62
* * 2005-12-09eban2005-12-091-3/+3
* * range.c (range_include): return false unless included in numericnobu2005-12-092-5/+9
* * eval.c (umethod_bind): adjust invoking class for module method.nobu2005-12-072-6/+21
* * 2005-12-08eban2005-12-071-3/+3
* * eval.c (call_trace_func): klass parameter should be amatz2005-12-073-2/+7
* * sprintf.c (rb_f_sprintf): [ruby-dev:27967]matz2005-12-075-17/+58