summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2010-02-22* lib/rubygems: update to 1.3.6.nobu
2010-02-21* lib/mkmf.rb (create_makefile, install_files): honor srcprefixnobu
2010-02-21* lib/rubygems/rubygems_version.rb: outdated. [ruby-core:28275]nobu
2010-02-18* lib/drb/drb.rb (DRbServer#stop_service): join killed thread tomame
2010-02-15* lib/pstore.rb (PStore#initialize): initialize @thread_safe.akr
2010-02-13* lib/tempfile.rb (Tempfile::Remover): new class to replaceakr
2010-02-11Fri Feb 12 02:27:39 2010 Akinori MUSHA <knu@iDaemons.org>knu
2010-02-11* lib/resolv.rb: fix [ruby-core:28144].akr
2010-02-09* lib/rexml/text.rb (REXML::Text#initialize): REXML::Text.new checksmame
2010-02-08* object.c (rb_obj_clone): call initialize_clone hook method tomatz
2010-02-07* lib/rake.rb (Rake::FileList::ARRAY_METHODS): fix test failure by <=>akr
2010-02-06* lib/net/ftp.rb (initialize): set @sock to a NullSocket instance toshugo
2010-02-06* lib/net/imap.rb (receive_responses): does not hang when an unexpected BYEshugo
2010-02-06* lib/monitor.rb (wait): supported timeout.shugo
2010-02-06* lib/delegate.rb (Delegator#method_missing),nobu
2010-02-05* random.c (fill_random_seed): don't use O_NOFOLLOW becauseakr
2010-02-05* lib/delegate.rb (Delegator): include copy of Kernel.nobu
2010-02-04* lib/yaml/rubytypes.rb: Struct members are emitted without a leadingtenderlove
2010-02-03* lib/delegate.rb (Delegator): now inherits BasicObject.nobu
2010-02-02* enum.c (enum_each_entry): new method #each_entry to pack valuesmatz
2010-02-02* lib/delegate.rb (Delegator#marshal_dump): excludenobu
2010-02-01* lib/matrix.rb (Vector#each2): returns a self. [ruby-dev:40241]mame
2010-01-31* lib/rexml/text.rb (REXML::Text#initialize): do Text.check only whenmame
2010-01-31* lib/rexml/text.rb (REXML::Text#initialize): fix typo and a bug thatmame
2010-01-31* lib/rexml/parent.rb (REXML::Parent#delete): return the deleted nodemame
2010-01-31* A bug fix for deleting blank Table rows from Andy Hartford.jeg2
2010-01-31* lib/rexml/document.rb (REXML::Document#add): fix duplicate XMLDeclsmame
2010-01-29* lib/getoptlong.rb (set_options): ensure that the type of argument ismame
2010-01-29* lib/mkmf.rb (create_makefile): use puts instead of print.nobu
2010-01-29* lib/mkmf.rb (try_do): log no source when no developement env.nobu
2010-01-28* lib/delegate.rb (Delegator#initialize_copy): use initialize_copymatz
2010-01-28* lib/cgi.rb: set autoload to CGI::HtmlExtension. [ruby-dev:40194]mame
2010-01-27* lib/thread.rb (ConditionVariable#wait, signal, broadcast): returnmame
2010-01-27 * lib/matrix.rb: add exception Matrix::ErrOperationNotImplementedkeiju
2010-01-27* lib/matrix.rb (determinant): fix name error.mame
2010-01-26 * lib/drb/eq.rb: fix circular requrie in drb.seki
2010-01-25* lib/matrix.rb: suppress warnings.akr
2010-01-23* lib/rdoc/parser/ruby.rb: fix typo.naruse
2010-01-23* lib/rdoc/markup/to_html_crossref.rb: fix failure of the test.naruse
2010-01-23* lib/rdoc/generator/html.rb (RDoc::Generator::HTML#gen_into):naruse
2010-01-19* lib/resolv.rb (Resolv::Config.default_config_hash): return annobu
2010-01-19* lib/resolv.rb (Resolv::DNS::Config#lazy_initialize): fixed thenobu
2010-01-18* lib/webrick/httpservlet/filehandler.rb (make_partial_content):nobu
2010-01-18* lib/net/http.rb (Net::HTTPHeader#{content_range,range_length}):nobu
2010-01-18Add call-seq for Net::HTTP.start.naruse
2010-01-17* lib/webrick/https.rb (parse_uri, meta_vars): suppress warnings.nobu
2010-01-17* ext/iconv/iconv.c (iconv_convert): suppress a warning.nobu
2010-01-17* lib/mkmf.rb (have_header, create_header): use String#tr_cpp.nobu
2010-01-12* lib/shell/command-processor.rb: fix typo by Sho Hashimoto.naruse
2010-01-12* lib/rss/maker/base.rb, test/rss/test_maker_0.9.rb:kou