Just found someone breaking my code...
Index: src/dynext.c
===
--- src/dynext.c(revision 28459)
+++ src/dynext.c(working copy)
@@ -276,12 +276,10 @@
/* And on cygwin replace a leading "lib" by "cyg". */
#ifdef _
On Wed, 2008-06-18 at 09:06 -0700, chromatic wrote:
> On Tuesday 17 June 2008 21:06:58 Geoffrey Broadwell wrote:
>
> > Index: src/dynext.c
> > ===
> > --- src/dynext.c(revision 28459)
> > +++ src/dynext.c(working cop
On Tue Jun 17 21:06:58 2008, japhb wrote:
> The attached patch is courtesy of donaldh++. It has been tested on
> cygwin and Debian/i686. Please someone test on Mac OS X, so that I can
> commit it.
>
Works for me on Mac OS X 10.4 (Panther) on PPC.
kid51
On Tuesday 17 June 2008 21:06:58 Geoffrey Broadwell wrote:
> Index: src/dynext.c
> ===
> --- src/dynext.c(revision 28459)
> +++ src/dynext.c(working copy)
> @@ -276,12 +276,10 @@
> /* And on cygwin replace a lea
# New Ticket Created by Geoffrey Broadwell
# Please include the string: [perl #55978]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=55978 >
The attached patch is courtesy of donaldh++. It has been tested on
cygwin and Deb