summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
...
* * configure.in: Interix(SFU) support.eban2004-01-211-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5528 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* remove O_NONBLOCKseki2004-01-211-0/+5
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5527 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/net/imap.rb (envelope): allow NIL.shugo2004-01-211-0/+8
| | | | | | | | | | * lib/net/imap.rb (body): ditto. * lib/net/imap.rb (number): ditto. * lib/net/imap.rb (ensure_nz_number): show a detailed error message. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5521 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/mkmf.rb (merge_libs): squeeze successive same libraries.nobu2004-01-211-0/+5
| | | | | | | [ruby-dev:22652] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5519 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/base64.rb: enclosed in a module. [ruby-core:02285]nobu2004-01-211-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5518 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/digest/rmd160/extconf.rb: have_library appends found library.nobu2004-01-211-2/+6
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5517 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/openssl/extconf.rb: should check <openssl/conf_api.h> insteadgotoyuzo2004-01-201-0/+5
| | | | | | | of OPENSSL_VERSION_NUMBER. [ruby-list:39056] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5515 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Document base64dave2004-01-201-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5514 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* RDoc abbrevdave2004-01-201-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5513 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Document lib/English. Add top-level aliases to rdoc html outputdave2004-01-201-0/+7
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5512 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/ruby/test_marshal.rb (MarshalTestLib::test_exception): testnobu2004-01-191-0/+8
| | | | | | | | | | for [ruby-dev:22604]. * test/ruby/test_marshal.rb (MarshalTestLibtest_singleton): test for [ruby-dev:22588]. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5511 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/openssl/extconf.rb: add check for OpenSSL version.gotoyuzo2004-01-191-0/+5
| | | | | | | [ruby-list:39054] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5509 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * error.c (name_err_mesg_to_str): inverted condition for result ofnobu2004-01-191-0/+5
| | | | | | | inspection. [ruby-dev:22628] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5506 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/rdoc/parsers/parse_c.rb: escape '{' and '}' to avoid warnings.eban2004-01-191-0/+2
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5505 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * sample/exyacc.rb: escape '}' to avoid warning.eban2004-01-191-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5504 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/digest/defs.h, win32/win3.c, win32/win32.h, file.c: removenobu2004-01-191-3/+8
| | | | | | | useless casts for Borland C. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5502 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * variable.c (rb_set_class_path): do not set path ifmatz2004-01-191-86/+109
| | | | | | | | * lib/cgi.rb (CGI::QueryExtension): give extended string, not a delegater object. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5501 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * error.c (NameError::message): internal use only.nobu2004-01-191-0/+6
| | | | | | | * eval.c (rb_method_missing): use hidden constant. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5500 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/ruby/test_time.rb: added tests for [ruby-dev:22614] andakira2004-01-191-0/+5
| | | | | | | [ruby-dev:22617]. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5499 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/extmk.rb, win32/Makefile.sub, win32/configure.bat,usa2004-01-191-0/+5
| | | | | | | win32/setup.mak: --with-static-linked-ext support on mswin32. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5496 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* synchronized with date2 3.5.tadf2004-01-181-0/+10
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5495 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/iconv/charset_alias.rb: prefer us_EN locale encodings ornobu2004-01-181-0/+8
| | | | | | | | | | former. [ruby-dev:22609] * ext/iconv/iconv.c (iconv_create): raise InvalidEncoding exception when EINVAL. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5493 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * class.c, error.c, file.c, io.c, numeric.c, object.c, re.c, struct.c,nobu2004-01-181-0/+5
| | | | | | | time.c: marked init_copy functions nodoc. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5492 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ruby.c: use translate_char() on Cygwin.eban2004-01-181-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5490 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/soap/wsdlDriver.rb, lib/wsdl/soap/operation.rb: add support ofnahi2004-01-181-0/+11
| | | | | | | | | | | | | "parts" attribute of soap:body element in WSDL. * lib/wsdl/xmlSchema/schema.rb: friendly warning message for simpleType element which is not supported for now. * test/wsdl/soap/{soapbodyparts.wsdl,test_soapbodyparts.wsdl}: new files. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5488 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * time.c (time_overflow_p): should return results. [ruby-dev:22614]nobu2004-01-181-3/+7
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5487 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* retry committing ChangeLog and time.csiena2004-01-181-0/+7
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5486 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * defines.h (_WIN32): undef _WIN32 on Cygwin before defining DOSISH.eban2004-01-171-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5483 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * marshal.c (class2path): check anonymous class/module beforenobu2004-01-171-0/+5
| | | | | | | checking referable, and allow singleton classes. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5482 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * error.c (NameError::Message): new class for lazy evaluation ofnobu2004-01-171-0/+7
| | | | | | | | | message to ensure replaced before marshalling. [ruby-dev:22604] * eval.c (rb_method_missing): use NameError::Message. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5481 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* commit miss :(usa2004-01-171-1/+1
| | | | | | | | * lib/time.rb (test_rfc2822, test_rfc3339, test_encode_xmlschema): should not expect that all platforms handle negative time_t value. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5478 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/test.rb (test_rfc2822, test_rfc3339, test_encode_xmlschema):usa2004-01-171-0/+5
| | | | | | | should not expect that all platforms handle negative time_t value. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5477 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * eval.c (proc_eq): compare also arguments and environmentnobu2004-01-161-3/+3
| | | | | | | (including local variables). [ruby-dev:22590] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5476 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* typonobu2004-01-161-1/+1
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5473 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * eavl.c (proc_eq): compare also arguments and environment.nobu2004-01-161-0/+5
| | | | | | | [ruby-dev:22590] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5472 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * marshal.c (class2path): get class path and check referable.nobu2004-01-161-0/+5
| | | | | | | [ruby-dev:22588] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5469 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * io.c (argf_read): do not append EOF. (ruby-bugs-ja:PR#585)nobu2004-01-151-0/+7
| | | | | | | | * io.c (rb_io_fwrite): ad-hockery hack to get rid of HP-UX stdio weird behavior. [ruby-dev:22424] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5467 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/inlinetest.rb (InlineTest::eval_part): eval under the topnobu2004-01-141-0/+5
| | | | | | | level environment. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5465 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/inlinetest.rb (InlineTest::loadtest): require instead ofnobu2004-01-141-0/+5
| | | | | | | load, to get rid of multiple loading. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5463 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/iconv/extconf.rb: wrapper iconv.rb is dependent on platform.nobu2004-01-141-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5462 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * MANIFEST: add test/net/test_httpheader.rb. (commit miss?)usa2004-01-141-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5461 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/syck/rubyext.c: omission of Date library code causedwhy2004-01-131-0/+5
| | | | | | | test suite failure. [ruby-core:2251] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5459 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/tk/lib/tk.rb: use $0 as the default application class name.nagai2004-01-131-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5458 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * parse.y (primary): allow no "when" case. [ruby-dev:22578]matz2004-01-131-0/+8
| | | | | | | | | * ruby.h (rb_class_of): reduce branch. [ruby-dev:22577] * ruby.h (rb_type): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5457 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/test/unit/ui/testrunnerutilities.rb (TestRunnerUtilities):nobu2004-01-131-0/+5
| | | | | | | moved run method which allows output level. [ruby-dev:22554] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5456 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/test_*.rb: Pathname#parent -> Pathname#dirname.nahi2004-01-131-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5455 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/yaml/test_yaml.rb (YAML_Unit_Tests::test_spec_type_{int,float}):nobu2004-01-131-1/+6
| | | | | | | fix syntax error. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5453 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/syck/bytecode.c: turn off default implicit typing.why2004-01-121-0/+11
| | | | | | | | | | | | * ext/syck/implicit.c: detect base60 integers. * ext/syck/rubyext.c: handle base60, as well as hex and octal with commas. implicit typing of ruby symbols. * test/yaml/test_yaml.rb: add test. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5452 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Display full name in class listdave2004-01-121-0/+5
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5451 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * file.c (test_wr): Rdoc fix. [ruby-core:02225]matz2004-01-121-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5450 b2dd03c8-39d4-4d8f-98ff-823fe69b080e