Re: [perl.git] branch blead, updated. v5.17.3-241-gb4503eb

2012-09-04 Thread Jerry D. Hedden
This portion of this commit > @@ -698,7 +709,8 @@ Perl_op_free(pTHX_ OP *o) > if (type == OP_NULL) > type = (OPCODE)o->op_targ; > > -Slab_to_rw(o); > +if (o->op_slabbed) > +Slab_to_rw(OpSLAB(o)); > > /* COP* is not cleared by op_clear() so that we may track line >

Re: [perl.git] branch blead, updated. v5.17.3-203-g7d1328b

2012-08-31 Thread Jerry D. Hedden
On Thu, Aug 30, 2012 at 9:18 PM, Father Chrysostomos wrote: > +sub skip_without_dynamic_extension { > +my ($extension) = @_; > +skip("no dynamic loading on miniperl, no $extension") if is_miniperl(); > +return if &_have_dynamic_extension; > +skip_all("$extension was not built"); >

Re: [perl.git] branch blead, updated. v5.17.3-33-gbe4362b

2012-08-27 Thread Jerry D. Hedden
Commit 99bd9d90ba5640856c6c421a174ea6e2743a4b3a added a SAVEIV() command in toke.c (currently line 2490). However, Perl_save_iv() is in mathoms.c. The result is that builds now fail in blead with -DNO_MATHOMS. On Tue, Aug 21, 2012 at 5:13 PM, Father Chrysostomos wrote: > In perl.git, the branch

Re: [perl.git] branch blead, updated. v5.13.7-501-gb7f0477

2010-12-19 Thread Jerry D. Hedden
On Sun, Dec 19, 2010 at 19:16, Zefram wrote: > Jerry D. Hedden wrote: >>The current version of threads::shared on CPAN is 1.34. >>So why was thread::shared bumped to 1.35 instead of 1.34_01 >>for the v5.13.8 release? >>This concerns me because that means the next versi

Re: [perl.git] branch blead, updated. v5.13.7-501-gb7f0477

2010-12-19 Thread Jerry D. Hedden
The current version of threads::shared on CPAN is 1.34. So why was thread::shared bumped to 1.35 instead of 1.34_01 for the v5.13.8 release? This concerns me because that means the next version I release to CPAN must be 1.36. On Sun, Dec 19, 2010 at 06:50, Zefram wrote: > In perl.git, the branch

Re: [perl.git] branch blead, updated. v5.13.7-168-gfbcaf61

2010-11-30 Thread Jerry D. Hedden
I'm seeing the following in my logs for 'Configure': Updating GNUmakefile... test -s perlmain.c && touch perlmain.c make: [depend] Error 1 (ignored) Is this 'touch' command is now superfluous and should be remove? On Sun, Nov 28, 2010 at 12:34, Nicholas Clark wrote: > In perl.git, the branch b

Re: [perl.git] branch blead, updated. v5.13.6-150-g4d2eb54

2010-10-26 Thread Jerry D. Hedden
git.perl.org/perl.git/commitdiff/4d2eb54d4d30c9c5b093de9a57c324d5551c58fe?hp=59d53fd6002cff7136e93d0aa337abc97be636dd> > > - Log - > commit 4d2eb54d4d30c9c5b093de9a57c324d5551c58fe > Author: Jerry D. Hedden > Da

Re: [perl.git] branch blead, updated. v5.13.5-532-gf837477

2010-10-21 Thread Jerry D. Hedden
This produces a warning during 'make test': ext/XS-APItest/t/multicall.Useless use of private variable in void context at t/multicall.t line 37. ok Is the '$closure_var;' statement on that line needed? Or should a 'no warnings "void'" be added? On Tue, Oct 19

Re: [perl.git] branch blead, updated. v5.13.5-512-g2419ffa

2010-10-20 Thread Jerry D. Hedden
Still seeing a warning in the build log: pod/buildtoc: perlpodstyle.pod exists but is unknown by perl.pod On Mon, Oct 18, 2010 at 19:31, Chris 'Bingos' Williams wrote: > In perl.git, the branch blead has been updated > >

Re: [perl.git] branch blead, updated. v5.13.5-452-gda459ff

2010-10-14 Thread Jerry D. Hedden
Also, there's another reference to 5.14.0 in the next paragraph that needs to be changed to be consistent. On Thu, Oct 14, 2010 at 13:19, Jerry D. Hedden wrote: > The version should bump to 1.81_01;  not 1.82 > > On Thu, Oct 14, 2010 at 12:34, Father Chrysostomos wrote: >&

Re: [perl.git] branch blead, updated. v5.13.5-452-gda459ff

2010-10-14 Thread Jerry D. Hedden
The version should bump to 1.81_01; not 1.82 On Thu, Oct 14, 2010 at 12:34, Father Chrysostomos wrote: > In perl.git, the branch blead has been updated > > > > - L

[BUG] Re: [perl.git] branch blead, updated. v5.13.5-323-ge771aaa

2010-10-08 Thread Jerry D. Hedden
There's a bug in this patch! This line: > + if (name_cursor == ':') { needs to be: > + if (*name_cursor == ':') { Also, the next line: > + tmpbuf = name; gives a build warning: gv.c:1058: warning: assignment discards qualifiers from pointer targ

Re: [perl.git] branch blead, updated. v5.13.4-12-g26359cf

2010-08-20 Thread Jerry D. Hedden
On Fri, Aug 20, 2010 at 12:41, Nicholas Clark wrote: > In perl.git, the branch blead has been updated > > > > - Log -

Re: [perl.git] branch maint-5.12, updated. v5.12.1-62-ga812667

2010-08-09 Thread Jerry D. Hedden
On Sat, Jul 31, 2010 at 14:12, Steffen Mueller wrote: > In perl.git, the branch maint-5.12 has been updated > > > > - Log ---

Re: [perl.git] branch maint-5.12, updated. v5.12.1-62-ga812667

2010-08-02 Thread Jerry D. Hedden
This commit to maint-5.12 brings in a couple of build warnings: pp_pack.c: In function `S_unpack_rec': pp_pack.c:1228: warning: 'sv' might be used uninitialized in this function pp_pack.c:1561: warning: 'str' might be used uninitialized in this function Commit 3297d27d658a6691c429e496bd2a05fe04ed

Re: [perl.git] branch maint-5.12, updated. v5.12.1-52-g5c6cdfc

2010-07-29 Thread Jerry D. Hedden
The change to XSUB.h in this commit breaks the maint-5.12 build: Making DynaLoader (all) Running Makefile.PL in ext/DynaLoader ../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=cygperl5_12_1.dll LINKTYPE=static Writing Makefile for D

[BUG] Re: [perl.git] branch blead, updated. v5.13.1-8-g39f3f7f

2010-05-24 Thread Jerry D. Hedden
This change breaks my module Object::InsideOut. I have determined the cause to be that using 'weaken' in combination with threads and objects is broken. The attached self-contained script replicates the bug. On Thu, May 20, 2010 at 16:56, Nicholas Clark wrote: > In perl.git, the branch blead h

Re: [perl.git] branch blead, updated. v5.13.0-224-g142c379

2010-05-18 Thread Jerry D. Hedden
Should the version for Shell be bumped up to 0.72_02 as it differs from the 0.72_01 version on CPAN with the addition of the deprecation warning? On Tue, May 18, 2010 at 12:38, Jesse Vincent wrote: > In perl.git, the branch blead has been updated > >

Re: [perl.git] branch blead, updated. v5.13.0-139-ge0fa7e2

2010-05-05 Thread Jerry D. Hedden
On Sun, May 2, 2010 at 17:05, Nicholas Clark wrote: > In perl.git, the branch blead has been updated > > > > - Log --

[BUG] Safe signals changes causing hangs with threads (was RE: [perl.git] branch blead, updated. v5.12.0-80-gda76b85)

2010-04-21 Thread Jerry D. Hedden
w runs. I think there is some nasty interplay between threads::shared locks and the PERL_ASYNC_CHECK() calls. If I change the thread subroutine to change the delete() to something else, I don't get the hangs. On Tue, Apr 20, 2010 at 14:55, Jerry D. Hedden wrote: >> +Signal dispatch ha

Re: [perl.git] branch blead, updated. v5.12.0-80-gda76b85

2010-04-20 Thread Jerry D. Hedden
> +Signal dispatch has been moved from the runloop into control ops. This should > +give a few percent speed increase, and eliminates almost all of the speed > +penalty caused by the introduction of "safe signals" in 5.8.0. Signals should > +still be dispatched within the same statement as they wer

Re: [perl.git] branch blead, updated. v5.12.0-57-g339aac2

2010-04-16 Thread Jerry D. Hedden
> commit f410a2119920dd04690025a349e79575cfb9c972 > Author: Nicholas Clark > Date:   Thu Apr 15 11:37:53 2010 +0100 > >    Move PERL_ASYNC_CHECK() from the runloop to control flow OPs. > >    For the typical code this gives a 5% speedup, and removes the cost of "safe >    signals". Tight looping c

Re: [perl.git] branch blead, updated. v5.12.0-RC0-38-g88b5597

2010-03-29 Thread Jerry D. Hedden
On Mon, Mar 29, 2010 at 12:10, Jerry D. Hedden wrote: > On Sun, Mar 28, 2010 at 23:52, Jesse Vincent wrote: >> In perl.git, the branch blead has been updated >> >> <http://perl5.git.perl.org/perl.git/commitdiff/88b559779b7cc467fc8e688c68bd02dd6c36914d?hp=69a90d4d7c4b759f

Re: [perl.git] branch blead, updated. v5.12.0-RC0-38-g88b5597

2010-03-29 Thread Jerry D. Hedden
On Sun, Mar 28, 2010 at 23:52, Jesse Vincent wrote: > In perl.git, the branch blead has been updated > > > > - Log --

Re: [perl.git] branch blead, updated. v5.11.4-89-gd931b1b

2010-02-17 Thread Jerry D. Hedden
Jerry D. Hedden wrote: > This set of changes causes DBD::SQLite to fail (see below). Eric Brine wrote: > I have no problem at (v5.11.4-103-gca12771*) built for x86_64-linux. I'll > try on 32-bit linux tomorrow. What system are you on? Seems I am mistaken about this. Sorry for the

Re: [perl.git] branch blead, updated. v5.11.4-89-gd931b1b

2010-02-16 Thread Jerry D. Hedden
This set of changes causes DBD::SQLite to fail (see below). (Also, out of curiosity, why was this code change allowed if there's supposed to be a code freeze for 5.12? Was it a bug fix? The comments for the changes didn't indicate as much.) PERL_DL_NONLAZY=1 /usr/bin/perl.exe "-MExtUtils::Comma

Re: [perl.git] branch blead, updated. v5.11.4-78-g2630fd9

2010-02-11 Thread Jerry D. Hedden
On Thu, Feb 11, 2010 at 05:32, Rafael Garcia-Suarez wrote: > In perl.git, the branch blead has been updated > > > > - Log ---

[BUG?] Re: [perl.git] branch blead, updated. v5.11.3-92-g91152fc

2010-01-14 Thread Jerry D. Hedden
During 'make', autodoc.pl complains as follows: no docs for prescan_version Does this need correcting? On Wed, Jan 13, 2010 at 22:27, David Golden wrote: > In perl.git, the branch blead has been updated > >

Test failure following "[perl.git] branch blead, updated. v5.11.3-93-gb595cd4"

2010-01-14 Thread Jerry D. Hedden
After this change, I get the fillowing test failure: 3 perl-current > ./perl.exe -Ilib t/op/filetest.t 1..406 ok 1 ok 2 ok 3 ok 4 ok 5 # oldeuid = 78809, euid = 78809 not ok 6 # Failed at t/op/filetest.t line 41 ok 7 ok 8 ok 9 Is this because I'm still using Cygwin 1.5, or does the test need to b

Re: [perl.git] branch blead, updated. v5.11.1-103-g879d0c7

2009-11-02 Thread Jerry D. Hedden
> commit 879d0c7269cae2ffd414e7e03bcd3bc03ba587d3 > Author: Nicholas Clark > Date:   Sun Nov 1 16:43:22 2009 + > >    Remove Perl_pmflag() from the public API, and mark it as deprecated. > >    regcomp.c stopped using it before 5.10, leaving only toke.c. The only code > on >    CPAN that uses

[BUG] - [perl.git] branch blead, updated. GitLive-blead-1683-ge41cc77

2009-07-27 Thread Jerry D. Hedden
The new test in sysio.t is failing under Cygwin (on Windows): > ./perl.exe -Ilib t/op/sysio.t 1..44 ok 1 ok 2 ... ok 38 ok 39 sysio.t: cannot write tmp28872B: Permission denied at t/op/sysio.t line 217. On Mon, Jul 27, 2009 at 9:04 AM, Vincent Pit wrote: > In perl.git, the branch blead has been

Re: [perl.git] branch maint-5.10, updated. GitLive-maint-5.10-1379-g8ef7ab0

2009-06-24 Thread Jerry D. Hedden
David Mitchell wrote: > In perl.git, the branch maint-5.10 has been updated > > <http://perl5.git.perl.org/perl.git/commitdiff/8ef7ab02574b3ad1086cb7dbfbde9285b155b723?hp=ced57a7b6cbbe6d521fffd3924b633ff920c2c9d> > commit 2ac2c9cf9d530f6c0a7ba38dc02dfabdb93c3324 > Author: Je

Re: [perl.git] branch blead, updated. GitLive-blead-1359-g6e2c892

2009-06-13 Thread Jerry D. Hedden
> commit 291c64f4c0f01fdef1479446cf0ba1ec265227d5 > Author: Nicholas Clark > Date:   Sat Jun 13 11:34:34 2009 +0100 > >    Make perlmodlib.PL chdir into pod. Add a -q flag to suppress routine > warnings. > > M       pod/perlmodlib.PL Nick, after all these changes you've made to pod/perlmodlib.PL

Re: [perl.git] branch blead, updated. GitLive-blead-1155-g3680f2e

2009-05-19 Thread Jerry D. Hedden
Rafael Garcia-Suarez wrote: > In perl.git, the branch blead has been updated > > > > - Log - > commit

Re: [perl.git] branch maint-5.10, updated. GitLive-maint-5.10-1160-g2a83af8

2009-05-14 Thread Jerry D. Hedden
On Thu, May 14, 2009 at 9:14 AM, David Mitchell wrote: > In perl.git, the branch maint-5.10 has been updated > > > > - Log --

Re: [perl.git] branch maint-5.10, updated. GitLive-maint-5.10-1155-gb05c681

2009-05-12 Thread Jerry D. Hedden
'make' for 5.10.x is now producing the following 'errors': pod/buildtoc: perl589delta.pod exists but is unknown by buildtoc pod/buildtoc: perl589delta.pod exists but is unknown by perl.pod pod/buildtoc: perltoc.pod is known by buildtoc but does not exist pod/buildtoc: perltoc.pod i

Re: [perl.git] branch blead, updated. GitLive-blead-988-g7eb4769

2009-04-21 Thread Jerry D. Hedden
On Tue, Apr 21, 2009 at 8:22 AM, Jerry D. Hedden wrote: >> In perl.git, the branch blead has been updated >> >> <http://perl5.git.perl.org/perl.git/commitdiff/7eb47696deb9a7343fb4847f7342919a6df59e21?hp=da09dfe31dd61a9d5a3c2d9d69e3d674

Re: [perl.git] branch blead, updated. GitLive-blead-988-g7eb4769

2009-04-21 Thread Jerry D. Hedden
> In perl.git, the branch blead has been updated > > > > - Log - > commit 7eb47696deb9a7343fb4847f7342

[BUG] Re: [perl.git] branch blead, updated. GitLive-blead-870-gd5cecc0

2009-03-30 Thread Jerry D. Hedden
Nicholas Clark wrote: > In perl.git, the branch blead has been updated > > > > - Log - > commit d5cecc

Re: [perl.git] branch blead, updated. GitLive-blead-827-g81cdde7

2009-03-28 Thread Jerry D. Hedden
Steve Peters wrote: > In perl.git, the branch blead has been updated > > > > - Log - > commit 81cdde7f

Re: [perl.git] branch blead, updated. GitLive-blead-824-g7430375

2009-03-26 Thread Jerry D. Hedden
Craig A. Berry wrote: > In perl.git, the branch blead has been updated > > > >    Namespace clean-up for time64. > >    All of the time64 functions are only visible w

Re: [perl.git] branch blead, updated. GitLive-blead-740-gbdaf8c6

2009-03-06 Thread Jerry D. Hedden
> In perl.git, the branch blead has been updated > > > > - Log - > commit bdaf8c65d37b1e4fb9dee9eed906

[BUG] Re: [perl.git] branch blead, updated. GitLive-blead-579-g38fddf8

2009-02-10 Thread Jerry D. Hedden
On Tue, Feb 10, 2009 at 9:58 AM, H.Merijn Brand wrote: > In perl.git, the branch blead has been updated > > > > - Log ---

Re: [perl.git] branch blead, updated. GitLive-blead-550-g48e8cb2

2009-02-09 Thread Jerry D. Hedden
Something is amiss with this. Getting messages about FieldHash being given more than once: GNUmakefile:652: target `lib/auto/Hash/Util/FieldHash/FieldHash.dll' given more than once in the same rule. On Mon, Feb 9, 2009 at 10:51 AM, Nicholas Clark wrote: > In perl.git, the branch blead has be

Re: patching Pod-Parser 1.36 tests to also work in the core.

2009-02-04 Thread Jerry D. Hedden
On Wed, Feb 4, 2009 at 12:43 PM, Steve Hay wrote: > Thanks, applied as http://perl5.git.perl.org/perl.git/commit/8b2bdce > > There are still two local changes: > > The one in t/pod/pod2usage2.t looks like you've missed part of Jerry's > change (you've incorporated the definition of @NO_CURDIR but

Re: [perl.git] branch blead, updated. GitLive-blead-459-g1bc4b31

2009-01-30 Thread Jerry D. Hedden
>http://perl5.git.perl.org/perl.git/commitdiff/caa547d > >Be less picky about what constitutes "numeric lists" in Pod: >http://perl5.git.perl.org/perl.git/commitdiff/4df4f5d > >Changes made to contains_pod.t when upgrading to 1.34: >http://perl5.git.

Re: [perl.git] branch blead, updated. GitLive-blead-459-g1bc4b31

2009-01-30 Thread Jerry D. Hedden
Steve Hay wrote: > In perl.git, the branch blead has been updated > > > > - Log - > commit 1bc4b319ba6

[BUG ?] Re: [perl.git] branch blead, updated. GitLive-blead-440-g0305072

2009-01-26 Thread Jerry D. Hedden
Leon Brocard wrote: > +=head1 SUBMITTING A PATCH VIA GITHUB > + > +GitHub is a website that makes it easy to fork and publish projects > +with Git. First you should set up a GitHub account and log in. > + > +Perl's git repository is mirrored on GitHub at this page: > + > + http://github.com/github

Re: [perl.git] branch blead, updated. GitLive-blead-133-g1e9bd11

2008-12-31 Thread Jerry D. Hedden
Nicholas Clark wrote: > In perl.git, the branch blead has been updated > > > > - Log - > commit 1e9bd1

Re: Change 34940: setenv_getix() is not used anywhere other than util.c (and the "special

2008-11-28 Thread Jerry D. Hedden
This change causes the following build warning under Cygwin: CCCMD = gcc -DPERL_CORE -c -DPERL_PATCHNUM=34950 -DPERL_USE_SAFE_PUTENV -U__STRICT_ANSI__ -DNO_MATHOMS -fno-strict-aliasing -pipe -Os -pipe -funit-at-a-time -march=pentium4 -mfpmath=sse -mieee-fp -mmmx -msse -msse2 -Wall -W -

[BUG] Change 34653 breaks DBM functionality

2008-11-03 Thread Jerry D. Hedden
> Change 34653 by [EMAIL PROTECTED] on 2008/10/29 23:04:34 > >Use pvs macros instead of pvn where possible. > > Affected files ... This change breaks dbm functions! Change 34650: perl-current > ./perl.exe -Ilib t/op/dbm.t 1..4 ok 1 - fresh_perl - explict require ok 2 - fresh_

Re: Change 34138: The assert()ions in sv_chop() that the passed in pointer is within the

2008-07-14 Thread Jerry D. Hedden
This patch produces the following warning: sv.c: In function `Perl_sv_chop': sv.c:4392: warning: 'max_delta' might be used uninitialized in this function The added panic uses max_delta which hasn't been set until two lines further down. I don't know what the proper fix should be. > Change 34138

Re: Change 34090: Upgrade to Win32-0.37

2008-06-27 Thread Jerry D. Hedden
On Fri, Jun 27, 2008 at 10:45 AM, Steve Hay <[EMAIL PROTECTED]> wrote: > Change 34090 by [EMAIL PROTECTED] on 2008/06/27 14:39:33 > >Upgrade to Win32-0.37 > > Affected files ... > > ... //depot/perl/ext/Win32/Changes#4 edit > ... //depot/perl/ext/Win32/Win32.pm#16 edit > ... //depot/perl/ex

Re: Change 33472: Integrate:

2008-03-11 Thread Jerry D. Hedden
> Change 33472 by [EMAIL PROTECTED] on 2008/03/11 15:56:33 > > Integrate: > [ 33464] > Integrate: > [ 32966] > Subject: [PATCH] tru64: poison stack, write protect string constants > From: Jarkko Hietaniemi <[EMAIL PROTECTED]> > Date: Sat, 12 J

Re: Change 32306: Re: [EMAIL PROTECTED] Upgrade File::Fetch to 0.13_04 - fixed for VMS.

2007-11-13 Thread Jerry D. Hedden
Patch contains a typo: spitdir Error: [12:10:24] lib/CPANPLUS/t/05_CPANPLUS-Internals-FetchCan't locate object method "spitdir" via package "File::Spec" at ../lib/CPANPLUS/t/05_CPANPLUS-Internals-Fetch.t line 88. # Looks like your test died just after 12. FAILED--non-zero wait

[PATCH] Re: Change 31699: Re: [PATCH] Adding more information to "Unrecognized character" error in toke.c

2007-08-10 Thread Jerry D. Hedden
Attached patch fixes error in change 31699. toke_c.patch Description: Binary data

Re: Change 31699: Re: [PATCH] Adding more information to "Unrecognized character" error in toke.c

2007-08-10 Thread Jerry D. Hedden
This patch is broken. I'm getting: `sh cflags "optimize='-O3 -pipe -funit-at-a-time -mtune=pentium4m -march=pentium4 -mfpmath=sse -mieee-fp -mmmx -msse -msse2'" toke.o` toke.c CCCMD = gcc -DPERL_CORE -c -DPERL_PATCHNUM=31699 -DPERL_USE_SAFE_PUTENV -U__STRICT_ANSI__ -DNO_MATHOMS -fno-s

Re: Change 31687: [PATCH] threads 1.64 (repost)

2007-08-08 Thread Jerry D. Hedden
> Change 31687 by [EMAIL PROTECTED] on 2007/08/08 16:43:49 > > Subject: [PATCH] threads 1.64 (repost) > From: "Jerry D. Hedden" <[EMAIL PROTECTED]> > Date: Mon, 6 Aug 2007 15:09:41 -0400 > Message-Id: <[EMAIL PROTECTED]> >

Re: Change 31672: For files ignored by installperl:

2007-08-01 Thread Jerry D. Hedden
Subject: [PATCH] Don't install MANIFEST.SKIP files > From: "Jerry D. Hedden" <[EMAIL PROTECTED]> > Date: Wed, 1 Aug 2007 12:28:49 -0400 > Message-Id: <[EMAIL PROTECTED]> > > Affected files ... > > ... //depot/perl/insta

[PATCH] Re: Change 31169: Upgrage to bignum-0.21 and Math-BigRat-0.19

2007-05-09 Thread Jerry D. Hedden
The attached patch fixes this problem. On 5/8/07, Nicholas Clark wrote: On Tue, May 08, 2007 at 07:45:03AM -0700, Steve Peters wrote: > Change 31169 by [EMAIL PROTECTED] on 2007/05/08 14:36:47 > > Upgrage to bignum-0.21 and Math-BigRat-0.19 I now see these failures. I don't have time to i

Re: Change 31034: More variable reordering saves another 40 bytes from the interpreter

2007-04-24 Thread Jerry D. Hedden
Jerry D. Hedden wrote: This changes is BAD. It reduces the speed of the interpreter by somewhere around 20%! Dominic Dunlop wrote: What platform is this? Indeed, if Intel-ish, what particular processor type? Cygwin on Win2k Pentium 4 Attached is a small benchmark program for testing

Re: Change 31034: More variable reordering saves another 40 bytes from the interpreter

2007-04-23 Thread Jerry D. Hedden
Change 31034 by [EMAIL PROTECTED] on 2007/04/23 14:40:05 More variable reordering saves another 40 bytes from the interpreter structure. (on LP64). Zero cost space saving! Woohoo! Affected files ... ... //depot/perl/intrpvar.h#196 edit ... //depot/perl/pod/perltodo.pod#175 edit

Re: Change 30960: Integrate:

2007-04-15 Thread Jerry D. Hedden
Change 30960 by [EMAIL PROTECTED] on 2007/04/15 12:56:14 [ 30905] Upgrade to Shell 0.72 (noticed by Jerry D. Hedden) 30907 should be integrated into maint, too. Change 30907 by [EMAIL PROTECTED] on 2007/04/11 13:08:49 Subject: [PATCH] Correct Shell.pm POD

Re: Change 30800: Integrate:

2007-04-02 Thread Jerry D. Hedden
This patch included: > [ 30600] > Subject: [PATCH] Re: Smoke [5.8.8] 30522 FAIL(XF) Solaris 2.10 (i386/1 cpu) > From: Abe Timmerman <[EMAIL PROTECTED]> > Date: Thu, 15 Mar 2007 18:06:25 +0100 > Message-ID: <[EMAIL PROTECTED]> > > skips some tests when per

Re: Change 30451: Define and initialise reg_name only once.

2007-03-04 Thread Jerry D. Hedden
> Change 30451 by [EMAIL PROTECTED] on 2007/03/03 12:22:19 > > Define and initialise reg_name only once. > This allows re to be a static extension. > As it's now no-longer a static variable in regcomp.c, > it needs a PL_prefix. Something seems to be wrong with this. 'make

Re: Change 30235: Integrate:

2007-02-12 Thread Jerry D. Hedden
> Change 30235 by [EMAIL PROTECTED] on 2007/02/12 18:25:07 > > Integrate: > [ 24458] > Fix from Steve Peters > > [ 24464] > Subject: RE: 5.8.7-tobe fails to compile on AIX 4.3.3 > From: "Jan Dubois" <[EMAIL PROTECTED]> > Message-Id: <[EMAIL PROTECTE