| Commit message (Expand) | Author | Age | Files | Lines |
| * | * ext/syck/rubyext.c (syck_resolver_transfer): remove C++ style | matz | 2005-09-16 | 1 | -0/+5 |
| * | * test/logger/test_logger.rb: unintentionally overwritten changes by | nahi | 2005-09-15 | 1 | -0/+5 |
| * | * lib/webrick/cgi.rb (WEBrick::CGI::Socket#initialize): should set | gotoyuzo | 2005-09-15 | 1 | -0/+5 |
| * | * lib/{soap,wsdl,xsd}, test/{soap,wsdl,xsd}: imported soap4r/1.5.5. | nahi | 2005-09-15 | 1 | -0/+84 |
| * | * win32/win32.h (rb_w32_stat): added prototype. | ocean | 2005-09-15 | 1 | -0/+4 |
| * | * test/ruby/test_signal.rb (test_exit_action): skip the test using | usa | 2005-09-15 | 1 | -0/+5 |
| * | * ext/tk/lib/tk/dialog.rb: If a dialog does not show up yet, | nagai | 2005-09-15 | 1 | -0/+5 |
| * | (Rinda::TemplateEntry::initialize): pull up method. Tabs converted to spaces. | seki | 2005-09-14 | 1 | -0/+5 |
| * | * lib/net/telnet.rb (Net::Telnet::waitfor): replace sysread with | matz | 2005-09-14 | 1 | -0/+5 |
| * | * dir.c (ruby_glob): glob function not using ruby exception system. | nobu | 2005-09-14 | 1 | -0/+4 |
| * | * lib/net/https.rb: backported from trunk, rev 1.3. [ruby-dev:25673] (again),... | aamine | 2005-09-13 | 1 | -0/+12 |
| * | * lib/logger.rb (Logger): added formatter accessor to logger for | nahi | 2005-09-13 | 1 | -2/+16 |
| * | * eval.c (BEGIN_CALLARGS): pop halfly pushed status. | nobu | 2005-09-13 | 1 | -3/+8 |
| * | * lib/net/http.rb: backported from trunk, rev 1.128. [ruby-dev:25673] [ruby-d... | aamine | 2005-09-13 | 1 | -0/+14 |
| * | * lib/yaml.rb: reworking YAML::Stream to use the new | why | 2005-09-13 | 1 | -0/+38 |
| * | * test/openssl/test_pkcs7.rb (test_enveloped): skip this test | gotoyuzo | 2005-09-12 | 1 | -0/+7 |
| * | * test/dbm/test_dbm.rb: remove locking test, which may not be | matz | 2005-09-12 | 1 | -0/+5 |
| * | * ext/dl/dl.c (rb_io_to_ptr): merged a patch for DragonFly BSD | matz | 2005-09-12 | 1 | -0/+5 |
| * | set ERB#filename so that it is used when reporting syntax/runtime errors. | seki | 2005-09-11 | 1 | -0/+5 |
| * | tiny ChangeLog fix | ocean | 2005-09-10 | 1 | -1/+1 |
| * | * ext/openssl/ossl_engine.c (ossl_engine_s_by_id): | gotoyuzo | 2005-09-10 | 1 | -0/+24 |
| * | * ext/openssl/ossl_asn1.c (asn1str_to_str): new function. | gotoyuzo | 2005-09-10 | 1 | -0/+13 |
| * | * ext/openssl/ossl_ns_spki.c (ossl_spki_initialize): assume that | gotoyuzo | 2005-09-10 | 1 | -1/+18 |
| * | * ext/openssl/ossl.c (ossl_raise): should use ERR_peek_last_error | gotoyuzo | 2005-09-10 | 1 | -0/+23 |
| * | * eval.c (rb_call0): prohibit calling tainted method (>2) when | matz | 2005-09-09 | 1 | -0/+5 |
| * | * ext/iconv/iconv.c (iconv_try), ext/iconv/extconf.rb: get rid of meta | nobu | 2005-09-09 | 1 | -1/+4 |
| * | * string.c (rb_str_times): make empty strings to keep taintness, | nobu | 2005-09-09 | 1 | -0/+5 |
| * | * merged a patch from Takahiro Kambe <taca@back-street.net> to | matz | 2005-09-08 | 1 | -0/+14 |
| * | * lib/open-uri.rb: abolish mod === tempfile to avoid a problem | akr | 2005-09-07 | 1 | -0/+5 |
| * | * eval.c (rb_thread_switch): convert all exceptions to | nobu | 2005-09-07 | 1 | -0/+8 |
| * | * lib/mkmf.rb (what_type?): guesstimate type. | nobu | 2005-09-06 | 1 | -1/+6 |
| * | * Makefile.in, configure.in (MINIOBJS): miniruby on HP-UX can not load | nobu | 2005-09-06 | 1 | -0/+13 |
| * | * lib/ostruct.rb: a patch from Florian Gross <florgro@gmail.com> | matz | 2005-09-05 | 1 | -0/+6 |
| * | * ext/openssl/openssl/lib/openssl/buffering.rb (Buffering#do_write): | gotoyuzo | 2005-09-04 | 1 | -0/+5 |
| * | * lib: do not use __send__ to access private methods. [ruby-dev:26935] | nobu | 2005-09-02 | 1 | -6/+10 |
| * | * lib/irb/init.rb: make IRB -I option that is same befavior for ruby. | keiju | 2005-09-01 | 1 | -0/+7 |
| * | * eval.c (rb_call0): wrong condition for $SAFE restoration. | matz | 2005-09-01 | 1 | -0/+4 |
| * | * eval.c (method_arity): should return proper arity value. | matz | 2005-09-01 | 1 | -0/+13 |
| * | * ext/tk/lib/multi-tk.rb: On Tcl8.5, MultiTkIp#invoke_hidden doesn't | nagai | 2005-09-01 | 1 | -0/+9 |
| * | * win32/Makefile.sub (OPTFLAGS): default global optimization to | usa | 2005-08-31 | 1 | -0/+5 |
| * | * test/gdbm/test_gdbm.rb (teardown): should remove GDBM temporary | usa | 2005-08-31 | 1 | -0/+5 |
| * | * process.c (proc_detach, proc_setmaxgroups): missing argument type | ocean | 2005-08-31 | 1 | -1/+6 |
| * | * lib/mkmf.rb (xsystem, xpopen): no longer expand by Config. | nobu | 2005-08-30 | 1 | -1/+8 |
| * | * eval.c (rb_rescue2): intialization miss. fixed: [ruby-dev:26917] | nobu | 2005-08-30 | 1 | -2/+6 |
| * | * ext/digest/md5/md5ossl.h, ext/digest/rmd160/rmd160ossl.h, | gotoyuzo | 2005-08-30 | 1 | -0/+6 |
| * | * lib/rdoc/usage.rb: improper exceptions. [ruby-dev:26870] | ocean | 2005-08-29 | 1 | -0/+7 |
| * | * lib/time.rb (Time.parse): extract fractional seconds using | akr | 2005-08-28 | 1 | -0/+5 |
| * | * ext/curses/curses.c ({curses,window}_clrtoeol): added. suggested | ocean | 2005-08-27 | 1 | -1/+11 |
| * | * test/logger/test_logger.rb (test_shifting_size): should close log | usa | 2005-08-24 | 1 | -0/+6 |
| * | * lib/wsdl/xmlSchema/importer.rb (WSDL::XMLSchema::Importer#fetch): add | nahi | 2005-08-20 | 1 | -0/+6 |