aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 2006-12-06nobu2006-12-061-3/+3
* * configure.in (SITE_DIR): fixed to emtpy RUBY_SITE_LIB in config.h oneban2006-12-052-1/+6
* * lib/matrix.rb (Matrix::rank): use quo method to avoid integermatz2006-12-052-0/+9
* * misc/ruby-mode.el (ruby-parse-partial): need to parse "/=" asmatz2006-12-052-2/+7
* 2006-12-05nobu2006-12-041-3/+3
* * intern.h, object.c, variable.c (rb_mod_constants): added an optionalnobu2006-12-045-10/+40
* * instruby.rb (install_recursive): get rid of warning.nobu2006-12-043-11/+18
* Do alias << update.knu2006-12-042-0/+5
* * ruby.h (OFFT2NUM): use LONG2NUM() if sizeof(long) equals tomatz2006-12-042-0/+7
* * lib/cgi.rb (CGI::QueryExtension::read_multipart): should quoteshugo2006-12-032-2/+8
* 2006-12-04shugo2006-12-031-3/+3
* * ext/digest/lib/digest/hmac.rb: Fix problems with updateknu2006-12-031-0/+5
* 2006-12-03knu2006-12-031-3/+3
* * ext/digest/lib/digest/hmac.rb: Fix problems with updateknu2006-12-031-2/+6
* * lib/webrick/httputils.rb (WEBrick::HTTPUtils::FormData::<<):gotoyuzo2006-12-012-3/+14
* * ext/openssl/ossl_ocsp.c: OpenSSL::OCSP::OSCPError should begotoyuzo2006-12-012-1/+6
* 2006-12-02gotoyuzo2006-12-011-3/+3
* * ext/tk/tcltklib.c: shouldn't run the killed thread at callback.nagai2006-12-012-13/+33
* 2006-12-01nagai2006-12-011-4/+4
* * 2006-11-26eban2006-11-261-2/+2
* Sun Nov 26 16:36:46 2006 URABE Shyouhei <shyouhei@ruby-lang.org>shyouhei2006-11-263-2/+11
* * object.c (rb_obj_tap): a new method. [ruby-talk:224013]matz2006-11-222-0/+22
* * file.c (test_grpowned, rb_stat_grpowned): should honormatz2006-11-222-4/+9
* * ext/tk/extconf.rb: support --with-X11/--without-X11 option.nagai2006-11-224-3/+32
* 2006-11-22nagai2006-11-221-3/+3
* * eval.c (formal_assign): need to pack rest arg information inmatz2006-11-072-10/+10
* * ext/tk/lib/tkextlib/version.rb: forgot to commmit. sorry.nagai2006-11-071-1/+1
* * ext/tk/lib/tk/itemconfig.rb: minor bug fix.nagai2006-11-076-33/+86
* * class.c (rb_include_module): revert duplicate inclusion ofmatz2006-11-074-5/+28
* * eval.c (method_missing): update old argument adjustment.matz2006-11-072-4/+11
* 2006-11-07matz2006-11-071-3/+3
* * eval.c (when_check): need to splat for NODE_ARGSCAT as well.matz2006-11-072-2/+10
* * string.c (Init_String): remove duplicated definition ofmatz2006-11-062-1/+5
* * eval.c (svalue_to_avalue): need to splat but no error.matz2006-11-064-33/+68
* * ext/tk/lib/tk/itemconfig.rb: bug fix on 'itemconfiginfo' method, andnagai2006-11-0610-190/+1676
* 2006-11-06matz2006-11-061-3/+3
* * parse.y (arg_dup_check): vid may be nameless internal id.matz2006-11-063-1/+6
* updated based on date2 3.9.7.tadf2006-11-052-9/+39
* 2006-11-05tadf2006-11-051-3/+3
* * lib/net/imap.rb: accept NOMODSEQ. [ruby-core:9002]shugo2006-11-042-1/+5
* 2006-11-04shugo2006-11-041-3/+3
* * ext/socket/socket.c (ruby_getnameinfo__aix): AF_INET6 workaroundmatz2006-11-023-0/+38
* 2006-11-03matz2006-11-021-3/+3
* ChangeLog: add ML entry.matz2006-11-021-1/+1
* * lib/set.rb (Set#^): Fix XOR operation against a container thatknu2006-11-022-2/+14
* * 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-022-1/+10
* * string.c: class Symbol is no longer subclass of String. alsomatz2006-11-022-1/+61
* * lib/xmlrpc/create.rb (XMLRPC::Create::conv2value): Symbol shouldmatz2006-11-0210-21/+37
* 2006-11-02matz2006-11-021-3/+3