summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2014-08-28io.c: preserve encodingsnobu
2014-08-28io.c: preserve encodingsnobu
2014-08-28io.c: preserve encodingsnobu
2014-08-27* ext/win32ole/win32ole.c (vtdate2rbtime): try to convert millisecondsuke
2014-08-27* test/ruby/test_complex.rb: removed unreachable code.hsbt
2014-08-26* test/ruby/test_complex.rb: cherry-picked working assertions from r47251.hsbt
2014-08-26* time.c (rb_time_unmagnify_to_float): Avoid double rounding.akr
2014-08-26io.c: do not swallow exceptions at end of blocknobu
2014-08-26* test/ruby/test_range.rb: added workaround for VERBOSE message.hsbt
2014-08-26* test/test_mathn.rb: added workaround for VERBOSE messages.hsbt
2014-08-25* ext/win32ole/win32ole.c(fole_s_connect, fole_initialize): raise asuke
2014-08-25uri/common.rb: use negative look-aheadnobu
2014-08-24* test/ruby/test_complex.rb: removed needless conditions.hsbt
2014-08-24* test/ruby/test_rational.rb: fixed indent.hsbt
2014-08-24* test/ruby/test_rational.rb: remove commented-out code.hsbt
2014-08-24lib/benchmark.rb: speedup by reducing allocationsnormal
2014-08-22* test/ruby/test_complex.rb: removed commented-out code.hsbt
2014-08-22* test/ruby/test_complex.rb: fixed broken tests. Math is nothsbt
2014-08-21win32/test_console_attr.rb: reset attributesnobu
2014-08-21win32.c: manage reverse videonobu
2014-08-21compar.c: use Module#to_snobu
2014-08-20test_thread.rb: let main thread exit from Thread.newnobu
2014-08-19sprintf.c: fix conditionnobu
2014-08-19euckr-tbl.rb: euro and registered signsnobu
2014-08-19compar.c: preserve encodingsnobu
2014-08-19thread.c: check initializednobu
2014-08-18sprintf.c: rational 'f' formatnobu
2014-08-18test_time_tz.rb: has_lisbon_tznobu
2014-08-16test_ruby_mode.rb: trivial refinementnobu
2014-08-16test_gem_ext_builder.rb: fix wrong skip conditionnobu
2014-08-16rake/backtrace.rb: exclude mere prefixnobu
2014-08-14test_io.rb: investigationnobu
2014-08-13parse.y: preserve encodingsnobu
2014-08-13test_parse.rb: for warningsnobu
2014-08-13envutil.rb: fix argument ordernobu
2014-08-13* lib/irb.rb: Prevent irb from crashing when exception withhsbt
2014-08-13* test/openssl/test_ssl_session.rb: fix indent.hsbt
2014-08-12* lib/fileutils.rb: enable to remove with non-owner directory.hsbt
2014-08-11add timeoutnaruse
2014-08-09test_io.rb: fix tempfile leaksnobu
2014-08-09test_syntax.rb: fix tempfile leaksnobu
2014-08-09* test/minitest/test_minitest_unit.rb: removed obsoleted conditionhsbt
2014-08-09* test/cgi/test_cgi_core.rb: removed obsoleted condition for Ruby 1.8.hsbt
2014-08-08* lib/open-uri.rb: remove needless condition for old ruby version.hsbt
2014-08-07parse.y: fix invalid char in evalnobu
2014-08-07* ext/win32ole/win32ole_typelib.c (foletypelib_version): returnsuke
2014-08-06parse.y: preserve encodingnobu
2014-08-06* lib/set.rb (Set#replace): Check if an object given is enumerableknu
2014-08-06Implement Set#clone. [Fixes GH-661]knu
2014-08-05* lib/net/http/generic_request.rb (Net::HTTP::GenericRequest#exec):naruse