aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* add acl.rb, ssl.rbseki2003-10-042-0/+329
* exit from a thread using 'break'seki2003-10-041-1/+1
* * MANIFEST: added these files:eban2003-10-041-0/+7
* * gc.c (Init_stack): the type of space is changed to unsigned inteban2003-10-042-1/+6
* * lib/soap/netHttpClient.rb: follow http-access2. hosts which matchesnahi2003-10-044-5/+43
* * lib/pathname.rb (initialize): raise ArgumentError if argument hasakr2003-10-042-19/+115
* * test/uri/* (6 files): added.akira2003-10-047-1/+1079
* * lib/uri/ftp.rb, lib/uri/mailto.rb: renamed to #to_s from #to_str.akira2003-10-044-3/+7
* * lib/test/unit/testsuite.rb: changed #<< to return self, and addedntalbott2003-10-035-23/+63
* * ext/syck/rubyext.c: default keys handled.why2003-10-034-10/+1189
* * ext/openssl/extconf.rb: add check for X509V3_set_nconf.gotoyuzo2003-10-033-0/+12
* ossl_asn1.h was included twice.gotoyuzo2003-10-032-3/+0
* * lib/xsd/datatypes.rb: dump sign by itself. under the problematic platform,nahi2003-10-038-134/+1200
* 2003-10-04eban2003-10-031-3/+3
* * lib/pathname.rb (initialize): duplicate and freeze argument.akr2003-10-032-3/+31
* * MANIFEST: add following files:eban2003-10-031-281/+284
* * ext/openssl/ossl_asn1.c: add DER encoder and decoder.gotoyuzo2003-10-037-14/+1035
* * lib/test/unit.rb: refactored to use optparse.ntalbott2003-10-034-29/+111
* 2003-10-03eban2003-10-031-3/+3
* * lib/test/unit/assertions.rb: added a default message for #assert,ntalbott2003-10-0211-67/+219
* ENGINE_load_public_key takes four arguments since OpenSSL-0.9.7gotoyuzo2003-10-021-1/+1
* ENGINE_load_private_key takes four arguments since OpenSSL-0.9.7gotoyuzo2003-10-021-1/+1
* * ext/iconv/iconv.c (iconv_failure_initialize): conform withnobu2003-10-022-43/+58
* * 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