| Age | Commit message (Expand) | Author |
| 2012-11-06 | * enumerator.c: Support for lazy.{map|flat_map|...}.size | marcandre |
| 2012-11-06 | * enumerator.c: Support for lazy.size | marcandre |
| 2012-11-06 | * string.c: Support for String#{each_byte,each_char,each_codepoint}.size | marcandre |
| 2012-11-06 | * numeric.c (int_dotimes): Support for Integer#times.size | marcandre |
| 2012-11-06 | * numeric.c (int_upto, int_downto): Support for Integer#{down|up}to.size | marcandre |
| 2012-11-06 | * range.c: Support for range.step.size | marcandre |
| 2012-11-06 | * range.c: Support for Range#size and Range#each.size | marcandre |
| 2012-11-06 | * numeric.c (num_step): Support for Numeric#step.size | marcandre |
| 2012-11-06 | * struct.c: Support for Struct's enumerators #size | marcandre |
| 2012-11-06 | * hash.c: Support for enumerators created by ENV: | marcandre |
| 2012-11-06 | * hash.c: Support for enumerators created by Hash: | marcandre |
| 2012-11-06 | * enum.c (enum_cycle): Support for Enumerable#cycle.size | marcandre |
| 2012-11-06 | * enum.c (enum_each_cons): Support for Enumerable#each_cons.size | marcandre |
| 2012-11-06 | * enum.c (enum_each_slice): Support for Enumerable#each_slice.size | marcandre |
| 2012-11-06 | * enum.c: Support for enumerators created by Enumerable with forwarding: | marcandre |
| 2012-11-06 | * vm_eval.c (rb_f_loop): Support for loop.size | marcandre |
| 2012-11-06 | * array.c (rb_ary_cycle): Support for Array#cycle.size | marcandre |
| 2012-11-06 | * array.c (rb_ary_repeated_combination): Support for repeated_combination.size | marcandre |
| 2012-11-06 | * array.c (rb_ary_repeated_permutation): Support for repeated_permutation.size | marcandre |
| 2012-11-06 | * array.c (rb_ary_combination): Support for Array#combination.size | marcandre |
| 2012-11-06 | * array.c (rb_ary_permutation): Support for Array#permutation.size | marcandre |
| 2012-11-06 | * array.c: Support for Enumerator#size in trivial cases: | marcandre |
| 2012-11-06 | * enumerator.c: Support #size for enumerators created from enumerators | marcandre |
| 2012-11-06 | * enumerator.c (obj_to_enum): Have #to_enum accept a block | marcandre |
| 2012-11-06 | * enumerator: New method #size; constructor accepts size | marcandre |
| 2012-11-06 | * enumerator.c (enumerator_initialize): Warn when using deprecated form | marcandre |
| 2012-11-06 | * object.c (rb_mod_const_get): Fix constant missing exception class | tenderlove |
| 2012-11-06 | * string.c (rb_str_b): Add String#b, returning a copied string | naruse |
| 2012-11-06 | * ruby.c (load_file_internal): set default source encoding as | naruse |
| 2012-11-05 | * test/ruby/test_require.rb | shirosaki |
| 2012-11-05 | Fix compatibility of cached expanded load path | shirosaki |
| 2012-11-04 | * array.c (recursive_equal): fix to return true when self and other | glass |
| 2012-11-04 | dir.c: FNM_EXTGLOB | nobu |
| 2012-11-03 | * eval.c (f_current_dirname): add the new method for Kernel. | nari |
| 2012-11-03 | * test/ruby/test_refinement.rb (test_new_method_by_send, | shugo |
| 2012-11-02 | * object.c (rb_mod_to_s): Module#{to_s,inspect}, when invoked on | shugo |
| 2012-11-02 | * string.c (sym_to_proc, sym_call): A Proc created by Symbol#to_proc | shugo |
| 2012-11-01 | proc.c: main.define_method | nobu |
| 2012-11-01 | test_process.rb: use never existing file | nobu |
| 2012-11-01 | * test/ruby/test_process.rb: Revert r37404. My ubuntu box has | mame |
| 2012-11-01 | * test/ruby/test_process.rb: Process.exec raised EACCES on Linux | mame |
| 2012-11-01 | * eval.c (rb_using_module): using should be used indirectly. | shugo |
| 2012-10-30 | * eval.c (rb_mod_refine): fix the error message when no block is | shugo |
| 2012-10-29 | * thread.c: added Thread#thread_variable_(get|set), | tenderlove |
| 2012-10-29 | Use assert_normal_exit to split process | naruse |
| 2012-10-28 | * bignum.c (bignew_1): Bignum instances are frozen. | ko1 |
| 2012-10-27 | parse.y: warn static content assign in cond | nobu |
| 2012-10-27 | * numeric.c (rb_float_new_in_heap), include/ruby/ruby.h: | ko1 |
| 2012-10-26 | * object.c (rb_mod_const_get): const_get accepts qualified constant | tenderlove |
| 2012-10-25 | revert r37326 "remove string literal concatenation" | nobu |