summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-10-08* ext/socket/lib/socket.rb (Socket.udp_server_recv): extracted fromakr
2009-10-08* tool/enc-unicode.rb: parse range notation of UnicodeData.txt.naruse
2009-10-07* string.c (rb_str_inspect): copy by chunks.nobu
2009-10-07* iseq.c (iseq_s_disasm): accept proc objects. [ruby-core:18762]nobu
2009-10-07update comment.akr
2009-10-07* marshal.c (mark_dump_arg, mark_load_arg): ignore already cleanednobu
2009-10-07* include/ruby/ruby.h (rb_long2int): evalates the argument onlynobu
2009-10-07* string.c (rb_str_inspect): don't assign -1 to unsigned int.naruse
2009-10-06* string.c (rb_str_upto): RDoc updated. a patch from Nobuhiromatz
2009-10-06* 2009-10-07svn
2009-10-06* lib/resolv.rb (Resolv::DNS.bind_random_port): bind to "::" for IPv6.akr
2009-10-06* lib/delegate.rb (Delegator::public_api): take snapshot ofmatz
2009-10-06* io.c (io_reopen): avoid close if possible.akr
2009-10-06* struct.c (rb_struct_select): Struct#select should returnmatz
2009-10-06* **/*.ja: set mime-type charset.nobu
2009-10-05* 2009-10-06svn
2009-10-05* ext/tk/lib/tk/canvas.rb: *** POTENTIALLY INCOMPATIBLE ***nagai
2009-10-05* array.c (rb_ary_{times, shuffle_bang, sample}): reducing macromatz
2009-10-05rdoc update.akr
2009-10-04* 2009-10-05svn
2009-10-04* vm_method.c (basic_obj_respond_to): should not callmatz
2009-10-04* lib/cgi/cookie.rb: add default value to @@accept_charsetxibbar
2009-10-04* marshal.c (struct {dump,load}_arg): manage with dfree, insteadnobu
2009-10-04* pack.c (NATINT_LEN, pack_pack): suppressed warnings.nobu
2009-10-04wrap by a module.akr
2009-10-04* lib/rubygems.rb (Gem::binary_mode): binary mode uses binarynobu
2009-10-04* test/rubygems/test_gem_installer.rb (test_build_extensions_extconf_bad):nobu
2009-10-04* test/rubygems/gemutilities.rb (setup): use ENV["RUBY"] beforenobu
2009-10-04* test/rubygems/test_gem.rb (TestGem#test_self_find_files): "."nobu
2009-10-04add assertion message.akr
2009-10-03* enum.c (slicebefore_ii): use id_eqq.akr
2009-10-03* symbian/setup (ruby.mmp): added macro RUBY_EXPORT to match the change in dln.cazav
2009-10-03* ext/tk/lib/tk/variable.rb: add TkVariable#to_hash,to_proc,to_int,to_str,to_arynagai
2009-10-03* symbian/setup (ruby.mmp): added macro RUBY_EXPORT to match the change in dln.cazav
2009-10-03* lib/cgi/core.rb: fix command-line option ofxibbar
2009-10-03* test/rubygems: use require_relative.nobu
2009-10-03* lib/rake/contrib: added. [ruby-core:25918]nobu
2009-10-03* test/rake/contrib/test_ftp.rb: moved.nobu
2009-10-03* test/rake: get rid of name collision.nobu
2009-10-03* test/rake: get rid of name collision.nobu
2009-10-03* test/rake/test_package_task.rb (Rake::TestPackageTask),nobu
2009-10-03* parse.y (bv_decls, bvar): fix for block variables.nobu
2009-10-03* test/ripper/test_scanner_events.rb: workaround for ruby-mode.el confusion.nobu
2009-10-03* test/ripper/dummyparser.rb: suppress redefinition warnings.nobu
2009-10-03* vm_method.c (rb_add_method_def): no redefinition warning onnobu
2009-10-03* object.c (rb_f_integer): now Integer() takes optional basematz
2009-10-03enum.c (enum_chunk): Give proper error message if no block given. cf [ruby-co...marcandre
2009-10-02rdoc update.akr
2009-10-02rdoc update.akr
2009-10-02* parse.y (assignable_gen): parser_yyerror takes two arguments.nobu