summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2009-12-31* ext/socket/rubysocket.h: include addrinfo.h only when using our ownusa
2009-12-31* process.c (save_redirect_fd): consider EBADF that the fd is not used.usa
2009-12-30* ext/socket/raddrinfo.c (addrinfo_type): typed.nobu
2009-12-30* ext/socket/extconf.rb: fix for wide-getaddrinfo option.nobu
2009-12-30fix typoskazu
2009-12-30* thread_win32.c (native_thread_destroy): decreased the probability ofusa
2009-12-30* thread_win32.c (w32_error): should report the function.usa
2009-12-30* ext/extmk.rb: fix for extstatic.nobu
2009-12-30* include/ruby/ruby.h (RREGEXP_SRC_END): added.naruse
2009-12-30* include/ruby/defines.h (INFINITY): this is float.naruse
2009-12-30* gem_prelude.rb (push_all_highest_version_gems_on_load_path):nobu
2009-12-30* lib/rubygems/command_manager.rb (Gem#load_and_instantiate):nobu
2009-12-30* lib/rubygems/source_index.rb (Gem#load_specification): don't usenobu
2009-12-30* lib/rubygems.rb: Kernel#gem is already defined, and workaroundnobu
2009-12-29Add Float::INFINITY and Float::NAN.naruse
2009-12-29* lib/rexml/parsers/baseparser.rb (REXML::Parsers::BaseParser::STANDALONE):nobu
2009-12-28* win32/win32.c (CreateChild): force to inherit standard I/O handles.usa
2009-12-28 * test/ruby/test_marshal.rb: added tests for taintness/untrustness nahi
2009-12-28* sample/occur2.rb: reimplemented in modern style. [ruby-dev:39927].yugui
2009-12-28* tool/install-sh: correction by Hiro Asari.yugui
2009-12-28* tool/install-sh: wrote the intention. [ruby-dev:39928]yugui
2009-12-27* ext/win32ole/win32ole.c (foleparam_initialize): add foleparam_initializesuke
2009-12-27* tool/rbinstall.rb (install?(:local, :comm, :bin, :'bin-comm')):yugui
2009-12-27* sample/occur2.rb: have been broken. fixed for Ruby 1.9 feature.yugui
2009-12-24* lib/uri/generic.rb (eql?): Check the class of the compared object.marcandre
2009-12-24* regexec.c (match_at): follow enclen's change.naruse
2009-12-24* lib/delegate.rb (marshal_dump/load): dump & load instance variables by defa...marcandre
2009-12-24* lib/object.c (rb_obj_cmp): Default <=> operator returns 0 if objects are ==...marcandre
2009-12-23* test/cgi/test_cgi_multipart.rb (CGIMultipartTest#_prepare):nobu
2009-12-21* encoding.c (Init_Encoding): undef Encoding.new becausenaruse
2009-12-21* regcomp.c (optimize_node_left): include equal on the condition of for-loop.naruse
2009-12-21* regcomp.c (print_enc_string): follow enclen's change.naruse
2009-12-20* object.c: BasicObject#initialize accepts any number of arguments [ruby-core...marcandre
2009-12-20* vm_eval.c (rb_iterate): remove SEGV (retry).mame
2009-12-20* vm_eval.c (rb_iterate): remove SEGV (use the original patch).mame
2009-12-20* vm_eval.c (rb_iterate): pass current block when the argument bl_procmame
2009-12-19* gem_prelude.rb (Kernel#gem): should make gem private. a patchmatz
2009-12-19* lib/webrick/config.rb (WEBrick::Config): typo fixed. a patchmatz
2009-12-19* lib/matrix.rb (each2,collect2,map2): Fix enumerator [ruby-core:27225]marcandre
2009-12-19* vm_eval.c (check_funcall): reset method_missing_reason beforenobu
2009-12-19* lib/set.rb: Add checks that passed argument is Enumerable. [ruby-core:23844]marcandre
2009-12-16* test/ruby/envutil.rb: fix a typo in assert message.kazu
2009-12-16* lib/un.rb (httpd): try to convert port number to integer.nobu
2009-12-16* configure.in(MINIRUBY): use "$BASERUBY" as a default ruby executable name.eban
2009-12-15* lib/find.rb (Find.find): rescue more exceptions which is possible toakr
2009-12-15* lib/find.rb (Find.find): get rid of race condition.nobu
2009-12-14* lib/find.rb (Find.find): rescue only ENOENT and EACCES for lstat.akr
2009-12-14* lib/find.rb (Find.find): narrow rescue region.akr
2009-12-14* lib/find.rb (Find.find): removed already unnecessary code.nobu
2009-12-13* lib/find.rb (Find.find): sort directory entries. [ruby-dev:39847]akr