aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* * numeric.c (ruby_float_step): fix Numeric#step with infinity unitnaruse2010-10-132-4/+17
* move a non-combinational test.akr2010-10-132-3/+5
* Fix style for ruby-mode.el.naruse2010-10-131-4/+4
* Clean warnings.naruse2010-10-121-2/+9
* Fix test; escape a backslash.naruse2010-10-121-1/+1
* * string.c (rb_str_concat): use unsigned int for GB18030.naruse2010-10-121-0/+3
* * io.c (rb_io_ungetc): use unsigned int for GB18030.naruse2010-10-121-0/+24
* * io.c (rb_io_putc): support multibyte characters.naruse2010-10-121-0/+10
* * numeric.c (int_chr): a codepoint of Ruby M17N must be 32bitnaruse2010-10-121-0/+1
* * error.c (syserr_initialize): set the encoding of Errno::*#messagenaruse2010-10-111-0/+4
* * thread.c (thread_reset_event_flags, exec_event_hooks): ignorenobu2010-10-091-0/+12
* * io.c (fptr_finalize): write_mutex might have been destroyednobu2010-10-061-0/+29
* * parse.y (regexp): dregexp has literal string only at the headnobu2010-10-041-0/+2
* * win32/win32.c (rb_w32_getenv): should return NULL if specified nameusa2010-09-301-0/+1
* * test/ruby/test_rubyoptions.rb (TestRubyOptions::test_script_from_stdin):shyouhei2010-09-291-10/+14
* * string.c (sym_call), vm.c (invoke_block_from_c),nobu2010-09-241-0/+18
* * vm_insnhelper.c (vm_cref_push): no outer cref is needed for procnobu2010-09-231-0/+15
* * dir.c (bracket): get rid of scanning at the end of the patternnobu2010-09-201-0/+11
* * test/ruby/test_file_exhaustive.rb (TestFileExhaustive::test_expand_path):shyouhei2010-09-161-1/+1
* * io.c (rb_io_puts): fix for wide char encoding strings.nobu2010-09-151-0/+18
* * util.c (ruby_strtod): reject Float('0x0.').naruse2010-09-131-1/+7
* * process.c (rlimit_resource_name2int): support more limits:akr2010-09-111-1/+6
* * hash.c (ruby_setenv): raise if putenv and SetEnvironmentVariablenobu2010-09-112-5/+22
* * compile.c (case_when_optimizable_literal): When float value can bewanabe2010-09-091-0/+19
* * test/ruby/test_env.rb (test_aset): OpenBSD acts like NetBSD innaruse2010-09-091-1/+1
* * util.c (ruby_strtod): check there is at least 1 digit afternaruse2010-09-061-0/+1
* * util.c (ruby_strtod): check integr overflow.naruse2010-09-061-0/+1
* * file.c (rb_file_s_readlink): symlink target should be innobu2010-09-041-1/+4
* * string.c (tr_setup_table): optimized. don't create hash objectsnaruse2010-09-011-0/+1
* * thread.c (ruby_suppress_tracing): restore the state and invokenobu2010-09-011-0/+12
* * string.c (tr_setup_table): fix bug in r29146.naruse2010-08-301-0/+1
* * string.c (tr_setup_table): initialize negating table whennaruse2010-08-301-0/+5
* * file.c (rb_get_path_check): clarify error message fornobu2010-08-291-0/+8
* * vm.c (rb_thread_method_id_and_class): curried proc has nonobu2010-08-291-0/+8
* * load.c (rb_provide_feature): clarify error message for frozennobu2010-08-291-0/+7
* * load.c (load_failed): should honor encoding. [ruby-core:31915]nobu2010-08-291-0/+6
* * string.c (rb_str_prepend): new method by Sora Harakamishyouhei2010-08-271-0/+16
* * math.c (math_atan2): change the behavior when x and y are zero.mrkn2010-08-271-1/+4
* * array.c (rb_ary_shuffle_bang): bail out from modification duringnobu2010-08-261-1/+55
* * array.c (rb_ary_shuffle_bang): check number of argument.nobu2010-08-261-0/+1
* * array.c (rb_ary_{shuffle_bang,sample}): use Random class object.nobu2010-08-251-0/+13
* reverted to r29091; r29092 breaks test-allshyouhei2010-08-251-13/+0
* * random.c (rb_random_real): check the range of result.nobu2010-08-251-0/+13
* * array.c (rb_ary_shuffle_bang, rb_ary_sample): add optionalnobu2010-08-232-1/+17
* * util.c (ruby_strtod): make sure to have digit-sequence after 'p'naruse2010-08-231-0/+2
* * test/ruby/test_super.rb: add test.wanabe2010-08-211-0/+45
* * array.c (rb_ary_permutation, rb_ary_repeated_permutation, rb_ary_repeated_c...mrkn2010-08-191-0/+10
* * array.c (ary_make_shared), test/ruby/test_array.rb (test_permutation): alwa...mrkn2010-08-181-0/+3
* * regcomp.c: revert r26701; it introduces Bug #3681.naruse2010-08-171-0/+1
* * test/ruby/test_io.rb (test_threaded_flush): test "hi" is not outputakr2010-08-171-1/+3