aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* * time.c (time_mdump): use nano_num and nano_den instead of subnano toakr2010-01-131-0/+5
* add tests.akr2010-01-131-0/+18
* * test/ruby/envutil.rb (EnvUtil#rubybin): fake also rbconfig.nobu2010-01-121-3/+19
* * test/ruby/test_process.rb (test_execopts_env): MANDATORY_ENVS mightwanabe2010-01-121-1/+1
* add ML ref.akr2010-01-121-1/+1
* delete RUBYLIB for ruby spawned in test_no_curdir.akr2010-01-121-1/+1
* * prelude.rb (require_relative): use File.realpath. [ruby-dev:40040]akr2010-01-121-1/+16
* add ML ref.akr2010-01-111-1/+1
* add a test.akr2010-01-111-0/+16
* Make sure that ENV.[]= fails when an invalid variable name is given.knu2010-01-111-0/+1
* * proc.c (mnew): don't check visibility of method body if publicmame2010-01-081-0/+15
* * vm_method.c (rb_alias): skip ZSUPER method when searching body ofmame2010-01-081-0/+19
* * marshal.c (w_symbol): dump no encoding for 7bit only coderangenobu2010-01-081-0/+3
* * test/ruby/test_exception.rb: add a test. cf [ruby-dev:39116]kazu2010-01-051-0/+13
* * tool/mkconfig.rb: generate RbConfig.ruby in rbconfig.rb.akr2009-12-311-4/+1
* Add Float::INFINITY and Float::NAN.naruse2009-12-291-11/+11
* * test/ruby/test_marshal.rb: added tests for taintness/untrustness nahi2009-12-281-0/+64
* add tests.akr2009-12-251-0/+4
* * iseq.c (iseq_s_disasm): return nil for native methods.nobu2009-12-231-0/+1
* * test/ruby/test_thread.rb (test_priority): removed not-guaranteed result.nobu2009-12-231-1/+1
* add a test.akr2009-12-221-0/+16
* Add a test for [ruby-core:27247]naruse2009-12-211-0/+4
* * vm_eval.c (check_funcall): reset method_missing_reason beforenobu2009-12-191-0/+10
* * test/ruby/envutil.rb: fix a typo in assert message.kazu2009-12-161-1/+1
* * test/ruby/envutil.rb (invoke_ruby): call to_str for stdin_data toakr2009-12-132-2/+2
* Add rdoc and test of Encoding#replicate.naruse2009-12-121-0/+5
* * transcode_data.h, transcode.c, tool/transcode-tblgen.rb: Addedduerst2009-12-101-3/+3
* * vm_eval.c (yield_under): yields self the same as 1.8.shugo2009-12-101-1/+1
* * string.c (rb_str_inspect): CHAR_ESC_LEN should be 13.naruse2009-12-101-1/+1
* * string.c (rb_str_justify): fixed the case a fill size is anobu2009-12-091-0/+7
* add a test.akr2009-12-071-0/+22
* * marshal.c (w_object): reverted r26007. [ruby-dev:39845]nobu2009-12-071-3/+2
* * marshal.c (w_object): dump instance variables when usingnobu2009-12-051-0/+20
* * parse.y (k_def): adjust the location of method definition to thenobu2009-12-041-3/+4
* fixed tests.shugo2009-12-041-1/+1
* * compile.c (compile_cpath, iseq_compile_each): revertedshugo2009-12-032-4/+31
* * enc/trans/gb18030-tbl.rb: Fix omission of C1 region in code tableduerst2009-12-031-2/+8
* * parse.y (parser_yylex): suppress an extra error message afternobu2009-11-301-0/+10
* * test/ruby/test_complex.rb (@unify): fix the detection if mathyugui2009-11-262-2/+4
* * test/ruby/test_range.rb (TestRange#test_comparison_when_recursive):yugui2009-11-262-0/+64
* * test/ruby/envutil.rb (EnvUtil.invoke_ruby): raise Timeout::Errorakr2009-11-241-1/+1
* * enc/trans/newline.trans (fun_so_universal_newline): generate \nakr2009-11-222-4/+16
* * marshal.c (marshal_dump): use normal object as the buffer sonobu2009-11-211-0/+10
* * io.c (read_all): fix: false negative invalid byte seequencenaruse2009-11-211-0/+6
* move Test::Unit::Assertions#invoke_ruby to EnvUtil.invoke_ruby.akr2009-11-191-54/+53
* add test.akr2009-11-181-0/+31
* * encoding.c (enc_set_default_encoding): reset filesytemnaruse2009-11-181-0/+10
* forgot to add test_undef.rb in the previous revision.shugo2009-11-181-0/+37
* * string.c (str_utf8_nth): fixed overrun. [ruby-core:26787]nobu2009-11-171-0/+5
* * test/ruby/test_m17n.rb: get rid of empty string interpolationsnobu2009-11-171-43/+43