summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2010-01-12* test/ruby/envutil.rb (EnvUtil#rubybin): fake also rbconfig.nobu
2010-01-12* test/ruby/test_process.rb (test_execopts_env): MANDATORY_ENVS mightwanabe
2010-01-12add ML ref.akr
2010-01-12delete RUBYLIB for ruby spawned in test_no_curdir.akr
2010-01-12* prelude.rb (require_relative): use File.realpath. [ruby-dev:40040]akr
2010-01-11add ML ref.akr
2010-01-11add a test.akr
2010-01-11Make sure that ENV.[]= fails when an invalid variable name is given.knu
2010-01-08* proc.c (mnew): don't check visibility of method body if publicmame
2010-01-08* vm_method.c (rb_alias): skip ZSUPER method when searching body ofmame
2010-01-08* marshal.c (w_symbol): dump no encoding for 7bit only coderangenobu
2010-01-05* test/ruby/test_exception.rb: add a test. cf [ruby-dev:39116]kazu
2009-12-31* tool/mkconfig.rb: generate RbConfig.ruby in rbconfig.rb.akr
2009-12-29Add Float::INFINITY and Float::NAN.naruse
2009-12-28 * test/ruby/test_marshal.rb: added tests for taintness/untrustness nahi
2009-12-25add tests.akr
2009-12-23* iseq.c (iseq_s_disasm): return nil for native methods.nobu
2009-12-23* test/ruby/test_thread.rb (test_priority): removed not-guaranteed result.nobu
2009-12-22add a test.akr
2009-12-21Add a test for [ruby-core:27247]naruse
2009-12-19* vm_eval.c (check_funcall): reset method_missing_reason beforenobu
2009-12-16* test/ruby/envutil.rb: fix a typo in assert message.kazu
2009-12-13* test/ruby/envutil.rb (invoke_ruby): call to_str for stdin_data toakr
2009-12-12Add rdoc and test of Encoding#replicate.naruse
2009-12-10* transcode_data.h, transcode.c, tool/transcode-tblgen.rb: Addedduerst
2009-12-10* vm_eval.c (yield_under): yields self the same as 1.8.shugo
2009-12-10* string.c (rb_str_inspect): CHAR_ESC_LEN should be 13.naruse
2009-12-09* string.c (rb_str_justify): fixed the case a fill size is anobu
2009-12-07add a test.akr
2009-12-07* marshal.c (w_object): reverted r26007. [ruby-dev:39845]nobu
2009-12-05* marshal.c (w_object): dump instance variables when usingnobu
2009-12-04* parse.y (k_def): adjust the location of method definition to thenobu
2009-12-04fixed tests.shugo
2009-12-03* compile.c (compile_cpath, iseq_compile_each): revertedshugo
2009-12-03* enc/trans/gb18030-tbl.rb: Fix omission of C1 region in code tableduerst
2009-11-30* parse.y (parser_yylex): suppress an extra error message afternobu
2009-11-26* test/ruby/test_complex.rb (@unify): fix the detection if mathyugui
2009-11-26* test/ruby/test_range.rb (TestRange#test_comparison_when_recursive):yugui
2009-11-24* test/ruby/envutil.rb (EnvUtil.invoke_ruby): raise Timeout::Errorakr
2009-11-22* enc/trans/newline.trans (fun_so_universal_newline): generate \nakr
2009-11-21* marshal.c (marshal_dump): use normal object as the buffer sonobu
2009-11-21* io.c (read_all): fix: false negative invalid byte seequencenaruse
2009-11-19move Test::Unit::Assertions#invoke_ruby to EnvUtil.invoke_ruby.akr
2009-11-18add test.akr
2009-11-18* encoding.c (enc_set_default_encoding): reset filesytemnaruse
2009-11-18forgot to add test_undef.rb in the previous revision.shugo
2009-11-17* string.c (str_utf8_nth): fixed overrun. [ruby-core:26787]nobu
2009-11-17* test/ruby/test_m17n.rb: get rid of empty string interpolationsnobu
2009-11-17* vm_method.c (rb_alias): should raise TypeError if klass is nil.shugo
2009-11-17unused argument removed.akr