summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 2004-06-26nobu2004-06-261-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6530 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * variable.c (rb_mod_class_variables): class variables are no longernobu2004-06-262-9/+9
| | | | | | | inherited. [ruby-dev:23808] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6529 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * configure.in (TRY_LINK): commit miss.nobu2004-06-261-1/+1
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6528 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * configure.in (TRY_LINK): export.nobu2004-06-261-0/+1
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6527 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/mkmf.rb (libpathflag): should not quote here.nobu2004-06-262-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6526 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/mkmf.rb (libpathflag, find_header, dir_config): quote directorynobu2004-06-262-6/+8
| | | | | | | names if necessary. [ruby-talk:104505] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6524 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * configure.in (aix): -b must come at the start of the command line,nobu2004-06-262-2/+10
| | | | | | | and -e must not appear while testing libraries. [ruby-talk:104501] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6523 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* add an assertion.akr2004-06-251-0/+1
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6522 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * io.c (rb_fopen, rb_fdopen, rb_io_reopen): setvbuf() may returnnobu2004-06-252-3/+8
| | | | | | | positive value on failure. [ruby-dev:23792] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6521 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* bring back _stklen for DJGPP [ruby-core:3084]michal2004-06-252-0/+9
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6520 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/iconv/extconf.rb: check stricter. [ruby-talk:104501]nobu2004-06-252-2/+6
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6518 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * MANIFEST: add lib/net/.document.eban2004-06-251-0/+1
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6517 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/socket/socket.c (sock_sockaddr): Socket#gethostbyname()matz2004-06-245-8/+40
| | | | | | | | should give us packed address, not struct sockaddr. [ruby-core:03053] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6515 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2004-06-25usa2004-06-241-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6514 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * {bcc32,win32,wince}/setup.mak: remove RUBY_EXTERN lines whenusa2004-06-243-4/+4
| | | | | | | including version.h. [ruby-talk:104456] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6512 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * win32/setup.mak: remove RUBY_EXTERN lines when including version.h.usa2004-06-242-1/+6
| | | | | | | [ruby-talk:104456] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6511 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * io.c (rb_io_fread): return already read data when system call isnobu2004-06-242-4/+8
| | | | | | | interrupted. [ruby-talk:97206] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6510 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2004-06-24eban2004-06-241-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6509 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * version.h: added declarations of ruby_version,shugo2004-06-232-0/+9
| | | | | | | ruby_release_date, ruby_platform. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6507 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Work around OSX strangneness with recvfrom on connection-oriented socketsdave2004-06-232-1/+11
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6506 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* io_seek()'s retval should be checked [ruby-core:03045]michal2004-06-232-4/+12
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6505 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Fix indentation in time.cmichal2004-06-234-283/+278
| | | | | | | Move stack-len info from main.c to gc.c git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6504 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/zlib/zlib.c: 0xff should not shift 24 bits on 64 bitmatz2004-06-231-1/+1
| | | | | | | platforms. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6502 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/net/imap.rb: added new option --ssl.shugo2004-06-232-4/+14
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6501 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Fixed parsing of %r{} when generating source popupdave2004-06-222-0/+6
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6500 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2004-06-23eban2004-06-221-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6499 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/win32ole/win32ole.c (ole_hresult2msg): remove trailingocean2004-06-222-3/+11
| | | | | | | CR and LF. (doesn't depend on CR+LF) [ruby-dev:23694] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6498 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * io.c (rb_io_initialize): should check fcntl result. [ruby-dev:23742]nobu2004-06-222-1/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6497 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * eval.c (return_jump, break_jump): raise unexpceted local jumpnobu2004-06-222-2/+7
| | | | | | | exception directly. [ruby-dev:23740] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6496 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * sprintf.c (rb_f_sprintf): support FZERO and FSPACE with NaN/Inf.usa2004-06-223-3/+95
| | | | | | | * test/ruby/test_sprintf.rb (test_nan, test_inf): add tests. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6495 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/win32ole/win32ole.c (OLE_FREE): should not call CoFreeUnuse-suke2004-06-222-9/+18
| | | | | | | | | | | | dLibraries(). * ext/win32ole/win32ole.c (ole_event_free): ditto. * ext/win32ole/win32ole.c (ole_hresult2msg): truncate error message before CR. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6493 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * sprintf.c (rb_f_sprintf): unify output of NaN, Inf and -Inf withusa2004-06-222-0/+41
| | | | | | | "%f" or etc on all platform. [ruby-dev:23704], [ruby-dev:23747] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6492 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Remove explicit NIL_P() checks since rb_cmpint() does it again in the ↵michal2004-06-222-6/+5
| | | | | | exactly same manner. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6489 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2004-06-22eban2004-06-221-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6488 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/openssl/ossl_pkey_dh.c (ossl_dh_initialize): should creategotoyuzo2004-06-214-9/+57
| | | | | | | | | | | | | | | | | | | | | | empty pkey object if no argument is passed. [ruby-talk:103328] * ext/openssl/ossl_pkey_dsa.c (ossl_dsa_initialize): ditto. * ext/openssl/ossl_pkey_rsa.c (ossl_rsa_initialize): ditto. * ext/openssl/ossl_pkey_dh.c: add new methods: OpenSSL::PKey::DH#p, OpenSSL::PKey::DH#p=, OpenSSL::PKey::DH#g, OpenSSL::PKey::DH#g=, OpenSSL::PKey::DH#pub_key, OpenSSL::PKey::DH#pub_key=, OpenSSL::PKey::DH#priv_key and OpenSSL::PKey::DH#priv_key=. * ext/openssl/ossl_pkey_dsa.c: add new methods: OpenSSL::PKey::DSA#p, OpenSSL::PKey::DSA#p=, OpenSSL::PKey::DSA#q, OpenSSL::PKey::DSA#q=, OpenSSL::PKey::DSA#g, OpenSSL::PKey::DSA#g=, OpenSSL::PKey::DSA#pub_key, OpenSSL::PKey::DSA#pub_key=, OpenSSL::PKey::DSA#priv_key and OpenSSL::PKey::DSA#priv_key=. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6487 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2004-06-21usa2004-06-211-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6484 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * win32/win32.c (rb_w32_opendir): should set errno if error occursusa2004-06-212-0/+6
| | | | | | | when calling OS API. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6483 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/openssl/test_ssl.rb: use Process.kill to kill child processgotoyuzo2004-06-202-17/+24
| | | | | | | instead of waiting for closing popen-ed IO. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6482 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2004-06-20eban2004-06-201-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6481 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/net/ftp.rb (binary=): send TYPE commands only once.shugo2004-06-201-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6480 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/net/ftp.rb (binary=): send TYPE commands only once.shugo2004-06-201-59/+83
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6479 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * eval.c (proc_set_safe_level, proc_invoke, rb_mod_define_method): notnobu2004-06-193-3/+42
| | | | | | | set $SAFE for methods defined from Proc. [ruby-dev:23697] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6477 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * eval.c (method_call): allow changing $SAFE. [ruby-dev:23713]nobu2004-06-192-4/+9
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6476 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2004-06-19eban2004-06-191-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6475 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * sample/rss/tdiary_plugin/rss-recent.rb: added more information.kou2004-06-182-39/+136
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6474 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * eval.c (eval): adjust indent.nobu2004-06-181-5/+5
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6473 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2004-06-18nobu2004-06-181-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6472 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * eval.c (proc_save_safe_level, rb_set_safe_level, safe_setter): limitnobu2004-06-182-1/+13
| | | | | | | safe level. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6471 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2004-06-17eban2004-06-171-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6470 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * eval.c (rb_mod_freeze): prepare string representation beforematz2004-06-165-11/+27
| | | | | | | freezing. [ruby-talk:103646] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6469 b2dd03c8-39d4-4d8f-98ff-823fe69b080e