[PATCH]

2004-12-03 Thread Garrett Rooney
This patch fixes some warnings in global_setup.c and embed.c. All it does is add some necessary includes to pick up function declarations and constify a variable to avoid warnings about casting from const to non-const, so it should be pretty safe to apply. -garrett Index: src/embed.c =

Re: No Autoconf, dammit!

2004-09-08 Thread Garrett Rooney
Robert Schwebel wrote: On which platforms shall perl run _today_ which is not able to run sh? VMS. Just because you don't use it doesn't mean that nobody uses it. -garrett

Re: parrot cvs mirrored with svk

2004-08-07 Thread Garrett Rooney
Brent 'Dax' Royal-Gordon wrote: Matt Fowles wrote: I thought that subversion was tried for use with Parrot and found unexceptable for some reason a while back. I am not trying to discourage you guys... I personally prefer svn to cvs, but I think it would be wise to determine of those problems sti

Re: parrot cvs mirrored with svk

2004-08-07 Thread Garrett Rooney
Chia-liang Kao wrote: Hi, I've just setup a Subversion mirror of the parrot cvs repository with svk. Will try to keep it in sync until Robert have time to do similar setup on perl.org. So you could now use the Subversion repository (readonly) at: svn://svn.clkao.org/parrot/cvs/trunk web interfac

Re: cvs commit: parrot/src packfile.c

2004-02-24 Thread Garrett Rooney
On Feb 24, 2004, at 9:38 AM, Leopold Toetsch wrote: cvsuser 04/02/24 06:38:07 Modified:include/parrot packfile.h pf pf_items.c src packfile.c Log: try to fix Tru64 native PBC issues The PARROT_BIGENDIAN case has a typo in pf_items.c, here's a

Re: cvs commit: parrot/jit/ppc exec_dep.h

2003-07-25 Thread Garrett Rooney
Daniel Grunblatt wrote: +# endif +# if EXEC_OS == DARWIN +# define EXEC_MACH_O +# endif +# if (EXEC_OS == FREENBSD) || (EXEC_OS == LINUX) # define EXEC_ELF # endif Umm, I think you mean FREEBSD there ;-) -garrett