aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * lib/pstore.rb (PStore#initialize): initialize @thread_safe.akr2010-02-151-0/+1
* * lib/tempfile.rb (Tempfile::Remover): new class to replaceakr2010-02-131-17/+23
* Fri Feb 12 02:27:39 2010 Akinori MUSHA <knu@iDaemons.org>knu2010-02-111-10/+16
* * lib/resolv.rb: fix [ruby-core:28144].akr2010-02-111-33/+59
* * lib/rexml/text.rb (REXML::Text#initialize): REXML::Text.new checksmame2010-02-091-2/+2
* * object.c (rb_obj_clone): call initialize_clone hook method tomatz2010-02-081-4/+5
* * lib/rake.rb (Rake::FileList::ARRAY_METHODS): fix test failure by <=>akr2010-02-071-1/+1
* * lib/net/ftp.rb (initialize): set @sock to a NullSocket instance toshugo2010-02-061-2/+10
* * lib/net/imap.rb (receive_responses): does not hang when an unexpected BYEshugo2010-02-061-2/+3
* * lib/monitor.rb (wait): supported timeout.shugo2010-02-061-9/+21
* * lib/delegate.rb (Delegator#method_missing),nobu2010-02-061-16/+8
* * random.c (fill_random_seed): don't use O_NOFOLLOW becauseakr2010-02-051-1/+0
* * lib/delegate.rb (Delegator): include copy of Kernel.nobu2010-02-051-11/+15
* * lib/yaml/rubytypes.rb: Struct members are emitted without a leadingtenderlove2010-02-041-2/+2
* * lib/delegate.rb (Delegator): now inherits BasicObject.nobu2010-02-031-16/+15
* * enum.c (enum_each_entry): new method #each_entry to pack valuesmatz2010-02-021-15/+15
* * lib/delegate.rb (Delegator#marshal_dump): excludenobu2010-02-021-2/+2
* * lib/matrix.rb (Vector#each2): returns a self. [ruby-dev:40241]mame2010-02-011-0/+1
* * lib/rexml/text.rb (REXML::Text#initialize): do Text.check only whenmame2010-01-311-1/+1
* * lib/rexml/text.rb (REXML::Text#initialize): fix typo and a bug thatmame2010-01-311-2/+2
* * lib/rexml/parent.rb (REXML::Parent#delete): return the deleted nodemame2010-01-311-0/+1
* * A bug fix for deleting blank Table rows from Andy Hartford.jeg22010-01-311-4/+6
* * lib/rexml/document.rb (REXML::Document#add): fix duplicate XMLDeclsmame2010-01-311-8/+10
* * lib/getoptlong.rb (set_options): ensure that the type of argument ismame2010-01-291-2/+5
* * lib/mkmf.rb (create_makefile): use puts instead of print.nobu2010-01-291-1/+1
* * lib/mkmf.rb (try_do): log no source when no developement env.nobu2010-01-291-8/+12
* * lib/delegate.rb (Delegator#initialize_copy): use initialize_copymatz2010-01-281-11/+3
* * lib/cgi.rb: set autoload to CGI::HtmlExtension. [ruby-dev:40194]mame2010-01-281-0/+1
* * lib/thread.rb (ConditionVariable#wait, signal, broadcast): returnmame2010-01-271-1/+4
* * lib/matrix.rb: add exception Matrix::ErrOperationNotImplementedkeiju2010-01-271-14/+30
* * lib/matrix.rb (determinant): fix name error.mame2010-01-271-2/+2
* * lib/drb/eq.rb: fix circular requrie in drb.seki2010-01-261-2/+0
* * lib/matrix.rb: suppress warnings.akr2010-01-252-27/+31
* * lib/rdoc/parser/ruby.rb: fix typo.naruse2010-01-231-1/+1
* * lib/rdoc/markup/to_html_crossref.rb: fix failure of the test.naruse2010-01-231-1/+1
* * lib/rdoc/generator/html.rb (RDoc::Generator::HTML#gen_into):naruse2010-01-231-0/+4
* * lib/resolv.rb (Resolv::Config.default_config_hash): return annobu2010-01-191-1/+1
* * lib/resolv.rb (Resolv::DNS::Config#lazy_initialize): fixed thenobu2010-01-191-1/+1
* * lib/webrick/httpservlet/filehandler.rb (make_partial_content):nobu2010-01-181-2/+2
* * lib/net/http.rb (Net::HTTPHeader#{content_range,range_length}):nobu2010-01-181-2/+2
* Add call-seq for Net::HTTP.start.naruse2010-01-181-0/+4
* * lib/webrick/https.rb (parse_uri, meta_vars): suppress warnings.nobu2010-01-172-2/+3
* * ext/iconv/iconv.c (iconv_convert): suppress a warning.nobu2010-01-171-4/+37
* * lib/mkmf.rb (have_header, create_header): use String#tr_cpp.nobu2010-01-171-2/+2
* * lib/shell/command-processor.rb: fix typo by Sho Hashimoto.naruse2010-01-121-2/+2
* * lib/rss/maker/base.rb, test/rss/test_maker_0.9.rb:kou2010-01-121-5/+42
* * lib/net/http.rb (Net::HTTP.start): options may not be given.nobu2010-01-121-6/+8
* * lib/net/http.rb (Net::HTTP#start): add hash argument tonaruse2010-01-121-3/+33
* * prelude.rb (require_relative): use File.realpath. [ruby-dev:40040]akr2010-01-121-57/+2
* * lib/webrick/accesslog.rb (WEBrick::AccessLog#format): fixed typo.nobu2010-01-112-4/+5