aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * tool/enc-unicode.rb: optimized.naruse2009-10-085-20/+41
* * ext/curses/curses.c: Many functions of module Curses could cause a crash if...marcandre2009-10-082-0/+47
* * compile.c (ADD_TRACE): fire coverage event in ensure clause.mame2009-10-084-1/+11
* * lib/net/telnet.rb (cmd): Pass FailEOF options: patch by Brian Candler [ruby...marcandre2009-10-082-2/+9
* * 2009-10-09svn2009-10-081-2/+2
* * ext/socket/lib/socket.rb (Socket.udp_server_recv): extracted fromakr2009-10-082-19/+47
* * tool/enc-unicode.rb: parse range notation of UnicodeData.txt.naruse2009-10-087-529/+272
* * string.c (rb_str_inspect): copy by chunks.nobu2009-10-072-29/+36
* * iseq.c (iseq_s_disasm): accept proc objects. [ruby-core:18762]nobu2009-10-073-2/+15
* update comment.akr2009-10-071-0/+1
* * marshal.c (mark_dump_arg, mark_load_arg): ignore already cleanednobu2009-10-072-2/+13
* * include/ruby/ruby.h (rb_long2int): evalates the argument onlynobu2009-10-073-2/+9
* * string.c (rb_str_inspect): don't assign -1 to unsigned int.naruse2009-10-072-19/+16
* * string.c (rb_str_upto): RDoc updated. a patch from Nobuhiromatz2009-10-062-0/+13
* * 2009-10-07svn2009-10-061-2/+2
* * lib/resolv.rb (Resolv::DNS.bind_random_port): bind to "::" for IPv6.akr2009-10-062-4/+12
* * lib/delegate.rb (Delegator::public_api): take snapshot ofmatz2009-10-063-1/+50
* * io.c (io_reopen): avoid close if possible.akr2009-10-062-8/+9
* * struct.c (rb_struct_select): Struct#select should returnmatz2009-10-062-0/+6
* * **/*.ja: set mime-type charset.nobu2009-10-060-0/+0
* * 2009-10-06svn2009-10-051-2/+2
* * ext/tk/lib/tk/canvas.rb: *** POTENTIALLY INCOMPATIBLE ***nagai2009-10-054-8/+24
* * array.c (rb_ary_{times, shuffle_bang, sample}): reducing macromatz2009-10-054-59/+111
* rdoc update.akr2009-10-051-4/+10
* * 2009-10-05svn2009-10-041-2/+2
* * vm_method.c (basic_obj_respond_to): should not callmatz2009-10-043-10/+26
* * lib/cgi/cookie.rb: add default value to @@accept_charsetxibbar2009-10-043-0/+9
* * marshal.c (struct {dump,load}_arg): manage with dfree, insteadnobu2009-10-043-76/+147
* * pack.c (NATINT_LEN, pack_pack): suppressed warnings.nobu2009-10-042-3/+7
* wrap by a module.akr2009-10-041-0/+4
* * lib/rubygems.rb (Gem::binary_mode): binary mode uses binarynobu2009-10-042-2/+8
* * test/rubygems/test_gem_installer.rb (test_build_extensions_extconf_bad):nobu2009-10-041-1/+1
* * test/rubygems/gemutilities.rb (setup): use ENV["RUBY"] beforenobu2009-10-041-0/+9
* * test/rubygems/test_gem.rb (TestGem#test_self_find_files): "."nobu2009-10-041-1/+5
* add assertion message.akr2009-10-041-2/+3
* * enum.c (slicebefore_ii): use id_eqq.akr2009-10-032-1/+5
* * symbian/setup (ruby.mmp): added macro RUBY_EXPORT to match the change in dln.cazav2009-10-031-0/+4
* * ext/tk/lib/tk/variable.rb: add TkVariable#to_hash,to_proc,to_int,to_str,to_arynagai2009-10-032-0/+26
* * symbian/setup (ruby.mmp): added macro RUBY_EXPORT to match the change in dln.cazav2009-10-031-0/+2
* * lib/cgi/core.rb: fix command-line option ofxibbar2009-10-032-3/+17
* * test/rubygems: use require_relative.nobu2009-10-0367-80/+70
* * lib/rake/contrib: added. [ruby-core:25918]nobu2009-10-037-2/+311
* * test/rake/contrib/test_ftp.rb: moved.nobu2009-10-031-0/+0
* * test/rake: get rid of name collision.nobu2009-10-033-15/+14
* * test/rake: get rid of name collision.nobu2009-10-0327-38/+38
* * test/rake/test_package_task.rb (Rake::TestPackageTask),nobu2009-10-031-2/+2
* * parse.y (bv_decls, bvar): fix for block variables.nobu2009-10-033-3/+18
* * test/ripper/test_scanner_events.rb: workaround for ruby-mode.el confusion.nobu2009-10-031-7/+7
* * test/ripper/dummyparser.rb: suppress redefinition warnings.nobu2009-10-031-7/+6
* * vm_method.c (rb_add_method_def): no redefinition warning onnobu2009-10-034-1/+23