summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2011-12-04* lib/tempfile.rb: don't use lock directory. [ruby-dev:39197]akr
2011-12-04fix a typo.akr
2011-12-04* lib/tempfile.rb (Tempfile::MAX_TRY): remove unused constant.akr
2011-12-04* lib/pp.rb: fix rdoc.ktsj
2011-12-04* lib/delegate.rb (Delegator#methods): Kernel#methods receivesnaruse
2011-12-02* Makefile.in (CFLAGS): append ARCH_FLAG.nobu
2011-12-01* lib/mkmf.rb (MakeMakefile#try_func): fix broken patch at r33834.nobu
2011-11-30Fix r33904.naruse
2011-11-30* lib/mkmf.rb: Use MakeMakefile's rm_f to avoid conflict with Rake ordrbrain
2011-11-30* lib/rdoc/encoding.rb (RDoc::Encoding.read_file): fixup newline charsusa
2011-11-29Don't break tests.naruse
2011-11-29* lib/mkmf.rb: Fix indentations of constants at end of module.drbrain
2011-11-28* lib/mkmf.rb: Wrap comments to 78 columns and clean up formatting.drbrain
2011-11-28* lib/mkmf.rb: Wrap mkmf.rb in module MakeMakefile to clean up Objectdrbrain
2011-11-26Fix typo in r33849.naruse
2011-11-26* lib/net/http.rb (Net::HTTP::SSL_IVNAMES): rerefix 33701.naruse
2011-11-26* lib/net/http.rb (Net::HTTP.get_response): enable use_sslnaruse
2011-11-26* lib/net/http.rb (Net::HTTP::SSL_ATTRIBUTES): refix 33701.naruse
2011-11-24* lib/mkmf.rb: get rid of warnings of mkmf.rb if -Wmissing-declarationskosaki
2011-11-22Use proc to delay making exception_details.naruse
2011-11-20* ext/extmk.rb (extract_makefile, extmake): regenerate makefielsnobu
2011-11-20* lib/set.rb (SortedSet.setup): remove old_init after initializeakr
2011-11-20* lib/set.rb (SortedSet.setup): don't remove old_init. The removeakr
2011-11-18* test/unit/assertions.rb (MINI_DIR): quick dirty hack to get rid ofusa
2011-11-17Imported minitest 2.8.1ryan
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