summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * ext/socket/raddrinfo.c (addrinfo_type): typed.HEADmasternobu2009-12-301-1/+3
* * ext/socket/extconf.rb: fix for wide-getaddrinfo option.nobu2009-12-301-0/+7
* fix typoskazu2009-12-301-9/+9
* * thread_win32.c (native_thread_destroy): decreased the probability ofusa2009-12-301-0/+6
* * thread_win32.c (w32_error): should report the function.usa2009-12-301-0/+4
* * ext/extmk.rb: fix for extstatic.nobu2009-12-301-0/+4
* * include/ruby/ruby.h (RREGEXP_SRC_END): added.naruse2009-12-301-0/+4
* * include/ruby/defines.h (INFINITY): this is float.naruse2009-12-301-0/+10
* * gem_prelude.rb (push_all_highest_version_gems_on_load_path):nobu2009-12-301-1/+4
* * lib/rubygems/command_manager.rb (Gem#load_and_instantiate):nobu2009-12-301-1/+4
* * lib/rubygems/source_index.rb (Gem#load_specification): don't usenobu2009-12-301-1/+6
* * lib/rubygems.rb: Kernel#gem is already defined, and workaroundnobu2009-12-301-0/+5
* Add Float::INFINITY and Float::NAN.naruse2009-12-291-0/+20
* * lib/rexml/parsers/baseparser.rb (REXML::Parsers::BaseParser::STANDALONE):nobu2009-12-291-0/+6
* * win32/win32.c (CreateChild): force to inherit standard I/O handles.usa2009-12-281-0/+6
* * test/ruby/test_marshal.rb: added tests for taintness/untrustness nahi2009-12-281-0/+5
* * sample/occur2.rb: reimplemented in modern style. [ruby-dev:39927].yugui2009-12-281-0/+4
* * tool/install-sh: correction by Hiro Asari.yugui2009-12-281-0/+5
* * tool/install-sh: wrote the intention. [ruby-dev:39928]yugui2009-12-281-0/+4
* * ext/win32ole/win32ole.c (foleparam_initialize): add foleparam_initializesuke2009-12-271-0/+8
* * tool/rbinstall.rb (install?(:local, :comm, :bin, :'bin-comm')):yugui2009-12-271-0/+6
* * sample/occur2.rb: have been broken. fixed for Ruby 1.9 feature.yugui2009-12-271-0/+4
* * lib/uri/generic.rb (eql?): Check the class of the compared object.marcandre2009-12-241-0/+5
* * regexec.c (match_at): follow enclen's change.naruse2009-12-241-0/+4
* * lib/delegate.rb (marshal_dump/load): dump & load instance variables by defa...marcandre2009-12-241-0/+5
* * lib/object.c (rb_obj_cmp): Default <=> operator returns 0 if objects are ==...marcandre2009-12-241-0/+5
* * test/cgi/test_cgi_multipart.rb (CGIMultipartTest#_prepare):nobu2009-12-231-0/+5
* * encoding.c (Init_Encoding): undef Encoding.new becausenaruse2009-12-211-0/+8
* * regcomp.c (optimize_node_left): include equal on the condition of for-loop.naruse2009-12-211-0/+5
* * regcomp.c (print_enc_string): follow enclen's change.naruse2009-12-211-0/+10
* * object.c: BasicObject#initialize accepts any number of arguments [ruby-core...marcandre2009-12-201-0/+5
* * vm_eval.c (rb_iterate): remove SEGV (retry).mame2009-12-201-0/+4
* * vm_eval.c (rb_iterate): remove SEGV (use the original patch).mame2009-12-201-0/+5
* * vm_eval.c (rb_iterate): pass current block when the argument bl_procmame2009-12-201-0/+11
* * gem_prelude.rb (Kernel#gem): should make gem private. a patchmatz2009-12-191-0/+5
* * lib/webrick/config.rb (WEBrick::Config): typo fixed. a patchmatz2009-12-191-0/+5
* * lib/matrix.rb (each2,collect2,map2): Fix enumerator [ruby-core:27225]marcandre2009-12-191-0/+5
* * vm_eval.c (check_funcall): reset method_missing_reason beforenobu2009-12-191-0/+6
* * lib/set.rb: Add checks that passed argument is Enumerable. [ruby-core:23844]marcandre2009-12-191-0/+5
* * test/ruby/envutil.rb: fix a typo in assert message.kazu2009-12-161-0/+4
* * lib/un.rb (httpd): try to convert port number to integer.nobu2009-12-161-0/+4
* * configure.in(MINIRUBY): use "$BASERUBY" as a default ruby executable name.eban2009-12-161-0/+5
* * lib/find.rb (Find.find): rescue more exceptions which is possible toakr2009-12-151-1/+6
* * lib/find.rb (Find.find): get rid of race condition.nobu2009-12-151-0/+4
* * lib/find.rb (Find.find): rescue only ENOENT and EACCES for lstat.akr2009-12-141-0/+4
* * lib/find.rb (Find.find): narrow rescue region.akr2009-12-141-0/+4
* * lib/find.rb (Find.find): removed already unnecessary code.nobu2009-12-141-0/+4
* * lib/find.rb (Find.find): sort directory entries. [ruby-dev:39847]akr2009-12-131-0/+4
* * test/ruby/envutil.rb (invoke_ruby): call to_str for stdin_data toakr2009-12-131-0/+5
* * ruby.c (rb_parser_dump_tree): add prototype.naruse2009-12-131-3/+7