summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
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
2008-12-11* test/ruby/test_enumerator.rb: Add tests for the recently addedknu
2008-12-08* pack.c (pack_pack): fixed length for odd length string.nobu
2008-12-03* pack.c (rb_utf8_to_uv), intern.h: Rename utf8_to_uv toknu
2008-12-03* string.c (rb_str_getbyte, rb_str_setbyte): Add String#getbyteknu
2008-09-03* gc.c (rb_mark_set): new function to mark keys.nobu
2008-08-19* enumerator.c (Init_Enumerator): Rename Enumerable::Enumerator toknu
2008-07-30* win32/win32.c (rb_w32_select): recalc the rest of timeout for eachnobu
2008-07-10* test/ruby/test_string.rb (test_succ, test_succ!): reverted stalenobu
2008-07-08* string.c (rb_str_succ): alphabets or numerics mutually enclosingnobu
2008-07-07* string.c (rb_str_succ): limit carrying in an alphanumeric region ifnobu
2008-07-03* include/ruby/ruby.h (POSFIXABLE): use FIXNUM_MAX+1 instead ofakr
2008-06-27* time.c: fix rounding negative float.akr
2008-06-07* hash.c (hash_i): make Hash#hash order insensitive.akr
2008-06-03Pull in the test suite for enumerator from trunk.knu
2008-05-29* enum.c (count_i, count_iter_i): Sync with trunk.knu
2008-05-22* array.c (flatten): check if reentered. [ruby-dev:34798]nobu
2008-05-14* array.c (rb_ary_count): Override Enumerable#count for betterknu
2008-05-11* eval.c (method_name, method_owner): New methods; backported from 1.9. (Unbo...kazu
2008-04-26* eval.c (rb_yield_0, proc_invoke, proc_arity): allow passing a blockknu
2008-04-22* test/ruby/test_symbol.rb (TestSymbol#test_to_proc): Improve tests of Symbol...kazu
2008-04-22add a test of Symbol#to_proc.kazu
2008-04-22* eval.c (rb_proc_new): Turn the BLOCK_LAMBDA flag on.knu
2008-04-20* object.c, NEWS, test/ruby/test_symbol.rb: Revert Symbol#to_procknu
2008-04-15* test/ruby/test_settracefunc.rb (TestSetTraceFunc#test_event):knu
2008-04-15* eval.c (method_receiver, method_name, method_owner): Newkazu
2008-04-15* test/ruby/test_symbol.rb (TestSymbol#test_to_proc): add tests.kazu
2008-04-14* array.c (rb_ary_flatten, rb_ary_flatten_bang): Take an optionalknu
2008-04-14* enum.c New methods: Enumerable#take, #take_while, #drop andknu
2008-04-13* object.c (sym_to_proc): new method Symbol#to_proc; backported from 1.9. bug...kazu