summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2011-07-27* test/ruby/test_symbol.rb (test_no_inadvertent_symbol_creation):nobu
2011-07-27* test/ruby/test_symbol.rb (test_no_inadvertent_symbol_creation3):nobu
2011-07-27* test/fileutils/test_fileutils.rb: add OpenBSD case.naruse
2011-07-27* test/ruby/test_symbol.rb (test_inspect): use %W to enablenobu
2011-07-27* test/ruby/test_symbol.rb (TestSymbol#test_inspect): workaround fornobu
2011-07-26* eval_error.c (rb_print_undef_str): new function to raisenobu
2011-07-26* vm_method.c (obj_respond_to): fix the respond_to_missing? overridenobu
2011-07-23* error.c (rb_name_error_str): new function to raise NameErrornobu
2011-07-23* parse.y (rb_enc_symname_type): :$a!, @a! and so on are notnaruse
2011-07-23* parse.y (rb_check_id): conversion condition was inverse.nobu
2011-07-22* object.c (rb_mod_{const,cvar}_defined, rb_obj_ivar_defined):nobu
2011-07-22* test/ruby/test_object.rb (TestObject#test_respond_to_missing):kazu
2011-07-21* thread.c (set_trace_func, thread_set_trace_func_m): reset tracingmame
2011-07-17* error.c (rb_check_trusted): new function to check an object isnobu
2011-07-17* error.c (rb_warn_m): accept multiple args in like puts. rdocnobu
2011-07-17* test/ruby/test_module.rb (TestModule#test_method_{undefined,removed}):nobu
2011-07-15* time.c (time_dup): used rb_obj_class() instead of CLASS_OF().kosaki
2011-07-12* signal.c (reserved_signal_p): reverted a part of r32523.kosaki
2011-07-12* signal.c (sig_trap): don't permit to change a signal handler whichkosaki
2011-07-10 * range.c (range_max): fix behavior with excluded end value.tarui
2011-07-03* array.c (ary_reject_bang): should not remove elements which arenobu
2011-07-01* array.c (rb_ary_reject_bang, rb_ary_delete_if): rejectednobu
2011-06-30* vm_insnhelper.c (vm_call_bmethod): fix to hook call/return eventko1
2011-06-30* test/ruby/test_rand.rb (test_random_bytes): fold mysteriouslynobu
2011-06-30* test/ruby/test_module.rb: tests for [Bug #3422] and [Bug #3423].nobu
2011-06-25* vm_insnhelper.c (vm_search_superclass): avoid control framenagachika
2011-06-24* process.c (proc_daemon): should not start timer threadnobu
2011-06-21* test/ruby/test_thread.rb (TestThread#test_priority): enablekosaki
2011-06-18* io.c (fill_cbuf): finish reading at EOF, and the readconv hasnobu
2011-06-17* test/ruby/test_signal.rb (TestSignal#test_signal_requiring): usenobu
2011-06-16* test/ruby/test_io.rb (TestIO#test_copy_stream_socket): fixkosaki
2011-06-15* test/ruby/test_io.rb (test_copy_stream_socket): wait a child processakr
2011-06-14* test/ruby/test_autoload.rb: remove temporary directory.akr
2011-06-11* io.c (io_getc): should be 7bit if ascii. fixes #4557nobu
2011-06-11* numeric.c (rb_enc_uint_chr): fix message format. Bug#4869nobu
2011-06-10* test/ruby/test_transcode.rb (TestTranscode#test_Big5_Hkscs): fixnobu
2011-06-10* test/ruby/test_module.rb (TestModule#remove_rake_mixins): remove allnobu
2011-06-09* io.c: fix IO.copy_stream interrupt handling.akr
2011-06-09* test/ruby/test_thread.rb (TestThread#test_kill_thread_subclass):nagachika
2011-06-09* test/ruby/test_thread.rb (TestThread#test_kill_wrong_argument):nagachika
2011-06-07* test/ruby/test_rubyoptions.rb (TestRubyOptions#test_set_program_name):usa
2011-06-06* test/ruby/test_io.rb (TestIO#test_s_{,bin}write): do not create a filekazu
2011-06-04* test/ruby/test_module.rb (TestModule#test_mix_const): test fornobu
2011-06-04* class.c (check_mix_method_i, do_mix_method_i): not mix methodsnobu
2011-06-02* io.c: Add File.write, File.binwrite. [Feature #1081] [ruby-core:21701]sorah
2011-06-01* test/ruby/test_signal.rb (TestSignal#test_signal_requiring):akr
2011-06-01* test/ruby/test_syntax.rb (TestSyntax#test_syntax): show script namenobu
2011-05-31* class.c (rb_mix_module): implement Module#mix.nobu
2011-05-31* test/ruby/test_signal.rb (TestSignal#test_signal_requiring):akr
2011-05-31* test/ruby/test_io.rb (TestIO#test_open_mode): MUST release resourcesusa