summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2010-12-20* compile.c (setup_args), vm.c (invoke_block_from_c),nobu
2010-12-18* compile.c (setup_args), vm.c (invoke_block_from_c),nobu
2010-12-17 * test/ruby/test_rubyoptions.rb (TestRubyOptions#test_require): -rnobu
2010-12-16 * io.c (rb_io_advise): New API. IO#advise() allows to tell thekosaki
2010-12-14* test/ruby/test_io.rb (test_reopen, test_reinitialize): should closeusa
2010-12-14* test/ruby/test_io.rb (test_binmode_after_closed): the temporary fileusa
2010-12-14* test/ruby/test_io.rb (test_flush_in_finalizer[12]): should closeusa
2010-12-14* test/ruby/test_argf.rb (test_inplace_rename_impossible): unlinkusa
2010-12-11* string.c (rb_str_inspect): fix: extra back slash is added whennaruse
2010-12-08* parse.y (shadowing_lvar_gen): fix line number. [ruby-dev:42718]nobu
2010-12-08reverted to r30124; r30124 breaks testshyouhei
2010-12-07* parse.y (struct vtable, struct local_vars, vtable_add):nobu
2010-12-07* transcode.c (transcode_loop): call default handler of the givennobu
2010-12-06* test/ruby/test_string.rb (TestString#test_scan): add a test forkazu
2010-12-05* ruby.c (load_file_internal): decrement for ungotten line.nobu
2010-12-03* vm_insnhelper.c (vm_call_method): revert r30064 and r30071,nobu
2010-12-03* vm_insnhelper.c (vm_call_method): protected methods should benobu
2010-12-03* vm_insnhelper.c (vm_call_method): protected singleton methods shouldnobu
2010-12-01* string.c (rb_memhash): zero-filled strings should returnnobu
2010-12-01* string.c (rb_str_inspect): fix typo (not 0xFD but 0xFE).naruse
2010-11-30* string.c (rb_str_inspect): inspect as a dummy encoding stringnaruse
2010-11-29test/ruby/test_transcode.rb (test_unicode_public_review_issue_121):duerst
2010-11-27* time.c (leap_year_v_p): fixed typo. [ruby-dev:42631]nobu
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