summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
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
2011-05-30* test/ruby/test_signal.rb (TestSignal#test_signal_requiring): don'takr
2011-05-30* test/ruby/test_signal.rb (TestSignal#test_signal_requiring): smallusa
2011-05-29try and catch for the test of setenv(3).naruse
2011-05-29* numeric.c (flo_round): fix for negative value.nobu
2011-05-28* process.c (before_exec, after_exec): change SIGPIPE handler to SIG_DFLkosaki
2011-05-27* test/ruby/test_io.rb (TestIO#test_ungetc2): get rid of busy loop.nobu
2011-05-22* include/ruby/defines.h (CASEFOLD_FILESYSTEM): Revert r30508. See #4255.nahi
2011-05-22test cleanupkosaki
2011-05-22* test/ruby/test_rubyoptions.rb (TestRubyOptions#test_set_program_name):kosaki
2011-05-21* io.c (rb_io_extract_modeenc): accept combination hash andkosaki
2011-05-19revert O_CLOEXEC patch series completely.kosaki
2011-05-19* test/ruby/test_signal.rb (test_signal_requiring): skip on Windows.usa
2011-05-18* eval.c (setup_exception): internal exception should be hiddennobu
2011-05-17* test/ruby/test_io.rb (TestIO#test_O_CLOEXEC): add null check.kosaki
2011-05-17Fix FreeBSD test failure.kosaki
2011-05-15* test/ruby/test_signal.rb (TestSignal#test_signal_process_group):kosaki
2011-05-15* signal.c (rb_f_kill): accept '-SIGXXX' style signal with Symbol ornagachika
2011-05-15 * cont.c (cont_init): clear macihne_stack_start/end of saved thread tonagachika
2011-05-15* remove trailing spaces.nobu
2011-05-14* test/ruby/test_rubyoptions.rb (TestRubyOptions#test_set_program_name):kosaki
2011-05-09 * test/ruby/test_{complex,rational}.rb: added tests.tadf
2011-05-09 * complex.c (string_to_c_internal): a refactoring.tadf
2011-05-09* complex.c (string_to_c_internal): support scientific notation.mrkn
2011-05-08 * test/ruby/test_{complex2,complexrational}.rb: use skip.tadf
2011-05-08never skiptadf
2011-05-07* test/ruby/test_io.rb (TestIO#test_readpartial_lock),nobu
2011-05-05* test/ruby/test_io.rb (TestIO#test_O_CLOEXEC): fix false positivekosaki
2011-05-05 * eval.c (frame_func_id): __method__ return different name fromnagachika
2011-05-04* io.c (Init_IO): Added File::CLOEXEC constant. [ruby-core:22893] [Feature #1...kosaki
2011-04-26* test/ruby/test_encoding.rb (test_encoding): tests for r31362.nobu
2011-04-26use skiptadf
2011-04-26* io.c (validate_enc_binmode, rb_io_extract_modeenc): set newlinenobu
2011-04-24* random.c (random_s_rand, Init_Random): Random.rand should behave asmrkn