summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* * lib/matrix.rb (Matrix::rank): use quo method to avoid integermatz2006-12-052-0/+9
| | | | | | | | | division problem. [ruby-core:09644] * lib/matrix.rb (Matrix::rank_e): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11343 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * misc/ruby-mode.el (ruby-parse-partial): need to parse "/=" asmatz2006-12-052-2/+7
| | | | | | | self assignment operator, not regex. [ruby-talk:227324] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11342 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2006-12-05nobu2006-12-041-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11339 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * intern.h, object.c, variable.c (rb_mod_constants): added an optionalnobu2006-12-045-10/+40
| | | | | | | | flag to search ancestors, which is defaulted to true, as well as const_defined? and const_get. [ruby-dev:29989] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11338 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * instruby.rb (install_recursive): get rid of warning.nobu2006-12-043-11/+18
| | | | | | | * lib/optparse.rb (CompletingHash#match): get rid of splat failure. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11337 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Do alias << update.knu2006-12-042-0/+5
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11336 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ruby.h (OFFT2NUM): use LONG2NUM() if sizeof(long) equals tomatz2006-12-042-0/+7
| | | | | | | sizeof(off_t). git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11335 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/cgi.rb (CGI::QueryExtension::read_multipart): should quoteshugo2006-12-032-2/+8
| | | | | | | boundary. JVN#84798830 git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11330 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2006-12-04shugo2006-12-031-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11329 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/digest/lib/digest/hmac.rb: Fix problems with updateknu2006-12-031-0/+5
| | | | | | | timing. [Reported by: oss-ruby@technorama.net] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11324 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2006-12-03knu2006-12-031-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11323 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/digest/lib/digest/hmac.rb: Fix problems with updateknu2006-12-031-2/+6
| | | | | | | timing. [Reported by: oss-ruby@technorama.net] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11322 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/webrick/httputils.rb (WEBrick::HTTPUtils::FormData::<<):gotoyuzo2006-12-012-3/+14
| | | | | | | | | | | | | HTTPUtils::parse_header() takes a string. [ruby-dev:29931] * lib/webrick/httputils.rb (WEBrick::HTTPUtils::parse_header): String does no longer have each method. * lib/webrick/httputils.rb (WEBrick::HTTPUtils::parse_form_data): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11321 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/openssl/ossl_ocsp.c: OpenSSL::OCSP::OSCPError should begotoyuzo2006-12-012-1/+6
| | | | | | | subclass of OpenSSL::OpenSSLError. [ruby-dev:29980] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11320 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2006-12-02gotoyuzo2006-12-011-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11319 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/tk/tcltklib.c: shouldn't run the killed thread at callback.nagai2006-12-012-13/+33
| | | | | | | [ruby-talk: 227408] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11317 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2006-12-01nagai2006-12-011-4/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11316 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * 2006-11-26eban2006-11-261-2/+2
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11308 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Sun Nov 26 16:36:46 2006 URABE Shyouhei <shyouhei@ruby-lang.org>shyouhei2006-11-263-2/+11
| | | | | | | | * version.h: addition of RUBY_PATCHLEVEL. * version.c: ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11307 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * object.c (rb_obj_tap): a new method. [ruby-talk:224013]matz2006-11-222-0/+22
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11303 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * file.c (test_grpowned, rb_stat_grpowned): should honormatz2006-11-222-4/+9
| | | | | | | supplementary group IDs. [ruby-core:09546] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11302 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/tk/extconf.rb: support --with-X11/--without-X11 option.nagai2006-11-224-3/+32
| | | | | | | | | * ext/tk/README.tcltklib: add description about --with-X11-* option [ruby-talk:225166] and --with-X11/--without-X11 option. * ext/tk/tkutil/extconf.rb: able to be called manually [ruby-talk:225950]. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11301 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2006-11-22nagai2006-11-221-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11300 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * eval.c (formal_assign): need to pack rest arg information inmatz2006-11-072-10/+10
| | | | | | | argc. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11296 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/tk/lib/tkextlib/version.rb: forgot to commmit. sorry.nagai2006-11-071-1/+1
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11294 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/tk/lib/tk/itemconfig.rb: minor bug fix.nagai2006-11-076-33/+86
| | | | | | | | | * ext/tk/lib/tkextlib/tile/treeview.rb : ditto. * ext/tk/lib/tkextlib/blt/table.rb: fix bugs which forbade use of '::blt::table' command. Now, probably, it'll works properly. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11293 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * class.c (rb_include_module): revert duplicate inclusion ofmatz2006-11-074-5/+28
| | | | | | | modules. [ruby-dev:29793] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11291 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * eval.c (method_missing): update old argument adjustment.matz2006-11-072-4/+11
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11290 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2006-11-07matz2006-11-071-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11289 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * eval.c (when_check): need to splat for NODE_ARGSCAT as well.matz2006-11-072-2/+10
| | | | | | | [ruby-dev:29860] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11288 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * string.c (Init_String): remove duplicated definition ofmatz2006-11-062-1/+5
| | | | | | | Symbol#to_s. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11287 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * eval.c (svalue_to_avalue): need to splat but no error.matz2006-11-064-33/+68
| | | | | | | | | | | | | | | | * eval.c: new macros - YIELD_CALL, YIELD_VALUES. * eval.c (rb_yield_values): specify YIELD_VALUES. * eval.c (rb_yield_0): use new macros. * eval.c (proc_invoke): slightly modified to separate YIELD_CALL and YIELD_VALUES from YIELD_ARY_ARGS. * object.c (Init_Object): add nil.to_splat => []. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11284 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/tk/lib/tk/itemconfig.rb: bug fix on 'itemconfiginfo' method, andnagai2006-11-0610-190/+1676
| | | | | | | | | | | | | | | | | | | modify to make it easy to override 'itemconfiginfo' method. * ext/tk/lib/tkextlib/tile/treeview.rb : support Tile 0.7.8. * ext/tk/lib/tkextlib/version.rb : [new] add Tk::Tkextlib_RELEASE_DATE to get the information from scripts. * ext/tk/lib/tk.rb: load 'tkextlib/version.rb', and update RELEASE_DATE. * ext/tk/lib/tkextlib/SUPPORT_STATUS: update. * ext/tk/sample/editable_listbox.rb: [new] the listbox with editable items. It's one of the example about usage of Place geometry manager. * ext/tk/sample/tktextio.rb: improve the functions of TkTextIO class. Those are required by 'irbtkw.rbw'. * ext/tk/sample/irbtkw.rbw: [new] IRB on Ruby/Tk. It doesn't need any real console. IRB works on a text widget without I/O blocking. That is, thread switching on IRB will work properly, even if on Windows. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11283 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2006-11-06matz2006-11-061-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11281 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * parse.y (arg_dup_check): vid may be nameless internal id.matz2006-11-063-1/+6
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11280 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* updated based on date2 3.9.7.tadf2006-11-052-9/+39
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11279 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2006-11-05tadf2006-11-051-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11278 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/net/imap.rb: accept NOMODSEQ. [ruby-core:9002]shugo2006-11-042-1/+5
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11274 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2006-11-04shugo2006-11-041-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11273 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/socket/socket.c (ruby_getnameinfo__aix): AF_INET6 workaroundmatz2006-11-023-0/+38
| | | | | | | | for AIX. a patch from Yutaka Kanemoto <kinpoco AT gmail.com>. [ruby-dev:29744] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11272 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2006-11-03matz2006-11-021-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11271 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* ChangeLog: add ML entry.matz2006-11-021-1/+1
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11268 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/set.rb (Set#^): Fix XOR operation against a container thatknu2006-11-022-2/+14
| | | | | | | holds duplicate values. [issue: #6444] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11263 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * eval.c (rb_call0): fixed bug of zsuper with both of opt and rest.matz2006-11-021-2/+2
| | | | | | | fixed: [ruby-list:42928] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11262 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * eval.c (rb_call0): fixed bug of zsuper with both of opt and rest.matz2006-11-022-1/+10
| | | | | | | fixed: [ruby-list:42928] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11261 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * string.c: class Symbol is no longer subclass of String. alsomatz2006-11-022-1/+61
| | | | | | | covers [ruby-core:09366] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11260 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/xmlrpc/create.rb (XMLRPC::Create::conv2value): Symbol shouldmatz2006-11-0210-21/+37
| | | | | | | | | | | | | | | | | | | come earlier than String. * lib/soap/mapping/rubytypeFactory.rb (RubytypeFactory::obj2soap): ditto. * lib/set.rb (TC_Set::test_s_new): strings are no longer Enumerable * lib/soap/property.rb (Property::load): ditto. * lib/webrick/httputils.rb (WEBrick::HTTPUtils::parse_header): ditto. * lib/soap/mimemessage.rb (MIMEMessage::Headers::parse): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11259 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2006-11-02matz2006-11-021-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11258 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * array.c: revert lfree shift/unshift boost patch to avoid unknownmatz2006-11-022-91/+24
| | | | | | | memory error. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11257 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ruby.h (struct RArray): revert embedding ptr in RVALUE.matz2006-11-014-207/+114
| | | | | | | * array.c: ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11256 b2dd03c8-39d4-4d8f-98ff-823fe69b080e