Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[perl #40299] [PATCH] Added readdir() function to os.pmc

4 views
Skip to first unread message

Kay-Uwe Huell

unread,
Sep 7, 2006, 2:20:44 PM9/7/06
to bugs-bi...@rt.perl.org
# New Ticket Created by Kay-Uwe Huell
# Please include the string: [perl #40299]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=40299 >


Hi parrot-team,

needed a readdir() function, which I have implemented in os.pmc (for
POSIX compliant systems). Here is the patch.

Regards,

Kiwi

diffstat:
src/pmc/os.pmc | 48 +++++++++++++++++++++++++++++++++++++++++++++++-
t/pmc/os.t | 20 +++++++++++++++++++-
2 files changed, 66 insertions(+), 2 deletions(-)

os_pmc.patch

Leopold Toetsch

unread,
Sep 7, 2006, 3:11:41 PM9/7/06
to perl6-i...@perl.org
Am Donnerstag, 7. September 2006 20:20 schrieb Kay-Uwe Huell:
> needed a readdir() function, which I have implemented in os.pmc (for
> POSIX compliant systems). Here is the patch.

Great, thanks applied as r14480.
leo

0 new messages