| Age | Commit message (Expand) | Author |
| 2008-12-03 | * pack.c (rb_utf8_to_uv), intern.h: Rename utf8_to_uv to | knu |
| 2008-12-03 | * string.c (rb_str_getbyte, rb_str_setbyte): Add String#getbyte | knu |
| 2008-09-03 | * gc.c (rb_mark_set): new function to mark keys. | nobu |
| 2008-08-19 | * enumerator.c (Init_Enumerator): Rename Enumerable::Enumerator to | knu |
| 2008-07-30 | * win32/win32.c (rb_w32_select): recalc the rest of timeout for each | nobu |
| 2008-07-10 | * test/ruby/test_string.rb (test_succ, test_succ!): reverted stale | nobu |
| 2008-07-08 | * string.c (rb_str_succ): alphabets or numerics mutually enclosing | nobu |
| 2008-07-07 | * string.c (rb_str_succ): limit carrying in an alphanumeric region if | nobu |
| 2008-07-03 | * include/ruby/ruby.h (POSFIXABLE): use FIXNUM_MAX+1 instead of | akr |
| 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-03 | Pull 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 better | knu |
| 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 block | knu |
| 2008-04-22 | * test/ruby/test_symbol.rb (TestSymbol#test_to_proc): Improve tests of Symbol... | kazu |
| 2008-04-22 | add 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_proc | knu |
| 2008-04-15 | * test/ruby/test_settracefunc.rb (TestSetTraceFunc#test_event): | knu |
| 2008-04-15 | * eval.c (method_receiver, method_name, method_owner): New | kazu |
| 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 optional | knu |
| 2008-04-14 | * enum.c New methods: Enumerable#take, #take_while, #drop and | knu |
| 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 too | nobu |
| 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 for | nobu |
| 2007-12-19 | * test/ruby/test_integer.rb (test_Integer): multiple underscores | nobu |
| 2007-12-19 | * bignum.c (rb_cstr_to_inum): an underscore succeeding after octal | nobu |
| 2007-12-10 | * array.c (rb_ary_slice_bang): If an invalid negative index (<= | knu |
| 2007-12-05 | new 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?): keep | nobu |
| 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-25 | git-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 END | nobu |
| 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 |
| 2006-09-16 | use assert_same instead of assert_equal. | akr |
| 2006-07-31 | * test/ruby/test_process.rb (TestProcess#test_rlimit_nofile): | akr |
| 2006-07-18 | * test/ruby/test_float.rb (TestFloat::test_strtod): update test to | matz |
| 2006-06-21 | use fork to isolate rlimit effect. | akr |
| 2006-06-15 | add RLIMIT_NOFILE test | akr |