aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
* * sprintf.c (rb_str_format): integer overflow check added.matz2005-12-072-3/+16
* * ext/tk/tcltklib.c: forgot to update RELEASE_DATE.nagai2005-12-063-4/+12
* * 2005-12-07eban2005-12-061-3/+3
* * ext/tk/README.macosx-aqua: [new document] tips to avoid the knownnagai2005-12-0610-39/+203
* ChangeLog fix.matz2005-12-061-1/+0
* * gc.c (ruby_xmalloc2): change check for integer overflow.matz2005-12-068-30/+54
* * 2005-12-02eban2005-12-021-3/+3
* * dir.c (Compare): should not fold double byte alphabet on win9x.ocean2005-12-022-1/+5
* * 2005-12-01eban2005-11-301-4/+4
* * eval.c (rb_funcall2): allow to call protected methods.nobu2005-11-302-3/+8
* * parse.y (struct parser_params): fields common to ripper must benobu2005-11-302-355/+371
* A trick for negative address removed.akr2005-11-301-1/+0
* * misc/ruby-mode.el (ruby-expr-beg): support $! at the end ofmatz2005-11-306-16/+15
* * 2005-11-30eban2005-11-301-3/+3
* ChangeLog lib/pp.rbakr2005-11-302-1/+14
* * parse.y (struct parser_params): heap must be placed at same offsetnobu2005-11-293-16/+29
* * 2005-11-29eban2005-11-291-3/+3
* follow change of observer.rb. fixed [ruby-core:6796]seki2005-11-292-10/+16
* * lib/pp.rb (PP::PPMethods#object_address_group): adjust address format.akr2005-11-282-1/+12