aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* * eval_error.c (rb_print_undef_str): new function to raisenobu2011-07-262-0/+41
* * vm_method.c (obj_respond_to): fix the respond_to_missing? overridenobu2011-07-261-0/+13
* * error.c (rb_name_error_str): new function to raise NameErrornobu2011-07-231-0/+25
* * parse.y (rb_enc_symname_type): :$a!, @a! and so on are notnaruse2011-07-231-0/+13
* * parse.y (rb_check_id): conversion condition was inverse.nobu2011-07-231-0/+2
* * object.c (rb_mod_{const,cvar}_defined, rb_obj_ivar_defined):nobu2011-07-222-0/+18
* * test/ruby/test_object.rb (TestObject#test_respond_to_missing):kazu2011-07-221-2/+2
* * thread.c (set_trace_func, thread_set_trace_func_m): reset tracingmame2011-07-211-0/+43
* * error.c (rb_check_trusted): new function to check an object isnobu2011-07-172-1/+30
* * error.c (rb_warn_m): accept multiple args in like puts. rdocnobu2011-07-171-0/+17
* * test/ruby/test_module.rb (TestModule#test_method_{undefined,removed}):nobu2011-07-171-0/+58
* * time.c (time_dup): used rb_obj_class() instead of CLASS_OF().kosaki2011-07-151-0/+14
* * signal.c (reserved_signal_p): reverted a part of r32523.kosaki2011-07-121-6/+0
* * signal.c (sig_trap): don't permit to change a signal handler whichkosaki2011-07-121-0/+25
* * range.c (range_max): fix behavior with excluded end value.tarui2011-07-101-0/+2
* * array.c (ary_reject_bang): should not remove elements which arenobu2011-07-031-2/+2
* * array.c (rb_ary_reject_bang, rb_ary_delete_if): rejectednobu2011-07-011-0/+10
* * vm_insnhelper.c (vm_call_bmethod): fix to hook call/return eventko12011-06-301-0/+22
* * test/ruby/test_rand.rb (test_random_bytes): fold mysteriouslynobu2011-06-301-2/+6
* * test/ruby/test_module.rb: tests for [Bug #3422] and [Bug #3423].nobu2011-06-301-3/+34
* * vm_insnhelper.c (vm_search_superclass): avoid control framenagachika2011-06-251-0/+14
* * process.c (proc_daemon): should not start timer threadnobu2011-06-241-0/+54
* * test/ruby/test_thread.rb (TestThread#test_priority): enablekosaki2011-06-211-1/+1
* * io.c (fill_cbuf): finish reading at EOF, and the readconv hasnobu2011-06-181-0/+20
* * test/ruby/test_signal.rb (TestSignal#test_signal_requiring): usenobu2011-06-171-5/+3
* * test/ruby/test_io.rb (TestIO#test_copy_stream_socket): fixkosaki2011-06-161-2/+2
* * test/ruby/test_io.rb (test_copy_stream_socket): wait a child processakr2011-06-151-13/+16
* * test/ruby/test_autoload.rb: remove temporary directory.akr2011-06-141-12/+13
* * io.c (io_getc): should be 7bit if ascii. fixes #4557nobu2011-06-111-0/+9
* * numeric.c (rb_enc_uint_chr): fix message format. Bug#4869nobu2011-06-111-0/+4
* * test/ruby/test_transcode.rb (TestTranscode#test_Big5_Hkscs): fixnobu2011-06-101-1/+1
* * test/ruby/test_module.rb (TestModule#remove_rake_mixins): remove allnobu2011-06-101-3/+4
* * io.c: fix IO.copy_stream interrupt handling.akr2011-06-091-0/+32
* * test/ruby/test_thread.rb (TestThread#test_kill_thread_subclass):nagachika2011-06-091-0/+11
* * test/ruby/test_thread.rb (TestThread#test_kill_wrong_argument):nagachika2011-06-091-0/+7
* * test/ruby/test_rubyoptions.rb (TestRubyOptions#test_set_program_name):usa2011-06-071-1/+1
* * test/ruby/test_io.rb (TestIO#test_s_{,bin}write): do not create a filekazu2011-06-061-52/+50
* * test/ruby/test_module.rb (TestModule#test_mix_const): test fornobu2011-06-041-1/+16
* * class.c (check_mix_method_i, do_mix_method_i): not mix methodsnobu2011-06-041-0/+15
* * io.c: Add File.write, File.binwrite. [Feature #1081] [ruby-core:21701]sorah2011-06-021-0/+57
* * test/ruby/test_signal.rb (TestSignal#test_signal_requiring):akr2011-06-011-1/+1
* * test/ruby/test_syntax.rb (TestSyntax#test_syntax): show script namenobu2011-06-011-1/+1
* * class.c (rb_mix_module): implement Module#mix.nobu2011-05-311-0/+29
* * test/ruby/test_signal.rb (TestSignal#test_signal_requiring):akr2011-05-311-0/+1
* * test/ruby/test_io.rb (TestIO#test_open_mode): MUST release resourcesusa2011-05-311-4/+8
* * test/ruby/test_signal.rb (TestSignal#test_signal_requiring): don'takr2011-05-301-1/+1
* * test/ruby/test_signal.rb (TestSignal#test_signal_requiring): smallusa2011-05-301-1/+1
* try and catch for the test of setenv(3).naruse2011-05-291-3/+7
* * numeric.c (flo_round): fix for negative value.nobu2011-05-291-0/+1
* * process.c (before_exec, after_exec): change SIGPIPE handler to SIG_DFLkosaki2011-05-281-0/+18