aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* * pack.c (pack_unpack): the resulted string of unpack('M') must havenaruse2011-01-141-0/+2
* Reduced gem_prelude to just require rubygems. Reviewed by Evan Phoenixryan2011-01-143-8/+9
* * io.c (argf_next_argv): go advance when the next file cannot benobu2011-01-131-0/+15
* * hash.c (hash_i): return different values for inverse hash.nobu2011-01-111-1/+8
* * include/ruby/defines.h (CASEFOLD_FILESYSTEM): HFS+ is casenobu2011-01-101-0/+16
* * test/ruby/test_method.rb (TestMethod#test_define_method): methodnobu2011-01-101-0/+8
* add a test.akr2011-01-011-0/+1
* * vsnprintf.c (BSD__uqtoa): Fix overflow when long != quad_t.naruse2010-12-301-0/+3
* * vm.c (vm_define_method): guard iseq from GC while method definition.wanabe2010-12-301-0/+15
* * io.c (advice_arg_check): Change argument check.kosaki2010-12-251-1/+6
* * io.c (rb_io_extract_encoding_option): accept Encoding object asnobu2010-12-251-3/+43
* * compile.c (setup_args), vm.c (invoke_block_from_c),nobu2010-12-201-3/+0
* * 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