| Commit message (Expand) | Author | Age | Files | Lines |
* | internal.h: STATIC_ASSERT | nobu | 2013-07-10 | 1 | -2/+0 |
* | intern.h: define rb_enumerator_size_func | nobu | 2013-06-26 | 1 | -7/+7 |
* | * internal.h (numberof): Gathered from various files. | akr | 2013-06-07 | 1 | -2/+0 |
* | * include/ruby/ruby.h: constify RBasic::klass and add | ko1 | 2013-05-13 | 1 | -3/+3 |
* | * *.c, parse.y, insns.def: use RARRAY_AREF/ASET macro | ko1 | 2013-05-13 | 1 | -13/+13 |
* | * enum.c (Enumerable#chunk): fix grammar of error message | eregon | 2013-05-01 | 1 | -2/+2 |
* | enum.c: avoid inadvertent symbol creation | nobu | 2013-04-04 | 1 | -3/+17 |
* | * enum.c (Enumerable#chunk: Improved examples, grammar, and formatting | zzak | 2013-02-22 | 1 | -29/+26 |
* | * enumerator.c: Use to_enum for Enumerable methods returning Enumerators. | marcandre | 2013-02-05 | 1 | -3/+2 |
* | * enum.c (enum_zip): Fix error message | marcandre | 2013-01-24 | 1 | -1/+4 |
* | * array.c, enum.c, insns.def, io.c, numeric.c, parse.y, process.c, | ko1 | 2012-12-02 | 1 | -2/+2 |
* | adjust style. | nobu | 2012-12-01 | 1 | -1/+1 |
* | enum.c: prefix | nobu | 2012-11-06 | 1 | -1/+2 |
* | * enumerator.c: Support for lazy.cycle.size | marcandre | 2012-11-06 | 1 | -1/+1 |
* | * enum.c (enum_cycle): Support for Enumerable#cycle.size | marcandre | 2012-11-06 | 1 | -1/+19 |
* | * enum.c (enum_each_cons): Support for Enumerable#each_cons.size | marcandre | 2012-11-06 | 1 | -1/+15 |
* | * enum.c (enum_each_slice): Support for Enumerable#each_slice.size | marcandre | 2012-11-06 | 1 | -1/+21 |
* | * enum.c: Support for enumerators created by Enumerable with forwarding: | marcandre | 2012-11-06 | 1 | -14/+22 |
* | enum.c: id_call | nobu | 2012-09-24 | 1 | -1/+1 |
* | enum.c: id_call | nobu | 2012-09-24 | 1 | -4/+6 |
* | array.c, enum.c: TypeError in zip | nobu | 2012-09-19 | 1 | -0/+1 |
* | * array.c (rb_ary_select): | zzak | 2012-09-13 | 1 | -7/+12 |
* | Merge branch 'pullreq/129' into trunk | ayumin | 2012-08-18 | 1 | -22/+21 |
* | * enum.c (enum_count): Enumerable#count no longer uses #size when | drbrain | 2012-05-24 | 1 | -5/+4 |
* | * variable.c (trace_ev): Removed "not reached" comment as this line is | drbrain | 2012-04-14 | 1 | -1/+2 |
* | * enum.c (zip_i): variadic argument needs explicit cast on the | shugo | 2012-03-19 | 1 | -1/+1 |
* | * enum.c (enum_take): allocate buffer array before iteration, as well | nobu | 2012-03-16 | 1 | -1/+1 |
* | * enum.c (enum_first): remove duplication. | nobu | 2012-03-16 | 1 | -30/+3 |
* | * enum.c (rb_enum_values_pack): rename from enum_values_pack, and | shugo | 2012-03-15 | 1 | -12/+12 |
* | * enumerator.c (lazy_take): add Enumerable::Lazy#take. | shugo | 2012-03-14 | 1 | -9/+0 |
* | * enum.c (enum_each_slice): arrays to be yielded can be newly | nobu | 2012-02-17 | 1 | -0/+1 |
* | * enum.c: move work variables to objects not to let called blocks | nobu | 2012-02-17 | 1 | -297/+350 |
* | * enum.c (id_lshift): use constant ID. | nobu | 2012-02-16 | 1 | -7/+8 |
* | update doc. | akr | 2012-02-09 | 1 | -0/+1 |
* | update doc. | akr | 2012-02-08 | 1 | -1/+1 |
* | * enum.c: Reformat block args to a single standard, { |args| ... }. | drbrain | 2011-10-19 | 1 | -177/+177 |
* | * enum.c (group_by): Improve group_by description. Patch by b t. [#5411] | drbrain | 2011-10-07 | 1 | -3/+3 |
* | * enum.c (group_by): Improve documentation based on patch by b t. | drbrain | 2011-10-06 | 1 | -4/+4 |
* | * enum.c: Clean up wording in Enumerable documentation. Patch by b t. | drbrain | 2011-10-06 | 1 | -19/+15 |
* | * use RB_TYPE_P which is optimized for constant types, instead of | nobu | 2011-09-29 | 1 | -1/+1 |
* | * enum.c (slice_before_i): use rb_attr_get to surpress wrong warning | naruse | 2011-09-24 | 1 | -1/+1 |
* | * enum.c (enum_inject): remove empty line to notify rdoc | naruse | 2011-07-21 | 1 | -1/+0 |
* | * remove trailing spaces. | nobu | 2011-05-15 | 1 | -1/+1 |
* | * enum.c (enum_inject): typo fixed. a patch from Gaku Ueda in | matz | 2011-02-12 | 1 | -1/+1 |
* | * enum.c (sort_by_i): reenter check more strictly. | akr | 2011-01-12 | 1 | -4/+14 |
* | fix spaces. | akr | 2011-01-11 | 1 | -1/+1 |
* | * enum.c (enum_sort_by): use rb_ary_resize. | akr | 2011-01-08 | 1 | -15/+2 |
* | * enum.c (enum_sort_by): use less temporary objects. | akr | 2010-12-31 | 1 | -14/+50 |
* | update doc. | akr | 2010-12-30 | 1 | -3/+19 |
* | * enum.c: use constants in id.h. | nobu | 2010-10-30 | 1 | -6/+5 |