summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2010-07-29* file.c (file_expand_path): home directory must be absolute.nobu
2010-07-29* file.c (file_expand_path): should check if could find user.nobu
2010-06-15* bignum.c (rb_big2dbl), test/ruby/test_bignum.rb (test_to_f): A negative Big...mrkn
2010-06-07* regexp.c (re_compile_pattern): allow zero times match fornaruse
2010-05-10backport pack and unpack tests from Ruby 1.9.akr
2010-05-10* regex.c (read_special): get rid of overrun.nobu
2010-04-19* file.c (rb_file_s_extname): skip last directory separators.nobu
2010-04-19* eval.c (search_required): expand home relative path first.nobu
2010-04-16* test/ruby/test_thread.rb (TestThreadGroup#test_uninitialized):nobu
2010-04-16* {ext,lib,test}/**/*.rb: removed trailing spaces.nobu
2010-03-25Add tests for Kernel#singleton_class.knu
2010-03-10* eval.c (rb_f_loop): Return an enumerator if no block is given.knu
2010-02-18* pack.c (pack_unpack): call PACK_ITEM_ADJUST for 'Q'.akr
2010-02-07This even fails.knu
2010-02-05* test/ruby/test_array.rb (TestArray#test_splat): Add test casesknu
2010-02-01* eval.c (proc_invoke): reverted r25975. [ruby-dev:39931]nobu
2010-02-01* test/ruby/test_super.rb (TestSuper#test_define_method): modifiednobu
2010-01-25fix commit miss. [ruby-core:27794]naruse
2010-01-25* test/ruby/test_string.rb (test_split): add tests.naruse
2010-01-12revert r26305.kou
2010-01-12merge r26304.kou
2010-01-12* test/ruby/envutil.rb (EnvUtil#rubybin): fake also rbconfig.nobu
2010-01-08* io.c (io_fwrite): preserve errno. [ruby-core:27425]nobu
2009-12-31* string.c: Add instance methods to Symbol: succ, next, <=>,knu
2009-12-28 * test/ruby/test_marshal.rb: added tests for taintness propagation.nahi
2009-12-24* test/ruby/test_settracefunc.rb: removed the influence of other tests.usa
2009-12-23* parse.y (args): splat other than direct array literal.nobu
2009-12-23* eval.c (rb_load): initialize orig_func. [ruby-core:27296]nobu
2009-12-23* test/ruby/test_thread.rb: removed not-backported features.nobu
2009-12-23* test/ruby/test_thread.rb (test_priority): removed not-guaranteed result.nobu
2009-12-04* marshal.c (marshal_load): should set taintness. [ruby-dev:39723]nobu
2009-12-02* eval.c (proc_invoke): unbound block created by define_methodnobu
2009-11-25* test/ruby/test_array.rb (TestArray#test_splat): Add tests for aknu
2009-11-23* eval.c (rb_method_missing): adjusted format and argument number.nobu
2009-11-06* eval.c (call_trace_func): remove the trace hook if any exceptionnobu
2009-11-06* test/ruby/test_settracefunc.rb: skip thread events.nobu
2009-11-05Merged r22308. [ruby-dev:39637]naruse
2009-11-05* gc.c (rb_obj_id): a Fixnum which is beyond signed longnaruse
2009-11-05* parse.y (args): use splat_array.naruse
2009-10-27* string.c (rb_str_inspect): get rid of adding garbage to shortnobu
2009-10-26* io.c (io_fwrite): adjust stdio file position after direct write onnobu
2009-10-16* test/ruby/test_{queue,thread}.rb: backported from trunk.nobu
2009-10-16* eval.c (rb_clear_cache_for_undef): clear entries for inheritednobu
2009-10-16* test/ruby/test_object.rb: backported from trunk.nobu
2009-10-16* test/ruby/test_array.rb: suppress warnings.nobu
2009-10-16* test/ruby/envutil.rb: get rid of double loading.nobu
2009-10-04* marshal.c (struct {dump,load}_arg): manage with dfree, insteadnobu
2009-09-16* eval.c (rb_thread_start_timer): start to catch SIGVTALRM togethernobu
2009-09-13remove temporally files explicitly.akr
2009-09-13make tempfile prefix more descriptive.akr