index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
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_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
enum.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
* 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
*
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
[next]