index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
ruby_4_0
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
ruby
Age
Commit message (
Expand
)
Author
2010-10-12
* string.c (rb_str_concat): use unsigned int for GB18030.
naruse
2010-10-12
* io.c (rb_io_ungetc): use unsigned int for GB18030.
naruse
2010-10-12
* io.c (rb_io_putc): support multibyte characters.
naruse
2010-10-12
* numeric.c (int_chr): a codepoint of Ruby M17N must be 32bit
naruse
2010-10-11
* error.c (syserr_initialize): set the encoding of Errno::*#message
naruse
2010-10-09
* thread.c (thread_reset_event_flags, exec_event_hooks): ignore
nobu
2010-10-06
* io.c (fptr_finalize): write_mutex might have been destroyed
nobu
2010-10-04
* parse.y (regexp): dregexp has literal string only at the head
nobu
2010-09-30
* win32/win32.c (rb_w32_getenv): should return NULL if specified name
usa
2010-09-29
* test/ruby/test_rubyoptions.rb (TestRubyOptions::test_script_from_stdin):
shyouhei
2010-09-24
* string.c (sym_call), vm.c (invoke_block_from_c),
nobu
2010-09-23
* vm_insnhelper.c (vm_cref_push): no outer cref is needed for proc
nobu
2010-09-20
* dir.c (bracket): get rid of scanning at the end of the pattern
nobu
2010-09-16
* test/ruby/test_file_exhaustive.rb (TestFileExhaustive::test_expand_path):
shyouhei
2010-09-15
* io.c (rb_io_puts): fix for wide char encoding strings.
nobu
2010-09-13
* util.c (ruby_strtod): reject Float('0x0.').
naruse
2010-09-11
* process.c (rlimit_resource_name2int): support more limits:
akr
2010-09-11
* hash.c (ruby_setenv): raise if putenv and SetEnvironmentVariable
nobu
2010-09-09
* compile.c (case_when_optimizable_literal): When float value can be
wanabe
2010-09-09
* test/ruby/test_env.rb (test_aset): OpenBSD acts like NetBSD in
naruse
2010-09-06
* util.c (ruby_strtod): check there is at least 1 digit after
naruse
2010-09-06
* util.c (ruby_strtod): check integr overflow.
naruse
2010-09-04
* file.c (rb_file_s_readlink): symlink target should be in
nobu
2010-09-01
* string.c (tr_setup_table): optimized. don't create hash objects
naruse
2010-09-01
* thread.c (ruby_suppress_tracing): restore the state and invoke
nobu
2010-08-30
* string.c (tr_setup_table): fix bug in r29146.
naruse
2010-08-30
* string.c (tr_setup_table): initialize negating table when
naruse
2010-08-29
* file.c (rb_get_path_check): clarify error message for
nobu
2010-08-29
* vm.c (rb_thread_method_id_and_class): curried proc has no
nobu
2010-08-29
* load.c (rb_provide_feature): clarify error message for frozen
nobu
2010-08-29
* load.c (load_failed): should honor encoding. [ruby-core:31915]
nobu
2010-08-27
* string.c (rb_str_prepend): new method by Sora Harakami
shyouhei
2010-08-27
* math.c (math_atan2): change the behavior when x and y are zero.
mrkn
2010-08-26
* array.c (rb_ary_shuffle_bang): bail out from modification during
nobu
2010-08-26
* array.c (rb_ary_shuffle_bang): check number of argument.
nobu
2010-08-25
* array.c (rb_ary_{shuffle_bang,sample}): use Random class object.
nobu
2010-08-25
reverted to r29091; r29092 breaks test-all
shyouhei
2010-08-25
* random.c (rb_random_real): check the range of result.
nobu
2010-08-23
* array.c (rb_ary_shuffle_bang, rb_ary_sample): add optional
nobu
2010-08-23
* util.c (ruby_strtod): make sure to have digit-sequence after 'p'
naruse
2010-08-21
* test/ruby/test_super.rb: add test.
wanabe
2010-08-19
* array.c (rb_ary_permutation, rb_ary_repeated_permutation, rb_ary_repeated_c...
mrkn
2010-08-18
* array.c (ary_make_shared), test/ruby/test_array.rb (test_permutation): alwa...
mrkn
2010-08-17
* regcomp.c: revert r26701; it introduces Bug #3681.
naruse
2010-08-17
* test/ruby/test_io.rb (test_threaded_flush): test "hi" is not output
akr
2010-08-11
wait a process.
akr
2010-08-11
* test/ruby/test_rubyoptions.rb (test_script_from_stdin): disable
akr
2010-08-09
* test/ruby/test_signal.rb (TestSignal#test_exit_action): use spawn
akr
2010-08-08
* test/ruby/test_require.rb (test_require_too_long_filename):
nobu
2010-08-08
* parse.y (parser_tokadd_escape): no similar messages twice.
nobu
[next]