summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2013-09-04* enc/trans/utf8_mac-tbl.rb: fix r42789.naruse
2013-09-04string.c: fix for \Knobu
2013-09-04test_rubyoptions.rb: ignore trivial differencesnobu
2013-09-03* test/rexml/parser/test_tree.rbkou
2013-09-03* lib/rexml/parsers/treeparser.rb (REXML::Parsers::TreeParser#parse):kou
2013-09-03* test/rexml/parser/test_tree.rb: Fix test name to describe testkou
2013-09-03* lib/rexml/parsers/treeparser.rb (REXML::Parsers::TreeParser#parse):kou
2013-09-03Fix a typo.akr
2013-09-03* eval.c (Init_eval): Make Module#include and Module#prepend publica_matsuda
2013-09-03Add tests.akr
2013-09-03* bignum.c (GMP_STR2BIG_DIGITS): New macro.akr
2013-09-03* test/ruby/test_rubyoptions.rbusa
2013-09-03* bignum.c (rb_str2big_poweroftwo): New function.akr
2013-09-03* process.c (rb_clock_gettime): Support times() based monotonic clock.akr
2013-09-03* test/openssl/test_pair.rbusa
2013-09-02* enc/trans/utf8_mac-tbl.rb: update conversion table to recent OS X.naruse
2013-09-02Retain behavior of Numeric#step when nil is given as second argument.knu
2013-09-02Fix and add tests for Numeric#step.knu
2013-09-02* vm_insnhelper.c (vm_search_super_method): use ci->argc instead ofko1
2013-09-02Enhance Numeric#step.knu
2013-09-02test_string.rb: yet another testnobu
2013-09-02parse.y: valid suffix word onlynobu
2013-09-02test_string.rb: remove duplicated codenobu
2013-09-02* NEWS: Add note about frozen string literalscharliesome
2013-09-02* test/rake/test_rake_rules.rb: add space after string literal tocharliesome
2013-09-02* test/ruby/test_bignum.rb (test_interrupt_during_to_s): Disable itakr
2013-09-01* test/net/http/test_http.rb (test_bind_to_local_port): Choose an openakr
2013-09-01* bignum.c (big2str_base_poweroftwo): Renamed fromakr
2013-09-01Add assertions.akr
2013-08-31* bignum.c (rb_big_bit_length): New method.akr
2013-08-31* process.c (rb_clock_getres): New method.akr
2013-08-29vm_insnhelper.c: fix zsuper in prependednobu
2013-08-28* ext/zlib/zlib.c (zstream_run): Fix handling of deflate streams thatdrbrain
2013-08-28backport Tempfile.create so psych tests will run outside ruby trunktenderlove
2013-08-28* ext/psych/lib/psych/scalar_scanner.rb: invalid floats should betenderlove
2013-08-27timeout.rb: raise given exceptionnobu
2013-08-27io.c: copy in binary modenobu
2013-08-27* enumerator.c: Allow Enumerator size argument to be any callable.marcandre
2013-08-26* io.c (io_read_nonblock): support non-blocking reads without raisingtenderlove
2013-08-26* lib/rubygems: Import RubyGems 2.1.0 Release Candidatedrbrain
2013-08-26parse.y: warn CRnobu
2013-08-26timeout.rb: skip rescuenobu
2013-08-24* process.c (rb_clock_gettime): The emulated clock names changed.akr
2013-08-23add tests.akr
2013-08-22* process.c (rb_clock_gettime): Strip "s" from unit names.akr
2013-08-20* insns.def: fix regexp's once option behavior.ko1
2013-08-20* test/gdbm/test_gdbm.rb: skip TestGDBM#test_s_open_lock on Solaris.ngoto
2013-08-19* test/ruby/test_fiber.rb: collect garbage fibers immediately.ko1
2013-08-19* test/profile_test_all.rb: add `failed?' information.ko1
2013-08-18* variable.c, vm_method.c: remove dead code.ktsj