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
/
enumerator.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
* enum.c (enum_zip): honor length of the receiver, not the
matz
2008-01-08
1
-2
/
+2
*
* enumerator.c (enumerator_iter_i): adjusted for rb_block_call_func.
nobu
2007-12-21
1
-7
/
+4
*
* enumerator.c (enumerator_init_copy): typo fixed.
matz
2007-12-21
1
-1
/
+1
*
* enumerator.c (enumerator_init_copy): prohibit cloning of
matz
2007-12-21
1
-3
/
+9
*
* enumerator.c (enumerator_next): should call next_init() if fiber
matz
2007-12-20
1
-1
/
+1
*
* insnhelper.ci (vm_yield_with_cfunc): call cfunc with
matz
2007-12-19
1
-7
/
+2
*
* insns.def (concatarray, splatarray): use to_a instead of
matz
2007-12-01
1
-14
/
+0
*
* insnhelper.ci (vm_yield_with_cfunc): fix to passing argc on third
ko1
2007-12-01
1
-3
/
+14
*
* enum.c (enum_butfirst): add a new method to iterates over
matz
2007-10-30
1
-4
/
+1
*
* enumerator.c (enumerator_next): message changed.
matz
2007-08-26
1
-1
/
+1
*
* cont.c: separate Continuation and Fiber from core.
ko1
2007-08-25
1
-1
/
+1
*
* enumerator.c (enumerator_next): stop pre-fetching.
matz
2007-08-24
1
-40
/
+13
*
* enumerator.c (sym_call): initialize first.
nobu
2007-08-23
1
-8
/
+12
*
* cont.c: add Fiber#resume and Fiber.yield.
ko1
2007-08-21
1
-4
/
+4
*
* enumerator.c (next_i): fix to return with Fiber#yield at
ko1
2007-08-20
1
-7
/
+12
*
* enumerator.c (enumerator_next_p): should check correctly even when
matz
2007-08-08
1
-13
/
+31
*
* enum.c (enum_zip): zip no longer converts arguments into
matz
2007-08-06
1
-20
/
+18
*
* cont.c (rb_fiber_yield): change argument ordering. export.
matz
2007-08-06
1
-2
/
+104
*
* include/ruby: moved public headers.
nobu
2007-06-10
1
-1
/
+1
*
* enumerator.c (enumerator_init_copy): need to copy internal
matz
2007-01-25
1
-0
/
+16
*
* enumerator.c (enum_each_cons): move RETURN_ENUMERATOR() after
matz
2006-10-27
1
-1
/
+1
*
* enumerator.c: remove by_slice and by_cons.
matz
2006-10-26
1
-67
/
+6
*
* enumerator.c (enumerator_by_slice): new method added.
matz
2006-10-25
1
-0
/
+64
*
* enumerator.c (enum_each_slice, enum_each_cons): returns
matz
2006-10-25
1
-43
/
+2
*
* eval.c (splat_value): use "to_splat" instead of "to_ary" to
matz
2006-10-02
1
-0
/
+14
*
* ruby.h (struct RArray): embed small arrays.
matz
2006-09-02
1
-8
/
+8
*
* sprintf.c (rb_str_format): allow %c to print one character
matz
2006-06-09
1
-1
/
+1
*
* enumerator.c (enumerator_with_index): removed suspicious return
nobu
2006-03-31
1
-2
/
+0
*
* enumerator.c (enumerator_each): return self if no block is
matz
2006-02-14
1
-1
/
+3
*
* eval.c: unify ruby_class (for method definition) and ruby_cbase
matz
2006-02-03
1
-25
/
+19
*
* enumerator.c (enumerator_allocate): allow subclassing.
nobu
2005-10-27
1
-1
/
+1
*
* enumerator.c, eval.c, gc.c, parse.y, regparse.c, sjis.c, time.c:
nobu
2005-10-18
1
-1
/
+1
*
* dir.c: changed `foo (*bar)_((boo))' to `foo (*bar)(boo)`.
ocean
2005-09-14
1
-1
/
+1
*
* bignum.c: changed `foo _((boo))' to `foo(boo)`. [ruby-dev:27056]
ocean
2005-09-14
1
-1
/
+1
*
* array.c: moved to ANSI function style from K&R function style.
ocean
2005-09-12
1
-58
/
+22
*
* enumerator.c (Init_Enumerator): provided features should have
nobu
2005-08-04
1
-1
/
+1
*
* enumerator.c (Init_Enumerator): wrong argument specs.
nobu
2005-07-16
1
-2
/
+2
*
* enumerator.c (Init_Enumerator): use an internal directly.
nobu
2005-07-15
1
-5
/
+0
*
* enum.c (enumeratorize): create new enumerator for current method if
nobu
2005-07-14
1
-0
/
+435