summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * ext/socket/raddrinfo.c (addrinfo_type): typed.HEADmasternobu2009-12-302-16/+21
* * ext/socket/extconf.rb: use have_struct_member.nobu2009-12-302-8/+5
* * ext/socket/extconf.rb: fix for wide-getaddrinfo option.nobu2009-12-308-56/+67
* fix typoskazu2009-12-301-9/+9
* * thread_win32.c (native_thread_destroy): decreased the probability ofusa2009-12-302-2/+7
* * thread_win32.c (w32_error): should report the function.usa2009-12-302-7/+11
* * ext/extmk.rb: fix for extstatic.nobu2009-12-303-7/+13
* Add more description about Fixnum's size. [ruby-core:27333]naruse2009-12-301-2/+4
* * include/ruby/ruby.h (RREGEXP_SRC_END): added.naruse2009-12-302-0/+5
* * include/ruby/defines.h (INFINITY): this is float.naruse2009-12-303-6/+18
* * gem_prelude.rb (push_all_highest_version_gems_on_load_path):nobu2009-12-304-34/+16
* * lib/rubygems/command_manager.rb (Gem#load_and_instantiate):nobu2009-12-302-4/+8
* * lib/rubygems/source_index.rb (Gem#load_specification): don't usenobu2009-12-303-2/+13
* * lib/rubygems.rb: Kernel#gem is already defined, and workaroundnobu2009-12-303-24/+9
* Add Float::INFINITY and Float::NAN.naruse2009-12-297-27/+67
* * lib/delegate.rb (marshal_dump/load): Provide forward compatibility [ruby-co...marcandre2009-12-291-4/+9
* * lib/rexml/parsers/baseparser.rb (REXML::Parsers::BaseParser::STANDALONE):nobu2009-12-295-4/+20
* * win32/win32.c (CreateChild): force to inherit standard I/O handles.usa2009-12-282-20/+24
* * test/ruby/test_marshal.rb: added tests for taintness/untrustness nahi2009-12-282-0/+69
* * sample/occur2.rb: reimplemented in modern style. [ruby-dev:39927].yugui2009-12-282-7/+8
* * tool/install-sh: correction by Hiro Asari.yugui2009-12-282-5/+10
* * 2009-12-28svn2009-12-281-2/+2
* * tool/install-sh: wrote the intention. [ruby-dev:39928]yugui2009-12-282-0/+21
* * ext/win32ole/win32ole.c (foleparam_initialize): add foleparam_initializesuke2009-12-273-2/+99
* rdoc update.akr2009-12-271-0/+11
* * tool/rbinstall.rb (install?(:local, :comm, :bin, :'bin-comm')):yugui2009-12-272-12/+18
* * 2009-12-27svn2009-12-271-2/+2
* * sample/occur2.rb: have been broken. fixed for Ruby 1.9 feature.yugui2009-12-272-1/+5
* * 2009-12-25svn2009-12-251-2/+2
* add tests.akr2009-12-251-0/+4
* * lib/uri/generic.rb (eql?): Check the class of the compared object.marcandre2009-12-242-0/+6
* * regexec.c (match_at): follow enclen's change.naruse2009-12-242-2/+6
* * lib/delegate.rb (marshal_dump/load): dump & load instance variables by defa...marcandre2009-12-242-1/+12
* * 2009-12-24svn2009-12-241-2/+2
* * lib/object.c (rb_obj_cmp): Default <=> operator returns 0 if objects are ==...marcandre2009-12-242-1/+6
* * iseq.c (iseq_s_disasm): return nil for native methods.nobu2009-12-234-2/+3
* * test/drb/drbtest.rb (DRbService.add_service_command): quotesnobu2009-12-231-2/+3
* * test/ruby/test_thread.rb (test_priority): removed not-guaranteed result.nobu2009-12-231-1/+1
* * test/cgi: check by Encoding.nobu2009-12-235-19/+16
* * test/cgi/test_cgi_multipart.rb (CGIMultipartTest#_prepare):nobu2009-12-233-7/+9
* * 2009-12-22svn2009-12-221-2/+2
* add a test.akr2009-12-221-0/+16
* * encoding.c (Init_Encoding): undef Encoding.new becausenaruse2009-12-213-0/+11
* Add a test for [ruby-core:27247]naruse2009-12-211-0/+4
* * regcomp.c (optimize_node_left): include equal on the condition of for-loop.naruse2009-12-212-1/+6
* * regcomp.c (print_enc_string): follow enclen's change.naruse2009-12-213-5/+15
* * object.c: BasicObject#initialize accepts any number of arguments [ruby-core...marcandre2009-12-202-1/+14
* * 2009-12-21svn2009-12-201-2/+2
* * vm_eval.c (rb_iterate): remove SEGV (retry).mame2009-12-202-1/+5
* * vm_eval.c (rb_iterate): remove SEGV (use the original patch).mame2009-12-202-11/+18