index
:
ruby.git
master
ruby_1_8_6_287
ruby_1_8_6_369
ruby_1_8_6_383
ruby_1_8_6_383-fedora
ruby_1_9_1_243
ruby_1_9_1_376
ruby_1_9_1_376-epel
ruby_1_9_1_376-fedora
Ruby GIT repository
Jeroen van Meeuwen
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
enum.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
rdoc update.
akr
2009-10-11
1
-3
/
+4
*
* enum.c (slicebefore_ii): use id_eqq.
akr
2009-10-03
1
-1
/
+1
*
enum.c (enum_chunk): Give proper error message if no block given. cf [ruby-co...
marcandre
2009-10-03
1
-0
/
+2
*
rdoc update.
akr
2009-10-02
1
-13
/
+14
*
rdoc update.
akr
2009-10-02
1
-1
/
+1
*
* enum.c (enum_slice_before): take a pattern if no block given.
akr
2009-10-02
1
-18
/
+40
*
update rdoc.
akr
2009-10-02
1
-0
/
+12
*
rdoc update.
akr
2009-09-27
1
-0
/
+8
*
* enum.c (enum_minmax): use struct for memo.
akr
2009-09-27
1
-73
/
+92
*
fix rdoc.
akr
2009-09-27
1
-2
/
+2
*
rdoc update.
akr
2009-09-25
1
-15
/
+18
*
rdoc update.
akr
2009-09-24
1
-18
/
+48
*
* enum.c (enum_minmax): reduce comparison.
akr
2009-09-23
1
-36
/
+135
*
* enum.c (enum_chunk): new method Enumerable#chunk.
akr
2009-09-22
1
-0
/
+325
*
* suppressed shorten-64-to-32 warnings.
nobu
2009-07-18
1
-2
/
+2
*
* array.c (recursive_join): use obj to tell if recursion occurs.
nobu
2009-07-10
1
-30
/
+1
*
* enum.c (DEFINE_ENUMFUNCS): included function signature.
nobu
2009-07-07
1
-21
/
+16
*
* enum.c (rb_enum_join): non-nil separator must be convertible to
nobu
2009-07-07
1
-0
/
+1
*
* enum.c (rb_enum_join): should propagate taint to the return
matz
2009-07-07
1
-1
/
+5
*
* enum.c (enum_to_a): should propagate taint to the return value.
matz
2009-07-06
1
-0
/
+4
*
* enum.c (enum_join): deals with self recursive objects to get rid
nobu
2009-07-06
1
-1
/
+25
*
* enum.c (enum_join): added rdoc.
nobu
2009-07-05
1
-0
/
+8
*
* enum.c (enum_join): add Enumerable#join.
matz
2009-07-03
1
-0
/
+12
*
* enum.c (enum_grep): gets rid of type-punning calls.
nobu
2009-06-30
1
-2
/
+4
*
* enum.c (first_i): wrong condition for no argument #first.
matz
2009-06-24
1
-12
/
+12
*
* enum.c (enum_first): should check negative length.
matz
2009-06-03
1
-0
/
+3
*
* enum.c (first_i): Enumerator#first should consume only what is
matz
2009-06-03
1
-6
/
+10
*
* enum.c (collect_all): checks interrupts. [ruby-core:23594]
nobu
2009-05-29
1
-0
/
+1
*
* enum.c (zip_ary): should use long.
nobu
2009-05-20
1
-1
/
+1
*
stripped trailing spaces.
nobu
2009-02-22
1
-3
/
+3
*
* array.c (take_items), enum.c (enum_zip): tries to convert to
nobu
2009-01-19
1
-2
/
+6
*
* include/ruby/node.h, node.h: move node.h from include path.
ko1
2008-09-23
1
-1
/
+1
*
* enum.c (enum_take): get rid of extraneous iteration.
nobu
2008-08-20
1
-2
/
+3
*
* include/ruby/ruby.h (rb_intern_const): tiny optimization.
nobu
2008-08-16
1
-0
/
+1
*
* enum.c (sort_by_i): use NODE_DOT2 instead of NODE_MEMO to avoid
matz
2008-06-13
1
-2
/
+4
*
* include/ruby/ruby.h (CONST_ID): constant ID cache for non-gcc.
nobu
2008-06-09
1
-1
/
+3
*
* enum.c (enum_count, count_all_i, Init_Enumerable),
knu
2008-05-29
1
-5
/
+27
*
* enum.c (enum_to_a): Pass arguments through to #each().
knu
2008-05-27
1
-5
/
+31
*
Cosmetic.
knu
2008-05-27
1
-33
/
+33
*
* enum.c (enum_yield): use rb_yield_values2.
nobu
2008-05-13
1
-54
/
+26
*
* enum.c (grep_i): Be aware of multiple values;
knu
2008-05-12
1
-50
/
+124
*
* enum.c (all_iter_i, any_iter_i): reduced duplicated code.
nobu
2008-05-11
1
-16
/
+8
*
* enum.c: removed trailing garbage spaces.
nobu
2008-05-11
1
-110
/
+110
*
* enum.c (enum_cycle): Make Enumerable#cycle do a finite loop when
knu
2008-04-13
1
-10
/
+25
*
* enum.c (count_i): modified to shut warning up.
matz
2008-04-11
1
-1
/
+1
[next]