summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2010-01-11* vm_insnhelper.h (GET_BLOCK_PTR): return 0 when in class frame.wanabe
2010-01-11* string.c (rb_str_strlen): added. [ruby-dev:40028]naruse
2010-01-11* lib/webrick/accesslog.rb (WEBrick::AccessLog#format): fixed typo.nobu
2010-01-11* hash.c (ruby_setenv): ENV.[]= should raise an error if setenv(3)knu
2010-01-10 * lib/webrick/accesslog.rb : Escape needed.shyouhei
2010-01-09* class.c (rb_define_class): raise TypeError same as classnobu
2010-01-09* lib/mkmf.rb (configuration): needs ARCH_FLAG.nobu
2010-01-09* common.mk (install-all): maybe typo.usa
2010-01-09* missing/vsnprintf.c (BSD_vfprintf): get rid of a warning of VC++ x64.usa
2010-01-08* win32/configure.bat (WIN32DIR): regularise file separators.nobu
2010-01-08* proc.c (mnew): don't check visibility of method body if publicmame
2010-01-08* vm_method.c (rb_alias): skip ZSUPER method when searching body ofmame
2010-01-08* lib/net/http, lib/net/https: move content from net/https tonaruse
2010-01-08* io.c (rb_io_s_read): close the IO if an exception is raised onusa
2010-01-08* marshal.c (w_symbol): dump no encoding for 7bit only coderangenobu
2010-01-06Imported minitest 1.5.0 r5596ryan
2010-01-05* test/ruby/test_exception.rb: add a test. cf [ruby-dev:39116]kazu
2010-01-04* configure.in (DTRACE): clear this when `dtrace -l` fails.naruse
2010-01-04* gc.c: added UNLIKELY to probes for optimization.yugui
2010-01-04* win32/Makefile.sub (TRACING_MODEL): follow yugui's previous changes.usa
2010-01-04* thread_win32.c (InterlockedExchangePointer): old SDK support.usa
2010-01-03* trace.h: new file. wraps tracing mechanisms.yugui
2010-01-03* lib/rexml/text.rb: String no longer has #each.yugui
2010-01-02* lib/resolv.rb (Resolv::DNS::Message::MessageDecoder#inspect):akr
2010-01-02* lib/resolv.rb (Resolv::DNS#initialize): new option :nameserver_port.akr
2010-01-01* lib/uri/common.rb (initialize_regexp): allow leadingnaruse
2010-01-01* lib/uri/generic.rb (URI#normalize!): normalize case ofnaruse
2009-12-31I think it's Friday today.knu
2009-12-31* ext/digest/digest.c (rb_digest_instance_method_unimpl): Suppressknu
2009-12-31* tool/mkconfig.rb: generate RbConfig.ruby in rbconfig.rb.akr
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