summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2011-11-16Refix r33766.naruse
2011-11-16Fix r33766.naruse
2011-11-16* lib/minitest/unit.rb (assert_raises): experimental fix to runnaruse
2011-11-13* lib/mkmf.rb (checking_for): should not modify the result.nobu
2011-11-11* lib/mkmf.rb (have_library, find_library, have_func): allownobu
2011-11-10* lib/net/http.rb (Net::HTTP::SSL_ATTRIBUTES): Use symbol keys insteaddrbrain
2011-11-10* lib/mkmf.rb (try_func): ignore empty opts.nobu
2011-11-10* lib/mkmf.rb (have_library, have_func, have_var, have_header):nobu
2011-11-08* lib/mkmf.rb (cpp_command): remove multiple -arch flags since cppnobu
2011-11-06* lib/debug.rb: add help for 'pp' and 'r[estart]'.ayumin
2011-11-05* lib/test/unit.rb (Test::Unit::Options#non_options): options[:ruby]akr
2011-11-05* ext/pathname/lib/pathname.rb, ext/tk/lib/multi-tk.rb,ktsj
2011-11-01* lib/webrick/utils.rb: fix fcntl call.akr
2011-10-31* lib/resolv.rb (Resolv::DNS): retry IO.select for premature wakeup.akr
2011-10-24update doc.akr
2011-10-22* lib/resolv.rb: fix a exception name in previous patch.akr
2011-10-22* lib/resolv.rb: make timeout configurable for DNS query.akr
2011-10-19Imported minitest 2.6.2 (r6712)ryan
2011-10-17Tue Oct 18 02:24:19 2011 Takeyuki FUJIOKA <xibbar@ruby-lang.org>xibbar
2011-10-10* lib/pp.rb: Move PP documentation to top of class PP. Patch bydrbrain
2011-10-07* lib/shell.rb: Document some methods of Shell. Patch by Caroldrbrain
2011-10-07* lib/test/unit/assertions.rb (assert_send, assert_not_send):nobu
2011-10-06* lib/time.rb: Clean up Time documentation. Patch by Jake Goulding.drbrain
2011-10-06* time.c (Init_Time): Improve Time documentation. Patch by Shanedrbrain
2011-10-04* lib/time.rb (Time.strptime): use Time.at if d[:seconds] is set.naruse
2011-10-03* lib/shellwords.rb: Update toplevel comment with an example. Patchdrbrain
2011-10-03* lib/rubygems: Update to RubyGems 1.8.11. Move Deprecate into thedrbrain
2011-10-02* lib/yaml/store.rb: make initialize method signature match thetenderlove
2011-10-02* lib/mkmf.rb (have_framework): try as Objective-C.nobu
2011-09-26* lib/webrick/httputils.rb: Add MIME Type definition of .js and .svg.naruse
2011-09-25* lib/yaml/dbm/dbm.rb: fix #update, add #key for using istead #index.ayumin
2011-09-19* lib/fileutils.rb (module FileUtils): improve performance ofayumin
2011-09-17* lib/find.rb (Find.find): add documentation that Find.findktsj
2011-09-13* lib/pstore.rb, test/test_pstore.rb: suppress warnings with -v.nobu
2011-09-13* lib/pstore.rb (PStore): always open in binary mode even ifnobu
2011-09-12* lib/test/unit/assertions.rb (Test::Unit::Assertions#assert_send): fix message.nobu
2011-09-12* lib/rake/file_list.rb (Rake::FileList#egrep): there is no need tousa
2011-09-12* lib/test/unit/assertions.rb (assert_send): make arguments innobu
2011-09-10* lib/matrix.rb: Deal with subclasses of Matrix [redmine #5307]marcandre
2011-09-07* lib/rexml/parsers/baseparser.rb, test/rexml/test_comment.rb:kou
2011-09-07* lib/yaml.rb: explicitly specify ::Object to avoid the collision withnaruse
2011-09-06* lib/test/unit.rb (_run_suites): Now reports are written thesorah
2011-09-04* lib/net/imap.rb (default_port, default_imap_port,shugo
2011-09-03* lib/thread.rb (SizedQueue#max=) raise ArgumentError if max is notnagachika
2011-08-30* lib/thread.rb (Queue#pop): fix a race against Thread.wakeup.kosaki
2011-08-27Imported minitest 2.5.1 (r6596)ryan
2011-08-26* lib/rdoc: Import RDoc 3.9.4. Typo and grammar fixes by Luke Gruber.drbrain
2011-08-26* lib/open-uri.rb: Fix indentation of OpenURI::OpenRead#open. Use ++drbrain
2011-08-26* ext/pathname/lib/pathname.rb: Fix typos and grammar mistakes. Patchdrbrain
2011-08-26ugh. sorryryan