| Commit message (Expand) | Author | Age | Files | Lines |
* | * 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 |
* | * lib/mkmf.rb (what_type?): guesstimate type. | nobu | 2005-09-06 | 1 | -0/+55 |
* | * lib/ostruct.rb: a patch from Florian Gross <florgro@gmail.com> | matz | 2005-09-05 | 1 | -11/+30 |
* | * lib: do not use __send__ to access private methods. [ruby-dev:26935] | nobu | 2005-09-02 | 14 | -40/+44 |
* | * lib/irb/init.rb: make IRB -I option that is same befavior for ruby. | keiju | 2005-09-01 | 2 | -1/+12 |
* | * lib/mkmf.rb (xsystem, xpopen): no longer expand by Config. | nobu | 2005-08-30 | 1 | -18/+18 |
* | * lib/rdoc/usage.rb: supress warning. | ocean | 2005-08-29 | 1 | -1/+1 |
* | * lib/rdoc/usage.rb: improper exceptions. [ruby-dev:26870] | ocean | 2005-08-29 | 1 | -15/+22 |
* | * lib/time.rb (Time.parse): extract fractional seconds using | akr | 2005-08-28 | 1 | -35/+48 |
* | * lib/wsdl/xmlSchema/importer.rb (WSDL::XMLSchema::Importer#fetch): add | nahi | 2005-08-20 | 1 | -1/+7 |
* | * lib/logger.rb (write, shift_log?, shift_log): file shifting race | nahi | 2005-08-20 | 1 | -65/+64 |
* | * lib/time.rb (Time.apply_offset): fix a problem with last day of | akr | 2005-08-19 | 1 | -1/+7 |
* | * Fixed the inheritance bug in the pull parser that James Britt found. | ser | 2005-08-12 | 15 | -821/+827 |
* | * lib/rss/1.0.rb (RSS::RDF::Channel#setup_maker_attributes): | kou | 2005-08-11 | 4 | -13/+15 |
* | * lib/mkmf.rb (create_makefile): need to convert path separetor | usa | 2005-08-05 | 1 | -1/+11 |
* | * lib/ping.rb (Ping.pingecho): should rescue StandardError. | gotoyuzo | 2005-08-01 | 1 | -1/+1 |
* | use private_methods and protected_methods instead of respond_to? to check | seki | 2005-07-31 | 1 | -13/+12 |
* | * lib/irb/context.rb: fix `irb --readline` option. [ruby-list:40955] | keiju | 2005-07-31 | 1 | -4/+16 |
* | This commit was manufactured by cvs2svn to create branch 'ruby_1_8'. | (no author) | 2005-07-22 | 1 | -0/+16 |
* | * lib/rss/rss.rb: moved copyright description to lib/rss.rb. | kou | 2005-07-22 | 1 | -7/+0 |
* | * lib/rss/parser.rb (RSS::Parser#initialize): accept HTTP/FTP | kou | 2005-07-22 | 1 | -1/+31 |
* | document fix [ruby-dev:26516] (patch from Kazuhiro NISHIYAMA) | ocean | 2005-07-16 | 1 | -4/+3 |
* | * lib/rdoc/parsers/parse_c.rb (handle_class_module): handle a | nobu | 2005-07-15 | 1 | -15/+39 |
* | * lib/webrick/server.rb (WEBrick::GenericServer#accept_client): | gotoyuzo | 2005-07-14 | 3 | -1/+15 |
* | * lib/mkmf.rb: keep curdir unexpanded. | nobu | 2005-07-12 | 1 | -2/+5 |
* | * lib/xmlrpc/server.rb (XMLRPC::Server): Switch from GServer over to | mneumann | 2005-07-10 | 1 | -96/+43 |
* | * lib/webrick/cgi.rb (WEBrick::CGI::Socket#request_line): | gotoyuzo | 2005-07-10 | 1 | -2/+2 |
* | * lib/pathname.rb (Pathname#unlink): try Dir.unlink first to | akr | 2005-07-10 | 1 | -2/+2 |
* | * lib/debug.rb (debug_command): added a deficient format specifier. | nobu | 2005-07-10 | 1 | -1/+1 |