| Commit message (Expand) | Author | Age | Files | Lines |
| * | * ext/syck/rubyext.c (syck_resolver_transfer): remove C++ style | matz | 2005-09-16 | 4 | -5/+13 |
| * | * test/logger/test_logger.rb: unintentionally overwritten changes by | nahi | 2005-09-15 | 2 | -0/+7 |
| * | * 2005-09-16 | eban | 2005-09-15 | 1 | -3/+3 |
| * | forgot to update some files in the previous soap4r-1.5.5 import. | nahi | 2005-09-15 | 2 | -60/+112 |
| * | * lib/webrick/cgi.rb (WEBrick::CGI::Socket#initialize): should set | gotoyuzo | 2005-09-15 | 2 | -0/+6 |
| * | * lib/{soap,wsdl,xsd}, test/{soap,wsdl,xsd}: imported soap4r/1.5.5. | nahi | 2005-09-15 | 54 | -599/+902 |
| * | This commit was manufactured by cvs2svn to create branch 'ruby_1_8'. | (no author) | 2005-09-15 | 29 | -0/+2953 |
| * | * win32/win32.h (rb_w32_stat): added prototype. | ocean | 2005-09-15 | 2 | -0/+5 |
| * | * test/ruby/test_signal.rb (test_exit_action): skip the test using | usa | 2005-09-15 | 2 | -0/+15 |
| * | * ext/tk/lib/tk/dialog.rb: If a dialog does not show up yet, | nagai | 2005-09-15 | 3 | -7/+13 |
| * | (Rinda::TemplateEntry::initialize): pull up method. Tabs converted to spaces. | seki | 2005-09-14 | 2 | -108/+105 |
| * | * version.h: updated. | matz | 2005-09-14 | 1 | -3/+3 |
| * | * lib/net/telnet.rb (Net::Telnet::waitfor): replace sysread with | matz | 2005-09-14 | 2 | -1/+6 |
| * | * dir.c (ruby_glob): glob function not using ruby exception system. | nobu | 2005-09-14 | 4 | -52/+67 |
| * | * 2005-09-14 | eban | 2005-09-13 | 1 | -3/+3 |
| * | * lib/net/https.rb: backported from trunk, rev 1.3. [ruby-dev:25673] (again),... | aamine | 2005-09-13 | 5 | -246/+17 |
| * | * lib/logger.rb (Logger): added formatter accessor to logger for | nahi | 2005-09-13 | 3 | -83/+111 |
| * | * eval.c (BEGIN_CALLARGS): pop halfly pushed status. | nobu | 2005-09-13 | 2 | -4/+11 |
| * | * 2005-09-13 | nobu | 2005-09-13 | 1 | -3/+3 |
| * | * lib/net/http.rb: backported from trunk, rev 1.128. [ruby-dev:25673] [ruby-d... | aamine | 2005-09-13 | 5 | -456/+795 |
| * | * lib/yaml.rb: reworking YAML::Stream to use the new | why | 2005-09-13 | 0 | -0/+0 |
| * | This commit was manufactured by cvs2svn to create branch 'ruby_1_8'. | (no author) | 2005-09-13 | 1 | -0/+86 |
| * | * lib/yaml.rb: reworking YAML::Stream to use the new | why | 2005-09-13 | 21 | -2594/+4242 |
| * | * test/openssl/test_pkcs7.rb (test_enveloped): skip this test | gotoyuzo | 2005-09-12 | 2 | -0/+13 |
| * | * test/dbm/test_dbm.rb: remove locking test, which may not be | matz | 2005-09-12 | 3 | -83/+9 |
| * | * ext/dl/dl.c (rb_io_to_ptr): merged a patch for DragonFly BSD | matz | 2005-09-12 | 2 | -0/+9 |
| * | 2005-09-12 | matz | 2005-09-12 | 1 | -3/+3 |
| * | set ERB#filename so that it is used when reporting syntax/runtime errors. | seki | 2005-09-11 | 2 | -75/+82 |
| * | 2005-09-11 | seki | 2005-09-11 | 1 | -3/+3 |
| * | tiny ChangeLog fix | ocean | 2005-09-10 | 1 | -1/+1 |
| * | * ext/openssl/ossl_engine.c (ossl_engine_s_by_id): | gotoyuzo | 2005-09-10 | 2 | -3/+82 |
| * | these files were forgotten in last commit. | gotoyuzo | 2005-09-10 | 2 | -1/+7 |
| * | * ext/openssl/ossl_asn1.c (asn1str_to_str): new function. | gotoyuzo | 2005-09-10 | 3 | -16/+174 |
| * | * ext/openssl/ossl_ns_spki.c (ossl_spki_initialize): assume that | gotoyuzo | 2005-09-10 | 2 | -3/+46 |
| * | This commit was manufactured by cvs2svn to create branch 'ruby_1_8'. | (no author) | 2005-09-10 | 2 | -0/+207 |
| * | * ext/openssl/lib/digest.rb: added SHA224, SHA256, SHA384 and SHA512. | gotoyuzo | 2005-09-10 | 2 | -2/+16 |
| * | * ext/openssl/ossl.c (ossl_raise): should use ERR_peek_last_error | gotoyuzo | 2005-09-10 | 6 | -7/+79 |
| * | 2005-09-10 | gotoyuzo | 2005-09-10 | 1 | -3/+3 |
| * | * eval.c (rb_call0): prohibit calling tainted method (>2) when | matz | 2005-09-09 | 3 | -9/+27 |
| * | * ext/iconv/iconv.c (iconv_try), ext/iconv/extconf.rb: get rid of meta | nobu | 2005-09-09 | 3 | -4/+10 |
| * | 2005-09-09 | nobu | 2005-09-09 | 1 | -3/+3 |
| * | * string.c (rb_str_times): make empty strings to keep taintness, | nobu | 2005-09-09 | 2 | -5/+9 |
| * | * merged a patch from Takahiro Kambe <taca@back-street.net> to | matz | 2005-09-08 | 6 | -12/+27 |
| * | 2005-09-08 | matz | 2005-09-08 | 1 | -3/+3 |
| * | * lib/open-uri.rb: abolish mod === tempfile to avoid a problem | akr | 2005-09-07 | 2 | -2/+7 |
| * | * eval.c (rb_thread_switch): convert all exceptions to | nobu | 2005-09-07 | 2 | -0/+12 |
| * | * lib/mkmf.rb (what_type?): guesstimate type. | nobu | 2005-09-06 | 4 | -3/+78 |
| * | * Makefile.in, configure.in (MINIOBJS): miniruby on HP-UX can not load | nobu | 2005-09-06 | 7 | -13/+22 |
| * | 2005-09-07 | nobu | 2005-09-06 | 1 | -3/+3 |
| * | 2005-09-06 | akr | 2005-09-05 | 1 | -3/+3 |