summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
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
2009-09-04* io.c (rb_io_binmode): check if closed regardless platforms.nobu
2009-08-30* gc.c (gc_sweep): makes new room if object space is full ofnobu
2009-07-26* io.c (argf_eof): go to the next file if called after ARGF.closenobu
2009-07-26* test/ruby/test_argf.rb: partially backported from the trunk.nobu
2009-07-01* test/ruby/test_proc.rb (test_return_from_proc): test for [ruby-core:24097].nobu
2009-04-22* eval.c (proc_invoke): shares dmethod scope local variables.nobu
2009-03-01* test/ruby/test_path.rb (test_extname): test for r19596.nobu
2009-03-01* test/ruby/test_path.rb (test_basename): test for r19595.nobu
2009-02-18* file.c (rb_file_s_extname): fix for spaces before extention.nobu
2009-02-07a test removed.akr
2009-01-31* io.c (io_getpartial): fflush after read for updating pos in FILE.akr