1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/include/ruby
matz 57b0b6c7b1 * cont.c (rb_fiber_yield): change argument ordering. export.
* cont.c (rb_fiber_current): export

* include/ruby/intern.h: export several functions from cont.c.

* enumerator.c (enumerator_next): new method to implement external
  iterator (generator) using fiber.

* enumerator.c (enumerator_next_p): new method to check whether
  any element is left in the generator sequence.

* enumerator.c (enumerator_rewind): a new method to rewind the
  generator sequence.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12891 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2007-08-06 16:41:17 +00:00
..
defines.h * include/ruby: moved public headers. 2007-06-10 03:06:15 +00:00
intern.h * cont.c (rb_fiber_yield): change argument ordering. export. 2007-08-06 16:41:17 +00:00
io.h * include/ruby: moved public headers. 2007-06-10 03:06:15 +00:00
missing.h * include/ruby: moved public headers. 2007-06-10 03:06:15 +00:00
node.h * include/ruby/{node,ruby}.h, ruby.c: added enum constants for gdb 2007-07-05 01:42:09 +00:00
oniguruma.h * include/ruby/oniguruma.h: upgrade to Oniguruma 5.9.0. fixes 2007-07-23 09:39:30 +00:00
re.h * include/ruby: moved public headers. 2007-06-10 03:06:15 +00:00
regex.h * include/ruby: moved public headers. 2007-06-10 03:06:15 +00:00
ruby.h * cont.c (rb_fiber_yield): change argument ordering. export. 2007-08-06 16:41:17 +00:00
signal.h * include/ruby: moved public headers. 2007-06-10 03:06:15 +00:00
st.h * include/ruby/st.h, st.c (st_init_table, st_init_table_with_size): 2007-07-05 01:06:49 +00:00
util.h * include/ruby: moved public headers. 2007-06-10 03:06:15 +00:00
win32.h * ext/dl/cfunc.c (rb_dlcfunc_call): adjust format. [ruby-dev:31222] 2007-07-15 13:24:39 +00:00