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
*
* enum.c (enum_one, enum_take_while, enum_drop_while): fix documents.
mame
2008-01-24
1
-4
/
+5
*
* enum.c: Updating the documentation of Enumrable#zip to reflect
jeg2
2008-01-08
1
-6
/
+7
*
* enum.c (enum_zip): honor length of the receiver, not the
matz
2008-01-08
1
-14
/
+35
*
* $Date$ keyword removed to avoid inclusion of locale dependent
akr
2008-01-06
1
-1
/
+0
*
fix typos.
akr
2007-12-31
1
-3
/
+3
*
* enum.c (collect_all): should pack all values. [ruby-core:14410]
matz
2007-12-25
1
-2
/
+2
*
* enum.c (enum_yield): when multiple values yielded from #each
matz
2007-12-25
1
-43
/
+57
*
* enum.c (enum_inject): updated documentation. a patch from Keita
matz
2007-12-23
1
-3
/
+3
*
* enum.c (enum_count): suppress warning.
akr
2007-12-08
1
-1
/
+3
*
* enum.c (enum_count): precise argument number check.
matz
2007-11-30
1
-2
/
+7
*
* enum.c (enum_take_while): returns Enumerator if no block given.
matz
2007-11-30
1
-0
/
+2
*
* enum.c (each_with_index_i): use rb_yield_values() for
matz
2007-11-09
1
-1
/
+1
*
* enum.c (enum_each_with_index): make different arrays at each
nobu
2007-11-07
1
-13
/
+6
*
* enum.c (take_while_i, drop_while_i) add RTEST to handle nil return
davidflanagan
2007-11-01
1
-2
/
+2
*
* enum.c (enum_drop): fix typo.
usa
2007-10-31
1
-1
/
+1
*
* enum.c (enum_take_while): separate with-block form.
matz
2007-10-30
1
-89
/
+73
*
* enum.c (enum_butfirst): add a new method to iterates over
matz
2007-10-30
1
-0
/
+38
*
* enum.c (enum_cycle): hide temporary array from ObjectSpace.
matz
2007-10-22
1
-4
/
+7
*
* enum.c (enum_find_index): update RDoc. a patch from David Flanagan
matz
2007-10-18
1
-14
/
+18
*
* range.c (range_first): takes first n element if argument is
matz
2007-10-18
1
-1
/
+1
*
* enum.c (enum_inject): RDoc update. a patch from David Flanagan
matz
2007-10-15
1
-55
/
+38
*
* encoding.c: provide basic features for M17N.
matz
2007-08-25
1
-1
/
+1
*
* enum.c (enum_cycle): typo fixed. a patch from Kazuhiro
matz
2007-08-08
1
-1
/
+1
*
* enumerator.c (enumerator_next_p): should check correctly even when
matz
2007-08-08
1
-1
/
+1
*
* enum.c (enum_zip): zip no longer converts arguments into
matz
2007-08-06
1
-26
/
+30
*
* enum.c (enum_cycle): new method to cycle enumerable forever.
matz
2007-08-06
1
-0
/
+39
*
* enum.c (sort_by_cmp): check if reentered. [ruby-dev:24291]
nobu
2007-07-14
1
-1
/
+6
*
* enum.c (enum_minmax): fix SEGV by [].minmax.
akr
2007-06-23
1
-2
/
+5
*
* enum.c (enum_minmax): new method to get the minimum and maximum
matz
2007-06-23
1
-2
/
+139
*
* include/ruby: moved public headers.
nobu
2007-06-10
1
-3
/
+3
*
* enum.c (each_with_index_i): should work well with continuation.
matz
2007-05-31
1
-2
/
+2
*
* enum.c (enum_inject): minor improvement. [ruby-dev:30792]
nobu
2007-05-18
1
-51
/
+34
*
* enum.c (enum_inject): it is now can work without block. you
matz
2007-05-18
1
-6
/
+73
*
* enum.c (enum_each_with_index): each_with_index to forward
matz
2007-04-16
1
-4
/
+4
*
* enum.c (take_i): small cosmetic / documentation patch from
matz
2007-02-27
1
-6
/
+2
*
* enum.c (enum_take): new method. [ruby-dev:30407]
matz
2007-02-27
1
-0
/
+119
*
* enum.c (enum_each_with_index): reuse array for yield parameters.
matz
2006-12-29
1
-15
/
+42
*
* enum.c (enum_inject): reuse array for yield parameters.
matz
2006-12-29
1
-10
/
+16
*
* enum.c (enum_zip): add RETURN_ENUMERATOR() to zip method.
matz
2006-10-25
1
-0
/
+1
*
enum.c: revert last changes
matz
2006-09-04
1
-21
/
+0
*
* lib/cgi.rb (CGI::out): specify -x option for nkf.
matz
2006-09-04
1
-0
/
+21
*
* ruby.h (struct RArray): embed small arrays.
matz
2006-09-02
1
-8
/
+8
*
Documentation typo.
drbrain
2006-06-15
1
-1
/
+1
*
* enum.c (enum_find_index): a new method Enumerable#find_index.
matz
2006-02-05
1
-0
/
+40
*
* eval.c: unify ruby_class (for method definition) and ruby_cbase
matz
2006-02-03
1
-28
/
+116
*
* eval.c (rb_mod_define_method): should save safe_level in the
matz
2005-12-29
1
-6
/
+106
*
* ext/digest/digest.c (rb_digest_base_s_digest): add volatile to
matz
2005-12-12
1
-1
/
+1
*
* array.c, enum.c, eval.c, util.c: safer function pointer usage.
nobu
2005-10-11
1
-4
/
+4
*
* array.c: moved to ANSI function style from K&R function style.
ocean
2005-09-12
1
-118
/
+48
*
* enum.c (enum_count): new method. [ruby-dev:26895]
matz
2005-08-30
1
-0
/
+62
[next]