uema2
85ead97f2b
* wince/mkconfig_wce.rb: sorry, forget to commit.
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4635 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-10-01 05:12:25 +00:00
uema2
952e9b9fba
* wince/setup.mak: add sigmarionIII SDK support.
...
* wince/Makefile.sub: ditto.
* wince/mkexports.rb: fix linker error in SH4.
* wince/mkconfig_wce.rb: camouflage RUBY_PLATFORM for compiling ext.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4634 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-10-01 01:17:41 +00:00
uema2
3ea7376bca
*wince/time_wce.c (time): add zero check.
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4633 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-09-30 23:05:39 +00:00
akr
77d7066abe
* process.c (pst_inspect): describe stopped process "stopped".
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4632 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-09-30 02:31:24 +00:00
nobu
28965ac88a
2003-09-30
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4631 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-09-30 00:33:57 +00:00
nobu
24639abab7
* test/runner.rb: glob for directories.
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4630 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-09-30 00:31:59 +00:00
matz
13ac4447f6
* eval.c (rb_eval): while/until should not capture break unless
...
they are destination of the break.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4629 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-09-30 00:21:14 +00:00
aamine
e377a12bff
* lib/net/http.rb (finish): revert to 1.93.
...
* lib/net/pop.rb (finish): revert to 1.60.
* lib/net/smtp.rb (finish): revert to 1.67.
* lib/net/http.rb (do_start): ensure to close socket if failed to start session.
* lib/net/pop.rb (do_start): ditto.
* lib/net/smtp.rb (do_start): ditto.
* lib/net/smtp.rb: SMTP#started? wrongly returned false always.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4628 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-09-29 18:12:20 +00:00
aamine
2eeb39b3cf
* test/ruby/test_iterator.rb: new test test_break__nested_loop[123].
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4627 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-09-29 17:59:03 +00:00
aamine
8f52e49124
* ChangeLog: enhance log message.
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4626 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-09-29 14:42:03 +00:00
aamine
819e8e6c82
* lib/net/http.rb (finish): does not raise IOError even if !started?, to allow duplicated #finish call.
...
* lib/net/pop.rb (finish): ditto.
* lib/net/smtp.rb (finish): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4625 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-09-29 14:39:54 +00:00
eban
ccf1c21d3e
* ChangeLog: add link to ruby-bugs.
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4624 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-09-29 10:19:47 +00:00
eban
3015c5f7cb
* ext/win32ole/extconf.rb: add windows.h checking.
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4623 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-09-29 10:08:20 +00:00
nahi
523cd7be9c
* lib/logger.rb: check if the given logdevice object respond_to :write and
...
:close, not is_a? IO. duck duck.
* test/logger/test_logger.rb: self IO.pipe reading/writing may be locked by the
flood. use tempfile.
* lib/wsdl/xmlSchema/data.rb: wrong constant reference.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4622 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-09-29 07:27:57 +00:00
aamine
14f9af6015
* ChangeLog: modify typo.
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4621 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-09-29 07:16:02 +00:00
aamine
a484962d95
* ChangeLog: small modify.
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4620 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-09-29 07:13:45 +00:00
aamine
6d582bf22e
* test/fileutils/test_fileutils.rb: clean up temporaly symlink. [ruby-dev:21420]
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4619 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-09-29 07:11:50 +00:00
eban
ee299ab2ef
2003-09-29
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4618 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-09-29 02:49:45 +00:00
matz
4699b4afbb
* eval.c (rb_thread_atfork): wrong format specifier.
...
[ruby-dev:21428]
* process.c (pst_inspect): better description.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4617 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-09-29 02:44:49 +00:00
gotoyuzo
b2cf59aa1c
* lib/webrick/utils.rb (Utils::su): use setgid and setuid to
...
set real and effective IDs. and setup group access list by
initgroups.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4616 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-09-28 17:50:52 +00:00
nahi
eb8ee5e401
* forgot to add this file in the previous commit.
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4615 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-09-28 09:33:59 +00:00
nahi
d57fc5a489
* lib/xsd/charset.rb: XSD::Charset.is_ces did return always true under
...
$KCODE = "NONE" environment. check added.
* test/xsd/test_xsd.rb: add tests for above fix.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4614 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-09-28 09:29:07 +00:00
nahi
1e14eb61c9
* sample/wsdl/amazon/wsdlDriver.rb: syntax error fixed (variable devtag not
...
declared)
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4613 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-09-27 10:14:04 +00:00
nahi
6671baa96b
* lib/soap/rpc/cgistub.rb: make logging severity threshold higher.
...
* lib/soap/rpc/standaloneServer.rb: defer WEBrick server start to give a change
to reset logging severity threshold.
* test/soap/calc/test_*, test/soap/helloworld/test_helloworld.rb: run silent.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4612 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-09-27 07:03:29 +00:00
aamine
eb4ace3c49
* ChangeLog: add link to ruby-dev.
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4611 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-09-27 00:53:19 +00:00
aamine
0be9d09430
* test/fileutils/test_fileutils.rb: clear all errors on Windows.
...
* test/fileutils/test_nowrite.rb: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4610 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-09-27 00:44:50 +00:00
nahi
11150ba747
* test/ruby/test_file.rb: new file. only asserts unlink-before-close behaviour
...
now.
* test/soap/marshal/test_digraph.rb: should close before unlink.
unlink-before-close pattern is not needed here.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4609 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-09-26 20:00:03 +00:00
nahi
2e0b087b02
* test/soap/*, test/wsdl/*, test/xsd/*: move TestCase classes into each module
...
namespace. TestMarshal in test/soap/marshal/test_marshal.rb crashed with
test/ruby/test_marshal.rb.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4608 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-09-26 18:34:41 +00:00
nahi
746a4fb43f
* test_soapelement.rb: Illegal require path.
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4607 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-09-26 18:08:14 +00:00
eban
98442fdf46
2003-09-27
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4606 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-09-26 16:41:50 +00:00
usa
39aafb4c78
* ext/socket/socket.c (ruby_connect): on win32, type of the 4th
...
argument of getsockopt is char *.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4605 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-09-26 16:35:07 +00:00
nobu
dfe0aab04f
* lib/resolv-replace.rb: 1.8 compliance. [ruby-talk:82946]
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4604 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-09-26 09:35:44 +00:00
nahi
13391b4047
* lib/README: lib/wsdl is an implementation of WSDL/1.1, not WSDL/1.2.
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4603 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-09-26 09:30:07 +00:00
nahi
e0741eb05f
* test/ruby/test_marshal.rb: add test for ruby's objects.
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4602 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-09-26 08:41:28 +00:00
eban
af337b6c2a
2003-09-26
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4601 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-09-26 01:09:13 +00:00
nobu
ac8ef7a5c8
* defines.h (flush_register_windows): use volatile only for gcc on
...
Solaris. [ruby-dev:21403]
* lib/mkmf.rb (xsystem): use system directly to honor shell meta
charaters.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4600 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-09-26 00:52:49 +00:00
nahi
b4c805cc44
* lib/README: updated.
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4599 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-09-25 15:10:46 +00:00
eban
07cae563bd
* MANIFEST: add test/ostruct/test_ostruct.rb.
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4598 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-09-25 14:51:23 +00:00
usa
3a9772f651
* ext/openssl/ossl.c (ossl_buf2str): fix type of 1st argument for
...
rb_protect.
* ext/openssl/ossl_hmac.c (ossl_hmac_digest): should return meaningful
value.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4597 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-09-25 08:49:36 +00:00
ntalbott
fb1f07049f
* lib/ostruct.rb: Added OpenStruct#==.
...
* test/ostruct/test_ostruct.rb: Added.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4596 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-09-25 00:03:11 +00:00
matz
94bfebb3fa
* error.c (rb_warn_m): should not warn if -W0 is specified.
...
[ruby-talk:82675]
* util.c (ruby_strtod): skip preceding zeros before counting
digits in the mantissa. (ruby-bugs PR#1181)
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4595 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-09-24 23:56:11 +00:00
nobu
5747a6c480
* ext/win32ole/win32ole.c, ext/openssl/ossl_pkey_dsa.c,
...
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: svn+ssh://ci.ruby-lang.org/ruby/trunk@4594 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-09-24 22:55:33 +00:00
eban
4b229a3075
2003-09-25
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4593 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-09-24 15:24:00 +00:00
eban
6ac122d762
* MANIFEST: add SOAP4R.
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4592 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-09-24 15:23:56 +00:00
nahi
db9445103c
* lib/soap/* (29 files): SOAP4R added.
...
* 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: svn+ssh://ci.ruby-lang.org/ruby/trunk@4591 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-09-24 15:18:44 +00:00
eban
8c2fb77787
2003-09-24
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4590 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-09-24 07:44:09 +00:00
nobu
fca2b319b5
* parse.y (str_xquote): do not prepend escapes in
...
backqoute literals. [ruby-list:38409]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4589 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-09-24 07:42:06 +00:00
gotoyuzo
9cdd5fcb62
* lib/webrick/httpservlet/cgihandler.rb: conform to mswin32.
...
[ruby-talk:82735], [ruby-talk:82748], [ruby-talk:82818]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4588 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-09-23 17:14:39 +00:00
eban
f7294937f6
2003-09-23
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4587 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-09-23 14:51:45 +00:00
nahi
406fd7754e
* lib/logger.rb: add Logger#<<(msg) for writing msg without any formatting.
...
* test/logger/test_logger.rb: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4586 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-09-23 14:12:42 +00:00