aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * string.c (rb_str_aset): index double decode problem.matz2006-12-111-0/+5
* * eval.c (ruby_cleanup): keep the exception till after END blocks.nobu2006-12-091-0/+5
* instead of File.exists?. a patch from Yutaka Kanemotomatz2006-12-091-1/+2
* * lib/irb/locale.rb (IRB::Locale::search_file): ues File.exist?matz2006-12-091-0/+5
* * lib/optparse.rb: cannot put :nodoc: before method definition.usa2006-12-081-1/+6
* * bin/rdoc: ues File.exist? instead of File.exists.usa2006-12-081-0/+4
* * object.c (Init_Object): new method Dir.exist?(path).matz2006-12-071-0/+10
* * lib/weakref.rb (WeakRef::__setobj__): should supportmatz2006-12-071-0/+5
* * win32/win32.c (init_stdhandle): redirect unopened IOs to NUL.nobu2006-12-061-1/+4
* * Makefile.in, common.mk (NULLCMD): moved for platforms that emptynobu2006-12-061-0/+5
* * configure.in (SITE_DIR): fixed to emtpy RUBY_SITE_LIB in config.h oneban2006-12-051-0/+5
* * lib/matrix.rb (Matrix::rank): use quo method to avoid integermatz2006-12-051-0/+7
* * misc/ruby-mode.el (ruby-parse-partial): need to parse "/=" asmatz2006-12-051-0/+5
* * intern.h, object.c, variable.c (rb_mod_constants): added an optionalnobu2006-12-041-0/+6
* * instruby.rb (install_recursive): get rid of warning.nobu2006-12-041-7/+13
* Do alias << update.knu2006-12-041-0/+4
* * ruby.h (OFFT2NUM): use LONG2NUM() if sizeof(long) equals tomatz2006-12-041-0/+5
* * lib/cgi.rb (CGI::QueryExtension::read_multipart): should quoteshugo2006-12-031-0/+5
* * ext/digest/lib/digest/hmac.rb: Fix problems with updateknu2006-12-031-0/+5
* * lib/webrick/httputils.rb (WEBrick::HTTPUtils::FormData::<<):gotoyuzo2006-12-011-0/+11
* * ext/openssl/ossl_ocsp.c: OpenSSL::OCSP::OSCPError should begotoyuzo2006-12-011-0/+5
* * ext/tk/tcltklib.c: shouldn't run the killed thread at callback.nagai2006-12-011-0/+5
* Sun Nov 26 16:36:46 2006 URABE Shyouhei <shyouhei@ruby-lang.org>shyouhei2006-11-261-0/+5
* * object.c (rb_obj_tap): a new method. [ruby-talk:224013]matz2006-11-221-0/+4
* * file.c (test_grpowned, rb_stat_grpowned): should honormatz2006-11-221-0/+5
* * ext/tk/extconf.rb: support --with-X11/--without-X11 option.nagai2006-11-221-0/+10
* * eval.c (formal_assign): need to pack rest arg information inmatz2006-11-071-0/+5
* * ext/tk/lib/tk/itemconfig.rb: minor bug fix.nagai2006-11-071-0/+4
* * class.c (rb_include_module): revert duplicate inclusion ofmatz2006-11-071-0/+5
* * eval.c (method_missing): update old argument adjustment.matz2006-11-071-0/+4
* * eval.c (when_check): need to splat for NODE_ARGSCAT as well.matz2006-11-071-0/+5
* * string.c (Init_String): remove duplicated definition ofmatz2006-11-061-0/+5
* * eval.c (svalue_to_avalue): need to splat but no error.matz2006-11-061-0/+15
* * ext/tk/lib/tk/itemconfig.rb: bug fix on 'itemconfiginfo' method, andnagai2006-11-061-0/+25
* * parse.y (arg_dup_check): vid may be nameless internal id.matz2006-11-061-0/+4
* updated based on date2 3.9.7.tadf2006-11-051-0/+4
* * lib/net/imap.rb: accept NOMODSEQ. [ruby-core:9002]shugo2006-11-041-0/+4
* * ext/socket/socket.c (ruby_getnameinfo__aix): AF_INET6 workaroundmatz2006-11-021-0/+6
* ChangeLog: add ML entry.matz2006-11-021-1/+1
* * lib/set.rb (Set#^): Fix XOR operation against a container thatknu2006-11-021-0/+5
* * eval.c (rb_call0): fixed bug of zsuper with both of opt and rest.matz2006-11-021-2/+2
* * eval.c (rb_call0): fixed bug of zsuper with both of opt and rest.matz2006-11-021-1/+6
* * string.c: class Symbol is no longer subclass of String. alsomatz2006-11-021-0/+5
* * lib/xmlrpc/create.rb (XMLRPC::Create::conv2value): Symbol shouldmatz2006-11-021-0/+17
* * array.c: revert lfree shift/unshift boost patch to avoid unknownmatz2006-11-021-0/+5
* * ruby.h (struct RArray): revert embedding ptr in RVALUE.matz2006-11-011-0/+6
* * string.c (hash): use Bob Jenkins' hash algorithm.matz2006-11-011-0/+4
* * ext/digest/lib/digest/hmac.rb (Digest::HMAC::update): Minorknu2006-11-011-0/+8
* * time.c (time_dup): duplicate the class of original time.matz2006-10-311-0/+8
* * array.c (ary_shared_first): should address offset aftermatz2006-10-311-0/+5