aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * eval.c (rb_thread_atfork): wrong format specifier.matz2003-09-298-5/+69
* * lib/webrick/utils.rb (Utils::su): use setgid and setuid togotoyuzo2003-09-282-8/+14
* * forgot to add this file in the previous commit.nahi2003-09-281-8/+11
* * lib/xsd/charset.rb: XSD::Charset.is_ces did return always true undernahi2003-09-282-4/+32
* * sample/wsdl/amazon/wsdlDriver.rb: syntax error fixed (variable devtag notnahi2003-09-271-0/+1
* * lib/soap/rpc/cgistub.rb: make logging severity threshold higher.nahi2003-09-279-14/+33
* * ChangeLog: add link to ruby-dev.aamine2003-09-271-0/+1
* * test/fileutils/test_fileutils.rb: clear all errors on Windows.aamine2003-09-273-21/+59
* * test/ruby/test_file.rb: new file. only asserts unlink-before-close behaviournahi2003-09-263-1/+41
* * test/soap/*, test/wsdl/*, test/xsd/*: move TestCase classes into each modulenahi2003-09-2613-9/+105
* * test_soapelement.rb: Illegal require path.nahi2003-09-261-1/+1
* 2003-09-27eban2003-09-261-3/+3
* * ext/socket/socket.c (ruby_connect): on win32, type of the 4thusa2003-09-262-2/+7
* * lib/resolv-replace.rb: 1.8 compliance. [ruby-talk:82946]nobu2003-09-263-12/+25
* * lib/README: lib/wsdl is an implementation of WSDL/1.1, not WSDL/1.2.nahi2003-09-261-1/+1
* * test/ruby/test_marshal.rb: add test for ruby's objects.nahi2003-09-262-0/+284
* 2003-09-26eban2003-09-261-3/+3
* * defines.h (flush_register_windows): use volatile only for gcc onnobu2003-09-263-7/+19
* * lib/README: updated.nahi2003-09-252-1/+23
* * MANIFEST: add test/ostruct/test_ostruct.rb.eban2003-09-251-0/+1
* * ext/openssl/ossl.c (ossl_buf2str): fix type of 1st argument forusa2003-09-253-2/+10
* * lib/ostruct.rb: Added OpenStruct#==.ntalbott2003-09-253-0/+37
* * error.c (rb_warn_m): should not warn if -W0 is specified.matz2003-09-244-0/+19
* * ext/win32ole/win32ole.c, ext/openssl/ossl_pkey_dsa.c,nobu2003-09-245-4/+10
* 2003-09-25eban2003-09-241-3/+3
* * MANIFEST: add SOAP4R.eban2003-09-242-0/+148
* * lib/soap/* (29 files): SOAP4R added.nahi2003-09-24145-0/+20938
* 2003-09-24eban2003-09-241-3/+3
* * parse.y (str_xquote): do not prepend escapes innobu2003-09-242-2/+7
* * lib/webrick/httpservlet/cgihandler.rb: conform to mswin32.gotoyuzo2003-09-232-2/+9
* 2003-09-23eban2003-09-231-3/+3
* * lib/logger.rb: add Logger#<<(msg) for writing msg without any formatting.nahi2003-09-233-1/+45
* * MANIFEST: updated.eban2003-09-222-187/+206
* 2003-09-22eban2003-09-221-3/+3
* * configure.in (AC_CHECK_FUNCS): add setuid and setgid.gotoyuzo2003-09-222-1/+6
* * ext/openssl/ossl_ocsp.c (ossl_ocspreq_initialize): the argumentgotoyuzo2003-09-204-0/+18
* * reduce expecting size of backtrace.nahi2003-09-201-2/+3
* * lib/logger.rb: typo fixed.nahi2003-09-204-5/+227
* Minor documentation improvementsgsinclair2003-09-191-2/+3
* Improved documentationgsinclair2003-09-191-22/+36
* Converted RD to RDoc (Lyle Johnson) and improved documentation.gsinclair2003-09-191-460/+423
* * test/testunit/*: Added.ntalbott2003-09-1917-24/+1448
* Small documentation correctiongsinclair2003-09-191-1/+1
* * lib/webrick/log.rb (BasicLog#log): get rid of as ineffectualgotoyuzo2003-09-182-5/+10
* * eval.c (proc_invoke): should push PROT_PCALL tag for orphans.matz2003-09-182-1/+7
* * eval.c (proc_invoke): should update "result" for orphans.matz2003-09-182-2/+2
* lib/pathname.rb: update document.akr2003-09-182-3/+9
* * lib/logger.rb: Comment fix. I don't like inline documentation... Hard tonahi2003-09-181-2/+2
* 2003-09-18eban2003-09-181-3/+3
* * lib/logger.rb: new file. Logger, formerly called devel-logger ornahi2003-09-186-0/+684