aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * lib/mkmf.rb (what_type?): guesstimate type.nobu2005-09-061-0/+55
* * lib/ostruct.rb: a patch from Florian Gross <florgro@gmail.com>matz2005-09-051-11/+30
* * lib: do not use __send__ to access private methods. [ruby-dev:26935]nobu2005-09-0214-40/+44
* * lib/irb/init.rb: make IRB -I option that is same befavior for ruby.keiju2005-09-012-1/+12
* * lib/mkmf.rb (xsystem, xpopen): no longer expand by Config.nobu2005-08-301-18/+18
* * lib/rdoc/usage.rb: supress warning.ocean2005-08-291-1/+1
* * lib/rdoc/usage.rb: improper exceptions. [ruby-dev:26870]ocean2005-08-291-15/+22
* * lib/time.rb (Time.parse): extract fractional seconds usingakr2005-08-281-35/+48
* * lib/wsdl/xmlSchema/importer.rb (WSDL::XMLSchema::Importer#fetch): addnahi2005-08-201-1/+7
* * lib/logger.rb (write, shift_log?, shift_log): file shifting racenahi2005-08-201-65/+64
* * lib/time.rb (Time.apply_offset): fix a problem with last day ofakr2005-08-191-1/+7
* * Fixed the inheritance bug in the pull parser that James Britt found.ser2005-08-1215-821/+827
* * lib/rss/1.0.rb (RSS::RDF::Channel#setup_maker_attributes):kou2005-08-114-13/+15
* * lib/mkmf.rb (create_makefile): need to convert path separetorusa2005-08-051-1/+11
* * lib/ping.rb (Ping.pingecho): should rescue StandardError.gotoyuzo2005-08-011-1/+1
* use private_methods and protected_methods instead of respond_to? to checkseki2005-07-311-13/+12
* * lib/irb/context.rb: fix `irb --readline` option. [ruby-list:40955]keiju2005-07-311-4/+16
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2005-07-221-0/+16
* * lib/rss/rss.rb: moved copyright description to lib/rss.rb.kou2005-07-221-7/+0
* * lib/rss/parser.rb (RSS::Parser#initialize): accept HTTP/FTPkou2005-07-221-1/+31
* document fix [ruby-dev:26516] (patch from Kazuhiro NISHIYAMA)ocean2005-07-161-4/+3
* * lib/rdoc/parsers/parse_c.rb (handle_class_module): handle anobu2005-07-151-15/+39
* * lib/webrick/server.rb (WEBrick::GenericServer#accept_client):gotoyuzo2005-07-143-1/+15
* * lib/mkmf.rb: keep curdir unexpanded.nobu2005-07-121-2/+5
* * lib/xmlrpc/server.rb (XMLRPC::Server): Switch from GServer over tomneumann2005-07-101-96/+43
* * lib/webrick/cgi.rb (WEBrick::CGI::Socket#request_line):gotoyuzo2005-07-101-2/+2
* * lib/pathname.rb (Pathname#unlink): try Dir.unlink first toakr2005-07-101-2/+2
* * lib/debug.rb (debug_command): added a deficient format specifier.nobu2005-07-101-1/+1
* * lib/rss/rss.rb (RSS::VERSION): 0.1.4 -> 0.1.5.kou2005-07-082-3/+3
* doc fix.akr2005-07-021-1/+1
* * lib/open-uri.rb (OpenURI.open_http): refine post_connection_checkakr2005-07-011-3/+8
* * lib/delegate.rb (Delegator::respond_to): respond_to? must checkmatz2005-06-301-0/+9
* * lib/irb/ruby-lex.rb (RubyLex::identify_number): alternative implementskeiju2005-06-301-8/+14
* * lib/irb/ruby-lex.rb (RubyLex::identify_number): should not treatmatz2005-06-301-2/+3
* * eval.c (rb_eval): pre-evaluate argument for unambiguousmatz2005-06-302-0/+9
* * lib/webrick/httputils.rb (WEBrick::HTTPUtils.parse_query): shouldgotoyuzo2005-06-251-0/+1