Changes in this release:
- Remove leading whitespace from HTML templates (Gabor Szabo).
- Remove obsolete indent option.
- Add MD5 checksums (Michael Carman).
- Add Html_minimal.pm (Michael Carman) (Obsoleting Gabor's patch before it was
released).
- Pass unknown cover options to the forma
All~
I just ran a completely clean checkout, configure, nmake, nmake test on
Win2K. It passed most tests and had fewer warning then previously.
Here are the errors that did occur...
Hope someone finds this useful,
Matt
During perl Configure.pl
::snip::
Determining your minimum pointer alignme
On Wed, Oct 29, 2003 at 10:55:49AM +0100, Leopold Toetsch wrote:
> Nick Kostirya <[EMAIL PROTECTED]> wrote:
>
> > Otherwise, it would be necessary to introduce the idea of 'headers that
> > are
> > required for testing a header'.
>
> After a test you have the result in $PConfig{whatever}, so yo
# New Ticket Created by Bernhard Schmalhofer
# Please include the string: [perl #24576]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org:80/rt3/Ticket/Display.html?id=24576 >
Hi,
this patch introduces a couple of new targets in parrot/Makefile.
I not
Nicholas Clark <[EMAIL PROTECTED]> wrote:
> I was wondering whether it would be feasible to replace macros (some, most
> or even all) conditionally with inline functions if the inline keyword is
> available.
AFAIK the only place where macros are widely used is jit_emit.h. I'm not
aware of other m
On Thursday, November 27, 2003, at 04:21 , Larry Wall wrote:
(Oh, apparently C# 2.0 is thinking along the same lines with its
"partial classes", though I haven't looked at those in detail.)
My reading was that C# 2's partial classes were merely a mechanism for
placing long method definitions in
On Sat, 29 Nov 2003 15:17:11 +0100, Leopold Toetsch <[EMAIL PROTECTED]>
wrote:
>If you have some small specialized subs, you can always put these inside
>.emit/.eom as PASM.
>
I'll ditch imc then and just use pasm for everything,
Thanks,
Pete