summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2008-02-26* ext/extmk.rb, enc/make_encmake.rb: load current mkmf.rb even ifnobu
2008-02-18* lib/irb/locale.rb (IRB::Locale#lc2kconv): check ja_JP.EUC-JP as well.akr
2008-02-17* lib/cgi.rb (CGI::escapeHTML): use gsub with Hash. [ruby-dev:33828]kazu
2008-02-16* lib/require_relative.rb: check require_relative call in eval.akr
2008-02-15* lib/require_relative.rb: new file.akr
2008-02-14Preserve ri compatibility with 1.8drbrain
2008-02-13* lib/timeout.rb (Timeout::timeout): made sensitive to location on thenobu
2008-02-13* lib/pathname.rb (Pathname#sub_ext): new method. [ruby-list:44608]akr
2008-02-13* lib/uri/generic.rb: revert r15442. 2nd argument of String#sub parsenaruse
2008-02-13 * enc/depend: fix typo.usa
2008-02-12Allow inline markup to have a leading '#' or '\', or trailing punctuation.drbrain
2008-02-12Separate HTML linking and crossreferencing into separate files.drbrain
2008-02-12 * lib/rational.rb (floor, ceil, truncate, round): do not usetadf
2008-02-12* bootstraptest/runner.rb, bootstraptest/test_method.rb, enc/depend,naruse
2008-02-12* ext/json/lib/json/pure/generator.rb,naruse
2008-02-12Wrap parse_files' read in a version check for backwards compatibility.drbrain