| Commit message (Expand) | Author | Age | Files | Lines |
| * | * lib/drb/ssl.rb (DRb::SSLConfig#accept): fixed typo. | ocean | 2005-11-08 | 1 | -1/+1 |
| * | * lib/yaml.rb: removed :nodoc: to generate Kernel doc. [ruby-core:6324] | ocean | 2005-11-06 | 1 | -1/+1 |
| * | * eval.c (rb_call_super): should call method_missing if super is | matz | 2005-11-01 | 1 | -0/+1 |
| * | * lib/webrick/httpservlet/cgihandler.rb | gotoyuzo | 2005-10-30 | 2 | -0/+30 |
| * | * 1.8.3 preview1 | matz | 2005-10-28 | 1 | -1/+1 |
| * | * string.c (scan_once): wrong condition to use mbclen2(). | matz | 2005-10-27 | 2 | -14/+209 |
| * | * lib/rational.rb: applied documentation patch from Gavin Sinclair | matz | 2005-10-25 | 3 | -71/+250 |
| * | * lib/rdoc/markup/simple_markup.rb (SM::SimpleMarkup::LABEL_LIST_RE): | nobu | 2005-10-24 | 1 | -2/+1 |
| * | RDoc documentation from Eric Hodel <Drbrain@segment7.net> added. | seki | 2005-10-24 | 3 | -92/+443 |
| * | * ext/extmk.rb, lib/mkmf.rb (with_config): support --with-extension | nobu | 2005-10-22 | 1 | -4/+18 |
| * | * lib/mkmf.rb (create_makefile): Borland make seems not to allow | ocean | 2005-10-20 | 1 | -2/+2 |
| * | * lib/mkmf.rb (create_makefile): get rid of a restriction | nobu | 2005-10-19 | 1 | -1/+2 |
| * | * lib/mkmf.rb (create_makefile): do not create unnecessary empty | nobu | 2005-10-19 | 1 | -3/+2 |
| * | check remote hash tuple | seki | 2005-10-16 | 1 | -1/+5 |
| * | * lib/webrick/config.rb (Config::FileHandler): :UserDir should be nil. | gotoyuzo | 2005-10-14 | 1 | -1/+1 |
| * | * lib/cgi.rb (CGI::Cookie::parse): Cookies from Nokia devices may | matz | 2005-10-07 | 1 | -1/+1 |
| * | * lib/xmlrpc/server.rb (XMLRPC::Server#initialize): should mount the | gotoyuzo | 2005-10-04 | 1 | -1/+1 |
| * | * lib/xmlrpc/server.rb (XMLRPC::Server#serve): delete wrong call | gotoyuzo | 2005-10-04 | 1 | -1/+1 |
| * | * lib/delegate.rb: document update from James Edward Gray II | matz | 2005-09-28 | 2 | -0/+2 |
| * | * lib/webrick/cgi.rb (WEBrick::CGI#start): req.query_string should | gotoyuzo | 2005-09-28 | 2 | -2/+3 |
| * | * lib/yaml/basenode.rb (YAML::BaseNode::match_segment): fix typo. | nobu | 2005-09-27 | 3 | -41/+51 |
| * | * eval.c (set_trace_func): add rb_secure(4) to prevent adding | matz | 2005-09-26 | 3 | -46/+321 |
| * | *** empty log message *** | nobu | 2005-09-26 | 1 | -10/+14 |
| * | * lib/optparse.rb (RequiredArgument#parse): not consume unmatched | nobu | 2005-09-25 | 1 | -15/+11 |
| * | * lib/fileutils.rb (cd): no longer accept :noop option, related code is usele... | aamine | 2005-09-23 | 1 | -1/+1 |
| * | * lib/fileutils.rb: fix visibility of FileUtils::NoWrite, Verbose, DryRun (ba... | aamine | 2005-09-23 | 1 | -0/+20 |
| * | * lib/mkmf.rb (find_executable0): default path if environment is not | nobu | 2005-09-22 | 1 | -1/+10 |
| * | * lib/mkmf.rb (configuration): generalized nmake dependent code. | nobu | 2005-09-21 | 1 | -1/+7 |
| * | * lib/optparse.rb (default_argv, Arguable#options): defaults strings | nobu | 2005-09-20 | 1 | -3/+9 |
| * | * lib/yaml.rb: require 'yaml/constants'. [ruby-core:5776] | matz | 2005-09-20 | 1 | -0/+1 |
| * | * lib/xmlrpc/client.rb (XMLRPC::Client::do_rpc): add charset | matz | 2005-09-20 | 2 | -4/+4 |
| * | * ext/syck/emitter.c (syck_scan_scalar): prevent indicators from | why | 2005-09-20 | 2 | -9/+10 |
| * | * lib/fileutils.rb (cp_r): default is :dereference_root=>true for backward co... | aamine | 2005-09-19 | 1 | -0/+1 |
| * | * lib/fileutils.rb: backported from trunk (rev 1.65): | aamine | 2005-09-18 | 1 | -352/+856 |
| * | * lib/yaml/rubytypes.rb: remove comments that are bungling up | why | 2005-09-17 | 1 | -39/+4 |
| * | * lib/mathn.rb (Rational::inspect): should preserve original | matz | 2005-09-17 | 1 | -2/+3 |
| * | * lib/cgi.rb (CGI::Cookie): should handle multiple values for a | matz | 2005-09-17 | 1 | -3/+4 |
| * | * lib/rss/maker/base.rb (RSS::Maker::ItemsBase#normalize): fixed | kou | 2005-09-16 | 1 | -1/+5 |
| * | * ext/syck/rubyext.c (syck_resolver_transfer): remove C++ style | matz | 2005-09-16 | 1 | -0/+1 |
| * | 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 | 1 | -0/+1 |
| * | * lib/{soap,wsdl,xsd}, test/{soap,wsdl,xsd}: imported soap4r/1.5.5. | nahi | 2005-09-15 | 45 | -583/+799 |
| * | (Rinda::TemplateEntry::initialize): pull up method. Tabs converted to spaces. | seki | 2005-09-14 | 1 | -108/+100 |
| * | * lib/net/telnet.rb (Net::Telnet::waitfor): replace sysread with | matz | 2005-09-14 | 1 | -1/+1 |
| * | * lib/net/https.rb: backported from trunk, rev 1.3. [ruby-dev:25673] (again),... | aamine | 2005-09-13 | 2 | -9/+5 |
| * | * lib/logger.rb (Logger): added formatter accessor to logger for | nahi | 2005-09-13 | 1 | -78/+64 |
| * | * lib/net/http.rb: backported from trunk, rev 1.128. [ruby-dev:25673] [ruby-d... | aamine | 2005-09-13 | 4 | -456/+781 |
| * | 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 | 8 | -720/+428 |
| * | * lib/open-uri.rb: abolish mod === tempfile to avoid a problem | akr | 2005-09-07 | 1 | -2/+2 |