summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* * 2005-02-16usa2005-02-161-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7976 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/openssl/ossl_ssl.c (ossl_ssl_read, ossl_ssl_write): shouldgotoyuzo2005-02-154-2/+31
| | | | | | | | | | | | | | | | | call rb_sys_fail instead of rasing SSLError if SSL_ERROR_SYSCALL occured. * ext/openssl/lib/openssl/buffering.rb (Buffering#fill_rbuff): should rescue Errno::EAGAIN. * ext/openssl/lib/openssl/buffering.rb (Buffering#each): fix typo. suggested by Brian Ollenberger. * ext/openssl/lib/openssl/ssl.rb: set non-blocking flag to the underlying IO. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7974 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/rss/parser.rb (RSS::ListenerMixin::tag_end):kou2005-02-142-1/+7
| | | | | | | fixed invalid namespace handling bug. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7971 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/openssl/lib/openssl/ssl.rbgotoyuzo2005-02-143-0/+80
| | | | | | | (OpenSSL::SSL::SSLSocket#post_connection_check): new method. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7970 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * 2005-02-14eban2005-02-131-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7967 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* add safe_leve, default_safe_level ([druby-ja:120])seki2005-02-135-9/+65
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7966 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/rss/dublincore.rb (RSS::DublicCoreModel#date{,=}): addedkou2005-02-137-0/+26
| | | | | | | | | | convenient methods. * lib/rss/0.9.rb (RSS::Rss::Channel#date{,=}): ditto. * lib/rss/2.0.rb (RSS::Rss::Channel::Item#date{,=}): ditto. * test/rss/: added tests for the convenient methods. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7965 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * eval.c (rb_thread_start_0): restore prot_tag before rewinding.nobu2005-02-132-2/+6
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7964 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/webrick/cgi.rb (WEBrick::CGI.start): should set reason-phrasegotoyuzo2005-02-132-1/+9
| | | | | | | to the value of status header field. ([ruby-dev:40617]) git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7962 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * 2005-02-13eban2005-02-131-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7961 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * regparse.c (type_cclass_hash): (Thanks Nobu) fixed overrun. ↵ksaito2005-02-132-2/+7
| | | | | | ([ruby-dev:25676]). git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7960 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * oniggnu.h, oniguruma.h, regcomp.c, st.c: imported Oni Guruma 3.6.0.ksaito2005-02-134-7/+43
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7959 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* This commit was generated by cvs2svn to compensate for changes in r7956,ksaito2005-02-131-0/+8
| | | | | | | which included commits to RCS files with non-trunk default branches. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7957 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* make module_functionseki2005-02-122-0/+8
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7955 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * eval.c (TAG_THREAD): to start a new thread.nobu2005-02-122-32/+220
| | | | | | | | | | | | | | | * eval.c (ruby_init, ruby_options, ruby_cleanup, rb_protect, rb_load_protect, rb_thread_start_0): make thread anchor. * eval.c (proc_alloc): clone proc object if klass is not Proc or created in different thread. * eval.c (rb_block_pass): call a function with a block. [new] * eval.c (rb_f_throw): raise NameError in main thread. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7954 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/open-uri.rb (OpenURI.open_loop): send authentication only forakr2005-02-122-1/+12
| | | | | | | the URI directly specified. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7952 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * random.c (rand_init): suppress warning.nobu2005-02-122-2/+6
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7951 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * 2005-02-12eban2005-02-121-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7950 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* document updated.akr2005-02-121-8/+9
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7949 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/open-uri.rb (OpenURI.open_http): reject userinfo explicitly.akr2005-02-122-0/+8
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7948 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/open-uri.rb: support https if the platform provides CAakr2005-02-122-72/+88
| | | | | | | certificates. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7947 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * 2005-02-11eban2005-02-111-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7946 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/openss/ossl_x509store.c (ossl_x509store_set_default_paths):gotoyuzo2005-02-112-0/+17
| | | | | | | new method OpenSSL::X509::Store#set_default_paths. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7945 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/open-uri.rb (URI::HTTP#proxy_open): new option supported:akr2005-02-112-2/+22
| | | | | | | | :http_basic_authentication. suggested by Kent Sibilev. [ruby-core:4392] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7944 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * win32/win32.c (rb_w32_fdopen): suppress warning.nobu2005-02-101-1/+1
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7943 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * configure.in, win32/Makefile.sub (LIBS, COMMON_HEADERS): useusa2005-02-106-20/+22
| | | | | | | | | | | | | winsock2 on mswin32/mingw. * ext/socket/extconf.rb: ditto. * win32/win32.c (StartSockets): ditto. * win32/win32.h: ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7942 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/mkmf.rb (create_makefile): fix typo.usa2005-02-101-1/+1
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7941 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * 2005-02-10nobu2005-02-101-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7940 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/extmk.rb (extract_makefile): default to true if not compilednobu2005-02-102-6/+13
| | | | | | | | | previously. * ext/extmk.rb (extmake): create dummy makefile if extconf failed. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7939 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * bcc32/Makefile.sub (COMMON_LIBS): add libraries included innobu2005-02-105-5/+40
| | | | | | | | | | | | | import32.lib. * lib/mkmf.rb (create_makefile): restrict prefixing with srcdir to rule lines, add search path to implicit rules, and set Borland make special macros for search path. * win32/win32.c, win32/win32.h (read): aboid a BCC runtime bug. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7938 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * win32/win32.c (init_stdhandle): assign standard file handles.nobu2005-02-102-0/+26
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7937 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* modified some test scripts for [ruby-dev:25661].ttate2005-02-092-4/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7932 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/socket/socket.c (wait_connectable): fixed wrong condition.usa2005-02-092-1/+8
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7931 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * eval.c (scope_dup): add volatile not to optimize tbl.usa2005-02-092-1/+5
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7930 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * 2005-02-09usa2005-02-091-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7929 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/tk/make-tkutil, ext/tk/tkutil/subconf.rb: no longer used.usa2005-02-094-45/+10
| | | | | | | * ext/tk/tkutil/extconf.rb: need to compile tkutil. [ruby-dev:25607] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7928 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* reject :instance_eval, :class_eval, :module_eval [druby-ja:117]seki2005-02-082-1/+6
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7924 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* typo fix.akr2005-02-081-1/+1
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7923 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * keywords, parse.y: separate EXPR_VALUE from EXPR_BEG.nobu2005-02-084-50/+40
| | | | | | | fixed: [ruby-core:04310], [ruby-core:04368] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7922 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* added bcc32 support [ruby-dev:25657] and fixed a minor bug.ttate2005-02-083-36/+19
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7921 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* document updated.akr2005-02-081-47/+53
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7920 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Use define_method instead of module_eval.ttate2005-02-072-13/+13
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7918 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* add test_rand_0x100000000.akr2005-02-071-0/+7
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7917 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * 2005-02-08eban2005-02-071-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7916 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/resolv.rb (Resolv::DNS::Name#subdomain_of?): new method.akr2005-02-072-0/+37
| | | | | | | | (Resolv::DNS::Name#inspect): ditto. Suggested by Sam Roberts. [ruby-talk:129086] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7915 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* fix previous commit to check stdout is a tty.akr2005-02-071-2/+7
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7914 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * io.c (io_getc): flush rb_stdout before read fro stdin, which isakr2005-02-073-7/+15
| | | | | | | | | connected to a tty. [ruby-core:4378] * rubyio.h (FMODE_TTY): renamed from FMODE_LINEBUF. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7913 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* minor bugfix.ttate2005-02-071-1/+1
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7912 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Improved DL::Handle#sym.ttate2005-02-075-45/+98
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7911 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * dln.c: typo fix.eban2005-02-071-2/+2
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7910 b2dd03c8-39d4-4d8f-98ff-823fe69b080e