summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* * test/ruby/test_marshal.rb (MarshalTestLib::test_exception): testnobu2004-01-192-5/+16
| | | | | | | | | | 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
* 2004-01-20eban2004-01-191-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5510 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/openssl/extconf.rb: add check for OpenSSL version.gotoyuzo2004-01-192-0/+16
| | | | | | | [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-192-1/+6
| | | | | | | 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-192-1/+3
| | | | 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-192-2/+6
| | | | 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-196-43/+24
| | | | | | | 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-1911-115/+196
| | | | | | | | * 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-193-4/+11
| | | | | | | * 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-192-0/+7
| | | | | | | [ruby-dev:22617]. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5499 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2004-01-19usa2004-01-191-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5497 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/extmk.rb, win32/Makefile.sub, win32/configure.bat,usa2004-01-195-13/+34
| | | | | | | 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
* synchronized with date2 3.5.tadf2004-01-183-156/+197
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5494 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/iconv/charset_alias.rb: prefer us_EN locale encodings ornobu2004-01-183-8/+49
| | | | | | | | | | 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-1810-2/+21
| | | | | | | 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-182-3/+7
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5490 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * failed to add in the previous commit.nahi2004-01-182-0/+189
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5489 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/soap/wsdlDriver.rb, lib/wsdl/soap/operation.rb: add support ofnahi2004-01-185-6/+40
| | | | | | | | | | | | | "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-182-13/+18
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5487 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* retry committing ChangeLog and time.csiena2004-01-182-8/+21
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5486 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/ruby/test_time.rb: new test case to test Time#[+-].siena2004-01-181-0/+24
| | | | | | | | * time.c (time_plus, time_minus): fix RangeError for a negative argument in environments whose time_t is unsigned. [ruby-dev:22608] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5485 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2004-01-18eban2004-01-171-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5484 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * defines.h (_WIN32): undef _WIN32 on Cygwin before defining DOSISH.eban2004-01-172-3/+8
| | | | 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-172-10/+12
| | | | | | | 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-173-70/+113
| | | | | | | | | 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
* check ArgumentError by Time.at(-1) instead of by test itself.usa2004-01-171-3/+11
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5480 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2004-01-17nobu2004-01-171-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5479 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-172-14/+29
| | | | | | | 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-162-3/+4
| | | | | | | (including local variables). [ruby-dev:22590] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5476 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * enum.c (enum_find): mention about ifnone argument. [ruby-talk:90003]nobu2004-01-161-8/+9
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5474 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-162-2/+9
| | | | | | | [ruby-dev:22590] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5472 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2004-01-16eban2004-01-161-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5471 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * marshal.c (class2path): fix typo.nobu2004-01-161-1/+1
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5470 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * marshal.c (class2path): get class path and check referable.nobu2004-01-162-4/+22
| | | | | | | [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-152-2/+12
| | | | | | | | * 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
* 2004-01-15eban2004-01-151-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5466 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/inlinetest.rb (InlineTest::eval_part): eval under the topnobu2004-01-142-2/+6
| | | | | | | level environment. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5465 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2004-01-14eban2004-01-141-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5464 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/inlinetest.rb (InlineTest::loadtest): require instead ofnobu2004-01-142-8/+20
| | | | | | | 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-142-2/+6
| | | | 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-142-0/+5
| | | | 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-132-0/+13
| | | | | | | 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-132-1/+6
| | | | 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-134-14/+45
| | | | | | | | | * 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-137-24/+10
| | | | | | | 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-139-16/+20
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5455 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2004-01-13usa2004-01-131-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5454 b2dd03c8-39d4-4d8f-98ff-823fe69b080e