aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* * compile.c (setup_args), vm.c (invoke_block_from_c),nobu2010-12-181-0/+1
* * test/ruby/test_rubyoptions.rb (TestRubyOptions#test_require): -rnobu2010-12-171-0/+2
* * io.c (rb_io_advise): New API. IO#advise() allows to tell thekosaki2010-12-161-0/+34
* * test/ruby/test_io.rb (test_reopen, test_reinitialize): should closeusa2010-12-141-12/+24
* * test/ruby/test_io.rb (test_binmode_after_closed): the temporary fileusa2010-12-141-2/+1
* * test/ruby/test_io.rb (test_flush_in_finalizer[12]): should closeusa2010-12-141-2/+6
* * test/ruby/test_argf.rb (test_inplace_rename_impossible): unlinkusa2010-12-141-4/+14
* * string.c (rb_str_inspect): fix: extra back slash is added whennaruse2010-12-111-0/+5
* * parse.y (shadowing_lvar_gen): fix line number. [ruby-dev:42718]nobu2010-12-081-0/+12
* reverted to r30124; r30124 breaks testshyouhei2010-12-081-15/+0
* * parse.y (struct vtable, struct local_vars, vtable_add):nobu2010-12-071-0/+15
* * transcode.c (transcode_loop): call default handler of the givennobu2010-12-071-0/+17
* * test/ruby/test_string.rb (TestString#test_scan): add a test forkazu2010-12-061-0/+8
* * ruby.c (load_file_internal): decrement for ungotten line.nobu2010-12-051-0/+6
* * vm_insnhelper.c (vm_call_method): revert r30064 and r30071,nobu2010-12-031-21/+0
* * vm_insnhelper.c (vm_call_method): protected methods should benobu2010-12-031-0/+2
* * vm_insnhelper.c (vm_call_method): protected singleton methods shouldnobu2010-12-031-0/+19
* * string.c (rb_memhash): zero-filled strings should returnnobu2010-12-011-0/+2
* * string.c (rb_str_inspect): fix typo (not 0xFD but 0xFE).naruse2010-12-011-0/+11
* * string.c (rb_str_inspect): inspect as a dummy encoding stringnaruse2010-11-301-0/+13
* test/ruby/test_transcode.rb (test_unicode_public_review_issue_121):duerst2010-11-291-4/+6
* * time.c (leap_year_v_p): fixed typo. [ruby-dev:42631]nobu2010-11-271-0/+4
* * regcomp.c (setup_tree): restart setup_tree() for a node whosenaruse2010-11-261-0/+3
* fix typos.nobu2010-11-251-1/+1
* * enc/trans/utf_16_32.trans: add the UTF-32 converter.naruse2010-11-241-0/+7
* * test/ruby/test_transcode.rb: ASCII-8BIT is not a valid encoding name in Emacs.nobu2010-11-231-2/+2
* * enc/trans/utf_16_32.trans: add a convert from UTF-8 to UTF-16.naruse2010-11-231-3/+3
* * enc/trans/utf_16_32.trans: raise error on unpaired uppernaruse2010-11-231-0/+2
* * enc/utf_16_32.h: add UTF-16 and UTF-32 as a dummy encoding.naruse2010-11-231-0/+6
* * vm.c (rb_thread_mark): should mark self in conrolnobu2010-11-231-0/+23
* added some tests.tadf2010-11-222-0/+38
* * vsnprintf.c (BSD_vfprintf): don't output floating pointnaruse2010-11-221-1/+1
* * string.c (rb_str_inspect): fix for ascii-compatible externalnobu2010-11-221-0/+8
* * enc/big5.c: split CP950 from Big5.naruse2010-11-221-5/+5
* * string.c (rb_str_inspect): append for each chars instead of bulknobu2010-11-221-0/+2
* Fix r29848's test.naruse2010-11-221-1/+1
* * time.c (time_zone): use rb_locale_str_new_cstr to set encodingnaruse2010-11-221-0/+2
* * string.c (rb_str_concat): set ENC_CODERANGE_VALID when thenaruse2010-11-221-0/+1
* * random.c (random_rand): get rid of overflow.nobu2010-11-201-0/+2
* Remove a test for reverted feature r26701.naruse2010-11-191-8/+0
* * test/ruby/envutil.rb (Test::Unit::Assersions#assert_warn):yugui2010-11-171-0/+5
* Refix timing problem.naruse2010-11-161-1/+2
* * pack.c (PACK_ITEM_ADJUST): return nil not result array and yieldnobu2010-11-151-0/+7
* Avoid timing problem.naruse2010-11-151-5/+1
* * parse.y (parser_set_token_info): turn on/off with directives.nobu2010-11-141-0/+25
* * io.c (argf_readlines): forward to current_file for argumentsnobu2010-11-141-0/+18
* * regenc.c (onigenc_minimum_property_name_to_ctype):naruse2010-11-091-0/+8
* Fix wrong test.naruse2010-11-091-1/+1
* * util.c (ruby_strtod): this code uses FPU's rounding system.naruse2010-11-091-0/+2
* * vsnprintf.c (BSD_vfprintf): fix precision specifier doesn'tnaruse2010-11-081-0/+1