| Commit message (Expand) | Author | Age | Files | Lines |
* | * ext/syck/rubyext.c (syck_resolver_transfer): remove C++ style | matz | 2005-09-16 | 2 | -4/+6 |
* | forgot to update some files in the previous soap4r-1.5.5 import. | nahi | 2005-09-15 | 3 | -60/+113 |
* | * 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 | 44 | -583/+798 |
* | * lib/open-uri.rb: add :read_timeout option. | akr | 2005-09-15 | 1 | -0/+11 |
* | * lib/logger.rb (Logger): added formatter accessor to logger for | nahi | 2005-09-13 | 1 | -78/+64 |
* | * lib/net/http.rb: wrote docuemntation of HTTPRequest/HTTPResponse classes. | aamine | 2005-09-13 | 1 | -40/+121 |
* | * lib/yaml.rb: reworking YAML::Stream to use the new | why | 2005-09-13 | 8 | -613/+514 |
* | Removal of lib/yaml/baseemitter.rb was accidental. | why | 2005-09-13 | 1 | -0/+247 |
* | * lib/yaml.rb: reworking YAML::Stream to use the new | why | 2005-09-13 | 2 | -354/+0 |
* | * lib/ostruct.rb (new_ostruct_member): Object#send no longer call | nobu | 2005-09-12 | 1 | -3/+4 |
* | * lib/net/imap.rb (starttls): supported the STARTTLS command. | shugo | 2005-09-11 | 1 | -0/+18 |
* | Added .document file for lib/uri. | ryan | 2005-09-07 | 2 | -1/+8 |
* | * 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 | 4 | -28/+47 |
* | * lib/observer.rb: a patch from nornagon <nornagon@gmail.com> | matz | 2005-09-05 | 1 | -1/+1 |
* | * lib/pathname.rb (Pathname#descend): Pathname.new("./a/b/c").descend | akr | 2005-09-03 | 1 | -18/+29 |
* | * lib: do not use __send__ to access private methods. [ruby-dev:26935] | nobu | 2005-09-02 | 14 | -40/+44 |
* | * lib/debug.rb: no need to restart at exit. | nahi | 2005-08-30 | 1 | -3/+0 |
* | * lib/mkmf.rb (xsystem, xpopen): no longer expand by Config. | nobu | 2005-08-30 | 1 | -18/+18 |
* | * lib/irb/init.rb: bug fix. [ruby-dev: 26920] | keiju | 2005-08-30 | 1 | -1/+1 |
* | * lib/drb/ssl.rb (SSLConfig#accept) sorry, self[:verbose] is inner class's me... | ocean | 2005-08-30 | 1 | -1/+1 |
* | * lib/drb/ssl.rb (SSLConfig#accept) fixed "Undefined method verbose" | ocean | 2005-08-30 | 1 | -1/+1 |
* | * 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/irb/init.rb: make IRB -I option that is same befavior for ruby. | keiju | 2005-08-29 | 1 | -7/+6 |
* | * lib/pathname.rb (Pathname#descend): new method. | akr | 2005-08-28 | 1 | -0/+96 |
* | * lib/time.rb: require 'date/format' instead of 'parsedate'. | akr | 2005-08-28 | 1 | -12/+27 |
* | * lib/irb/init.rb: make IRB -I option that is same befavior for ruby. | keiju | 2005-08-26 | 2 | -1/+13 |
* | Lovely RDOC patches from mathew (metaATpoboxDOTcom) on URI/* and getoptlong.rb | ryan | 2005-08-24 | 7 | -40/+171 |
* | * 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 |
* | doc fix | aamine | 2005-08-13 | 1 | -1/+1 |
* | * lib/fileutils.rb (remove_entry_secure): forgot final chdir. | aamine | 2005-08-13 | 1 | -11/+10 |
* | * lib/fileutils.rb (remove_entry_secure): uses chdir(2) and check if current ... | aamine | 2005-08-13 | 1 | -42/+42 |
* | * numeric.c (fix_equal, fix_cmp, fix_gt, fix_ge, fix_lt, fix_le): | matz | 2005-08-12 | 2 | -48/+39 |
* | * lib/rss/1.0.rb (RSS::RDF::Channel#setup_maker_attributes): | kou | 2005-08-11 | 4 | -13/+15 |
* | * lib/webrick/httpproxy.rb (HTTPProxyServer#intialize), | gotoyuzo | 2005-08-07 | 6 | -6/+7 |
* | * 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-dev:40955] | keiju | 2005-07-29 | 1 | -4/+16 |
* | * lib/fileutils.rb (cd): follow :noop option change. (This patch is contribut... | aamine | 2005-07-27 | 1 | -1/+1 |
* | * lib/net/http.rb: merge a patch contributed by Daniel Berger, with some modi... | aamine | 2005-07-26 | 1 | -42/+20 |
* | * lib/rss/rss.rb: moved copyright description to lib/rss.rb. | kou | 2005-07-22 | 2 | -7/+16 |
* | * 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 |