Age | Commit message (Expand) | Author |
2012-09-24 | enum.c: id_call | nobu |
2012-09-24 | enum.c: id_call | nobu |
2012-09-19 | array.c, enum.c: TypeError in zip | nobu |
2012-09-13 | * array.c (rb_ary_select): | zzak |
2012-08-18 | Merge branch 'pullreq/129' into trunk | ayumin |
2012-05-24 | * enum.c (enum_count): Enumerable#count no longer uses #size when | drbrain |
2012-04-14 | * variable.c (trace_ev): Removed "not reached" comment as this line is | drbrain |
2012-03-19 | * enum.c (zip_i): variadic argument needs explicit cast on the | shugo |
2012-03-16 | * enum.c (enum_take): allocate buffer array before iteration, as well | nobu |
2012-03-16 | * enum.c (enum_first): remove duplication. | nobu |
2012-03-15 | * enum.c (rb_enum_values_pack): rename from enum_values_pack, and | shugo |
2012-03-14 | * enumerator.c (lazy_take): add Enumerable::Lazy#take. | shugo |
2012-02-17 | * enum.c (enum_each_slice): arrays to be yielded can be newly | nobu |
2012-02-17 | * enum.c: move work variables to objects not to let called blocks | nobu |
2012-02-16 | * enum.c (id_lshift): use constant ID. | nobu |
2012-02-09 | update doc. | akr |
2012-02-08 | update doc. | akr |
2011-10-19 | * enum.c: Reformat block args to a single standard, { |args| ... }. | drbrain |
2011-10-07 | * enum.c (group_by): Improve group_by description. Patch by b t. [#5411] | drbrain |
2011-10-06 | * enum.c (group_by): Improve documentation based on patch by b t. | drbrain |
2011-10-06 | * enum.c: Clean up wording in Enumerable documentation. Patch by b t. | drbrain |
2011-09-29 | * use RB_TYPE_P which is optimized for constant types, instead of | nobu |
2011-09-24 | * enum.c (slice_before_i): use rb_attr_get to surpress wrong warning | naruse |
2011-07-21 | * enum.c (enum_inject): remove empty line to notify rdoc | naruse |
2011-05-15 | * remove trailing spaces. | nobu |
2011-02-12 | * enum.c (enum_inject): typo fixed. a patch from Gaku Ueda in | matz |
2011-01-12 | * enum.c (sort_by_i): reenter check more strictly. | akr |
2011-01-11 | fix spaces. | akr |
2011-01-08 | * enum.c (enum_sort_by): use rb_ary_resize. | akr |
2010-12-31 | * enum.c (enum_sort_by): use less temporary objects. | akr |
2010-12-30 | update doc. | akr |
2010-10-30 | * enum.c: use constants in id.h. | nobu |
2010-09-01 | * enum.c (enum_zip): fix typo of rdoc. | naruse |
2010-08-19 | * enum.c (enum_inject): fix typo of rdoc. | naruse |
2010-06-27 | * enum.c (zip): rdoc fix, patch by okkez [ruby-dev:41737] | marcandre |
2010-05-29 | * removed trailing spaces. | nobu |
2010-05-17 | * enum.c: Documentation: small fixes | marcandre |
2010-05-17 | * hash.c: Documentation: change => in call-seq to ->. | marcandre |
2010-05-17 | * array.c: Documentation: change => in call-seq to ->. | marcandre |
2010-05-13 | * array.c: Harmonize documentation, in particular regarding: | marcandre |
2010-03-23 | update doc. | akr |
2010-03-19 | update rdoc. | akr |
2010-03-13 | rdoc update. | akr |
2010-03-13 | * enum.c (enum_join): remove Enumerable#join. [ruby-core:24786] | matz |
2010-03-12 | rdoc update. | akr |
2010-03-10 | * enum.c (min_ii, max_ii, minmax_ii): remove wrong optimization that | mame |
2010-02-03 | * enumerator.c: move implementation of each_slice, each_cons, | matz |
2010-02-02 | unused variable removed. | akr |
2010-02-02 | * enum.c (enum_each_entry): new method #each_entry to pack values | matz |
2009-11-03 | fix typos. | akr |