aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * time.c (Init_Time): define initialize. [ruby-dev:21469]nobu2003-10-022-0/+5
* * ext/openssl/ossl_engine.c: add a new module OpenSSL::Engine.gotoyuzo2003-10-0210-5/+375
* * time.c (time_load): restore instance variables (if any) beforematz2003-10-026-80/+189
* * ext/iconv/iconv.c (iconv_fail): now yield erred substring, andnobu2003-10-022-7/+42
* * variable.c (rb_const_defined_0): look up constants in Object asnobu2003-10-023-7/+20
* * lib/test/unit/assertions.rb: should not capture anntalbott2003-10-027-17/+40
* * eval.c (rb_thread_raise): prototype; avoid VC++ warning.usa2003-10-012-1/+5
* 2003-10-02eban2003-10-011-3/+3
* * eval.c (rb_f_block_given_p): real required condition ismatz2003-10-012-3/+14
* * variable.c (rb_const_defined_at): should exclude constants frommatz2003-10-012-7/+16
* * test/logger/test_logger.rb: unlinking file before close causes problem undernahi2003-10-017-77/+95
* * ext/etc/etc.c (etc_getgrent): typo.nobu2003-10-012-3/+3
* * signal.c (ruby_signal_name): adjust to the prototype.nobu2003-10-014-4/+12
* * ext/etc/etc.c: add new functions: setpwent, getpwent, endpwent,matz2003-10-017-231/+237
* * gc.c (heaps): manage slots and limits together. [ruby-dev:21453]nobu2003-10-012-26/+39
* * MANIFEST: add wince/mkconfig_wce.rb.eban2003-10-012-0/+5
* 2003-10-01nobu2003-10-011-4/+4
* * eval.c (rb_load): Object scope had priority over required filenobu2003-10-012-1/+5
* * wince/mkconfig_wce.rb: sorry, forget to commit.uema22003-10-012-0/+11
* * wince/setup.mak: add sigmarionIII SDK support.uema22003-10-014-22/+49
* *wince/time_wce.c (time): add zero check.uema22003-09-302-0/+6
* * process.c (pst_inspect): describe stopped process "stopped".akr2003-09-302-2/+6
* 2003-09-30nobu2003-09-301-3/+3
* * test/runner.rb: glob for directories.nobu2003-09-302-3/+14
* * eval.c (rb_eval): while/until should not capture break unlessmatz2003-09-304-6/+24
* * lib/net/http.rb (finish): revert to 1.93.aamine2003-09-294-9/+51
* * test/ruby/test_iterator.rb: new test test_break__nested_loop[123].aamine2003-09-292-0/+44
* * ChangeLog: enhance log message.aamine2003-09-291-1/+2
* * lib/net/http.rb (finish): does not raise IOError even if !started?, to allo...aamine2003-09-294-12/+14
* * ChangeLog: add link to ruby-bugs.eban2003-09-291-0/+1
* * ext/win32ole/extconf.rb: add windows.h checking.eban2003-09-292-1/+6
* * lib/logger.rb: check if the given logdevice object respond_to :write andnahi2003-09-294-15/+68
* * ChangeLog: modify typo.aamine2003-09-291-1/+1
* * ChangeLog: small modify.aamine2003-09-291-1/+1
* * test/fileutils/test_fileutils.rb: clean up temporaly symlink. [ruby-dev:21420]aamine2003-09-292-4/+9
* 2003-09-29eban2003-09-291-3/+3
* * 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