aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * lib/date.rb (once): use Object#object_id instead of Symbol#to_i.akr2008-05-121-3/+3
* * parse.y (arg): operator assignment "a += b rescue c" should bematz2008-05-081-1/+1
* * common.mk, ext/extmk.rb, lib/mkmf.rb: use absolute path for RUBYOPT.nobu2008-05-081-1/+1
* * common.mk, ext/extmk.rb, lib/mkmf.rb: removed RUBYOPT.nobu2008-05-081-1/+1
* * lib/getoptlong.rb: use $stderr instead of $deferr.akr2008-05-041-2/+2
* * lib/net/telnet.rb: This patch from Brian Candler adds a FailEOF mode whichjeg22008-05-011-0/+7
* [ruby-dev:34497] ERB::Util#url_encode bug fix. Reported by rubikitch.seki2008-04-301-1/+3
* * lib/net/telnet.rb: Fixing a bug where line endings would not be properlyjeg22008-04-301-3/+10
* * lib/open3.rb (Open3.popen3w): removed.akr2008-04-261-42/+15
* Import RDoc 2.0.0 r56.drbrain2008-04-2612-408/+716
* describe about waiting a child process.akr2008-04-261-2/+5
* describe :pid thread variable.akr2008-04-261-0/+3
* * lib/open3.rb: double fork is replaced by spawn with Process.detach.akr2008-04-261-29/+48
* * lib/rdoc/ri/descriptions.rb: fixed wrong class nestings.usa2008-04-231-3/+3
* * lib/set.rb (Set#each, SortedSet#each, TC_Set#test_each): Returnknu2008-04-231-5/+7
* * lib/drb/drb.rb (DRb::DRbServer::check_insecure_method): shouldmatz2008-04-221-2/+2
* * lib/xmlrpc/client.rb: fix cookie handling. [ruby-dev:34403]kou2008-04-151-2/+7
* * lib/net/http.rb, lib/net/smtp.rb, lib/net/pop.rb: update URLs of Japanese d...kazu2008-04-153-3/+3
* * prelude.rb (require_relative): move require_relative frommatz2008-04-121-11/+0
* Update to RubyGems 1.1.1 r1701.drbrain2008-04-1118-844/+137
* * lib/yaml/store.rb (YAML::load): modified to support emptymatz2008-04-112-3/+24
* * lib/pstore.rb (PStore::dump, PStore::load): allow subclassmatz2008-04-102-5/+18
* * lib/pstore.rb: replaced by Hongli Lai's faster version.matz2008-04-101-75/+203
* * lib/generator.rb: removed obsolete library. [ruby-core:16233]matz2008-04-101-385/+0
* * lib/complex.rb: remove Math first before overwriting by CMath.matz2008-04-081-0/+1
* trivial change.tadf2008-04-071-2/+2
* lib/complex.rb depends lib/cmath.rb.tadf2008-04-051-224/+0
* * lib/cmath.rb: new.tadf2008-04-053-0/+231
* * lib/rdoc/parsers/parse_rb.rb: Fix uninitialized variable warnings.drbrain2008-04-044-5/+7
* * lib/net/pop.rb (Net::POP3::do_finish): clear @n_mails andmatz2008-04-031-0/+2
* Import RubyGems 1.1.0drbrain2008-03-3146-2076/+2883
* * lib/resolv.rb (Resolv::Config.default_config_hash): requiresnobu2008-03-311-0/+1
* revert git backfire in r15860; sorrymatz2008-03-302-64/+0
* * proc.c (proc_dup): should copy is_lambda attribute as well.matz2008-03-302-0/+64
* * complex.c (f_lcm): removed.tadf2008-03-272-64/+0
* Applied Laurent's patch to testcase.rb to fix symbol method namesryan2008-03-211-1/+1
* * lib/resolv.rb (Resolv::Hosts): should not use win32/resolv on cygwin.nobu2008-03-211-1/+1
* * lib/ipaddr.rb: Say that I am the current maintainer.knu2008-03-213-0/+11
* both complex and rational are now builtin classes.tadf2008-03-163-1040/+117
* * lib/cgi.rb (CGI::Cookie::initialize): performance patch frommatz2008-03-141-6/+11
* * lib/irb/cmd/help.rb: should be updated for new ri structure.matz2008-03-123-6/+15
* Restore missing line to RDoc::Generator#params. Patch by Lincoln Stoll.drbrain2008-03-091-7/+8
* * lib/rdoc/code_objects.rb: Remove debugging Kernel#p. Patch by Lincoln Stolldrbrain2008-03-093-4/+8
* * lib/mkmf.rb: rdoc added. [ruby-Patches-9762]nobu2008-03-071-2/+121
* * lib/debug.rb: require 'continuation' to implement "restart"matz2008-03-051-4/+5
* * lib/irb.rb (IRB::Irb::eval_input): SyntaxError should not bematz2008-03-042-2/+5
* * lib/webrick/httpservlet/filehandler.rb: should normalize pathgotoyuzo2008-03-031-2/+19
* * lib/test/unit/collector/dir.rb (recursive_collect): do not alwaysnobu2008-03-011-2/+3
* * lib/open-uri.rb (OpenURI::Meta#meta_setup_encoding): use ASCII-8BITakr2008-02-281-5/+7
* * lib/open-uri.rb (OpenURI::Meta#meta_setup_encoding): setup encodingakr2008-02-281-1/+20