aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* * insns.def (opt_regexpmatch2): Check String#=~ hasn't overriddensorah2013-09-261-0/+12
* * insns.def (opt_regexpmatch1): check Regexp#=~ is not defined beforecharliesome2013-09-261-0/+12
* test_transcode.rb: base encodingnobu2013-09-231-0/+1
* encdb.c, utf_16_32.h: Unicode with BOMnobu2013-09-231-0/+7
* test_module.rb: toplevel includenobu2013-09-231-0/+10
* test_module.rb: use assertions for messagesnobu2013-09-231-12/+13
* parse.y: junk sigil only namesnobu2013-09-202-0/+10
* test_lambda.rb: fix messagesnobu2013-09-191-2/+2
* parse.y: adjust position of lambdanobu2013-09-191-0/+24
* * include/ruby/ruby.h: make Symbol objects frozen.ko12013-09-192-1/+9
* * string.c (rb_str_enumerate_lines): make String#each_line andglass2013-09-181-5/+0
* vsnprintf.c: fix buffer overflownobu2013-09-121-1/+1
* test_sprintf_comb.rb: split testsnobu2013-09-111-23/+23
* * thread.c (rb_mutex_unlock): Mutex#unlock no longer raisekosaki2013-09-101-0/+17
* * vm_backtrace.c (vm_backtrace_to_ary): Ignore the second argument ifsorah2013-09-101-0/+4
* class.c: exclude refined methodsnobu2013-09-101-0/+11
* vm_method.c: clear cache after refine methodnobu2013-09-091-0/+23
* * 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
* * string.c (fstring_cmp): take string encoding into account whencharliesome2013-09-051-0/+7
* * include/ruby/ruby.h: add RSTRING_FSTR flagcharliesome2013-09-051-0/+6
* * bignum.c (GMP_DIV_DIGITS): New macro.akr2013-09-041-0/+3
* * 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
* Fix a typo.akr2013-09-031-1/+1
* * eval.c (Init_eval): Make Module#include and Module#prepend publica_matsuda2013-09-031-0/+12
* * test/ruby/test_rubyoptions.rbusa2013-09-031-1/+1
* * process.c (rb_clock_gettime): Support times() based monotonic clock.akr2013-09-031-0/+22
* 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-021-0/+43
* * test/ruby/test_bignum.rb (test_interrupt_during_to_s): Disable itakr2013-09-021-0/+3
* 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
* io.c: copy in binary modenobu2013-08-271-0/+41
* * enumerator.c: Allow Enumerator size argument to be any callable.marcandre2013-08-271-0/+3
* * io.c (io_read_nonblock): support non-blocking reads without raisingtenderlove2013-08-261-0/+59
* parse.y: warn CRnobu2013-08-261-0/+7
* * process.c (rb_clock_gettime): The emulated clock names changed.akr2013-08-241-10/+10
* add tests.akr2013-08-231-0/+60
* * process.c (rb_clock_gettime): Strip "s" from unit names.akr2013-08-221-2/+2