summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2010-11-26* regcomp.c (setup_tree): restart setup_tree() for a node whosenaruse
2010-11-25fix typos.nobu
2010-11-24* enc/trans/utf_16_32.trans: add the UTF-32 converter.naruse
2010-11-23* test/ruby/test_transcode.rb: ASCII-8BIT is not a valid encoding name in Emacs.nobu
2010-11-23* enc/trans/utf_16_32.trans: add a convert from UTF-8 to UTF-16.naruse
2010-11-23* enc/trans/utf_16_32.trans: raise error on unpaired uppernaruse
2010-11-23* enc/utf_16_32.h: add UTF-16 and UTF-32 as a dummy encoding.naruse
2010-11-23* vm.c (rb_thread_mark): should mark self in conrolnobu
2010-11-22added some tests.tadf
2010-11-22* vsnprintf.c (BSD_vfprintf): don't output floating pointnaruse
2010-11-22* string.c (rb_str_inspect): fix for ascii-compatible externalnobu
2010-11-22* enc/big5.c: split CP950 from Big5.naruse
2010-11-22* string.c (rb_str_inspect): append for each chars instead of bulknobu
2010-11-22Fix r29848's test.naruse
2010-11-22* time.c (time_zone): use rb_locale_str_new_cstr to set encodingnaruse
2010-11-22* string.c (rb_str_concat): set ENC_CODERANGE_VALID when thenaruse
2010-11-20* random.c (random_rand): get rid of overflow.nobu
2010-11-19Remove a test for reverted feature r26701.naruse
2010-11-17* test/ruby/envutil.rb (Test::Unit::Assersions#assert_warn):yugui
2010-11-16Refix timing problem.naruse
2010-11-15* pack.c (PACK_ITEM_ADJUST): return nil not result array and yieldnobu
2010-11-15Avoid timing problem.naruse
2010-11-14* parse.y (parser_set_token_info): turn on/off with directives.nobu
2010-11-14* io.c (argf_readlines): forward to current_file for argumentsnobu
2010-11-09* regenc.c (onigenc_minimum_property_name_to_ctype):naruse
2010-11-09Fix wrong test.naruse
2010-11-09* util.c (ruby_strtod): this code uses FPU's rounding system.naruse
2010-11-08* vsnprintf.c (BSD_vfprintf): fix precision specifier doesn'tnaruse
2010-11-08* tool/enc-unicode.rb,naruse
2010-11-05* test/ruby/test_{process,system}.rb (test_fallback_to_sh):nobu
2010-11-04* process.c (proc_exec_v, proc_spawn_v): try to execute with sh ifnobu
2010-11-04* io.c (rb_io_readlines, rb_io_each_line): limit must not be zero.nobu
2010-11-03* cont.c (rb_fiber_resume): raise an "double resume" error when rootmame
2010-11-03* string.c (rb_enc_cr_str_buf_cat): concatenation of validnobu
2010-10-30* util.c (ruby_strtod): get rid of overflow/underflow as possible.nobu
2010-10-28* string.c (rb_str_dump): fix expected length. [ruby-core:32935]nobu
2010-10-27* gc.c (GC.stat): added. [ruby-dev:38607]ko1
2010-10-27* test/ruby/test_io.rb (TestIO#pipe): should close write end of pipeusa
2010-10-27* ruby/test_io_m17n.rb (TestIO_M17N#pipe): fixed the mistake of previoususa
2010-10-27* test/ruby/test_io.rb (TestIO#pipe): need to propagate exceptionsusa
2010-10-26* object.c (Init_Object), constant.h, variable.cmame
2010-10-25* test/ruby/test_array.rb (test_rotate!): fix expected message.nobu
2010-10-24* vsnprintf.c (BSD_vfprintf): prec digits fractal part should benobu
2010-10-24* vm.c (vm_define_method): defined method is run with the defaultnobu
2010-10-23* test/ruby/test_rubyoptions.rb (test_segv_test): follow up thenobu
2010-10-20* test/ruby/test_io.rb (TestIO#pipe): get rid of deadlock on pipe.nobu
2010-10-20* util.c (ruby_strtod): reject 0x1.p+0. [ruby-dev:42432] #3966naruse
2010-10-20* vsnprintf.c (BSD_vfprintf): print floating point on "%#a".naruse
2010-10-19* vsnprintf.c (BSD_vfprintf): clear ALT flag for %a.naruse
2010-10-19* test/ruby/test_sprintf.rb: fix ML ref. [ruby-core:32848]nobu