summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* * 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
* * dir.c (free_dir): fix memory leak. reported by yamamotomatz2004-08-195-9/+87
| | | | | | | | | | | | | | madoka. * eval.c (bind_eval): new method. [RCR 251] * string.c (rb_str_clear): new method. [ruby-dev:24104] * io.c (rb_io_reopen): should clear allocated OpenFile. pointed out by Guy Decoux. [ruby-core:03288] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6794 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * wince/Makefile.sub (LIBS): need to link ceshell library for SH*usa2004-08-192-1/+4
| | | | | | | functions on mswince. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6792 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * configure.in, win32/Makefile.sub (LIBS): need to link shell32usa2004-08-193-2/+7
| | | | | | | library for SH* functions on mswin32 and mingw32. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6791 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2004-08-19usa2004-08-191-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6790 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/yaml/rubytypes.rb: whoops. bad require for 'yaml/compat'. sorry.why2004-08-181-1/+0
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6788 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/yaml/baseemitter.rb: folding now handles double-quoted strings,why2004-08-184-21/+39
| | | | | | | | | | | fixed problem with extra line feeds at end of folding, whitespace opening scalar blocks. * lib/yaml/rubytypes.rb: subtelties in handling strings with non-printable characters and odd whitespace patterns. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6787 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/net/protocol.rb (rbuf_fill): OpenSSL::SSLSocket has its own buffer, ↵aamine2004-08-182-4/+8
| | | | | | select(2) might not work. [ruby-dev:24072] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6786 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/tcltklib/stubs.c (ruby_tcltk_stubs): need to calleban2004-08-182-2/+14
| | | | | | | Tcl_FindExecutable() for Tcl/Tk 8.4. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6785 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2004-08-18eban2004-08-181-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6784 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * eval.c (rb_obj_instance_eval): evaluates under special singletonnobu2004-08-182-8/+6
| | | | | | | classes as for special constants. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6783 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * win32/win32.c (init_env): initialize HOME and USER environmentnobu2004-08-182-15/+67
| | | | | | | variables unless set. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6782 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * io.c (rb_io_reopen): should clear allocated OpenFile. pointedmatz2004-08-176-8/+66
| | | | | | | out by Guy Decoux. [ruby-core:03288] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6781 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2004-08-17ocean2004-08-171-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6779 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Sorry, this might not be typo... "memoize" came from Schema?ocean2004-08-171-1/+1
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6778 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Get RDoc::usage playing better with OptionParserdave2004-08-164-8/+22
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6777 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* check constants (Fcntl::F_SETFL, Fcntl::F_GETFL and Fcntl::O_NONBLOCK)akr2004-08-161-5/+4
| | | | | | | instead of trapping NotImplementedError. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6776 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* rescue NotImplementedError by fcntl.akr2004-08-161-1/+5
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6775 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2004-08-15eban2004-08-151-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6774 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * rdoc/markup/simple_markup/to_flow.rb: typo fix(CGI -> cgi).eban2004-08-151-1/+1
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6773 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2004-08-14ocean2004-08-141-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6771 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Add Ri environment variable supportdave2004-08-131-30/+14
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6770 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Add "usage" interfacedave2004-08-134-5/+14
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6768 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Commit missdave2004-08-131-0/+220
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6766 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/syck/token.c: re2c no longer compiled with bit vectors. causedwhy2004-08-134-1973/+3828
| | | | | | | | | problems for non-ascii characters. [ruby-core:03280] * ext/syck/implicit.c: ditto. * ext/syck/bytecode.c: ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6765 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2004-08-13eban2004-08-131-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6764 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* for [ruby-cvs:12466]gotoyuzo2004-08-131-0/+11
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6762 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/webrick/httputils.rb (WEBrick::HTTPUtils.parse_range_header):gotoyuzo2004-08-133-4/+8
| | | | | | | | | | | | | fix regex for range-spec. * lib/webrick/httpservlet/filehandler.rb (WEBrick::HTTPServlet::DefaultFileHandler#make_partial_content): multipart/byteranges response was broken. * lib/xmlrpc/server.rb: refine example code. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6761 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* MANIFEST: add test/ruby/test_readpartial.rb.eban2004-08-121-0/+1
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6760 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2004-08-12usa2004-08-121-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6759 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * rubyio.h (rb_eof_error): should mark as NORETURN.usa2004-08-123-30/+28
| | | | | | | | * win32/win32.c (make_cmdvector): adjust escaped successive double-quote handling. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6758 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* add test.akr2004-08-111-0/+69
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6757 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * io.c (read_buffered_data): extracted from rb_io_fread.akr2004-08-112-21/+142
| | | | | | | | (io_readpartial): new method IO#readpartial. [ruby-dev:24055] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6756 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2004-08-11eban2004-08-111-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6755 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * configure.in (RPATHFLAG): stop setting RPATHFLAG on Interix.eban2004-08-112-2/+5
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6754 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* no messageocean2004-08-091-11/+11
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6753 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* no messageocean2004-08-091-3/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6752 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/webrick/httpservlet/erbhandler.rbgotoyuzo2004-08-092-1/+8
| | | | | | | | (WEBrick::HTTPServlet::ERBHandler#do_GET): should select media type by suffix of script filename. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6751 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Roll in Austin Ziegler's patchdave2004-08-092-6/+82
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6750 b2dd03c8-39d4-4d8f-98ff-823fe69b080e