aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * lib/mkmf.rb (checking_for): should not modify the result.nobu2011-11-131-10/+19
* * lib/mkmf.rb (have_library, find_library, have_func): allownobu2011-11-111-7/+17
* * lib/net/http.rb (Net::HTTP::SSL_ATTRIBUTES): Use symbol keys insteaddrbrain2011-11-101-4/+13
* * lib/mkmf.rb (try_func): ignore empty opts.nobu2011-11-101-2/+5
* * lib/mkmf.rb (have_library, have_func, have_var, have_header):nobu2011-11-101-16/+23
* * lib/mkmf.rb (cpp_command): remove multiple -arch flags since cppnobu2011-11-081-0/+3
* * lib/debug.rb: add help for 'pp' and 'r[estart]'.ayumin2011-11-061-0/+2
* * lib/test/unit.rb (Test::Unit::Options#non_options): options[:ruby]akr2011-11-051-1/+1
* * ext/pathname/lib/pathname.rb, ext/tk/lib/multi-tk.rb,ktsj2011-11-0519-33/+33
* * lib/webrick/utils.rb: fix fcntl call.akr2011-11-012-2/+2
* * lib/resolv.rb (Resolv::DNS): retry IO.select for premature wakeup.akr2011-10-311-3/+6
* update doc.akr2011-10-241-1/+1
* * lib/resolv.rb: fix a exception name in previous patch.akr2011-10-221-1/+1
* * lib/resolv.rb: make timeout configurable for DNS query.akr2011-10-221-1/+30
* Imported minitest 2.6.2 (r6712)ryan2011-10-194-15/+75
* Tue Oct 18 02:24:19 2011 Takeyuki FUJIOKA <xibbar@ruby-lang.org>xibbar2011-10-171-1/+1
* * lib/pp.rb: Move PP documentation to top of class PP. Patch bydrbrain2011-10-101-22/+21
* * lib/shell.rb: Document some methods of Shell. Patch by Caroldrbrain2011-10-071-0/+24
* * lib/test/unit/assertions.rb (assert_send, assert_not_send):nobu2011-10-071-2/+2
* * lib/time.rb: Clean up Time documentation. Patch by Jake Goulding.drbrain2011-10-061-58/+71
* * time.c (Init_Time): Improve Time documentation. Patch by Shanedrbrain2011-10-061-34/+121
* * lib/time.rb (Time.strptime): use Time.at if d[:seconds] is set.naruse2011-10-041-3/+7
* * lib/shellwords.rb: Update toplevel comment with an example. Patchdrbrain2011-10-031-9/+15
* * lib/rubygems: Update to RubyGems 1.8.11. Move Deprecate into thedrbrain2011-10-0312-59/+61
* * lib/yaml/store.rb: make initialize method signature match thetenderlove2011-10-021-10/+5
* * lib/mkmf.rb (have_framework): try as Objective-C.nobu2011-10-021-1/+1
* * lib/webrick/httputils.rb: Add MIME Type definition of .js and .svg.naruse2011-09-261-0/+2
* * lib/yaml/dbm/dbm.rb: fix #update, add #key for using istead #index.ayumin2011-09-251-2/+12
* * lib/fileutils.rb (module FileUtils): improve performance ofayumin2011-09-191-10/+7
* * lib/find.rb (Find.find): add documentation that Find.findktsj2011-09-171-0/+2
* * lib/pstore.rb, test/test_pstore.rb: suppress warnings with -v.nobu2011-09-131-0/+1
* * lib/pstore.rb (PStore): always open in binary mode even ifnobu2011-09-131-4/+3
* * lib/test/unit/assertions.rb (Test::Unit::Assertions#assert_send): fix message.nobu2011-09-121-1/+1
* * lib/rake/file_list.rb (Rake::FileList#egrep): there is no need tousa2011-09-121-1/+1
* * lib/test/unit/assertions.rb (assert_send): make arguments innobu2011-09-121-0/+52
* * lib/matrix.rb: Deal with subclasses of Matrix [redmine #5307]marcandre2011-09-101-23/+23
* * lib/rexml/parsers/baseparser.rb, test/rexml/test_comment.rb:kou2011-09-071-1/+1
* * lib/yaml.rb: explicitly specify ::Object to avoid the collision withnaruse2011-09-071-1/+1
* * lib/test/unit.rb (_run_suites): Now reports are written thesorah2011-09-061-0/+8
* * lib/net/imap.rb (default_port, default_imap_port,shugo2011-09-041-0/+16
* * lib/thread.rb (SizedQueue#max=) raise ArgumentError if max is notnagachika2011-09-031-0/+1
* * lib/thread.rb (Queue#pop): fix a race against Thread.wakeup.kosaki2011-08-301-1/+3
* Imported minitest 2.5.1 (r6596)ryan2011-08-272-6/+27
* * lib/rdoc: Import RDoc 3.9.4. Typo and grammar fixes by Luke Gruber.drbrain2011-08-263-18/+17
* * lib/open-uri.rb: Fix indentation of OpenURI::OpenRead#open. Use ++drbrain2011-08-261-27/+35
* * ext/pathname/lib/pathname.rb: Fix typos and grammar mistakes. Patchdrbrain2011-08-267-46/+44
* ugh. sorryryan2011-08-261-0/+1
* Added gem activation for minitest/autoload to help users keep currentryan2011-08-261-0/+6
* * lib/rubygems: Update to RubyGems 1.8.10. Fixes security issue indrbrain2011-08-265-21/+27
* Add a missing parenthesis in the example.naruse2011-08-241-1/+1