| Commit message (Expand) | Author | Age | Files | Lines |
* | * enumerator.c: Activate Enumerator#with_object and add | knu | 2008-08-26 | 1 | -6/+35 |
* | * enumerator.c (enumerator_initialize), | knu | 2008-08-26 | 1 | -12/+282 |
* | * enumerator.c (Init_Enumerator): Rename Enumerable::Enumerator to | knu | 2008-08-13 | 1 | -7/+7 |
* | * enumerator.c (enumerator_with_object): suppress a warning. | nobu | 2008-07-21 | 1 | -0/+2 |
* | * enumerator.c (enum_each_cons): typo in RDoc fixed. | matz | 2008-06-20 | 1 | -1/+1 |
* | * enumerator.c (enumerator_with_object, Init_Enumerator): | knu | 2008-06-16 | 1 | -6/+8 |
* | * array.c, bignum.c, cont.c, dir.c, dln.c, encoding.c, enumerator.c, | ko1 | 2008-06-08 | 1 | -2/+1 |
* | * enumerator.c (enumerator_with_index, enumerator_with_memo): Fix | knu | 2008-06-04 | 1 | -4/+4 |
* | * enumerator.c (enumerator_with_memo): New method: with_memo(). | knu | 2008-06-03 | 1 | -0/+37 |
* | * enumerator.c (enumerator_init_copy): Take care of | knu | 2008-06-03 | 1 | -1/+6 |
* | * enumerator.c (enumerator_allocate, enumerator_ptr): Properly | knu | 2008-06-03 | 1 | -6/+16 |
* | * enumerator.c (struct enumerator, enumerator_init) | knu | 2008-05-26 | 1 | -7/+6 |
* | * enumerator.c (Init_Enumerator): Override | knu | 2008-05-23 | 1 | -0/+1 |
* | * enumerator.c: Update rdoc. | knu | 2008-05-13 | 1 | -10/+10 |
* | * enumerator.c (enumerator_each, enumerator_with_index): suppress | nobu | 2008-04-22 | 1 | -2/+0 |
* | * enumerator.c (enumerator_initialize): Remove an undocumented | knu | 2008-04-22 | 1 | -26/+1 |
* | * enumerator.c (enumerator_init): preserve the method name in ID. | matz | 2008-04-21 | 1 | -5/+4 |
* | * enumerator.c, include/ruby/ruby.h: Export rb_cEnumerator. | knu | 2008-04-20 | 1 | -1/+1 |
* | * enumerator.c: Resolve the method every time an enumeration | knu | 2008-04-20 | 1 | -9/+14 |
* | fix doc. | akr | 2008-03-09 | 1 | -0/+1 |
* | * enumerator.c: fix documents. | mame | 2008-01-29 | 1 | -1/+1 |
* | * 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 |