aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * lib/tempfile.rb: don't use lock directory. [ruby-dev:39197]akr2011-12-041-24/+2
* fix a typo.akr2011-12-041-1/+1
* * lib/tempfile.rb (Tempfile::MAX_TRY): remove unused constant.akr2011-12-041-1/+0
* * lib/pp.rb: fix rdoc.ktsj2011-12-041-3/+5
* * lib/delegate.rb (Delegator#methods): Kernel#methods receivesnaruse2011-12-041-2/+2
* * Makefile.in (CFLAGS): append ARCH_FLAG.nobu2011-12-021-2/+2
* * lib/mkmf.rb (MakeMakefile#try_func): fix broken patch at r33834.nobu2011-12-011-1/+1
* Fix r33904.naruse2011-11-301-0/+2
* * lib/mkmf.rb: Use MakeMakefile's rm_f to avoid conflict with Rake ordrbrain2011-11-301-1818/+1856
* * lib/rdoc/encoding.rb (RDoc::Encoding.read_file): fixup newline charsusa2011-11-301-0/+1
* Don't break tests.naruse2011-11-291-1919/+1856
* * lib/mkmf.rb: Fix indentations of constants at end of module.drbrain2011-11-291-39/+66
* * lib/mkmf.rb: Wrap comments to 78 columns and clean up formatting.drbrain2011-11-281-183/+206
* * lib/mkmf.rb: Wrap mkmf.rb in module MakeMakefile to clean up Objectdrbrain2011-11-281-1804/+1817
* Fix typo in r33849.naruse2011-11-261-1/+1
* * lib/net/http.rb (Net::HTTP::SSL_IVNAMES): rerefix 33701.naruse2011-11-261-8/+19
* * lib/net/http.rb (Net::HTTP.get_response): enable use_sslnaruse2011-11-261-2/+4
* * lib/net/http.rb (Net::HTTP::SSL_ATTRIBUTES): refix 33701.naruse2011-11-261-14/+13
* * lib/mkmf.rb: get rid of warnings of mkmf.rb if -Wmissing-declarationskosaki2011-11-241-6/+11
* Use proc to delay making exception_details.naruse2011-11-221-1/+1
* * ext/extmk.rb (extract_makefile, extmake): regenerate makefielsnobu2011-11-201-2/+4
* * lib/set.rb (SortedSet.setup): remove old_init after initializeakr2011-11-201-0/+4
* * lib/set.rb (SortedSet.setup): don't remove old_init. The removeakr2011-11-201-1/+0
* * test/unit/assertions.rb (MINI_DIR): quick dirty hack to get rid ofusa2011-11-181-2/+4
* Imported minitest 2.8.1ryan2011-11-176-59/+50
* Refix r33766.naruse2011-11-161-1/+1
* Fix r33766.naruse2011-11-161-1/+1
* * lib/minitest/unit.rb (assert_raises): experimental fix to runnaruse2011-11-161-3/+4
* * 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