index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
enum.c
Age
Commit message (
Expand
)
Author
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
2009-10-31
* enum.c (enum_count): remove optimization using #size.
matz
2009-10-29
* enum.c (enum_count): call #size using rb_funcall_no_recursive()
matz
2009-10-29
* array.c (rb_ary_to_ary): do not use #respond_to? to detect
matz
2009-10-24
* enum.c (enum_flat_map): new method that concatenates the values
matz
2009-10-11
rdoc update.
akr
2009-10-03
* enum.c (slicebefore_ii): use id_eqq.
akr
2009-10-03
enum.c (enum_chunk): Give proper error message if no block given. cf [ruby-co...
marcandre
2009-10-02
rdoc update.
akr
2009-10-02
rdoc update.
akr
2009-10-02
* enum.c (enum_slice_before): take a pattern if no block given.
akr
2009-10-02
update rdoc.
akr
2009-09-27
rdoc update.
akr
2009-09-27
* enum.c (enum_minmax): use struct for memo.
akr
2009-09-27
fix rdoc.
akr
2009-09-25
rdoc update.
akr
2009-09-24
rdoc update.
akr
2009-09-23
* enum.c (enum_minmax): reduce comparison.
akr
2009-09-22
* enum.c (enum_chunk): new method Enumerable#chunk.
akr
2009-07-18
* suppressed shorten-64-to-32 warnings.
nobu
2009-07-10
* array.c (recursive_join): use obj to tell if recursion occurs.
nobu
2009-07-07
* enum.c (DEFINE_ENUMFUNCS): included function signature.
nobu
2009-07-07
* enum.c (rb_enum_join): non-nil separator must be convertible to
nobu
2009-07-07
* enum.c (rb_enum_join): should propagate taint to the return
matz
2009-07-06
* enum.c (enum_to_a): should propagate taint to the return value.
matz
2009-07-06
* enum.c (enum_join): deals with self recursive objects to get rid
nobu
2009-07-05
* enum.c (enum_join): added rdoc.
nobu
2009-07-03
* enum.c (enum_join): add Enumerable#join.
matz
2009-06-30
* enum.c (enum_grep): gets rid of type-punning calls.
nobu
2009-06-24
* enum.c (first_i): wrong condition for no argument #first.
matz
2009-06-03
* enum.c (enum_first): should check negative length.
matz
2009-06-03
* enum.c (first_i): Enumerator#first should consume only what is
matz
2009-05-29
* enum.c (collect_all): checks interrupts. [ruby-core:23594]
nobu
2009-05-20
* enum.c (zip_ary): should use long.
nobu
2009-02-22
stripped trailing spaces.
nobu
2009-01-19
* array.c (take_items), enum.c (enum_zip): tries to convert to
nobu
2008-09-23
* include/ruby/node.h, node.h: move node.h from include path.
ko1
[next]