summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
...
* Retrofit entry (there was conflict):gsinclair2004-02-031-0/+7
| | | | | | | | | | From ruby_1_8 branch: * lib/test/unit.rb: rearranged documentation for RDoc's sake. * lib/matrix.rb: improved documentation. * lib/net/http.rb: slight documentation formatting improvement. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5618 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * parse.y (reduce_nodes): remove tail returns. [ruby-talk:90934]nobu2004-02-031-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5616 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/pp.rb (Struct#pretty_print_cycle): follow 1.8 style.akr2004-02-021-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5615 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * parse.y (block_append, new_evstr, void_expr0): remove no longer usednobu2004-02-021-1/+6
| | | | | | | labels. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5614 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * dln.c (dln_load): don't specify RTLD_GLOBAL on Interix,eban2004-02-021-0/+5
| | | | | | | because it caused SEGV when running runner.rb. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5612 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/pp.rb (Struct#pretty_print): make it 1.8 style.akr2004-02-011-2/+7
| | | | | | | | | (Numeric#pretty_print, FalseClass#pretty_print) (TrueClass#pretty_print, Module#pretty_print): fix pp for objects with instance variables. [ruby-talk:91157] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5607 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/open-uri.rb (URI::Generic#find_proxy): return nil on loopbackakr2004-02-011-1/+4
| | | | | | | address. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5606 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/resolv-replace.rb (BasicSocket#send): don't replace becauseakr2004-02-011-0/+13
| | | | | | | | | | | | | | it has no hostname argument. (IPSocket.getaddress): raise SocketError instead of Resolv::ResolvError for errors. (TCPSocket#initialize, UDPSocket#bind, UDPSocket#connect) (SOCKSSocket#initialize): use IPSocket.getaddress instead of Resolv.getaddress. (UDPSocket#send): recognize 3 arguments form. try all addresses on 4 arguments form. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5605 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Bug in BigDecimal("1e#{n}").add BigDecimal('.5'),n) reported and fixed by ↵shigek2004-02-011-0/+4
| | | | | | Javier Goizueta. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5602 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/open-uri.rb (OpenURI::Buffer#<<): make a tempfile binmode.akr2004-01-311-1/+2
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5596 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* lib/open-uri.rb (URI::Generic#find_proxy): warn HTTP_PROXY.akr2004-01-311-0/+5
| | | | | | | raise an errror on non-http proxy URI. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5595 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/rss/parser.rb (RSS::Parser): added @@default_parser. Usedkou2004-01-311-0/+7
| | | | | | | | XML parser became selectable. * test/rss/test_parser.rb: added tests for RSS::Parser.default_parser. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5594 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * configure.in (RPATHFLAG): set to -Wl,-R like NetBSD on Interix.eban2004-01-301-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5591 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/logger.rb: leading 0 padding of timestamp usec part.nahi2004-01-301-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5590 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * util.c (mblen): fix overrun. [ruby-dev:22672]eban2004-01-291-0/+2
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5587 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * configure.in (DLEXT2): removed. Ruby does not treateban2004-01-291-0/+8
| | | | | | | | | | ".dll" as a extention library anymore. * bcc32/Makefile.sub, win32/Makefile.sub, wince/Makefile.sub (DLEXT2): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5585 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Remove conflict from Changelogdave2004-01-291-1/+0
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5583 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Allow link: in Tidylinksdave2004-01-291-0/+6
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5582 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * sample/openssl/gen_csr.rb: follow OpenSSL::X509::Name change.nahi2004-01-291-0/+5
| | | | | | | ASN.1 type of subject DN elements were wrong. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5581 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/*: remove $: trick. [ruby-dev:22763] use test/runner.rb tonahi2004-01-291-0/+5
| | | | | | | run test. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5580 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * dir.c (glob_helper): infinite loop bug in win32 code.matz2004-01-291-0/+5
| | | | | | | [ruby-dev:22770] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5579 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/net/http.rb (Request#initialize): reject only when a path is empty. ↵aamine2004-01-291-0/+5
| | | | | | [ruby-dev:22771] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5578 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * dir.c: merge tuning from H.Yamamoto <ocean@m2.ccsnet.ne.jp>.matz2004-01-291-0/+5
| | | | | | | [ruby-dev:22761] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5577 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/rss/test_*: do $: trick while searching a module in the currentnahi2004-01-291-0/+12
| | | | | | | | | | | | | | directory. * test/xsd/test_xmlschemaparser.rb, test/wsdl/test_emptycomplextype.rb, test/soap/helloworld/test_helloworld.rb, test/soap/calc/{test_calc.rb,test_calc2.rb}: do File.expand_path before using __FILE__. * test/yaml/test_yaml.rb: assert_equals -> assert_equal. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5574 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/syck/rubyext.c: usec round-tripping skew. [ruby-core:2305]why2004-01-281-0/+8
| | | | | | | | | * lib/yaml/rubytypes.rb: character Range now round-trips. [ruby-core:2306] * test/yaml/test_yaml.rb: add Time and Range tests. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5573 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/rss: rss/parser.rb is always required.kou2004-01-281-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5572 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/rss/*.rb: remove "test/" prefix.nobu2004-01-281-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5571 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/iconv/extconf.rb: include iconv.h for libiconv. [ruby-dev:22715]nobu2004-01-281-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5568 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/rss: rss library imported. [ruby-dev:22726]matz2004-01-281-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5566 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * misc/ruby-mode.el: better support for general delimitedmatz2004-01-271-0/+16
| | | | | | | | | | | | | | | | strings. [ruby-dev:22695] * lib/weakref.rb (WeakRef::initialize): set up @__id before calling "super". * lib/delegate.rb (Delegator::initialize): preserve singleton_method_added method [ruby-dev:22685] * lib/delegate.rb (Delegator::initialize): use Kernel::raise instead of mere raise. [ruby-dev:22681] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5565 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/socket/socket.c (s_recvfrom): sending length should be annobu2004-01-271-0/+5
| | | | | | | invariant while retrying on EAGAIN. [ruby-talk:89962] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5564 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/win32ole/win32ole.c (set_argv): fix condition.usa2004-01-271-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5562 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/webrick/httputils.rb (WEBrick:HTTPUtils::parse_header):gotoyuzo2004-01-261-0/+5
| | | | | | | refine regex for header-name. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5561 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Remove references to defoutdave2004-01-261-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5558 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/tcltklib/tcltklib.c: define CONST84 when TCL_MAJOR_VERSION == 7nagai2004-01-261-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5555 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/extmk.rb: Makefiles should depend on also rbconfig.rb.nobu2004-01-261-0/+8
| | | | | | | | | | (ruby-bugs:PR#1256) * ext/win32ole/win32ole.c (set_argv): set real arguments to WIN32OLE::ARGV. [ruby-list:39073] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5553 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/openssl/ossl_x509name.c (ossl_x509name_add_entry): thirdgotoyuzo2004-01-251-0/+10
| | | | | | | | | | | | argument become optional. * ext/openssl/ossl_x509name.c (ossl_x509name_initialize): ditto. * ext/openssl/ossl_x509name.c (Init_x509name): emailAddress and domainComponent should be IA5String. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5548 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/webrick/httpserver.rb (WEBrick::HTTPServer#run): supportgotoyuzo2004-01-241-0/+11
| | | | | | | | | | | | | virtual host. * lib/webrick/httpserver.rb (WEBrick::HTTPServer#virtual_host): add new method to register virtual hosting server. * lib/webrick/httpserver.rb (WEBrick::HTTPServer#lookup_server): add new method to lookup virtual hosting server. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5546 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/openssl/ossl_x509hame.c (ossl_x509name_initialize): changegotoyuzo2004-01-241-0/+14
| | | | | | | | | | | | | | | | second argument. it expected to be a Hash not an Integer. * ext/openssl/ossl_x509name.c (ossl_x509name_add_entry): add new function for OpenSSL::X509::Name#add_entry. * ext/openssl/ossl_x509name.c (Init_ossl_x509name): add constants OpenSSL::X509::Name::DEFAULT_OBJECT_TYPE and OBJECT_TYPE_TEMPLATE. * ext/openssl/lib/openssl/x509.rb (OpenSSL::X509::Name#initialize): second argument takes OBJECT_TYPE_TEMPLATE by default. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5544 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * pack.c (num2i32): pack should not raise RangeError.matz2004-01-221-1/+9
| | | | | | | | | [ruby-dev:22654] * pack.c (pack_pack): do not auto convert nil to zero. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5542 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/net/imap.rb (BEG_REGEXP): allow 8-bit characters in quoted strings for ↵shugo2004-01-221-0/+6
| | | | | | | | | Novell GroupWise Internet Agent. * lib/net/imap.rb (DATA_REGEXP): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5540 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/e2mmap.rb (VERSION): remove unnecessary version checking.eban2004-01-221-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5539 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * parse.y (opt_rescue): use NODE_ERRINFO() instead ofmatz2004-01-221-0/+9
| | | | | | | | | | | NODE_GVAR("$!"), to avoid confusion from variable aliasing. [ruby-talk:90074] * version.c (Init_version): remove obsolete constants VERSION etc. [ruby-dev:22643] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5538 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * parse.y (string_content): reset lexical states at the beginning ofnobu2004-01-221-1/+6
| | | | | | | string contents. [ruby-list:39061] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5536 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * parse.y (newline_node): do not use NODE_NEWLINE node anymore,matz2004-01-211-0/+18
| | | | | | | | | | | | | | | | use NEWLINE flag instead. * ext/socket/socket.c (sock_gethostbyname): returns host if ai_canonname is NULL. (ruby-bugs PR#1243) * parse.y (block_append): update nd_end for "real" head node. [ruby-list:39058] * marshal.c (w_class): should not dump singleton class. [ruby-dev:22631] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5535 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * missing/os2.c (chdir, getcwd):siena2004-01-211-0/+5
| | | | | | | use _chdir2 and _getcwd2 supporting multiple drives in OS/2 with EMX. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5534 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * configure.in: check availability of link(). [ruby-dev:22237]siena2004-01-211-0/+8
| | | | | | | | | | * file.c (rb_file_s_link): raise an exception when link() is unavailable. * missing/os2.c (link): removed. File#link isn't supported. * bcc32/Makefile.sub: define HAVE_LINK to enable link(). [ruby-dev:22241] * win32/Makefile.sub: ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5532 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ChangeLog: typo: RUBY_MBCHAR_MAX was RUBY_MBCHAR_MAXSIZE.siena2004-01-211-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5531 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * defines.h: define RUBY_MBCHAR_MAX instead of MB_CUR_MAX.siena2004-01-211-0/+8
| | | | | | | | | | * dir.c (Next, emx_mblen): use RUBY_MBCHAR_MAX for mblen(). * file.c (CharNext): ditto. * ruby.c (translate_char): ditto. * util.c (__crt0_glob_function): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5530 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* :nodoc: the "Deprecated" moduledave2004-01-211-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5529 b2dd03c8-39d4-4d8f-98ff-823fe69b080e