summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2006-12-31 * Merge YARVko1
2006-12-31Fix Array#reject, was working like Array#reject\!drbrain
2006-12-30removed.tadf
2006-12-30updated based on date2 4.0.tadf
2006-12-29* enum.c (enum_each_with_index): reuse array for yield parameters.matz
2006-12-29* enum.c (enum_inject): reuse array for yield parameters.matz
2006-12-29* array.c (ary_iter_check): should check modification (sizematz
2006-12-29* ext/stringio/stringio.c (strio_gets): accepts limit argument.matz
2006-12-28* lib/cgi.rb (CGI::Cookie::initialize): use Array() again.matz
2006-12-27remove WIN32OLE::PROPERTY class.suke
2006-12-26The argument of Shell.NameSpace should not be file path.suke
2006-12-25* ext/bigdecimal/bigdecimal.c: remove useless method BigDecimal#!=. [ruby-dev...aamine
2006-12-21* string.c (rb_str_ord): typo fixed. reported from Korneliusmatz
2006-12-21* string.c (rb_str_slice_bang): rdoc description bug fixed.matz
2006-12-21* lib/cgi.rb (CGI::Cookie::initialize): option["value"] may or maymatz
2006-12-20 * Convert CVS repository to Subversion repository.ko1
2006-12-17* lib/cgi.rb (CGI::Cookie::initialize): Array(string) no longermatz
2006-12-15* ChangeLog: typo.nobu
2006-12-14* lib/mkmf.rb (create_makefile): remove static library before update,nobu
2006-12-14* win32/Makefile.sub (COMPILE_RULES): latter rule has higher priority.nobu
2006-12-14* ext/readline/readline.c: NetBSD editline does not havematz
2006-12-14* lib/irb/locale.rb (IRB::Locale::puts): typo fixed. a patch frommatz
2006-12-12* lib/optparse.rb (Switch#parse_arg, Switch#conv_arg): splat failures.nobu
2006-12-11* ext/digest/sha2/lib/sha2.rb: Moved one level up from underknu
2006-12-11* variable.c (rb_define_const): typo fixed.matz
2006-12-11* string.c (rb_str_aset): index double decode problem.matz
2006-12-09* eval.c (ruby_cleanup): keep the exception till after END blocks.nobu
2006-12-09instead of File.exists?. a patch from Yutaka Kanemotomatz
2006-12-09* lib/irb/locale.rb (IRB::Locale::search_file): ues File.exist?matz
2006-12-08* lib/optparse.rb: cannot put :nodoc: before method definition.usa
2006-12-08* bin/rdoc: ues File.exist? instead of File.exists.usa
2006-12-07* object.c (Init_Object): new method Dir.exist?(path).matz
2006-12-07* lib/weakref.rb (WeakRef::__setobj__): should supportmatz
2006-12-06* win32/win32.c (init_stdhandle): redirect unopened IOs to NUL.nobu
2006-12-06* Makefile.in, common.mk (NULLCMD): moved for platforms that emptynobu
2006-12-05* configure.in (SITE_DIR): fixed to emtpy RUBY_SITE_LIB in config.h oneban
2006-12-05* lib/matrix.rb (Matrix::rank): use quo method to avoid integermatz
2006-12-05* misc/ruby-mode.el (ruby-parse-partial): need to parse "/=" asmatz
2006-12-04* intern.h, object.c, variable.c (rb_mod_constants): added an optionalnobu
2006-12-04* instruby.rb (install_recursive): get rid of warning.nobu
2006-12-04Do alias << update.knu
2006-12-04* ruby.h (OFFT2NUM): use LONG2NUM() if sizeof(long) equals tomatz
2006-12-03* lib/cgi.rb (CGI::QueryExtension::read_multipart): should quoteshugo
2006-12-03* ext/digest/lib/digest/hmac.rb: Fix problems with updateknu
2006-12-01* lib/webrick/httputils.rb (WEBrick::HTTPUtils::FormData::<<):gotoyuzo
2006-12-01* ext/openssl/ossl_ocsp.c: OpenSSL::OCSP::OSCPError should begotoyuzo
2006-12-01* ext/tk/tcltklib.c: shouldn't run the killed thread at callback.nagai
2006-11-26Sun Nov 26 16:36:46 2006 URABE Shyouhei <shyouhei@ruby-lang.org>shyouhei
2006-11-22* object.c (rb_obj_tap): a new method. [ruby-talk:224013]matz
2006-11-22* file.c (test_grpowned, rb_stat_grpowned): should honormatz