summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
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
2008-02-29* test/ruby/test_bignum.rb (test_too_big_to_s): skips a test using toonobu
2008-02-29* bignum.c (big2str_find_n1): check integer overflow.nobu
2008-02-20* test/ruby/test_beginendblock.rb (test_begin_and_eval): add test fornobu
2007-12-19* test/ruby/test_integer.rb (test_Integer): multiple underscoresnobu
2007-12-19* bignum.c (rb_cstr_to_inum): an underscore succeeding after octalnobu
2007-12-10* array.c (rb_ary_slice_bang): If an invalid negative index (<=knu
2007-12-05new file.akr
2007-10-15* marshal.c (r_bytes0): check if source has enough data.nobu
2007-08-18* sample/test.rb, test/ruby/test_system.rb(valid_syntax?): keepnobu
2007-08-15* hash.c (rb_hash_delete_key): delete the entry without calling block.nobu
2007-07-16* numeric.c (fix_pow): integer power calculation: 0**n => 0, matz
2007-07-05 * numeric.c (int_pow): fix previous nubu's commit.usa
2007-06-10* test/ruby/test_beginendblock.rb (test_should_propagate_signaled):nobu
2007-05-25git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@12385 b2dd03c8-...nobu
2007-03-23* eval.c (ruby_cleanup): exit by SystemExit and SignalException in ENDnobu
2007-03-22* test/ruby/test_bignum.rb (test_to_s): add tests for Bignum#to_s.usa
2007-01-31* eval.c (rb_iterate): need to PUSH_ITER in proper order.matz
2006-10-31* eval.c (rb_call0): fixed bug of zsuper with both of opt and rest.usa