| Commit message (Expand) | Author | Age | Files | Lines |
* | * enumerator.c (enumerator_data_type): typed. | nobu | 2009-09-09 | 1 | -26/+56 |
* | * enumerator.c (next_i): typo fixed (reached at end -> reached an | matz | 2009-08-27 | 1 | -1/+1 |
* | fix rdoc. | akr | 2009-08-22 | 1 | -1/+1 |
* | rdoc update. | akr | 2009-08-22 | 1 | -11/+40 |
* | * enumerator.c (ary2sv): add dup argument. | akr | 2009-08-21 | 1 | -11/+19 |
* | rdoc update. | akr | 2009-08-21 | 1 | -2/+3 |
* | * enumerator.c (get_next_values): extracted from | akr | 2009-08-21 | 1 | -29/+32 |
* | rdoc update. | akr | 2009-08-19 | 1 | -7/+6 |
* | * enumerator.c (next_init): don't clear feedvalue. | akr | 2009-08-19 | 1 | -1/+0 |
* | * enumerator.c: implement Enumerator#{next_values,peek_values,feed} | akr | 2009-08-19 | 1 | -26/+271 |
* | * enumerator.c (enumerator_peek): new method Enumerator#peek. | akr | 2009-08-18 | 1 | -3/+46 |
* | * suppressed shorten-64-to-32 warnings. | nobu | 2009-07-18 | 1 | -5/+5 |
* | * enumerator.c (yielder_yield_i): use rb_proc_new instead of | mame | 2009-07-13 | 1 | -7/+1 |
* | * enumerator.c (inspect_enumerator): should use long. | nobu | 2009-05-20 | 1 | -1/+1 |
* | Trivial change in comment. | knu | 2009-04-22 | 1 | -1/+1 |
* | * enumerator.c (Enumerator#{each_,}{with_index,with_object}): Fix | knu | 2009-03-17 | 1 | -5/+14 |
* | Slightly fix rdoc of with_index. | knu | 2009-02-09 | 1 | -1/+1 |
* | * enumerator.c (enumerator_with_index): receives one argument which | mame | 2009-02-08 | 1 | -9/+28 |
* | * enumerator.c: Introduce id_each to save rb_itern() and SYM2ID() | knu | 2009-02-02 | 1 | -6/+7 |
* | * enumerator.c (enumerator_rewind): If the enclosed object | knu | 2008-12-10 | 1 | -0/+7 |
* | * enumerator.c (enumerator_next): Fix a typo: s/rewinded/rewound/. | knu | 2008-12-10 | 1 | -1/+1 |
* | * enumerator.c (inspect_enumerator): Implement #inspect. | knu | 2008-12-04 | 1 | -0/+63 |
* | * common.mk: clean up | ko1 | 2008-09-23 | 1 | -1/+0 |
* | * 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 |