aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * missing/vsnprintf.c (BSD_vfprintf): get rid of a warning of VC++ x64.usa2010-01-091-0/+4
* * win32/configure.bat (WIN32DIR): regularise file separators.nobu2010-01-081-0/+4
* * proc.c (mnew): don't check visibility of method body if publicmame2010-01-081-0/+9
* * vm_method.c (rb_alias): skip ZSUPER method when searching body ofmame2010-01-081-0/+5
* * lib/net/http, lib/net/https: move content from net/https tonaruse2010-01-081-0/+5
* * io.c (rb_io_s_read): close the IO if an exception is raised onusa2010-01-081-0/+5
* * marshal.c (w_symbol): dump no encoding for 7bit only coderangenobu2010-01-081-0/+5
* Imported minitest 1.5.0 r5596ryan2010-01-061-2/+7
* * test/ruby/test_exception.rb: add a test. cf [ruby-dev:39116]kazu2010-01-051-0/+4
* * configure.in (DTRACE): clear this when `dtrace -l` fails.naruse2010-01-041-0/+6
* * gc.c: added UNLIKELY to probes for optimization.yugui2010-01-041-0/+8
* * win32/Makefile.sub (TRACING_MODEL): follow yugui's previous changes.usa2010-01-041-0/+4
* * thread_win32.c (InterlockedExchangePointer): old SDK support.usa2010-01-041-0/+4
* * trace.h: new file. wraps tracing mechanisms.yugui2010-01-031-0/+93
* * lib/rexml/text.rb: String no longer has #each.yugui2010-01-031-0/+5
* * lib/resolv.rb (Resolv::DNS::Message::MessageDecoder#inspect):akr2010-01-021-0/+5
* * lib/resolv.rb (Resolv::DNS#initialize): new option :nameserver_port.akr2010-01-021-0/+12
* * lib/uri/common.rb (initialize_regexp): allow leadingnaruse2010-01-011-0/+8
* * lib/uri/generic.rb (URI#normalize!): normalize case ofnaruse2010-01-011-0/+5
* I think it's Friday today.knu2009-12-311-1/+1
* * ext/digest/digest.c (rb_digest_instance_method_unimpl): Suppressknu2009-12-311-0/+5
* * tool/mkconfig.rb: generate RbConfig.ruby in rbconfig.rb.akr2009-12-311-0/+14
* * ext/socket/rubysocket.h: include addrinfo.h only when using our ownusa2009-12-311-0/+5
* * process.c (save_redirect_fd): consider EBADF that the fd is not used.usa2009-12-311-0/+5
* * ext/socket/raddrinfo.c (addrinfo_type): typed.nobu2009-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