summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2008-05-12* lib/date.rb (once): use Object#object_id instead of Symbol#to_i.akr
2008-05-08* parse.y (arg): operator assignment "a += b rescue c" should bematz
2008-05-08* common.mk, ext/extmk.rb, lib/mkmf.rb: use absolute path for RUBYOPT.nobu
2008-05-08* common.mk, ext/extmk.rb, lib/mkmf.rb: removed RUBYOPT.nobu
2008-05-04* lib/getoptlong.rb: use $stderr instead of $deferr.akr
2008-05-01* lib/net/telnet.rb: This patch from Brian Candler adds a FailEOF mode whichjeg2
2008-04-30 [ruby-dev:34497] ERB::Util#url_encode bug fix. Reported by rubikitch.seki
2008-04-30* lib/net/telnet.rb: Fixing a bug where line endings would not be properlyjeg2
2008-04-26* lib/open3.rb (Open3.popen3w): removed.akr
2008-04-26Import RDoc 2.0.0 r56.drbrain
2008-04-26describe about waiting a child process.akr
2008-04-26describe :pid thread variable.akr
2008-04-26* lib/open3.rb: double fork is replaced by spawn with Process.detach.akr
2008-04-23 * lib/rdoc/ri/descriptions.rb: fixed wrong class nestings.usa
2008-04-23* lib/set.rb (Set#each, SortedSet#each, TC_Set#test_each): Returnknu
2008-04-22* lib/drb/drb.rb (DRb::DRbServer::check_insecure_method): shouldmatz
2008-04-15* lib/xmlrpc/client.rb: fix cookie handling. [ruby-dev:34403]kou
2008-04-15* lib/net/http.rb, lib/net/smtp.rb, lib/net/pop.rb: update URLs of Japanese d...kazu
2008-04-12* prelude.rb (require_relative): move require_relative frommatz
2008-04-11Update to RubyGems 1.1.1 r1701.drbrain
2008-04-11* lib/yaml/store.rb (YAML::load): modified to support emptymatz
2008-04-10* lib/pstore.rb (PStore::dump, PStore::load): allow subclassmatz
2008-04-10* lib/pstore.rb: replaced by Hongli Lai's faster version.matz
2008-04-10* lib/generator.rb: removed obsolete library. [ruby-core:16233]matz
2008-04-08* lib/complex.rb: remove Math first before overwriting by CMath.matz
2008-04-07trivial change.tadf
2008-04-05lib/complex.rb depends lib/cmath.rb.tadf
2008-04-05 * lib/cmath.rb: new.tadf
2008-04-04* lib/rdoc/parsers/parse_rb.rb: Fix uninitialized variable warnings.drbrain
2008-04-03* lib/net/pop.rb (Net::POP3::do_finish): clear @n_mails andmatz
2008-03-31Import RubyGems 1.1.0drbrain
2008-03-31* lib/resolv.rb (Resolv::Config.default_config_hash): requiresnobu
2008-03-30revert git backfire in r15860; sorrymatz
2008-03-30* proc.c (proc_dup): should copy is_lambda attribute as well.matz
2008-03-27 * complex.c (f_lcm): removed.tadf
2008-03-21Applied Laurent's patch to testcase.rb to fix symbol method namesryan
2008-03-21* lib/resolv.rb (Resolv::Hosts): should not use win32/resolv on cygwin.nobu
2008-03-21* lib/ipaddr.rb: Say that I am the current maintainer.knu
2008-03-16both complex and rational are now builtin classes.tadf
2008-03-14* lib/cgi.rb (CGI::Cookie::initialize): performance patch frommatz
2008-03-12* lib/irb/cmd/help.rb: should be updated for new ri structure.matz
2008-03-09Restore missing line to RDoc::Generator#params. Patch by Lincoln Stoll.drbrain
2008-03-09* lib/rdoc/code_objects.rb: Remove debugging Kernel#p. Patch by Lincoln Stolldrbrain
2008-03-07* lib/mkmf.rb: rdoc added. [ruby-Patches-9762]nobu
2008-03-05* lib/debug.rb: require 'continuation' to implement "restart"matz
2008-03-04* lib/irb.rb (IRB::Irb::eval_input): SyntaxError should not bematz
2008-03-03* lib/webrick/httpservlet/filehandler.rb: should normalize pathgotoyuzo
2008-03-01* lib/test/unit/collector/dir.rb (recursive_collect): do not alwaysnobu
2008-02-28* lib/open-uri.rb (OpenURI::Meta#meta_setup_encoding): use ASCII-8BITakr
2008-02-28* lib/open-uri.rb (OpenURI::Meta#meta_setup_encoding): setup encodingakr