| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | * enum.c (enum_zip): fix typo of rdoc. | naruse | 2010-09-01 | 1 | -1/+1 |
* | * enum.c (enum_inject): fix typo of rdoc. | naruse | 2010-08-19 | 1 | -1/+1 |
* | * enum.c (zip): rdoc fix, patch by okkez [ruby-dev:41737] | marcandre | 2010-06-27 | 1 | -1/+1 |
* | * removed trailing spaces. | nobu | 2010-05-29 | 1 | -7/+7 |
* | * enum.c: Documentation: small fixes | marcandre | 2010-05-17 | 1 | -7/+7 |
* | * hash.c: Documentation: change => in call-seq to ->. | marcandre | 2010-05-17 | 1 | -84/+84 |
* | * array.c: Documentation: change => in call-seq to ->. | marcandre | 2010-05-17 | 1 | -85/+85 |
* | * array.c: Harmonize documentation, in particular regarding: | marcandre | 2010-05-13 | 1 | -27/+85 |
* | update doc. | akr | 2010-03-23 | 1 | -5/+8 |
* | update rdoc. | akr | 2010-03-19 | 1 | -2/+10 |
* | rdoc update. | akr | 2010-03-13 | 1 | -3/+3 |
* | * enum.c (enum_join): remove Enumerable#join. [ruby-core:24786] | matz | 2010-03-13 | 1 | -20/+0 |
* | rdoc update. | akr | 2010-03-12 | 1 | -9/+12 |
* | * enum.c (min_ii, max_ii, minmax_ii): remove wrong optimization that | mame | 2010-03-10 | 1 | -37/+16 |
* | * enumerator.c: move implementation of each_slice, each_cons, | matz | 2010-02-03 | 1 | -0/+144 |
* | unused variable removed. | akr | 2010-02-02 | 1 | -2/+0 |
* | * enum.c (enum_each_entry): new method #each_entry to pack values | matz | 2010-02-02 | 1 | -0/+41 |
* | fix typos. | akr | 2009-11-03 | 1 | -1/+1 |
* | * enum.c (enum_count): remove optimization using #size. | matz | 2009-10-31 | 1 | -6/+0 |
* | * enum.c (enum_count): call #size using rb_funcall_no_recursive() | matz | 2009-10-29 | 1 | -2/+4 |
* | * array.c (rb_ary_to_ary): do not use #respond_to? to detect | matz | 2009-10-29 | 1 | -3/+4 |
* | * enum.c (enum_flat_map): new method that concatenates the values | matz | 2009-10-24 | 1 | -0/+44 |