summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2013-06-10* test/ruby/test_beginendblock.rb (test_exitcode_in_at_exit): fix NameError.ktsj
2013-06-10eval_error.c: restore errinfonobu
2013-06-10test_beginendblock.rb: rename methodsnobu
2013-06-08Fix a typo.akr
2013-06-08* class.c (include_modules_at): invalidate method cache if includedcharliesome
2013-06-06* numeric.c (num_quo): Use to_r method to convert the receiver tomrkn
2013-06-06* numeric.c (num_quo): should return a Float for a Float argument.mrkn
2013-06-05* string.c (String#b): Allow code range scan to happen later soknu
2013-06-02* vm_insnhelper.c (vm_yield_setup_block_args): partially revert r41019.naruse
2013-06-02Suppress warnings: setting Encoding.default_internalnaruse
2013-06-02* enc/trans/japanese_euc.trans, test/ruby/test_transcode.rb,ktsj
2013-06-01compile.c: not simple if keyword argsnobu
2013-06-01vm_insnhelper.c: extract keyword arguments after splatnobu
2013-05-30* vm_insnhelper.c (vm_callee_setup_keyword_arg,mame
2013-05-29GC before running test_copy_stream_socket7naruse
2013-05-27test_method.rb: fix for direct invocationnobu
2013-05-25* dir.c (bracket): fix copy-paste error. When the first and lastmame
2013-05-24* variable.c (set_const_visibility): use rb_frame_this_func() insteadcharliesome
2013-05-23* test/ruby/test_io.rb (TestIO#test_write_32bit_boundary): HFS+ seemsnobu
2013-05-23test_io.rb: test for writenobu
2013-05-22win32.c: check error of SetFilePointernobu
2013-05-21* test/ruby/test_dir_m17n.rb (TestDir_M17N#test_entries_compose):kou
2013-05-21test_dir_m17n.rb: sort Dir.entriesnobu
2013-05-21force_encoding expected result as filesystem encodingnaruse
2013-05-20dir.c: compose HFS file namesnobu
2013-05-20test_dir_m17n.rb: assert_separatelynobu
2013-05-20envutil.rb: envutil in childnobu
2013-05-20test_objectspace.rb: run test_each_object separatelynobu
2013-05-19Default script encoding is now UTF-8naruse
2013-05-18* string.c (str_scrub_bang): add String#scrub!. [Feature #8414]naruse
2013-05-18compile.c: forward kwrestnobu
2013-05-18enumerator.c: use VALUEnobu
2013-05-13proc.c: Kernel#singleton_methodnobu
2013-05-11disable test_fcntl_lock_linux on x32.akr
2013-05-10parse.y: invalid name as mere stringnobu
2013-05-08class.c: include modules onlynobu
2013-05-08class.c: exclude original modulenobu
2013-05-08* io.c (rb_io_ext_int_to_encs): ignore internal encoding if externalnaruse
2013-05-05* test/ruby/test_defined.rb (TestDefined#test_super_toplevel):nobu
2013-05-05insns.def: method entry from method framenobu
2013-05-02object.c: skip prepending modulesnobu
2013-05-02marshal.c: no overwriting ivarsnobu
2013-05-02* test/ruby/test_process.rb (TestProcess#test_no_curdir): maybe nowusa
2013-04-30proc.c: frozen core methodsnobu
2013-04-27test_syntax.rb: split test_syntaxnobu
2013-04-25io.c: conversion from bom encodingnobu
2013-04-24parse.y: disallow $-nobu
2013-04-23* string.c (rb_str_inspect): refix r40413, on Ruby 1.9 usual characternaruse
2013-04-23string.c: fix for UTF-32nobu
2013-04-23* test/ruby/test_module.rbknu