summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-012006-12-02gotoyuzo
2006-12-01* ext/tk/tcltklib.c: shouldn't run the killed thread at callback.nagai
2006-12-012006-12-01nagai
2006-11-26* 2006-11-26eban
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
2006-11-22* ext/tk/extconf.rb: support --with-X11/--without-X11 option.nagai
2006-11-222006-11-22nagai
2006-11-07* eval.c (formal_assign): need to pack rest arg information inmatz
2006-11-07* ext/tk/lib/tkextlib/version.rb: forgot to commmit. sorry.nagai
2006-11-07* ext/tk/lib/tk/itemconfig.rb: minor bug fix.nagai
2006-11-07* class.c (rb_include_module): revert duplicate inclusion ofmatz
2006-11-07* eval.c (method_missing): update old argument adjustment.matz
2006-11-072006-11-07matz
2006-11-07* eval.c (when_check): need to splat for NODE_ARGSCAT as well.matz
2006-11-06* string.c (Init_String): remove duplicated definition ofmatz
2006-11-06* eval.c (svalue_to_avalue): need to splat but no error.matz
2006-11-06* ext/tk/lib/tk/itemconfig.rb: bug fix on 'itemconfiginfo' method, andnagai
2006-11-062006-11-06matz
2006-11-06* parse.y (arg_dup_check): vid may be nameless internal id.matz
2006-11-05updated based on date2 3.9.7.tadf
2006-11-052006-11-05tadf
2006-11-04* lib/net/imap.rb: accept NOMODSEQ. [ruby-core:9002]shugo
2006-11-042006-11-04shugo
2006-11-02* ext/socket/socket.c (ruby_getnameinfo__aix): AF_INET6 workaroundmatz
2006-11-022006-11-03matz
2006-11-02ChangeLog: add ML entry.matz
2006-11-02* lib/set.rb (Set#^): Fix XOR operation against a container thatknu
2006-11-02* eval.c (rb_call0): fixed bug of zsuper with both of opt and rest.matz
2006-11-02* eval.c (rb_call0): fixed bug of zsuper with both of opt and rest.matz
2006-11-02* string.c: class Symbol is no longer subclass of String. alsomatz
2006-11-02* lib/xmlrpc/create.rb (XMLRPC::Create::conv2value): Symbol shouldmatz
2006-11-022006-11-02matz
2006-11-02* array.c: revert lfree shift/unshift boost patch to avoid unknownmatz
2006-11-01* ruby.h (struct RArray): revert embedding ptr in RVALUE.matz
2006-11-01* string.c (hash): use Bob Jenkins' hash algorithm.matz
2006-11-01* ext/digest/lib/digest/hmac.rb (Digest::HMAC::update): Minorknu
2006-11-012006-11-01knu
2006-10-31* time.c (time_dup): duplicate the class of original time.matz
2006-10-312006-10-31matz
2006-10-31* array.c (ary_shared_first): should address offset aftermatz
2006-10-30* Makefile.in (miniruby): add XLDFLAGS.nobu
2006-10-30* dir.c (glob_helper): get rid of possible memory leak.nobu
2006-10-30* bignum.c (rb_big2str0): use better approximation.usa
2006-10-30ChangeLog: add patch submitter.matz
2006-10-30* bignum.c (rb_big2str0): wrong allocation length.matz