[Patch] Add ending boilerplate

2002-03-01 Thread Josh Wilmes
This patch adds the ending boilerplate to some files which were missing it. [josh-014.patch] Index: config_h.in === RCS file: /home/perlcvs/parrot/config_h.in,v retrieving revision 1.22 diff -u -r1.22 config_h.in --- config_h.in 22

[Patch] Fix a warning

2002-03-01 Thread Josh Wilmes
Little patch to fix a compiler warning. [josh-013.patch] Index: resources.c === RCS file: /home/perlcvs/parrot/resources.c,v retrieving revision 1.15 diff -u -r1.15 resources.c --- resources.c 1 Mar 2002 22:35:00 - 1.15 +

Extensions

2002-03-01 Thread Brent Dax
After banging my head against a wall for a few hours with Perl 5's XS, I have an idea for how Parrot can do it better. Basically, the big problems with XS are: -It's ugly as hell -It makes the extender do tons of extra work -It seriously munges your code However, it has a