summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2011-01-24* test/ruby/test_thread.rb: remove unused variables.kazu
2011-01-24* test/ruby/test_thread.rb (TestThread#test_condvar_nolock_2): get rid of met...kazu
2011-01-24 * test/ruby/test_thread.rb: Added various ConditionVariable tests.kosaki
2011-01-24* error.c (rb_invalid_str): prevent intermediate variable from GC.nobu
2011-01-14* pack.c (pack_unpack): the resulted string of unpack('M') must havenaruse
2011-01-14Reduced gem_prelude to just require rubygems. Reviewed by Evan Phoenixryan
2011-01-13* io.c (argf_next_argv): go advance when the next file cannot benobu
2011-01-11* hash.c (hash_i): return different values for inverse hash.nobu
2011-01-10* include/ruby/defines.h (CASEFOLD_FILESYSTEM): HFS+ is casenobu
2011-01-10* test/ruby/test_method.rb (TestMethod#test_define_method): methodnobu
2011-01-01add a test.akr
2010-12-30* vsnprintf.c (BSD__uqtoa): Fix overflow when long != quad_t.naruse
2010-12-30* vm.c (vm_define_method): guard iseq from GC while method definition.wanabe
2010-12-25 * io.c (advice_arg_check): Change argument check.kosaki
2010-12-25* io.c (rb_io_extract_encoding_option): accept Encoding object asnobu
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