aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * object.c (rb_obj_clone): singleton class should be attachednobu2011-09-183-1/+20
* * parse.y (parser_data_type): inherit the core type in ripper sonobu2011-09-173-2/+70
* * 2011-09-17svn2011-09-171-2/+2
* * lib/find.rb (Find.find): add documentation that Find.findktsj2011-09-172-0/+7
* Revert "* numeric.c (ruby_float_step): Avoid error on i386 and amd64."naruse2011-09-162-8/+1
* * numeric.c (ruby_float_step): Avoid error on i386 and amd64.marcandre2011-09-162-1/+8
* Revert "* numeric.c (ruby_float_step): Avoid error on i386 and amd64."naruse2011-09-162-8/+1
* * 2011-09-16svn2011-09-151-2/+2
* * numeric.c (ruby_float_step): Avoid error on i386 and amd64.marcandre2011-09-152-1/+8
* * iseq.c (get_line_info, rb_iseq_line_no): fix indent.nobu2011-09-151-7/+7
* * vm.c (rb_vm_get_sourceline): fix indent.nobu2011-09-151-1/+1
* * gc.c (mark_entry, mark_key, mark_keyvalue): adjust callbacknobu2011-09-152-7/+12
* * 2011-09-15svn2011-09-141-2/+2
* Merge branch 'tk_utf8' into trunkayumin2011-09-1487-2393/+2397
* * 2011-09-14svn2011-09-141-2/+2
* * thread.c (rb_fd_rcopy): added an argument guard.kosaki2011-09-142-1/+8
* * lib/pstore.rb, test/test_pstore.rb: suppress warnings with -v.nobu2011-09-133-4/+5
* * lib/pstore.rb (PStore): always open in binary mode even ifnobu2011-09-133-4/+26
* * 2011-09-13svn2011-09-121-2/+2
* * io.c (Init_IO): update BINARY comment. it should not change thematz2011-09-122-1/+6
* * lib/test/unit/assertions.rb (Test::Unit::Assertions#assert_send): fix message.nobu2011-09-121-1/+1
* * thread.c (rb_thread_select): fix to ignore an argumentkosaki2011-09-124-3/+84
* * README.EXT, README.EXT.ja (2.2.2), parse.y (rb_check_id): addnobu2011-09-124-0/+32
* * lib/rake/file_list.rb (Rake::FileList#egrep): there is no need tousa2011-09-122-1/+7
* * test/ruby/test_exception.rb (TestException#test_exit_success_p):nobu2011-09-122-3/+18
* * 2011-09-12svn2011-09-121-2/+2
* * lib/test/unit/assertions.rb (assert_send): make arguments innobu2011-09-122-0/+57
* * ChangeLog: fix a typo.nagachika2011-09-111-1/+1
* * 2011-09-11svn2011-09-101-2/+2
* * lib/matrix.rb: Deal with subclasses of Matrix [redmine #5307]marcandre2011-09-102-23/+27
* Revert test fixes.naruse2011-09-102-7/+2
* * dir.c: Two small documentation fixes. [Bug #5302]ayumin2011-09-102-2/+8
* * gc.c (GC_PROFILE_MORE_DETAIL, CALC_EXACT_MALLOC_SIZE):ko12011-09-092-0/+11
* * parse.y (bv_decls): parse.y relies on $$ = $1 before actionmatz2011-09-092-1/+7
* update doc.akr2011-09-091-2/+2
* * 2011-09-10svn2011-09-091-2/+2
* * sample/drb/dhasenc.rb: coding cookie of Emacs is coding,kazu2011-09-093-2/+9
* * ext/bigdecimal/bigdecimal.c (BigDecimal_abs): Fix comment.ayumin2011-09-092-1/+7
* added new methods of Net::IMAP.shugo2011-09-091-0/+8
* Run GC.start before test_too_long_path.naruse2011-09-091-2/+4
* Catch NoMemoryError.naruse2011-09-091-2/+2
* Decide by majority.naruse2011-09-091-2/+5
* * test/rubygems/test_gem_commands_help_command.rb: Add onesorah2011-09-092-0/+9
* * thread.c (rb_thread_select): fix a typo to initialize efdsnobu2011-09-093-3/+19
* * template/yarvarch.ja:ayumin2011-09-082-202/+207
* Fix typoayumin2011-09-081-1/+1
* * 2011-09-09svn2011-09-081-2/+2
* * sample/drb/README.rd.ja:ayumin2011-09-084-47/+54
* * ext/nkf/nkf-utf8/nkf.c: import nkf 2.1.2 (be9c280)naruse2011-09-082-4/+9
* * gc.c (Init_GC): defined GC::Profiler.raw_data. based on thenari2011-09-082-0/+33