summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* * lib/README: lib/wsdl is an implementation of WSDL/1.1, not WSDL/1.2.nahi2003-09-261-1/+1
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4603 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/ruby/test_marshal.rb: add test for ruby's objects.nahi2003-09-262-0/+284
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4602 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2003-09-26eban2003-09-261-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4601 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * defines.h (flush_register_windows): use volatile only for gcc onnobu2003-09-263-7/+19
| | | | | | | | | | Solaris. [ruby-dev:21403] * lib/mkmf.rb (xsystem): use system directly to honor shell meta charaters. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4600 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/README: updated.nahi2003-09-252-1/+23
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4599 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * MANIFEST: add test/ostruct/test_ostruct.rb.eban2003-09-251-0/+1
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4598 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/openssl/ossl.c (ossl_buf2str): fix type of 1st argument forusa2003-09-253-2/+10
| | | | | | | | | | rb_protect. * ext/openssl/ossl_hmac.c (ossl_hmac_digest): should return meaningful value. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4597 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/ostruct.rb: Added OpenStruct#==.ntalbott2003-09-253-0/+37
| | | | | | | * test/ostruct/test_ostruct.rb: Added. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4596 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * error.c (rb_warn_m): should not warn if -W0 is specified.matz2003-09-244-0/+19
| | | | | | | | | | [ruby-talk:82675] * util.c (ruby_strtod): skip preceding zeros before counting digits in the mantissa. (ruby-bugs PR#1181) git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4595 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/win32ole/win32ole.c, ext/openssl/ossl_pkey_dsa.c,nobu2003-09-245-4/+10
| | | | | | | | ext/openssl/ossl_pkey_rsa.c, ext/bigdecimal/bigdecimal.h: must not use C++ or C99 style comment yet. (ruby-bugs:PR#1184) git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4594 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2003-09-25eban2003-09-241-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4593 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * MANIFEST: add SOAP4R.eban2003-09-242-0/+148
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4592 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/soap/* (29 files): SOAP4R added.nahi2003-09-24145-0/+20938
| | | | | | | | | | | | | | | | | | | * lib/wsdl/* (42 files): WSDL4R added. * lib/xsd/* (12 files): XSD4R added. * test/soap/* (16 files): added. * test/wsdl/* (2 files): added. * test/xsd/* (3 files): added. * sample/soap/* (27 files): added. * sample/wsdl/* (13 files): added. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4591 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2003-09-24eban2003-09-241-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4590 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * parse.y (str_xquote): do not prepend escapes innobu2003-09-242-2/+7
| | | | | | | backqoute literals. [ruby-list:38409] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4589 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/webrick/httpservlet/cgihandler.rb: conform to mswin32.gotoyuzo2003-09-232-2/+9
| | | | | | | [ruby-talk:82735], [ruby-talk:82748], [ruby-talk:82818] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4588 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2003-09-23eban2003-09-231-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4587 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/logger.rb: add Logger#<<(msg) for writing msg without any formatting.nahi2003-09-233-1/+45
| | | | | | | * test/logger/test_logger.rb: ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4586 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * MANIFEST: updated.eban2003-09-222-187/+206
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4585 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2003-09-22eban2003-09-221-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4584 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * configure.in (AC_CHECK_FUNCS): add setuid and setgid.gotoyuzo2003-09-222-1/+6
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4583 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/openssl/ossl_ocsp.c (ossl_ocspreq_initialize): the argumentgotoyuzo2003-09-204-0/+18
| | | | | | | | | | | | | | | should be a String. * ext/openssl/ossl_ocsp.c (ossl_ocspres_initialize): ditt. * ext/openssl/ossl_x509attr.c (ossl_x509attr_initialize): ditto. * ext/openssl/ossl_x509ext.c (ossl_x509ext_initialize): ditto. * ext/openssl/ossl_x509ext.c (ossl_x509ext_set_value): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4582 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * reduce expecting size of backtrace.nahi2003-09-201-2/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4581 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/logger.rb: typo fixed.nahi2003-09-204-5/+227
| | | | | | | * test/logger/test_logger.rb: new file. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4580 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Minor documentation improvementsgsinclair2003-09-191-2/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4579 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Improved documentationgsinclair2003-09-191-22/+36
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4578 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Converted RD to RDoc (Lyle Johnson) and improved documentation.gsinclair2003-09-191-460/+423
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4577 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/testunit/*: Added.ntalbott2003-09-1917-24/+1448
| | | | | | | | | | | | | | | | * lib/test/unit.rb: Documentation update. * lib/test/unit/ui/console/testrunner.rb (TestRunner#initialize): Ditto. * lib/test/unit.rb: Factored out an ObjectSpace collector. * lib/test/unit/collector/objectspace.rb: Ditto. * sample/testunit/*: Added. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4576 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Small documentation correctiongsinclair2003-09-191-1/+1
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4575 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/webrick/log.rb (BasicLog#log): get rid of as ineffectualgotoyuzo2003-09-182-5/+10
| | | | | | | | | condition. * lib/webrick/log.rb (BasicLog#format): add "\n" to message. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4574 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * eval.c (proc_invoke): should push PROT_PCALL tag for orphans.matz2003-09-182-1/+7
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4573 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * eval.c (proc_invoke): should update "result" for orphans.matz2003-09-182-2/+2
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4572 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* lib/pathname.rb: update document.akr2003-09-182-3/+9
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4571 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/logger.rb: Comment fix. I don't like inline documentation... Hard tonahi2003-09-181-2/+2
| | | | | | | maintain, doesn't go together with refactoring. [defensively] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4570 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2003-09-18eban2003-09-181-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4569 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/logger.rb: new file. Logger, formerly called devel-logger ornahi2003-09-186-0/+684
| | | | | | | | | Devel::Logger. * sample/logger/*: new file. samples of logger.rb. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4568 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * eval.c (localjump_destination): should not raise ThreadErrormatz2003-09-172-7/+14
| | | | | | | | | | exception for "break". [ruby-dev:21348] * eval.c (proc_invoke): use result instead of prot_tag->retval. retval is no longer propagated to the ancestors. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4567 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* re-formatted wrongly.nobu2003-09-171-1/+1
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4566 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * parse.y (tokadd_string, parse_string, yylex): escaped terminatornobu2003-09-172-49/+16
| | | | | | | is now interpreted as is. [ruby-talk:82206] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4565 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/fileutils/fileassertions.rb: new file.aamine2003-09-175-0/+463
| | | | | | | | * test/fileutils/test_fileutils.rb: new file. * test/fileutils/test_nowrite.rb: new file. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4564 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/strscan/test_stringscanner.rb: require test/unit.aamine2003-09-172-8/+5
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4563 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* should check retuen value of rb_protect.gotoyuzo2003-09-171-1/+1
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4562 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2003-09-17eban2003-09-171-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4561 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/strscan/test_stringscanner.rb: new file.aamine2003-09-173-0/+408
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4560 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* fix command line in 'dep'.gotoyuzo2003-09-171-1/+1
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4559 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/openssl: all files are reviewed to simplify and avoid memory leak.gotoyuzo2003-09-1725-594/+601
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ext/openssl/extconf.rb: add check for assert.h. * ext/openssl/ossl.c (ossl_buf2str): new function to convert C buffer to String and free buffer. * ext/openssl/ossl.c (ossl_x509_ary2sk): new function to convert Array of OpenSSL::X509 to STACK_OF(X509) with exception safe. * ext/openssl/ossl.c (ossl_to_der, ossl_to_der_if_possible): new functions to convert object to DER string. * ext/openssl/ossl.h: ditto. * ext/openssl/ossl_bio.c (ossl_membio2str): new function to convert BIO to String object and free BIO. * ext/openssl/ossl_bio.h: ditto. * ext/openssl/ossl_pkcs7.c (ossl_pkcs7_to_der): add for "to_der". * ext/openssl/ossl_x509name.c (ossl_x509name_to_der): ditto. * ext/openssl/ossl_x509ext.c (ossl_x509ext_to_der): ditto. * ext/openssl/ossl_x509ext.c (create_ext_from_array): removed and reimplement in openssl/x509.rb. * ext/openssl/ossl_x509attr.c: reimplemented and disable some method temporarily. this class doesn't work fine without ASN.1 data support;-) I'll rewrite in near future. * ext/openssl/lib/openssl/x509.c (X509::Attribute): get rid off unused code. * ext/openssl/lib/openssl/x509.c (X509::ExtensionFactory): refine all. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4558 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * regex.c (re_compile_pattern): should not translate charactermatz2003-09-163-13/+31
| | | | | | | class range edge. [ruby-list:38393] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4557 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/csv/test_csv.rb: add negative tests of row_sep.nahi2003-09-162-0/+20
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4556 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2003-09-16eban2003-09-161-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4555 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * MANIFEST: add test/csv/mac.csv.eban2003-09-164-3/+10
| | | | | | | * win32/Makefile.sub, bcc32/Makefile.sub (test): add phony NUL target. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4554 b2dd03c8-39d4-4d8f-98ff-823fe69b080e