summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2012-10-16Merge r37148 from ruby_1_8_7.knu
2012-01-26Forward port r34151 from ruby_1_8_7.knu
2011-10-26* string.c (rb_str_partition, rb_str_rpartition)nobu
2011-07-17Backport r23730; fixes #2462.knu
2011-07-03* array.c (ary_reject_bang): should not remove elements which arenobu
2011-07-01* array.c (rb_ary_reject_bang, rb_ary_delete_if): rejectednobu
2011-04-18backported r31286 from trunkusa
2011-02-18* error.c (exc_to_s): untainted strings can be tainted viashyouhei
2010-11-17* array.c (rb_ary_sort_by_bang): Add Array#sort_by!.knu
2010-09-23 * eval.c (rb_add_threadswitch_hook): wrapper for unofficial APIsnobu
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