summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2012-08-26mkmf.rb: timestamp for directoriesnobu
2012-08-25mkmf.rb: clean timestampsnobu
2012-08-24mkmf.rb: fix r36815nobu
2012-08-24mkmf.rb: timestamp for directoriesnobu
2012-08-23* lib/net/http/backward.rb (class Net): Restored Net::HTTPSession todrbrain
2012-08-23* lib/mkmf.rb (create_makefile): add dependency to header files whenusa
2012-08-22* ext/syck: removed. Fixes [ruby-core:43360]tenderlove
2012-08-22lib/mkmf.rb: ruby_headersnobu
2012-08-22* lib/rubygems/test_case.rb: run test with psych if exist.naruse
2012-08-21* lib/cgi/util.rb (CGI.escapeHTML): use 'naruse
2012-08-21Suppress warningsnaruse
2012-08-21* lib/observer.rb: fix typo.ayumin
2012-08-21remove trainling spaces.nobu
2012-08-21* test/unit/test.rb (Test::Unit::ProxyError): new exception class tousa
2012-08-21Imported minitest 3.3.0 (r7676)ryan
2012-08-20* lib/csv.rb: Fixes #161 on githubjeg2
2012-08-20* lib/test/unit.rb, lib/test/unit/parallel.rb:sorah
2012-08-18* lib/fileutils.rb: fix typo.ayumin
2012-08-15Kernel#inspect: improve consistency and do not call #to_s.eregon
2012-08-15* lib/test/unit.rb (Test::Unit::Runner#failed): need to delete theusa
2012-08-15Revert r36699 and r36700. [Feature #6130]naruse
2012-08-14update PP with recent Kernel#inspect change. Patch by Yusuke Endoh.eregon
2012-08-14Suppress warnings.naruse
2012-08-14Tue Aug 14 11:55:37 2012 Takeyuki FUJIOKA <xibbar@ruby-lang.org>xibbar
2012-08-14* lib/erb.rb (ERB::Util.html_escape): fix r36687: call to_s beforenaruse
2012-08-13* lib/erb.rb (ERB::Util.html_escape): use CGI.escape to escapeshugo
2012-08-03un.rb: reduce duplicationnobu
2012-08-03un.rb: DocumentRootnobu
2012-07-30* lib/rubygems/platform.rb (Gem::Platform#initialize): Support patternnaruse
2012-07-25* lib/net/.document: Removed. All files in net/ should be included indrbrain
2012-07-25* lib/cgi/html.rb: Use << instead of +=.naruse
2012-07-25* lib/cgi/html.rb (element_init): suppress redefine warning.naruse
2012-07-25* lib/net/http.rb: Added SSL session reuse across connections for adrbrain
2012-07-24* lib/rubygems: Updated to RubyGems 1.8.24, a bugfix release.drbrain
2012-07-23* lib/open-uri.rb: use respond_to? to test Tempfile.akr
2012-07-21Set false to @proxy_from_env to suppress uninitialized warning.naruse
2012-07-21* lib/net/http.rb (Net::HTTP.newobj): return back for compatibility.naruse
2012-07-21* lib/test/unit/testcase.rb(method_added): refactoring.sorah
2012-07-21* lib/test/unit.rb: warn when test_* method is redefined.sorah
2012-07-20* lib/logger.rb: Updated example in Logger comment to match otherdrbrain
2012-07-20* lib/net/http.rb: Net::HTTP now automatically detects and usesdrbrain
2012-07-19* lib/net/http/response.rb: Automatically inflate gzip anddrbrain
2012-07-18mkmf.rb: fix typonobu
2012-07-18mkmf.rb: hack for -frameworknobu
2012-07-18configure.in: EXTDLDFLAGSnobu
2012-07-18* lib/benchmark.rb: Fix Benchmark.benchmark output with an emptynaruse
2012-07-18* lib/debug.rb: Added toplevel documentation. Based on patch by Oscardrbrain
2012-07-18* lib/logger.rb: Updated typos and output to match modern Loggerdrbrain
2012-07-17Wed Jul 18 07:59:29 2012 Takeyuki FUJIOKA <xibbar@ruby-lang.org>xibbar
2012-07-17* lib/open-uri.rb: delete space.ayumin