summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* * ext/tk/lib/tk/console.rb: create console when requiredocean2005-06-062-1/+22
| | | | | | | * ext/tk/sample/tkextlib/tile/demo.rb: create Console (commit miss?) git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8571 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * 2005-06-05eban2005-06-051-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8570 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/tk/lib/tk/console.rb: create console when requirednagai2005-06-053-0/+11
| | | | | | | * ext/tk/sample/tkextlib/tile/demo.rb: fix TypeError & create Console git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8569 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* kill a process spawned by test_exit_action.akr2005-06-051-3/+8
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8568 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * signal.c (ruby_signal): don't set SA_RESTART.akr2005-06-052-8/+5
| | | | | | | [ruby-dev:26276] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8567 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/dbm/test_dbm.rb: merged from ext/dbm/testdbm.rb.akr2005-06-045-1261/+1191
| | | | | | | * test/gdbm/test_gdbm.rb: merged from ext/gdbm/testgdbm.rb. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8566 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* add a test for file descriptor passing.akr2005-06-041-0/+28
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8565 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* fix another IPv6 issue.akr2005-06-031-1/+1
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8564 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* avoid IPv6 issue.akr2005-06-031-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8563 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* add ML number.akr2005-06-031-2/+2
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8562 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* set verify_mode to avoid a warning.akr2005-06-031-0/+1
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8561 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/sdbm/test_sdbm.rb: renamed from ext/sdbm/testsdbm.rb withakr2005-06-032-145/+109
| | | | | | | modification to use test/unit. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8558 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * 2005-06-04eban2005-06-031-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8557 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* add a test.akr2005-06-031-0/+26
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8554 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* add a test for [ruby-dev:26128].akr2005-06-031-0/+23
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8553 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * intern.h (rb_fdset_t): deal with fd bit sets over FD_SETSIZE.nobu2005-06-036-105/+408
| | | | | | | | | | | | | | | | fixed: [ruby-dev:26187] * eval.c (rb_fd_init, rb_fd_term, rb_fd_zero, rb_fd_set, rb_fd_clr, rb_fd_isset, rb_fd_copy): ditto. * io.c (rb_io_wait_readable, rb_io_wait_writable, rb_f_select): ditto. * ext/io/wait/wait.c (io_wait): ditto. * ext/socket/socket.c (wait_connectable, unix_recv_io): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8552 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * 2005-06-03eban2005-06-031-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8551 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/tk/lib/multi-tk.rb: fix typo.nagai2005-06-033-3/+7
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8550 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * parse.y: pragma support on ripper. [ruby-dev:26266]nobu2005-06-025-8/+28
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8549 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * parse.y (method_call): new experiment: "(expr)(args...)" tomatz2005-06-022-2/+23
| | | | | | | | | invoke "expr.call(args...)". [EXPERIMENTAL] * parse.y (command): revert implicit "call" for local variables. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8548 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * 2005-06-02eban2005-06-011-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8547 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * struct.c: accessing >10 member caused segmentation fault. [ruby-dev:26247]aamine2005-06-013-2/+23
| | | | | | | * test/ruby/test_struct.rb: test it. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8546 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * 2005-06-01eban2005-06-011-4/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8544 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * bcc32/Makefile.sub: can use single quote character in DESTDIR.ocean2005-06-012-1/+9
| | | | | | | | | | [ruby-dev:26205] * bcc32/Makefile.sub: Dir.glob in 1.9 doesn't treat \ as path separator. [ruby-dev:26254] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8542 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * 2005-05-31eban2005-05-311-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8541 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/webrick/httpserver.rb (WEBrick::HTTPServer#run): shouldgotoyuzo2005-05-312-1/+13
| | | | | | | | | | | break the loop if the socket reached to EOF. [ruby-talk:142285] * lib/webrick/httpserver.rb (WEBrick::HTTPServer#run): send response without reading the whole request body if keep-alive is diabled. [experimental] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8540 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * 2005-05-30eban2005-05-301-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8538 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/tk/lib/macpkg.rb: add PACKAGE_NAME information of Tcl/Tk Extension.nagai2005-05-3048-4/+327
| | | | | | | | | * ext/tk/lib/tk/msgcat.rb: ditto. * ext/tk/lib/tk/winpkg.rb: ditto. * ext/tk/lib/tkextlib/*: ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8537 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * 2005-05-29eban2005-05-291-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8536 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* add a test for [ruby-dev:26127].akr2005-05-291-0/+2
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8535 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/openssl/test_x509store.rb: add test for expired CRLgotoyuzo2005-05-282-7/+33
| | | | | | | and refine some assertions. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8534 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * 2005-05-28eban2005-05-281-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8533 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/openssl/ossl_x509store.c (ossl_x509stctx_set_time): shouldgotoyuzo2005-05-272-12/+12
| | | | | | | not set internal flag directry. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8532 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/webrick/cgi.rb (WEBrick::CGI::Socket#request_line):gotoyuzo2005-05-274-5/+24
| | | | | | | | ENV["REQUEST_URI"] is better to get correct Request-URI than ENV["SCRIPT_NAME"] + ENV["PATH_INFO"]. [ruby-dev:26235] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8531 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/mkmf.rb: use the semicolon as the path separatoreban2005-05-272-5/+14
| | | | | | | in the environment of MSYS. fixed: [ruby-dev:26232] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8530 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * 2005-05-26eban2005-05-261-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8529 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/fileutils.rb (remove_entry_secure): add documentation.aamine2005-05-263-41/+86
| | | | | | | * lib/fileutils.rb (remove_entry_secure): should not invoke unlink(2) against a directory. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8528 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * vms/vmsruby_private.c, vms/vmsruby_private.h: private routinesnobu2005-05-254-3/+75
| | | | | | | | | for VMS port are added. * eval.c (ruby_init): change to call VMS private intialization routine. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8527 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/fileutils.rb (rm_r): use lchown(2), not chown(2). [ruby-dev:26226]aamine2005-05-253-407/+599
| | | | | | | | | | | | * lib/fileutils.rb (cd): remove :noop option. (FEATURE CHANGE) * lib/fileutils.rb (cp_r): should copy symlink as symlink, for also tree root. (FEATURE CHANGE) * lib/fileutils.rb (cp_r): new option :dereference_root. * lib/fileutils.rb: new method remove_entry. * lib/fileutils.rb: new method remove_entry_secure. * lib/fileutils.rb: add documentation. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8525 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/tk/lib/tk.rb: add shortcut-methods of tk_call + tk_split_listnagai2005-05-252-1/+59
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8524 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/tk/lib/tk.rb: TkComm#tk_split_*list fail to split a kind of SJISnagai2005-05-2518-108/+289
| | | | | | | | | | | | | | | | | | | | | | | | | | strings. To avoid the trouble, add arguments to control converting encoding, and do split on a UTF8 string. * ext/tk/lib/multi-tk.rb: modify to attend encoding. * ext/tk/lib/remote-tk.rb: ditto. * ext/tk/lib/tk/itemconfig.rb: ditto. * ext/tk/lib/tk/listbox.rb: ditto. * ext/tk/lib/tk/namespace.rb: ditto. * ext/tk/lib/tk/panedwindow.rb: ditto. * ext/tk/lib/tk/text.rb: ditto. * ext/tk/lib/tk/textmark.rb: ditto. * ext/tk/lib/tk/texttag.rb: ditto. * ext/tk/lib/tk/variable.rb: ditto. * ext/tk/lib/tk/winfo.rb: ditto. * ext/tk/lib/tkextlib/iwidgets/scrolledlistbox.rb: ditto. * ext/tk/lib/tkextlib/iwidgets/scrolledtext.rb: ditto. * ext/tk/lib/tk.rb: add TkWindow#lower_window/raise_window and Tk#lower_window/raise_window by reason of method-name conflict * ext/tk/lib/tk/canvas.rb: bug fix on TkCanvas#delete when given non-TkcItem arguments. * ext/tk/lib/tkextlib/iwidgets/scrolledcanvas.rb: ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8521 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/fileutils.rb (rm_r): does chown(2). [ruby-dev:26199]aamine2005-05-252-8/+35
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8520 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/open-uri.rb (OpenURI::Meta::RE_QUOTED_STRING): a content ofakr2005-05-252-2/+6
| | | | | | | quoted-string should be zero or more characters. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8518 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * 2005-05-25eban2005-05-241-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8517 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * numeric.c (fix_pow): support Fixnum ** Float case directlymatz2005-05-244-1/+27
| | | | | | | | | | without coercing. [ruby-talk:142697] [ruby-talk:143054] * ruby.c (require_libraries): caused SEGV when continuation jumped in to the required library code. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8516 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/readline/test_readline.rb: do not test libedit.shugo2005-05-242-1/+6
| | | | | | | fixed: [ruby-dev:26217] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8514 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * misc/ruby-mode.el (ruby-font-lock-syntactic-keywords): stringnobu2005-05-232-1/+6
| | | | | | | literals to be matched non-greedy. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8512 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * version.h: commit miss.eban2005-05-231-12/+0
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8511 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * 2005-05-24eban2005-05-231-3/+15
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8510 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/soap/calc: method name 'set' was able to crash with a class Set.nahi2005-05-235-16/+39
| | | | | | | | | | [ruby-dev:26210] * test/wsdl/document/test_rpc.rb: dateTime comparison failed under TZ=right/Asia/Tokyo (with leap second.) [ruby-dev:26208] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8509 b2dd03c8-39d4-4d8f-98ff-823fe69b080e