| Commit message (Expand) | Author | Age | Files | Lines |
| * | * 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 |
| * | * lib/rss/rss.rb (RSS::VERSION): 0.1.4 -> 0.1.5. | kou | 2005-07-08 | 2 | -3/+3 |
| * | doc fix. | akr | 2005-07-02 | 1 | -1/+1 |
| * | * lib/open-uri.rb (OpenURI.open_http): refine post_connection_check | akr | 2005-07-01 | 1 | -3/+8 |
| * | * lib/delegate.rb (Delegator::respond_to): respond_to? must check | matz | 2005-06-30 | 1 | -0/+9 |
| * | * lib/irb/ruby-lex.rb (RubyLex::identify_number): alternative implements | keiju | 2005-06-30 | 1 | -8/+14 |
| * | * lib/irb/ruby-lex.rb (RubyLex::identify_number): should not treat | matz | 2005-06-30 | 1 | -2/+3 |
| * | * eval.c (rb_eval): pre-evaluate argument for unambiguous | matz | 2005-06-30 | 2 | -0/+9 |
| * | * lib/webrick/httputils.rb (WEBrick::HTTPUtils.parse_query): should | gotoyuzo | 2005-06-25 | 1 | -0/+1 |
| * | * lib/xmlrpc/*, test/xmlrpc/*: backported changes from HEAD into 1.8 | mneumann | 2005-06-24 | 6 | -60/+88 |
| * | * lib/uri/common.rb, lib/uri/generic.rb: fixed typo in documents and | akira | 2005-06-24 | 2 | -19/+19 |
| * | fixed typo in the example of URI.extract. | akira | 2005-06-23 | 1 | -2/+2 |
| * | * lib/time.rb (Time.parse): fix previous leap seconds support. | akr | 2005-06-17 | 1 | -25/+123 |
| * | add tests for leapseconds on an environment without leapseconds support. | akr | 2005-06-16 | 1 | -28/+21 |
| * | * lib/time.rb (Time.parse): "Fri Jan 1 08:59:60 +0900 1999" was | akr | 2005-06-16 | 1 | -4/+50 |
| * | * signal.c (sigexit): call rb_thread_signal_exit() instead of | matz | 2005-06-12 | 1 | -0/+2 |
| * | * bignum.c (get2comp): calculate proper 2's complement for | matz | 2005-06-08 | 1 | -2/+2 |
| * | * ext/curses/curses.c (curses_insertln): merged a patch from | matz | 2005-06-07 | 1 | -0/+3 |
| * | * lib/thread.rb: RDoc documentation from Eric Hodel | matz | 2005-06-07 | 1 | -20/+84 |
| * | * lib/mkmf.rb (create_makefile): add .SUFFIXES from depend file. | nobu | 2005-06-07 | 1 | -2/+9 |
| * | add a test for [ruby-dev:26127]. | akr | 2005-05-29 | 1 | -0/+2 |
| * | * lib/webrick/cgi.rb (WEBrick::CGI::Socket#request_line): | gotoyuzo | 2005-05-27 | 1 | -5/+7 |
| * | * lib/mkmf.rb: use the semicolon as the path separator | eban | 2005-05-27 | 1 | -5/+9 |
| * | * lib/irb/input-method.rb: do not use Readline::HISTORY.pop. | shugo | 2005-05-25 | 1 | -2/+2 |
| * | * lib/open-uri.rb (OpenURI::Meta::RE_QUOTED_STRING): a content of | akr | 2005-05-25 | 1 | -1/+1 |
| * | * lib/getopts.rb: should warn only if verbose mode. | eban | 2005-05-24 | 1 | -1/+1 |
| * | * lib/{soap,wsdl,xsd}, test/{soap,wsdl,xsd}: imported soap4r/1.5.4. | nahi | 2005-05-22 | 73 | -1737/+2911 |