aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* mkmf.rb: fix race conditions at install-extnobu2012-08-311-2/+2
* * lib/set.rb (Set#{<,>,<=,>=}): Define comparison operators asknu2012-08-301-0/+23
* * lib/uri/ftp.rb (URI::FTP#initialize): raise InvalidURIError if "//"naruse2012-08-301-0/+1
* mkmf.rb: timestamp for directoriesnobu2012-08-261-1/+1
* mkmf.rb: clean timestampsnobu2012-08-251-1/+1
* mkmf.rb: fix r36815nobu2012-08-241-2/+2
* mkmf.rb: timestamp for directoriesnobu2012-08-241-4/+14
* * lib/net/http/backward.rb (class Net): Restored Net::HTTPSession todrbrain2012-08-231-1/+4
* * lib/mkmf.rb (create_makefile): add dependency to header files whenusa2012-08-231-1/+5
* * ext/syck: removed. Fixes [ruby-core:43360]tenderlove2012-08-221-54/+20
* lib/mkmf.rb: ruby_headersnobu2012-08-221-7/+9
* * lib/rubygems/test_case.rb: run test with psych if exist.naruse2012-08-221-0/+5
* * lib/cgi/util.rb (CGI.escapeHTML): use &#39;naruse2012-08-211-1/+1
* Suppress warningsnaruse2012-08-211-1/+1
* * lib/observer.rb: fix typo.ayumin2012-08-211-1/+1
* remove trainling spaces.nobu2012-08-218-20/+20
* * test/unit/test.rb (Test::Unit::ProxyError): new exception class tousa2012-08-212-1/+10
* Imported minitest 3.3.0 (r7676)ryan2012-08-213-150/+169
* * lib/csv.rb: Fixes #161 on githubjeg22012-08-201-1/+24
* * lib/test/unit.rb, lib/test/unit/parallel.rb:sorah2012-08-202-6/+5
* * lib/fileutils.rb: fix typo.ayumin2012-08-181-1/+1
* Kernel#inspect: improve consistency and do not call #to_s.eregon2012-08-151-10/+1
* * lib/test/unit.rb (Test::Unit::Runner#failed): need to delete theusa2012-08-151-1/+4
* Revert r36699 and r36700. [Feature #6130]naruse2012-08-151-1/+10
* update PP with recent Kernel#inspect change. Patch by Yusuke Endoh.eregon2012-08-141-10/+1
* Suppress warnings.naruse2012-08-141-1/+1
* Tue Aug 14 11:55:37 2012 Takeyuki FUJIOKA <xibbar@ruby-lang.org>xibbar2012-08-141-1/+1
* * lib/erb.rb (ERB::Util.html_escape): fix r36687: call to_s beforenaruse2012-08-141-1/+1
* * lib/erb.rb (ERB::Util.html_escape): use CGI.escape to escapeshugo2012-08-131-1/+3
* un.rb: reduce duplicationnobu2012-08-031-5/+5
* un.rb: DocumentRootnobu2012-08-031-2/+3
* * lib/rubygems/platform.rb (Gem::Platform#initialize): Support patternnaruse2012-07-301-1/+1
* * lib/net/.document: Removed. All files in net/ should be included indrbrain2012-07-251-8/+0
* * lib/cgi/html.rb: Use << instead of +=.naruse2012-07-251-16/+16
* * lib/cgi/html.rb (element_init): suppress redefine warning.naruse2012-07-251-0/+4
* * lib/net/http.rb: Added SSL session reuse across connections for adrbrain2012-07-251-0/+3
* * lib/rubygems: Updated to RubyGems 1.8.24, a bugfix release.drbrain2012-07-243-6/+20
* * lib/open-uri.rb: use respond_to? to test Tempfile.akr2012-07-231-2/+2
* Set false to @proxy_from_env to suppress uninitialized warning.naruse2012-07-211-0/+1
* * lib/net/http.rb (Net::HTTP.newobj): return back for compatibility.naruse2012-07-211-5/+9
* * lib/test/unit/testcase.rb(method_added): refactoring.sorah2012-07-211-8/+6
* * lib/test/unit.rb: warn when test_* method is redefined.sorah2012-07-211-0/+11
* * lib/logger.rb: Updated example in Logger comment to match otherdrbrain2012-07-201-9/+11
* * lib/net/http.rb: Net::HTTP now automatically detects and usesdrbrain2012-07-203-153/+202
* * lib/net/http/response.rb: Automatically inflate gzip anddrbrain2012-07-194-39/+156
* mkmf.rb: fix typonobu2012-07-181-1/+1
* mkmf.rb: hack for -frameworknobu2012-07-181-3/+6
* configure.in: EXTDLDFLAGSnobu2012-07-181-1/+1
* * lib/benchmark.rb: Fix Benchmark.benchmark output with an emptynaruse2012-07-181-10/+10
* * lib/debug.rb: Added toplevel documentation. Based on patch by Oscardrbrain2012-07-181-4/+164