aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* class.c: exclude refined methodsnobu2013-09-101-0/+11
* * lib/rubygems: Update to RubyGems 2.1.0. Fixes CVE-2013-4287.drbrain2013-09-109-21/+236
* vm_method.c: clear cache after refine methodnobu2013-09-091-0/+23
* * ext/win32ole/win32ole.c (folevariant_initialize): check type ofsuke2013-09-081-0/+8
* * remove trailing spaces.nobu2013-09-071-1/+1
* numeric.c: no extra checksnobu2013-09-072-3/+3
* * vm_eval.c (vm_call0): fix prototype, the id parameter should be ofcharliesome2013-09-071-0/+21
* * variable.c (classname): the name of class that hasktsj2013-09-071-1/+4
* * lib/find.rb (Find.find): respect the encodings of arguments.ktsj2013-09-071-0/+34
* * common.mk: use RUNRUBY instead of MINIRUBY because MINIRUBY can'tglass2013-09-061-0/+22
* * rational.c: Include gmp.h if GMP is used.akr2013-09-061-0/+31
* * ext/psych/lib/psych/visitors/yaml_tree.rb: use double quotes whentenderlove2013-09-051-0/+5
* * string.c (fstring_cmp): take string encoding into account whencharliesome2013-09-051-0/+7
* * lib/optparse.rb: The Integer acceptable now allows binary anddrbrain2013-09-051-0/+195
* * include/ruby/ruby.h: add RSTRING_FSTR flagcharliesome2013-09-051-0/+6
* * bignum.c (GMP_DIV_DIGITS): New macro.akr2013-09-042-0/+12
* wait until the shutdowning message reaches to the servernaruse2013-09-041-0/+2
* * bignum.c (rb_big_divrem_normal): New function.akr2013-09-041-0/+19
* * enc/trans/utf8_mac-tbl.rb: fix r42789.naruse2013-09-041-4/+6
* string.c: fix for \Knobu2013-09-041-0/+6
* test_rubyoptions.rb: ignore trivial differencesnobu2013-09-041-1/+1
* * test/rexml/parser/test_tree.rbkou2013-09-031-1/+1
* * lib/rexml/parsers/treeparser.rb (REXML::Parsers::TreeParser#parse):kou2013-09-031-0/+13
* * test/rexml/parser/test_tree.rb: Fix test name to describe testkou2013-09-031-1/+1
* * lib/rexml/parsers/treeparser.rb (REXML::Parsers::TreeParser#parse):kou2013-09-031-0/+27
* Fix a typo.akr2013-09-031-1/+1
* * eval.c (Init_eval): Make Module#include and Module#prepend publica_matsuda2013-09-031-0/+12
* Add tests.akr2013-09-032-0/+13
* * bignum.c (GMP_STR2BIG_DIGITS): New macro.akr2013-09-031-0/+7
* * test/ruby/test_rubyoptions.rbusa2013-09-031-1/+1
* * bignum.c (rb_str2big_poweroftwo): New function.akr2013-09-031-0/+30
* * process.c (rb_clock_gettime): Support times() based monotonic clock.akr2013-09-031-0/+22
* * test/openssl/test_pair.rbusa2013-09-031-6/+12
* * enc/trans/utf8_mac-tbl.rb: update conversion table to recent OS X.naruse2013-09-021-0/+1
* Retain behavior of Numeric#step when nil is given as second argument.knu2013-09-022-2/+5
* Fix and add tests for Numeric#step.knu2013-09-022-3/+10
* * vm_insnhelper.c (vm_search_super_method): use ci->argc instead ofko12013-09-021-0/+23
* Enhance Numeric#step.knu2013-09-021-32/+55
* test_string.rb: yet another testnobu2013-09-021-0/+11
* parse.y: valid suffix word onlynobu2013-09-021-2/+5
* test_string.rb: remove duplicated codenobu2013-09-021-7/+1
* * NEWS: Add note about frozen string literalscharliesome2013-09-022-0/+52
* * test/rake/test_rake_rules.rb: add space after string literal tocharliesome2013-09-022-4/+4
* * test/ruby/test_bignum.rb (test_interrupt_during_to_s): Disable itakr2013-09-021-0/+3
* * test/net/http/test_http.rb (test_bind_to_local_port): Choose an openakr2013-09-011-1/+3
* * bignum.c (big2str_base_poweroftwo): Renamed fromakr2013-09-011-0/+23
* Add assertions.akr2013-09-011-0/+7
* * bignum.c (rb_big_bit_length): New method.akr2013-08-311-0/+36
* * process.c (rb_clock_getres): New method.akr2013-08-311-0/+66
* vm_insnhelper.c: fix zsuper in prependednobu2013-08-291-0/+15