aboutsummaryrefslogtreecommitdiffstats
path: root/enumerator.c
Commit message (Expand)AuthorAgeFilesLines
* * enumerator.c (enumerator_allocate): allow subclassing.nobu2005-10-271-1/+1
* * enumerator.c, eval.c, gc.c, parse.y, regparse.c, sjis.c, time.c:nobu2005-10-181-1/+1
* * dir.c: changed `foo (*bar)_((boo))' to `foo (*bar)(boo)`.ocean2005-09-141-1/+1
* * bignum.c: changed `foo _((boo))' to `foo(boo)`. [ruby-dev:27056]ocean2005-09-141-1/+1
* * array.c: moved to ANSI function style from K&R function style.ocean2005-09-121-58/+22
* * enumerator.c (Init_Enumerator): provided features should havenobu2005-08-041-1/+1
* * enumerator.c (Init_Enumerator): wrong argument specs.nobu2005-07-161-2/+2
* * enumerator.c (Init_Enumerator): use an internal directly.nobu2005-07-151-5/+0
* * enum.c (enumeratorize): create new enumerator for current method ifnobu2005-07-141-0/+435