summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* * {bcc32,win32,wince}/Makefile.sub (config.h): add fcntl.usa2004-09-077-9/+107
| | | | | | | | | | | | * win32/win32.[ch] (fcntl): ditto. * win32/win32.c (rb_w32_connect): support nonblocking mode. * ext/socket/socket.c (wait_connectable, ruby_connect): support nonblocking connect on various platforms. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6863 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/tk/lib/tk/menu.rb(TkOptionMenubutton#insert): call correct methodocean2004-09-062-1/+5
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6861 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2004-09-06usa2004-09-061-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6858 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * eval.c (cvar_cbase): singletons should refer outer cvar scope.matz2004-09-062-2/+10
| | | | | | | | | | [ruby-dev:24223] * eval.c (rb_load): should preserve previous ruby_wrapper value. [ruby-dev:24226] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6857 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2004-09-04eban2004-09-041-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6856 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * eval.c (cvar_cbase): class variables cause SEGV inmatz2004-09-033-23/+8
| | | | | | | instance_eval() for fixnums and symbols. [ruby-dev:24213] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6855 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * struct.c (make_struct): remove redefining constant whenmatz2004-09-035-35/+43
| | | | | | | conflict. [ruby-dev:24210] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6854 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/tk/lib/tk.rb: Tk.after makes TkCore::INTERP.tk_cmd_tbl grow ↵nagai2004-09-032-2/+19
| | | | | | [ruby-dev:24207] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6853 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/tcltklib/tcltklib.c: fix typo [ruby-talk:111266]nagai2004-09-028-44/+207
| | | | | | | | * ext/tk/lib/tk/text.rb: fix typo * ext/tk/lib/multi-tk.rb: improve safe-level treatment on slave IPs git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6852 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2004-09-03eban2004-09-021-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6851 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/extmk.rb (extmake): extact target prefix from Makefiles.nobu2004-09-022-2/+15
| | | | | | | | * ext/extmk.rb: already built-in libraries satisfy dependencies. [ruby-dev:24028] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6849 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2004-09-01ocean2004-09-011-4/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6846 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/tk/lib/tk/spinbox.rb: fix typoocean2004-09-012-1/+5
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6845 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * process.c (rb_proc_exec): label cannot precede variable declarations.nobu2004-09-012-2/+5
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6844 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/tk/tkutil.c (cbsubst_init): fix memory leakocean2004-08-312-2/+7
| | | | | | | * ext/tk/tkutil.c (cbsubst_get_all_subst_keys): fix SEGV git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6843 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/tcltklib/tcltklib.c (ip_delete): when a tcltkip is deleted, destroy ↵nagai2004-08-312-0/+6
| | | | | | its root widget git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6842 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2004-08-31eban2004-08-311-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6841 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/tcltklib/tcltklib.c (del_root): fix SEGVnagai2004-08-312-1/+10
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6840 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Add documentation for Module#includeddave2004-08-302-3/+32
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6839 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* ri now merges the documentation if it finds the same class in multiple placesdave2004-08-309-25/+92
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6838 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/tk/lib/multi-tk.rb: 'restart' method accepts argumentsnagai2004-08-302-6/+23
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6837 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2004-08-30eban2004-08-301-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6835 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * configure.in (GNU/k*BSD): fixed FTBFS on GNU/k*BSD. [ruby-dev:24051]eban2004-08-302-13/+9
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6834 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2004-08-29eban2004-08-291-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6831 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/tcltklib/tcltklib.c: compile error on bcc32 [ruby-dev:24081]nagai2004-08-293-2/+10
| | | | | | | * ext/tk/lib/multi-tk.rb: MultiTkIp#eval_string does not work git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6830 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2004-08-28eban2004-08-281-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6827 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * bignum.c (rb_big_and): protect parameters from GC.matz2004-08-287-16/+80
| | | | | | | | | | | | [ruby-talk:110664] * error.c (exc_equal): exceptions are equal if they share same class, message and backtrace. [ruby-talk:110354] * error.c (name_err_mesg_equal): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6826 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/stringio/stringio.c (Init_stringio): add StringIO#readpartial asakr2004-08-272-0/+6
| | | | | | | an alias for StringIO#sysread. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6825 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2004-08-27nobu2004-08-271-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6824 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * process.c (rb_proc_exec): strip trailing spaces. [ruby-dev:24143]nobu2004-08-273-9/+44
| | | | | | | * win32/win32.c (CreateChild): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6823 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2004-08-26nobu2004-08-261-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6822 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Must learn how to transpose words in Emacs. Sorry...dave2004-08-251-1/+1
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6821 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Minor fix to error messagedave2004-08-253-3/+7
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6820 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2004-08-25eban2004-08-251-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6818 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * eval.c (rb_longjmp): Exception#to_str is no longer defined.nobu2004-08-252-2/+6
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6817 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/cgi/session.rb (CGI::Session::FileStore#initialize): do notshugo2004-08-243-17/+17
| | | | | | | | | | use a session id as a filename. * lib/cgi/session/pstore.rb (CGI::Session::PStore#initialize): ditto. * lib/cgi/session/pstore.rb (CGI::Session::PStore#initialize): use Dir::tmpdir. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6815 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/cgi/session.rb (CGI::Session::FileStore#initialize): untaintshugo2004-08-242-1/+6
| | | | | | | session id after check. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6813 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2004-08-24usa2004-08-241-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6812 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/openssl/ossl_x509attr.c (ossl_x509attr_initialize): d2igotoyuzo2004-08-234-6/+16
| | | | | | | | | | | functions may replace the pointer indicated by the first argument. * ext/openssl/ossl_x509ext.c (ossl_x509ext_initialize): ditto. * ext/openssl/ossl_x509name.c (ossl_x509name_initialize): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6810 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2004-08-23usa2004-08-231-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6808 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/resolv.rb (Config.default_config_hash): when multiple domainsusa2004-08-232-1/+6
| | | | | | | are set, Win32::Resolv.get_resolv_info returns Array. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6807 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/openssl/ossl_ssl.c (ossl_ssl_read):gotoyuzo2004-08-223-23/+43
| | | | | | | | | | | | | | | | | | - should return an empty string if specified length to read is 0. - should check for pending data and wait for fd before reading. - call underlying IO's sysread if SSL session is not started. [ruby-dev:24072], [ruby-dev:24075] * ext/openssl/ossl_ssl.c (ossl_ssl_write): - call underlying IO's syswrite if SSL session is not started. * ext/openssl/ossl_ssl.c (ossl_ssl_pending): new method OpenSSL::SSL#pending. * ext/openssl/lib/openssl/buffering.rb: should not use select. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6806 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2004-08-22eban2004-08-211-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6805 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/webrick/httpproxy.rb (WEBrick::HTTPProxyServer#proxy_connect):gotoyuzo2004-08-212-0/+8
| | | | | | | should call :ProxyContentHandler before finishing CONNECT. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6804 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2004-08-21eban2004-08-211-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6803 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/tcltklib/extconf.rb (find_tcl, find_tk): find stub library.nobu2004-08-203-8/+29
| | | | | | | | * lib/mkmf.rb (arg_config, with_config): deal with '-' and '_' uniformly. [ruby-dev:24118] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6802 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * io.c (rb_io_check_writable): no need to check read buffer ifusa2004-08-202-1/+6
| | | | | | | already changed to write mode. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6801 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2004-08-20eban2004-08-201-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6800 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/zlib/zlib.c: GzipReader#ungetc caused crc error.katsu2004-08-202-17/+24
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6799 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/tk/lib/tk.rb: Fail to treat a hash value of 'font' option.nagai2004-08-193-2/+13
| | | | | | | | * ext/tk/lib/tk.rb: bindinfo cannot return '%' substiturion infomation. * ext/tk/lib/menu.rb: typo bug. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6795 b2dd03c8-39d4-4d8f-98ff-823fe69b080e