summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * lib/drb/ssl.rb (DRb::SSLConfig#accept): fixed typo.ocean2005-11-081-1/+1
* * lib/yaml.rb: removed :nodoc: to generate Kernel doc. [ruby-core:6324]ocean2005-11-061-1/+1
* * eval.c (rb_call_super): should call method_missing if super ismatz2005-11-011-0/+1
* * lib/webrick/httpservlet/cgihandler.rbgotoyuzo2005-10-302-0/+30
* * 1.8.3 preview1matz2005-10-281-1/+1
* * string.c (scan_once): wrong condition to use mbclen2().matz2005-10-272-14/+209
* * lib/rational.rb: applied documentation patch from Gavin Sinclairmatz2005-10-253-71/+250
* * lib/rdoc/markup/simple_markup.rb (SM::SimpleMarkup::LABEL_LIST_RE):nobu2005-10-241-2/+1
* RDoc documentation from Eric Hodel <Drbrain@segment7.net> added.seki2005-10-243-92/+443
* * ext/extmk.rb, lib/mkmf.rb (with_config): support --with-extensionnobu2005-10-221-4/+18
* * lib/mkmf.rb (create_makefile): Borland make seems not to allowocean2005-10-201-2/+2
* * lib/mkmf.rb (create_makefile): get rid of a restrictionnobu2005-10-191-1/+2
* * lib/mkmf.rb (create_makefile): do not create unnecessary emptynobu2005-10-191-3/+2
* check remote hash tupleseki2005-10-161-1/+5
* * lib/webrick/config.rb (Config::FileHandler): :UserDir should be nil.gotoyuzo2005-10-141-1/+1
* * lib/cgi.rb (CGI::Cookie::parse): Cookies from Nokia devices maymatz2005-10-071-1/+1
* * lib/xmlrpc/server.rb (XMLRPC::Server#initialize): should mount thegotoyuzo2005-10-041-1/+1
* * lib/xmlrpc/server.rb (XMLRPC::Server#serve): delete wrong callgotoyuzo2005-10-041-1/+1
* * lib/delegate.rb: document update from James Edward Gray IImatz2005-09-282-0/+2
* * lib/webrick/cgi.rb (WEBrick::CGI#start): req.query_string shouldgotoyuzo2005-09-282-2/+3
* * lib/yaml/basenode.rb (YAML::BaseNode::match_segment): fix typo.nobu2005-09-273-41/+51
* * eval.c (set_trace_func): add rb_secure(4) to prevent addingmatz2005-09-263-46/+321
* *** empty log message ***nobu2005-09-261-10/+14
* * lib/optparse.rb (RequiredArgument#parse): not consume unmatchednobu2005-09-251-15/+11
* * lib/fileutils.rb (cd): no longer accept :noop option, related code is usele...aamine2005-09-231-1/+1
* * lib/fileutils.rb: fix visibility of FileUtils::NoWrite, Verbose, DryRun (ba...aamine2005-09-231-0/+20
* * lib/mkmf.rb (find_executable0): default path if environment is notnobu2005-09-221-1/+10
* * lib/mkmf.rb (configuration): generalized nmake dependent code.nobu2005-09-211-1/+7
* * lib/optparse.rb (default_argv, Arguable#options): defaults stringsnobu2005-09-201-3/+9
* * lib/yaml.rb: require 'yaml/constants'. [ruby-core:5776]matz2005-09-201-0/+1
* * lib/xmlrpc/client.rb (XMLRPC::Client::do_rpc): add charsetmatz2005-09-202-4/+4
* * ext/syck/emitter.c (syck_scan_scalar): prevent indicators fromwhy2005-09-202-9/+10
* * lib/fileutils.rb (cp_r): default is :dereference_root=>true for backward co...aamine2005-09-191-0/+1
* * lib/fileutils.rb: backported from trunk (rev 1.65):aamine2005-09-181-352/+856
* * lib/yaml/rubytypes.rb: remove comments that are bungling upwhy2005-09-171-39/+4
* * lib/mathn.rb (Rational::inspect): should preserve originalmatz2005-09-171-2/+3
* * lib/cgi.rb (CGI::Cookie): should handle multiple values for amatz2005-09-171-3/+4
* * lib/rss/maker/base.rb (RSS::Maker::ItemsBase#normalize): fixedkou2005-09-161-1/+5
* * ext/syck/rubyext.c (syck_resolver_transfer): remove C++ stylematz2005-09-161-0/+1
* forgot to update some files in the previous soap4r-1.5.5 import.nahi2005-09-152-60/+112
* * lib/webrick/cgi.rb (WEBrick::CGI::Socket#initialize): should setgotoyuzo2005-09-151-0/+1
* * lib/{soap,wsdl,xsd}, test/{soap,wsdl,xsd}: imported soap4r/1.5.5.nahi2005-09-1545-583/+799
* (Rinda::TemplateEntry::initialize): pull up method. Tabs converted to spaces.seki2005-09-141-108/+100
* * lib/net/telnet.rb (Net::Telnet::waitfor): replace sysread withmatz2005-09-141-1/+1
* * lib/net/https.rb: backported from trunk, rev 1.3. [ruby-dev:25673] (again),...aamine2005-09-132-9/+5
* * lib/logger.rb (Logger): added formatter accessor to logger fornahi2005-09-131-78/+64
* * lib/net/http.rb: backported from trunk, rev 1.128. [ruby-dev:25673] [ruby-d...aamine2005-09-134-456/+781
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2005-09-131-0/+86
* * lib/yaml.rb: reworking YAML::Stream to use the newwhy2005-09-138-720/+428
* * lib/open-uri.rb: abolish mod === tempfile to avoid a problemakr2005-09-071-2/+2