From 5e148d076aa31058960598f241daa61f83b160be Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Fri, 29 Jul 2005 15:36:09 +0000 Subject: Update Changes p4raw-id: //depot/perl@25245 --- Changes | 7074 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 7074 insertions(+) (limited to 'Changes') diff --git a/Changes b/Changes index d1699f7c28..094b5e8668 100644 --- a/Changes +++ b/Changes @@ -28,6 +28,7080 @@ example from http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/ Version v5.9.X Development release working toward v5.10 -------------- +____________________________________________________________________________ +[ 25244] By: steveh on 2005/07/29 09:41:38 + Log: Skip op/sprintf.t test 147 on MSWin32 + ... and fix the skip code so that it actually works ;-) + Branch: perl + ! t/op/sprintf.t +____________________________________________________________________________ +[ 25243] By: rgs on 2005/07/29 08:31:51 + Log: Subject: [PATCH] More embed.fnc goodness + From: Andy Lester + Date: Thu, 28 Jul 2005 14:09:56 -0500 + Message-ID: <20050728190956.GB607@petdance.com> + Branch: perl + ! doio.c embed.fnc embed.h op.c pp_ctl.c proto.h regcomp.c + ! regexec.c sv.c util.c +____________________________________________________________________________ +[ 25242] By: rgs on 2005/07/29 07:19:11 + Log: Subject: [PATCH] Fix English error in overload.pm + From: Andy Lester + Date: Thu, 28 Jul 2005 14:10:43 -0500 + Message-ID: <20050728191043.GC607@petdance.com> + Branch: perl + ! lib/overload.pm +____________________________________________________________________________ +[ 25241] By: rgs on 2005/07/28 17:34:36 + Log: Clarification to the syntax of loop modifiers + by Piotr Fusik + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 25240] By: rgs on 2005/07/28 17:29:47 + Log: Subject: RE: [PATCH] Re: [PATCH] support POSIX SA_SIGINFO + From: "Green, Paul" + Date: Mon, 25 Jul 2005 12:39:32 -0400 + Message-ID: + Branch: perl + ! mg.c +____________________________________________________________________________ +[ 25239] By: rgs on 2005/07/28 17:18:13 + Log: Subject: [PATCH fresh_perl.t] Being more careful about newlines + From: Michael G Schwern + Date: Fri, 22 Jul 2005 12:53:34 -0700 + Message-ID: <20050722195334.GA12431@windhund.schwern.org> + Branch: perl + ! t/run/fresh_perl.t +____________________________________________________________________________ +[ 25238] By: rgs on 2005/07/28 16:11:23 + Log: Subject: [PATCH] perl.h, use STRINGIFY in 25171 + From: Robin Barker + Date: Thu, 28 Jul 2005 12:13:13 +0100 + Message-ID: <533D273D4014D411AB1D00062938C4D90849C75A@hotel.npl.co.uk> + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 25237] By: merijn on 2005/07/28 13:03:09 + Log: Subject: [PATCH] tidy up DieNull and DIE_NULL + From: Robin Barker + Date: Thu, 28 Jul 2005 14:05:51 +0100 + Message-ID: <533D273D4014D411AB1D00062938C4D90849C75C@hotel.npl.co.uk> + Branch: perl + ! embed.fnc mg.c perl.h pp.h pp_sys.c proto.h +____________________________________________________________________________ +[ 25236] By: rgs on 2005/07/28 12:59:55 + Log: Subject: [PATCH] silence compiler warning in mg.c POSIX.xs + From: Robin Barker + Date: Thu, 28 Jul 2005 13:57:31 +0100 + Message-ID: <533D273D4014D411AB1D00062938C4D90849C75B@hotel.npl.co.uk> + Branch: perl + ! ext/POSIX/POSIX.xs mg.c perl.h +____________________________________________________________________________ +[ 25235] By: merijn on 2005/07/28 12:22:27 + Log: sprintf now has all but two tests enabled. + the list supports skipping of expected fails + new test for %.0g from Dominic Dunlop + Branch: perl + ! t/op/sprintf.t +____________________________________________________________________________ +[ 25234] By: steveh on 2005/07/28 09:10:41 + Log: Subject: [PATCH] perlfunc.pod grammar fixes + From: Steve Peters + Date: Wed, 27 Jul 2005 22:02:13 -0500 + Message-ID: <20050728030213.GA11330@mccoy.peters.homeunix.org> + + (with minor tweaks) + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 25233] By: rgs on 2005/07/28 09:07:57 + Log: Sync change 25229 to .h source files + Branch: perl + ! cv.h pad.h +____________________________________________________________________________ +[ 25232] By: rgs on 2005/07/28 08:53:55 + Log: Subject: [perl #36672] Swapped warnings for -o and -O file tests + From: "Piotr Fusik" (via RT) + Date: Wed, 27 Jul 2005 15:43:17 -0700 + Message-ID: + + (except the redundant test) + Branch: perl + ! opcode.h opcode.pl t/lib/warnings/9uninit +____________________________________________________________________________ +[ 25231] By: merijn on 2005/07/28 06:48:14 + Log: Subject: Re: [PATCH] Tru64: use -c99 for ccflags if available + From: Jarkko Hietaniemi + Date: Thu, 28 Jul 2005 10:01:51 +0300 + Message-ID: <42E882DF.6020100@gmail.com> + Message-ID: <42E86DE9.6090709@gmail.com> + Branch: perl + ! handy.h hints/dec_osf.sh +____________________________________________________________________________ +[ 25230] By: merijn on 2005/07/27 16:28:58 + Log: Some signals are more real than others + Also added comment about why the tests are there + Branch: perl + ! ext/POSIX/t/sigaction.t +____________________________________________________________________________ +[ 25229] By: merijn on 2005/07/27 16:26:16 + Log: Subject: [PATCH] id est is i.e. + From: Steve Peters + Date: Tue, 26 Jul 2005 20:42:38 -0500 + Message-ID: <20050727014238.GA2582@mccoy.peters.homeunix.org> + Branch: perl + ! pod/perlfunc.pod pod/perlguts.pod pod/perlhack.pod + ! pod/perlintern.pod +____________________________________________________________________________ +[ 25228] By: merijn on 2005/07/26 13:23:10 + Log: Use the correct gcc when more than one gcc is installed + Thanks to Campo + Branch: perl + ! hints/aix.sh +____________________________________________________________________________ +[ 25227] By: rgs on 2005/07/26 09:20:11 + Log: Subject: [perl #36658] Typo in perlfunc.pod + From: "John W. Krahn" (via RT) + Date: Tue, 26 Jul 2005 01:07:18 -0700 + Message-ID: + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 25226] By: steveh on 2005/07/25 14:37:41 + Log: Reinstate PERL_MALLOC_WRAP for bcc32 on Win32 + + This was disabled by change 22689 because it was severely broken + at the time. See the thread starting here: + + http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2004-04/msg00370.html + + The PERL_MALLOC_WRAP code in handy.h has since changed along the + lines of what was discussed in that thread (in particular, by change + 25034) and I find that everything is now fine with PERL_MALLOC_WRAP + re-enabled. + Branch: perl + ! win32/config_H.bc +____________________________________________________________________________ +[ 25225] By: steveh on 2005/07/25 14:34:12 + Log: Ken pointed out that CBuilder's cleanup is too agrressive + + The Windows compile() and link() methods bizarrely include their own + output files in the list of files to be cleaned up. Now that they + actually are being cleaned up, this isn't ideal ;-) + + Stop compile() and link() from cleaning up their own output, and + reinstate the explicit deletion of those output files in the test + scripts. + Branch: perl + ! lib/ExtUtils/CBuilder/Platform/Windows.pm + ! lib/ExtUtils/CBuilder/t/01-basic.t + ! lib/ExtUtils/CBuilder/t/02-link.t + ! lib/ExtUtils/ParseXS/t/basic.t +____________________________________________________________________________ +[ 25224] By: steveh on 2005/07/25 11:53:44 + Log: Silence uninitialized value warnings in Net::Cmd + + (Suppresses 20 such warnings emitted by lib/Net/t/datasend.t) + Branch: perl + ! lib/Net/Cmd.pm +____________________________________________________________________________ +[ 25223] By: merijn on 2005/07/25 11:47:03 + Log: use POSIX might not throw an error. Check for useful values also + Branch: perl + ! ext/POSIX/t/sigaction.t +____________________________________________________________________________ +[ 25222] By: steveh on 2005/07/25 11:11:29 + Log: Make CBuilder and ParseXS clean up their temp test files + Branch: perl + ! lib/ExtUtils/CBuilder.pm lib/ExtUtils/CBuilder/Base.pm + ! lib/ExtUtils/CBuilder/t/01-basic.t + ! lib/ExtUtils/CBuilder/t/02-link.t lib/ExtUtils/ParseXS.pm + ! lib/ExtUtils/ParseXS/t/basic.t +____________________________________________________________________________ +[ 25221] By: rgs on 2005/07/25 09:49:39 + Log: Increment the version number of version.pm + (no code changes on CPAN) + Branch: perl + ! lib/version.pm +____________________________________________________________________________ +[ 25220] By: merijn on 2005/07/25 08:53:34 + Log: Subject: [PATCH perlfunc.pod/crypt] crypt() digests, not encrypts + From: Michael G Schwern + Date: Sat, 23 Jul 2005 17:25:18 -0700 + Message-ID: <20050724002518.GB4918@windhund.schwern.org> + + Subject: Re: [PATCH perlfunc.pod/crypt] crypt() digests, not encrypts + From: Michael G Schwern + Date: Sun, 24 Jul 2005 13:49:25 -0700 + Message-ID: <20050724204925.GC13275@windhund.schwern.org> + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 25219] By: merijn on 2005/07/25 08:39:08 + Log: Subject: [PATCH] perlfunc.pod: s/definetely/definitely/ + From: "Piotr Fusik" + Date: Sun, 24 Jul 2005 12:55:09 +0200 + Message-ID: <004e01c5903e$2affb3a0$60d24dd5@piec> + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 25218] By: nicholas on 2005/07/24 22:35:56 + Log: Subject: [PATCH] Re: blead@25210 on OpenVMS (not good) + From: "Craig A. Berry" + Message-Id: + Date: Sun, 24 Jul 2005 17:47:26 -0500 + Branch: perl + ! doio.c +____________________________________________________________________________ +[ 25217] By: nicholas on 2005/07/24 20:52:13 + Log: Subject: [PATCH] blead help for VMS + From: "Craig A. Berry" + Message-ID: <42E3FABB.1020900@mac.com> + Date: Sun, 24 Jul 2005 15:31:55 -0500 + Branch: perl + +> ext/Compress/Zlib/zlib-src/adler32.c + +> ext/Compress/Zlib/zlib-src/compress.c + +> ext/Compress/Zlib/zlib-src/crc32.c + +> ext/Compress/Zlib/zlib-src/crc32.h + +> ext/Compress/Zlib/zlib-src/deflate.c + +> ext/Compress/Zlib/zlib-src/deflate.h + +> ext/Compress/Zlib/zlib-src/gzio.c + +> ext/Compress/Zlib/zlib-src/infback.c + +> ext/Compress/Zlib/zlib-src/inffast.c + +> ext/Compress/Zlib/zlib-src/inffast.h + +> ext/Compress/Zlib/zlib-src/inffixed.h + +> ext/Compress/Zlib/zlib-src/inflate.c + +> ext/Compress/Zlib/zlib-src/inflate.h + +> ext/Compress/Zlib/zlib-src/inftrees.c + +> ext/Compress/Zlib/zlib-src/inftrees.h + +> ext/Compress/Zlib/zlib-src/trees.c + +> ext/Compress/Zlib/zlib-src/trees.h + +> ext/Compress/Zlib/zlib-src/uncompr.c + +> ext/Compress/Zlib/zlib-src/zconf.h + +> ext/Compress/Zlib/zlib-src/zlib.h + +> ext/Compress/Zlib/zlib-src/zutil.c + +> ext/Compress/Zlib/zlib-src/zutil.h + - ext/Compress/Zlib/zlib-src-1.2.3/adler32.c + - ext/Compress/Zlib/zlib-src-1.2.3/compress.c + - ext/Compress/Zlib/zlib-src-1.2.3/crc32.c + - ext/Compress/Zlib/zlib-src-1.2.3/crc32.h + - ext/Compress/Zlib/zlib-src-1.2.3/deflate.c + - ext/Compress/Zlib/zlib-src-1.2.3/deflate.h + - ext/Compress/Zlib/zlib-src-1.2.3/gzio.c + - ext/Compress/Zlib/zlib-src-1.2.3/infback.c + - ext/Compress/Zlib/zlib-src-1.2.3/inffast.c + - ext/Compress/Zlib/zlib-src-1.2.3/inffast.h + - ext/Compress/Zlib/zlib-src-1.2.3/inffixed.h + - ext/Compress/Zlib/zlib-src-1.2.3/inflate.c + - ext/Compress/Zlib/zlib-src-1.2.3/inflate.h + - ext/Compress/Zlib/zlib-src-1.2.3/inftrees.c + - ext/Compress/Zlib/zlib-src-1.2.3/inftrees.h + - ext/Compress/Zlib/zlib-src-1.2.3/trees.c + - ext/Compress/Zlib/zlib-src-1.2.3/trees.h + - ext/Compress/Zlib/zlib-src-1.2.3/uncompr.c + - ext/Compress/Zlib/zlib-src-1.2.3/zconf.h + - ext/Compress/Zlib/zlib-src-1.2.3/zlib.h + - ext/Compress/Zlib/zlib-src-1.2.3/zutil.c + - ext/Compress/Zlib/zlib-src-1.2.3/zutil.h + ! MANIFEST ext/Compress/Zlib/config.in mg.c pp_ctl.c pp_sys.c + ! vms/gen_shrfls.pl +____________________________________________________________________________ +[ 25216] By: steveh on 2005/07/22 16:53:11 + Log: Fix USE_LARGE_FILES with bcc32 on Win32? + + Trawling through all these config files, I think I've found the + reason why bcc32 builds with USE_LARGE_FILES were failing (e.g. + (see http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-06/msg00809.html): + lseeksize and lseektype were set to 8 and __int64, but Borland's + suggests that they should be 4 and long respectively. + + Changing them accordingly makes all tests pass. And I see that + win32/win32.c has special handling for __BORLANDC__ + USE_LARGE_FILES, + presumably to cope with this difference? + Branch: perl + ! win32/config.bc +____________________________________________________________________________ +[ 25215] By: steveh on 2005/07/22 16:36:41 + Log: Tweak the canned win32/config.* files + + uselargefiles, usemultiplicity, useperlio and useithreads are now + off in the canned win32/config_H.* files, so change these to match. + + Also scrap the misleading ~USE_PERLIO~ and ~USE_SITECUST~ tags + which don't actually work since no such CFG_VARS are passed in to + config_sh.PL. (The useperlio and usesitecustomize entries actually + get substituted by the more general "if (/^([\w_]+)=(.*)$/)" case.) + Branch: perl + ! win32/config.bc win32/config.gc win32/config.vc + ! win32/config.vc64 +____________________________________________________________________________ +[ 25214] By: steveh on 2005/07/22 14:22:38 + Log: Add missing entries to win32/config.* + + No existing entries changed, just adding some missing ones based + on Porting/config.sh + Branch: perl + ! win32/config.bc win32/config.gc win32/config.vc + ! win32/config.vc64 +____________________________________________________________________________ +[ 25213] By: rgs on 2005/07/22 12:23:35 + Log: Subject: [perl #36612] [PATCH] Misleading shift docs about @ARGV + From: Michael G Schwern (via RT) + Date: Wed, 20 Jul 2005 18:26:23 -0700 + Message-ID: + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 25212] By: steveh on 2005/07/22 10:32:02 + Log: Tidy up options / defines output from makedef.pl + and change Win32-specific comments to say "On Win32 ..." now + that AIX is using the same code too + Branch: perl + ! makedef.pl +____________________________________________________________________________ +[ 25211] By: steveh on 2005/07/22 10:29:51 + Log: Silence Win32 warnings when not using USE_LARGE_FILES + Branch: perl + ! win32/win32.c +____________________________________________________________________________ +[ 25210] By: merijn on 2005/07/21 17:40:06 + Log: I *DO* have AIX, and extending #25209 like this make it happy again + Thank you Steve! + Branch: perl + ! makedef.pl +____________________________________________________________________________ +[ 25209] By: steveh on 2005/07/21 17:01:33 + Log: Make makedef.pl read "miniperl -V" on Win32 + + Perhaps other platforms that use makedef.pl also need a similar + change (currently required to pick up PERL_DONT_CREATE_GVSV), + but it also requires them to have minimal canned configs (if they + are using canned configs like Win32 does) and I don't have any + of the affected platforms (AIX, WinCE, OS/2, MacOS Classic and + NetWare) for testing, so play it safe instead + Branch: perl + ! makedef.pl +____________________________________________________________________________ +[ 25208] By: steveh on 2005/07/21 16:50:27 + Log: Make the canned config.h files used on Win32 more minimal + + These are used in their unedited form to build miniperl, so should + represent a minimal configuration + + The plan is to use miniperl's "-V" output in makedef.pl, so it is + important that it doesn't include any of the optional things in the + makefiles that the user might have chosen to disable + + (The actual config.h used to build perl itself is, of course, an + edited version of these canned configs produced by using miniperl + to run config_h.PL so these changes won't affect perl itself) + Branch: perl + ! win32/config_H.bc win32/config_H.gc win32/config_H.vc + ! win32/config_H.vc64 +____________________________________________________________________________ +[ 25207] By: merijn on 2005/07/21 15:41:39 + Log: Subject: [PATCH] Re: [PATCH] support POSIX SA_SIGINFO + From: Jarkko Hietaniemi + Date: Thu, 21 Jul 2005 18:33:22 +0300 + Message-ID: <42DFC042.1090201@gmail.com> + Branch: perl + ! ext/POSIX/POSIX.pod ext/POSIX/t/sigaction.t mg.c +____________________________________________________________________________ +[ 25206] By: steveh on 2005/07/21 14:20:06 + Log: Rearrange win32/config_H.* to match config_h.SH + + No actual changes, just reordering the contents of the files so that + diff works better. + Branch: perl + ! win32/config_H.bc win32/config_H.gc win32/config_H.vc + ! win32/config_H.vc64 +____________________________________________________________________________ +[ 25205] By: rgs on 2005/07/21 12:39:43 + Log: Subject: [PATCH perl@24148] Compress::Zlib 1.35 + From: "Paul Marquess" + Date: Thu, 21 Jul 2005 10:06:06 +0100 + Message-Id: <20050721090634.CA4E61F0003@mx1.mandriva.com> + Branch: perl + + ext/Compress/Zlib/zlib-src-1.2.3/adler32.c + + ext/Compress/Zlib/zlib-src-1.2.3/compress.c + + ext/Compress/Zlib/zlib-src-1.2.3/crc32.c + + ext/Compress/Zlib/zlib-src-1.2.3/crc32.h + + ext/Compress/Zlib/zlib-src-1.2.3/deflate.c + + ext/Compress/Zlib/zlib-src-1.2.3/deflate.h + + ext/Compress/Zlib/zlib-src-1.2.3/gzio.c + + ext/Compress/Zlib/zlib-src-1.2.3/infback.c + + ext/Compress/Zlib/zlib-src-1.2.3/inffast.c + + ext/Compress/Zlib/zlib-src-1.2.3/inffast.h + + ext/Compress/Zlib/zlib-src-1.2.3/inffixed.h + + ext/Compress/Zlib/zlib-src-1.2.3/inflate.c + + ext/Compress/Zlib/zlib-src-1.2.3/inflate.h + + ext/Compress/Zlib/zlib-src-1.2.3/inftrees.c + + ext/Compress/Zlib/zlib-src-1.2.3/inftrees.h + + ext/Compress/Zlib/zlib-src-1.2.3/trees.c + + ext/Compress/Zlib/zlib-src-1.2.3/trees.h + + ext/Compress/Zlib/zlib-src-1.2.3/uncompr.c + + ext/Compress/Zlib/zlib-src-1.2.3/zconf.h + + ext/Compress/Zlib/zlib-src-1.2.3/zlib.h + + ext/Compress/Zlib/zlib-src-1.2.3/zutil.c + + ext/Compress/Zlib/zlib-src-1.2.3/zutil.h + - ext/Compress/Zlib/zlib-src-1.2.2/adler32.c + - ext/Compress/Zlib/zlib-src-1.2.2/compress.c + - ext/Compress/Zlib/zlib-src-1.2.2/crc32.c + - ext/Compress/Zlib/zlib-src-1.2.2/crc32.h + - ext/Compress/Zlib/zlib-src-1.2.2/deflate.c + - ext/Compress/Zlib/zlib-src-1.2.2/deflate.h + - ext/Compress/Zlib/zlib-src-1.2.2/gzio.c + - ext/Compress/Zlib/zlib-src-1.2.2/infback.c + - ext/Compress/Zlib/zlib-src-1.2.2/inffast.c + - ext/Compress/Zlib/zlib-src-1.2.2/inffast.h + - ext/Compress/Zlib/zlib-src-1.2.2/inffixed.h + - ext/Compress/Zlib/zlib-src-1.2.2/inflate.c + - ext/Compress/Zlib/zlib-src-1.2.2/inflate.h + - ext/Compress/Zlib/zlib-src-1.2.2/inftrees.c + - ext/Compress/Zlib/zlib-src-1.2.2/inftrees.h + - ext/Compress/Zlib/zlib-src-1.2.2/trees.c + - ext/Compress/Zlib/zlib-src-1.2.2/trees.h + - ext/Compress/Zlib/zlib-src-1.2.2/uncompr.c + - ext/Compress/Zlib/zlib-src-1.2.2/zconf.h + - ext/Compress/Zlib/zlib-src-1.2.2/zlib.h + - ext/Compress/Zlib/zlib-src-1.2.2/zutil.c + - ext/Compress/Zlib/zlib-src-1.2.2/zutil.h + ! MANIFEST ext/Compress/Zlib/Changes ext/Compress/Zlib/README + ! ext/Compress/Zlib/Zlib.pm ext/Compress/Zlib/Zlib.xs + ! ext/Compress/Zlib/config.in ext/Compress/Zlib/t/05gzsetp.t +____________________________________________________________________________ +[ 25204] By: rgs on 2005/07/20 16:53:16 + Log: Remove :base_io from the set of default "safe" opcodes. + This fixes bug [perl #36213] "Possible flaw in Safe.pm/Opcode.pm + that allows access to any file" but introduces a backward + compatibility issue. + Branch: perl + ! ext/Opcode/Opcode.pm ext/Safe/t/safe2.t +____________________________________________________________________________ +[ 25203] By: steveh on 2005/07/20 13:59:18 + Log: Fix definition of Perl_sighandler following change 25200 + Branch: perl + ! mg.c +____________________________________________________________________________ +[ 25202] By: rgs on 2005/07/20 13:19:10 + Log: Subject: [PATCH] Convert t/op/vec.t to test.pl + From: Steve Peters + Date: Wed, 20 Jul 2005 08:06:38 -0500 + Message-ID: <20050720130638.GA6123@mccoy.peters.homeunix.org> + Branch: perl + ! t/op/vec.t +____________________________________________________________________________ +[ 25201] By: steveh on 2005/07/20 13:08:54 + Log: Silence Win32 compiler warning (signed/unsigned mismatch) + Branch: perl + ! pad.c +____________________________________________________________________________ +[ 25200] By: rgs on 2005/07/20 12:28:16 + Log: Subject: [PATCH] support POSIX SA_SIGINFO + From: Jarkko Hietaniemi + Date: Wed, 20 Jul 2005 14:40:54 +0300 + Message-ID: <42DE3846.6050606@gmail.com> + Branch: perl + ! embed.fnc embed.h ext/POSIX/POSIX.pod ext/POSIX/t/sigaction.t + ! global.sym iperlsys.h mg.c perl.c perl.h pp_sys.c proto.h + ! util.c +____________________________________________________________________________ +[ 25199] By: steveh on 2005/07/20 12:11:56 + Log: Silence warnings about NSIG redefinition on Win32 + + (Change 25191 doesn't work out unless dosish.h includes + too, which it currently only does for DJGPP) + Branch: perl + ! dosish.h +____________________________________________________________________________ +[ 25198] By: rgs on 2005/07/20 11:18:59 + Log: Remove obsolete error messages + Branch: perl + ! pod/perldiag.pod +____________________________________________________________________________ +[ 25197] By: rgs on 2005/07/20 10:59:44 + Log: croak() accepts Nullch as a parameter. + (spotted by Stas Bekman) + Branch: perl + ! embed.fnc proto.h +____________________________________________________________________________ +[ 25196] By: steveh on 2005/07/20 10:36:20 + Log: Fix Newz() backwards-compatibility macro + Branch: perl + ! handy.h +____________________________________________________________________________ +[ 25195] By: rgs on 2005/07/20 10:31:04 + Log: Remove :unique attribute from Config.pm, + until we find a better implementation of it (or + remove it). See [perl #36375]. + Branch: perl + ! configpm +____________________________________________________________________________ +[ 25194] By: rgs on 2005/07/20 09:08:56 + Log: Subject: [PATCH] lvalue-subs returning elements of tied hashes/arrays + From: Tassilo von Parseval + Date: Wed, 20 Jul 2005 10:43:11 +0200 + Message-id: <20050720084311.GA20332@ethan> + Branch: perl + ! pp_hot.c t/op/sub_lval.t +____________________________________________________________________________ +[ 25193] By: steveh on 2005/07/20 09:00:29 + Log: Exit test script (if we're going to) *before* declaring a plan + Branch: perl + ! ext/POSIX/t/sigaction.t +____________________________________________________________________________ +[ 25192] By: rgs on 2005/07/20 08:50:18 + Log: Subject: [PATCH] RE: rebuilding lib/Config* + From: Robin Barker + Date: Jul 14, 2005 3:27 PM + Message-ID: <533D273D4014D411AB1D00062938C4D90849C733@hotel.npl.co.uk> + Branch: perl + ! Makefile.SH +____________________________________________________________________________ +[ 25191] By: rgs on 2005/07/20 06:47:49 + Log: Subject: [PATCH] move NSIG logic + From: Jarkko Hietaniemi + Date: Wed, 20 Jul 2005 09:57:44 +0300 + Message-ID: <42DDF5E8.1060100@gmail.com> + Branch: perl + ! handy.h perl.h +____________________________________________________________________________ +[ 25190] By: nicholas on 2005/07/19 22:15:43 + Log: C inside Foo.pm considered a "bad thing" + (Certainly where there is AUTOLOADing and XS) + Hopefully *this* fixes the POSIX breakage. + Branch: perl + ! ext/POSIX/POSIX.pm +____________________________________________________________________________ +[ 25189] By: nicholas on 2005/07/19 21:16:20 + Log: C inside Foo.pm considered a "bad thing" + (Certainly where there is AUTOLOADing and XS) + Hopefully this fixes the POSIX breakage. + Branch: perl + ! ext/POSIX/POSIX.xs +____________________________________________________________________________ +[ 25188] By: nicholas on 2005/07/19 21:08:17 + Log: XS constants fail when their value is called for, not at import. + This might be construed as a bug. Fixing is probably a greater evil. + Branch: perl + ! ext/POSIX/t/sigaction.t +____________________________________________________________________________ +[ 25187] By: rgs on 2005/07/19 14:12:38 + Log: Extend the the "our variable redeclared" warning to the case: + our $x; our $x; + and add more tests + Branch: perl + ! pad.c t/lib/strict/vars t/lib/warnings/pad +____________________________________________________________________________ +[ 25186] By: steveh on 2005/07/19 13:25:42 + Log: Fix test following change #25181 + Branch: perl + ! lib/Pod/t/htmlview.t +____________________________________________________________________________ +[ 25185] By: merijn on 2005/07/19 11:06:22 + Log: Subject: [PATCH] allow POSIX SIGRTMIN...SIGRTMAX signals (and plug a core dump) + From: Jarkko Hietaniemi + Date: Tue, 19 Jul 2005 12:06:00 +0300 + Message-ID: <42DCC278.2010009@gmail.com> + Branch: perl + ! Configure ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm + ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs ext/POSIX/t/sigaction.t + ! handy.h +____________________________________________________________________________ +[ 25182] By: rgs on 2005/07/19 10:09:57 + Log: Fix strict test to go with the precedent warning change + Branch: perl + ! t/lib/strict/vars +____________________________________________________________________________ +[ 25181] By: steveh on 2005/07/19 10:07:46 + Log: Subject: [perl #36526] Incorrect (X)HTML generated by Pod::Html + From: Earl Hood (via RT) + Date: Tue, 12 Jul 2005 23:55:28 -0700 + Message-ID: + + (with old code deleted rather than commented out) + Branch: perl + ! lib/Pod/Html.pm +____________________________________________________________________________ +[ 25180] By: rgs on 2005/07/19 09:56:59 + Log: Silence new (expected) warnings + Branch: perl + ! t/op/mydef.t +____________________________________________________________________________ +[ 25179] By: rgs on 2005/07/19 09:45:24 + Log: Overhaul the semantics of the warning + ""%s" variable %s masks earlier declaration", + based on a patch by Rick Delaney. Now we have : + my $x; my $x; # warns + my $x; our $x; # warns + our $x; my $x; # warns + our $x; our $x; # silent + Branch: perl + ! pad.c t/lib/warnings/pad +____________________________________________________________________________ +[ 25178] By: merijn on 2005/07/19 05:42:52 + Log: Subject: [PATCH] Final (hopefully) fix for fchdir + From: Steve Peters + Date: Mon, 18 Jul 2005 22:59:19 -0500 + Message-ID: <20050719035919.GA32670@mccoy.peters.homeunix.org> + Branch: perl + ! pp_sys.c +____________________________________________________________________________ +[ 25177] By: davem on 2005/07/19 01:16:09 + Log: Subject: Re: [PATCH] Faster ** + From: "Piotr Fusik" + Date: Fri, 24 Jun 2005 12:47:40 +0200 + Message-Id: <00b201c578af$7ad02b40$17d24dd5@piec> + Branch: perl + ! pp.c +____________________________________________________________________________ +[ 25176] By: davem on 2005/07/19 01:05:18 + Log: the "local @foo with $#foo" tests are no longer TODO + Branch: perl + ! t/op/array.t +____________________________________________________________________________ +[ 25174] By: steveh on 2005/07/18 16:53:21 + Log: Subject: Re: [PATCH] RE: blead: no longer supports %vd format + From: Rafael Garcia-Suarez + Date: Mon, 18 Jul 2005 18:35:09 +0200 + Message-ID: <20050718183509.0381169c@grubert.mandrakesoft.com> + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 25173] By: merijn on 2005/07/18 16:37:11 + Log: Subject: Re: AIX 5.2 localtime bug attack + From: Campo Weijerman + Date: Mon, 18 Jul 2005 17:34:55 +0200 + Message-ID: <20050718153455.GA29381@python> + + mday++ is also wday++ and yday++ + Branch: perl + ! pp_sys.c +____________________________________________________________________________ +[ 25172] By: rgs on 2005/07/18 15:23:38 + Log: Subject: [PATCH] The continuing plod through embed.fnc + From: Andy Lester + Date: Mon, 18 Jul 2005 10:37:38 -0500 + Message-ID: <20050718153738.GB20193@petdance.com> + Branch: perl + ! embed.fnc op.c pad.c pod/perlapi.pod pp_sys.c proto.h + ! regcomp.c utf8.c +____________________________________________________________________________ +[ 25171] By: rgs on 2005/07/18 12:37:02 + Log: Subject: [PATCH] RE: blead: no longer supports %vd format + From: Robin Barker + Date: Jul 14, 2005 2:31 PM + Message-ID: <533D273D4014D411AB1D00062938C4D90849C730@hotel.npl.co.uk> + Branch: perl + ! perl.h sv.c t/op/sprintf.t +____________________________________________________________________________ +[ 25170] By: merijn on 2005/07/18 11:02:01 + Log: tests are expected to fail if dirfd () does not exist + make the tests to expect failures in that case + Branch: perl + ! t/op/chdir.t +____________________________________________________________________________ +[ 25169] By: merijn on 2005/07/18 10:27:06 + Log: 1. Typo detected by Schwern (#25151) + 2. Added proza about patches (#25152) + 3. dirfd got the wrong define based on previous tests (#25168) + Branch: perl + ! Configure +____________________________________________________________________________ +[ 25167] By: steveh on 2005/07/18 09:54:58 + Log: Silence compiler warning following change 25157 + + (DIE returns Perl_die's return value which is an OP*, not the I32 + that Perl_apply is expected to return) + Branch: perl + ! doio.c +____________________________________________________________________________ +[ 25166] By: rgs on 2005/07/18 09:17:45 + Log: Subject: Re: [perl #27028] /$/ not honouring /m in some cases + From: Rick Delaney + Date: Jul 14, 2005 4:10 PM + Message-ID: <20050714141059.GF19090@localhost.localdomain> + Branch: perl + + t/op/regexp_qr_embed.t + ! MANIFEST t/op/regexp.t +____________________________________________________________________________ +[ 25165] By: rgs on 2005/07/18 08:52:25 + Log: Subject: [PATCH] perlop: why \c\ cannot be placed just before the terminating delimiter + From: SADAHIRO Tomoyuki + Date: Sun, 17 Jul 2005 11:38:05 +0900 + Message-Id: <20050717112557.5921.BQW10602@nifty.com> + Branch: perl + ! pod/perlop.pod +____________________________________________________________________________ +[ 25164] By: steveh on 2005/07/18 08:38:27 + Log: Subject: Re: Why does our() cross packages? (PATCH) + From: Michael G Schwern + Date: Fri, 15 Jul 2005 14:35:18 -0700 + Message-ID: <20050715213518.GH6897@windhund.schwern.org> + + (with minor tweaks suggested in subsequent posts) + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 25163] By: davem on 2005/07/18 00:16:31 + Log: perl -Dstv -e'... for min..max' displayed wrong stack elements + Branch: perl + ! pp_ctl.c +____________________________________________________________________________ +[ 25162] By: davem on 2005/07/17 22:07:14 + Log: delete a non-fucntioning chown in stat.t: it didn't have gid arg. + Spotted by Gisle Aas. + Branch: perl + ! t/op/stat.t +____________________________________________________________________________ +[ 25161] By: davem on 2005/07/17 20:54:15 + Log: document what can be assigned to a shared scalar + Branch: perl + ! ext/threads/shared/shared.pm +____________________________________________________________________________ +[ 25160] By: davem on 2005/07/17 20:12:54 + Log: $SIG{__WARN__} = sub { goto &foo } could recurse infinitely + Branch: perl + ! t/op/goto.t util.c +____________________________________________________________________________ +[ 25159] By: davem on 2005/07/17 19:02:10 + Log: change #25129 was overzealous in delaying the call to ckWARN + Branch: perl + ! doio.c pp_hot.c toke.c +____________________________________________________________________________ +[ 25158] By: merijn on 2005/07/16 13:20:09 + Log: Subject: Re: [perl #36569] chop fails on decoded string with trailing nul + From: SADAHIRO Tomoyuki + Date: Sat, 16 Jul 2005 22:05:13 +0900 + Message-Id: <20050716220041.2BDD.BQW10602@nifty.com> + Branch: perl + ! doop.c t/op/chop.t +____________________________________________________________________________ +[ 25157] By: merijn on 2005/07/16 08:07:44 + Log: Subject: Re: fchmod, fchown, fchdir + From: Gisle Aas + Date: 15 Jul 2005 02:32:50 -0700 + Message-ID: + + + Schwern's ok -> like changes + Branch: perl + ! doio.c pod/perlfunc.pod pod/perltodo.pod pp_sys.c t/io/fs.t + ! t/op/chdir.t +____________________________________________________________________________ +[ 25156] By: steveh on 2005/07/15 16:30:05 + Log: Subject: [PATCH] more embed cleanup + From: Andy Lester + Date: Fri, 15 Jul 2005 10:51:15 -0500 + Message-ID: <20050715155115.GC29983@petdance.com> + + (and run regen.pl) + Branch: perl + ! dump.c embed.fnc embed.h hv.c mg.c op.c perl.c pp_ctl.c + ! pp_hot.c pp_pack.c proto.h regcomp.c sv.c utf8.c +____________________________________________________________________________ +[ 25155] By: steveh on 2005/07/15 15:50:38 + Log: Subject: [perl #36514] Add curl support to CPAN.pm + From: "Michael G Schwern via RT" + Date: Fri, 15 Jul 2005 02:11:29 -0700 + Message-ID: + + (and bump $CPAN::FirstTime::VERSION) + Branch: perl + ! lib/CPAN.pm lib/CPAN/FirstTime.pm +____________________________________________________________________________ +[ 25153] By: steveh on 2005/07/15 15:35:55 + Log: Subject: Re: [PATCH blead] Re: [perl #3269] no warnings "foo" without "use warnings" turns off all warnings. + From: Michael G Schwern + Date: Wed, 13 Jul 2005 15:57:39 -0700 + Message-ID: <20050713225739.GN24499@windhund.schwern.org> + + Subject: Re: [PATCH blead] Re: [perl #3269] no warnings "foo" without "use warnings" turns off all warnings. + From: Rick Delaney + Date: Wed, 13 Jul 2005 20:24:56 -0400 + Message-ID: <20050714002456.GD19090@localhost.localdomain> + Branch: perl + ! ext/B/B/Deparse.pm t/op/inc.t +____________________________________________________________________________ +[ 25150] By: steveh on 2005/07/15 10:35:55 + Log: Fix static extensions when building with nmake on Win32 + + They were broken because change 24806 forgot to add -DWITH_STATIC + to the recipe for compiling perllib.c which meant that perllibst.h + was not included and hence although they built OK, the static + extensions could not actually be used! + + In fact, since perllibst.h is always created (it is more or less + empty when static extensions are not being used), there is no need + for -DWITH_STATIC at all. So rather than adding it to Makefile, + just drop it from makefile.mk and perllib.c. + + Also add the missing cleanup of perllibst.h to Makefile. + Branch: perl + ! win32/Makefile win32/makefile.mk win32/perllib.c +____________________________________________________________________________ +[ 25149] By: steveh on 2005/07/15 09:04:57 + Log: Subject: [perl #7840] Hash Behaviour differs v5.6.0 to v5.6.1 + From: "Michael G Schwern via RT" + Date: Thu, 14 Jul 2005 16:57:45 -0700 + Message-ID: + + (with minor tweaks) + Branch: perl + ! pod/perlop.pod +____________________________________________________________________________ +[ 25148] By: steveh on 2005/07/15 07:48:31 + Log: Subject: [perl #36538] perlfunc/our contradicts itself + From: "Michael G Schwern via RT" + Date: Thu, 14 Jul 2005 19:10:51 -0700 + Message-ID: + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 25147] By: steveh on 2005/07/15 07:44:32 + Log: Subject: [perl #24691] leading spaces on cpan configuration causes failure + From: "Michael G Schwern via RT" + Date: Tue, 12 Jul 2005 00:00:17 -0700 + Message-ID: + + (with spaces trimmed from username too) + Branch: perl + ! lib/CPAN/FirstTime.pm +____________________________________________________________________________ +[ 25146] By: merijn on 2005/07/15 07:33:01 + Log: Subject: [PATCH] Re: [PATCH] was Re: perldoc segfaulting in XS_UNIVERSAL_VERSION + From: Michael G Schwern + Date: Fri, 15 Jul 2005 00:49:12 -0700 + Message-ID: <20050715074911.GA16512@windhund.schwern.org> + Branch: perl + ! t/op/universal.t +____________________________________________________________________________ +[ 25145] By: merijn on 2005/07/15 06:49:16 + Log: Subject: [PATCH] Missing tie() call in NDBM_File SYNOPSIS + From: Matt Sergeant + Date: Thu, 14 Jul 2005 16:53:03 -0400 + Message-Id: <28baf339c3b78cc40017066b9dc7cffb@sergeant.org> + Branch: perl + ! ext/NDBM_File/NDBM_File.pm +____________________________________________________________________________ +[ 25144] By: merijn on 2005/07/15 06:33:21 + Log: Subject: Typo in t/op/stat.t + From: Gisle Aas + Date: 14 Jul 2005 23:20:18 -0700 + Message-ID: + Branch: perl + ! t/op/stat.t +____________________________________________________________________________ +[ 25143] By: steveh on 2005/07/14 16:08:00 + Log: Subject: Re: [perl #36507] File::Copy::copy($foo, $foo) dies + From: Michael G Schwern + Date: Tue, 12 Jul 2005 15:51:18 -0700 + Message-ID: <20050712225118.GA944@windhund.schwern.org> + + (and update SKIP counts) + Branch: perl + ! lib/File/Copy.pm lib/File/Copy.t +____________________________________________________________________________ +[ 25142] By: steveh on 2005/07/14 08:12:11 + Log: Subject: [perl #5634] CPAN.pm v1.59 chdirs before looking for perl + From: "Michael G Schwern via RT" + Date: Mon, 11 Jul 2005 22:41:06 -0700 + Message-ID: + Branch: perl + ! lib/CPAN.pm +____________________________________________________________________________ +[ 25141] By: nicholas on 2005/07/13 19:43:40 + Log: Subject: [PATCH] was Re: perldoc segfaulting in XS_UNIVERSAL_VERSION + From: John Peacock + Message-ID: <42D55C46.5030905@rowman.com> + Date: Wed, 13 Jul 2005 14:24:06 -0400 + Branch: perl + ! universal.c +____________________________________________________________________________ +[ 25140] By: merijn on 2005/07/13 17:22:07 + Log: Subject: [perl #9565] [PATCH] /op/groups.t bug + From: "Steve Peters via RT" + Date: Wed, 13 Jul 2005 06:51:45 -0700 + Message-ID: + Branch: perl + ! t/op/groups.t +____________________________________________________________________________ +[ 25139] By: merijn on 2005/07/13 16:52:48 + Log: Subject: Re: Smoke [5.9.3] 25093 FAIL(F) openbsd 3.7 (macppc/1 cpu) + From: Steve Peters + Date: Fri, 8 Jul 2005 16:42:56 -0500 + Message-ID: <20050708214256.GA14164@mccoy.peters.homeunix.org> + Branch: perl + ! t/io/dup.t t/io/open.t +____________________________________________________________________________ +[ 25138] By: merijn on 2005/07/13 16:37:48 + Log: Subject: [PATCH] More embed.fnc plowing + From: Andy Lester + Date: Wed, 13 Jul 2005 10:49:19 -0500 + Message-ID: <20050713154919.GA24586@petdance.com> + Branch: perl + ! embed.fnc gv.c hv.c op.c pad.c perlio.c pp_ctl.c pp_hot.c + ! proto.h toke.c +____________________________________________________________________________ +[ 25137] By: merijn on 2005/07/13 16:27:43 + Log: Subject: [PATCH] Error in earlier patch in sv.c + From: Robin Barker + Date: Wed, 13 Jul 2005 17:29:48 +0100 + Message-ID: <533D273D4014D411AB1D00062938C4D90849C72B@hotel.npl.co.uk> + Branch: perl + ! sv.c t/op/sprintf.t +____________________________________________________________________________ +[ 25136] By: steveh on 2005/07/13 13:39:44 + Log: Make -V "Compile-time options" list everything used in makedef.pl + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 25135] By: steveh on 2005/07/13 09:48:10 + Log: Subject: Re: [perl #25157] [PATCH] Text-Balanced extract_quotelike fails on certain delims in HERE docs + From: David Manura + Date: Wed, 21 Jan 2004 20:59:27 -0500 + Message-ID: <400F2E7F.9090601@math2.org> + + Fixes perl #25151, 25154, 25156, 25157, 25158 using jumbo patch + included in perl #25157. + Branch: perl + ! lib/Text/Balanced.pm lib/Text/Balanced/t/extmul.t + ! lib/Text/Balanced/t/extqlk.t +____________________________________________________________________________ +[ 25134] By: steveh on 2005/07/13 09:23:37 + Log: Subject: [PATCH] #2 try at Text::Balanced patch and maintainership + From: Tels + Date: Sat, 9 Jul 2005 23:10:29 +0200 + Message-Id: <200507092310.30592@bloodgate.com> + + (with minor tweaks) + Branch: perl + ! lib/Text/Balanced.pm +____________________________________________________________________________ +[ 25133] By: steveh on 2005/07/13 08:34:53 + Log: Subject: [perl #28385] minor bug in cpan -- the i command does not find author + From: "Michael G Schwern via RT" + Date: Tue, 12 Jul 2005 00:16:49 -0700 + Message-ID: + + (and remove a couple of unused variables) + Branch: perl + ! lib/CPAN.pm +____________________________________________________________________________ +[ 25132] By: steveh on 2005/07/13 07:52:21 + Log: Subject: [perl #24275] CPAN shell - online help not clear + From: "Michael G Schwern via RT" + Date: Mon, 11 Jul 2005 23:32:12 -0700 + Message-ID: + Branch: perl + ! lib/CPAN.pm +____________________________________________________________________________ +[ 25131] By: merijn on 2005/07/13 06:37:41 + Log: Subject: [PATCH] Re: Documentation error in IO::Socket + From: Michael G Schwern + Date: Tue, 12 Jul 2005 13:18:34 -0700 + Message-ID: <20050712201834.GA29275@windhund.schwern.org> + Branch: perl + ! ext/IO/lib/IO/Socket.pm +____________________________________________________________________________ +[ 25130] By: merijn on 2005/07/13 06:27:48 + Log: Subject: [perl #6749] Perl debugger outputs ctrl-\ wrongly + From: "Michael G Schwern via RT" + Date: Tue, 12 Jul 2005 15:36:54 -0700 + Message-ID: + Branch: perl + ! lib/dumpvar.pl +____________________________________________________________________________ +[ 25129] By: davem on 2005/07/13 00:21:13 + Log: make the expensive ckWARN() be called as late as possible + reorganise + if (ckWARN(FOO) && should_not_happen_condition) + to + if (should_not_happen_condition && ckWARN(FOO)) + Branch: perl + ! doio.c gv.c op.c pad.c perlio.c pp.c pp_hot.c pp_pack.c + ! pp_sys.c regcomp.c regexec.c sv.c toke.c +____________________________________________________________________________ +[ 25128] By: davem on 2005/07/12 18:46:34 + Log: Subject: Make PERL_MEM_LOG more portable. + From: Jarkko Hietaniemi + Date: Mon, 11 Jul 2005 15:29:46 +0300 + Message-Id: <42D2663A.4050204@gmail.com> + Branch: perl + ! handy.h pod/perlhack.pod util.c +____________________________________________________________________________ +[ 25127] By: davem on 2005/07/12 18:29:43 + Log: S_pad_findlex has side effects, so its return value may be ignored + Branch: perl + ! embed.fnc pad.c proto.h +____________________________________________________________________________ +[ 25126] By: davem on 2005/07/12 18:15:48 + Log: get_?v have side effects, so their return values may be ignored + Branch: perl + ! embed.fnc proto.h +____________________________________________________________________________ +[ 25125] By: steveh on 2005/07/12 16:30:16 + Log: Subject: [perl #24119] CPAN.pm error in Win32: uses rename() not File::Copy::move + From: "Michael G Schwern via RT" + Date: Mon, 11 Jul 2005 23:24:56 -0700 + Message-ID: + Branch: perl + ! lib/CPAN.pm +____________________________________________________________________________ +[ 25124] By: steveh on 2005/07/12 16:18:22 + Log: Subject: [perl #17487] ncftp only handles http + From: "Michael G Schwern via RT" + Date: Mon, 11 Jul 2005 23:19:06 -0700 + Message-ID: + + (and bump $VERSION (1.76_01 is a CPAN release already)) + Branch: perl + ! lib/CPAN.pm +____________________________________________________________________________ +[ 25123] By: steveh on 2005/07/12 13:19:51 + Log: Subject: Re: Scalar leaked in 'local $0' under ithreads + taint mode + From: Steve Hay + Date: Mon, 11 Jul 2005 13:29:37 +0100 + Message-ID: <42D26631.1070500@uk.radan.com> + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 25122] By: steveh on 2005/07/12 11:42:07 + Log: Subject: [perl #36502] File::Copy::mv fails to replicate behavior of Unix mv + From: "Michael G Schwern via RT" + Date: Mon, 11 Jul 2005 19:16:10 -0700 + Message-ID: + Branch: perl + ! lib/File/Copy.t +____________________________________________________________________________ +[ 25121] By: steveh on 2005/07/12 11:33:01 + Log: Subject: [PATCH] Cleanup File::Copy tests + From: Michael G Schwern + Date: Mon, 11 Jul 2005 18:45:42 -0700 + Message-ID: <20050712014542.GB20855@windhund.schwern.org> + + (and fix the SKIP: {} blocks to say $how_many) + Branch: perl + ! lib/File/Copy.t +____________________________________________________________________________ +[ 25120] By: steveh on 2005/07/12 11:03:55 + Log: Subject: Re: [perl #36502] File::Copy::mv fails to replicate behavior of Unix mv + From: Michael G Schwern + Date: Mon, 11 Jul 2005 17:35:14 -0700 + Message-ID: <20050712003514.GA20132@windhund.schwern.org> + Branch: perl + ! lib/File/Copy.pm +____________________________________________________________________________ +[ 25119] By: steveh on 2005/07/12 09:01:11 + Log: Missed a New() -> Newx(). + + This one only had 3 args to start with! Presumably nobody uses + YYERROR_VERBOSE. (The yystpcpy() calls don't look right either, + but someone else that is interested in YYERROR_VERBOSE will have + to look into that.) + Branch: perl + ! perly.c +____________________________________________________________________________ +[ 25118] By: steveh on 2005/07/12 08:46:13 + Log: Hack out -DL documentation from perldebuguts.pod + + Now that the perl core uses Newx*() rather than New*() this chunk + of old documentation is more obsolete than ever before. + Branch: perl + ! pod/perldebguts.pod +____________________________________________________________________________ +[ 25117] By: steveh on 2005/07/12 08:20:11 + Log: Fix worrying typo in handy.h :-s + Branch: perl + ! handy.h +____________________________________________________________________________ +[ 25116] By: steveh on 2005/07/12 08:17:47 + Log: Change New*() to Newx*() in various comments and documentation + Branch: perl + ! handy.h perl.c pod/perlclib.pod pod/perlguts.pod + ! pod/perlhack.pod sv.c +____________________________________________________________________________ +[ 25115] By: steveh on 2005/07/12 07:48:51 + Log: Subject: [patch: handy.c] update Newx API pod to mention PERL_MEM_LOG build opt + From: Jim Cromie + Date: Mon, 11 Jul 2005 19:18:02 -0600 + Message-ID: <42D31A4A.1020305@divsol.com> + + (with some minor tweaks) + Branch: perl + ! handy.h pod/perlapi.pod +____________________________________________________________________________ +[ 25114] By: merijn on 2005/07/12 06:26:39 + Log: Subject: [PATCH t/TEST] Understand "ok" with no number + From: Michael G Schwern + Date: Mon, 11 Jul 2005 18:41:30 -0700 + Message-ID: <20050712014130.GA20855@windhund.schwern.org> + Branch: perl + ! t/TEST +____________________________________________________________________________ +[ 25113] By: steveh on 2005/07/11 15:54:46 + Log: Subject: [patch: sv.c] reuse new_body_inline in Perl_new_body + From: Jim Cromie + Date: Sun, 10 Jul 2005 15:59:30 -0600 + Message-ID: <42D19A42.8040409@divsol.com> + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 25112] By: steveh on 2005/07/11 15:19:11 + Log: Subject: [PATCH] perlfunc.pod + From: "Piotr Fusik" + Date: Sat, 9 Jul 2005 16:21:05 +0200 + Message-ID: <01de01c58491$f3182f60$a6d24dd5@piec> + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 25111] By: steveh on 2005/07/11 14:41:27 + Log: Subject: [patch hv.h doc] HvNAME + From: Stas Bekman + Date: Fri, 08 Jul 2005 13:52:13 +0300 + Message-ID: <42CE5ADD.3020003@stason.org> + + Subject: Re: [patch hv.h doc] HvNAME + From: Nicholas Clark + Date: Sat, 9 Jul 2005 15:23:51 +0100 + Message-ID: <20050709142351.GT15833@plum.flirble.org> + Branch: perl + ! hv.h pod/perlapi.pod +____________________________________________________________________________ +[ 25110] By: davem on 2005/07/10 23:04:26 + Log: no code before declarations! + Branch: perl + ! doio.c +____________________________________________________________________________ +[ 25109] By: davem on 2005/07/10 20:02:07 + Log: From: Jarkko Hietaniemi + Date: Sun, 10 Jul 2005 21:50:27 +0300 + Subject: [PATCH] yet another way of debugging memory allocations + Message-ID: <42D16DF3.4040806@gmail.com> + + tweak PERL_MEM_LOG + Branch: perl + ! handy.h pod/perlhack.pod util.c +____________________________________________________________________________ +[ 25108] By: davem on 2005/07/10 19:57:31 + Log: run regen.pl + Branch: perl + ! embed.h proto.h +____________________________________________________________________________ +[ 25107] By: merijn on 2005/07/10 19:19:56 + Log: Subject: [PATCH] Making my way thru embed.fnc + From: Andy Lester + Date: Sun, 10 Jul 2005 14:36:35 -0500 + Message-ID: <20050710193635.GC8081@petdance.com> + Branch: perl + ! doio.c doop.c embed.fnc gv.c hv.c op.c perl.c pp_ctl.c + ! pp_hot.c regexec.c toke.c util.c +____________________________________________________________________________ +[ 25106] By: davem on 2005/07/10 13:53:49 + Log: Re: [perl #36207] UTF8/Latin 1/i regexp "Malformed character" warning + From: demerphq + Message-ID: <9b18b3110507080807f16d1eb@mail.gmail.com> + Date: Fri, 8 Jul 2005 17:07:26 +0200 + + Fix trie codepath of mixed utf8/latin1 pattern matches + Branch: perl + ! regexec.c t/op/pat.t +____________________________________________________________________________ +[ 25105] By: davem on 2005/07/10 12:29:25 + Log: Message-ID: <42D0F25E.3040801@gmail.com> + Date: Sun, 10 Jul 2005 13:03:10 +0300 + From: Jarkko Hietaniemi + Subject: [PATCH] yet another way of debugging memory allocations + + adds PERL_MEM_LOG and PERL_MEM_LOG_STDERR options + Branch: perl + ! handy.h util.c +____________________________________________________________________________ +[ 25104] By: davem on 2005/07/10 11:39:50 + Log: silence some compiler warnings + Branch: perl + ! embed.fnc gv.h proto.h +____________________________________________________________________________ +[ 25103] By: davem on 2005/07/10 11:15:32 + Log: extend MEM_WRAP_CHECK supress warning hack to MEM_WRAP_CHECK_* + Branch: perl + ! handy.h +____________________________________________________________________________ +[ 25102] By: nicholas on 2005/07/09 15:44:17 + Log: sv_dec is supposed to go *down*, m'kay. + Branch: perl + ! sv.c t/op/inc.t +____________________________________________________________________________ +[ 25101] By: steveh on 2005/07/08 16:35:10 + Log: Subject: Re: janitorial work ? [patch] + From: Jim Cromie + Date: Wed, 06 Jul 2005 14:19:53 -0600 + Message-ID: <42CC3CE9.5050606@divsol.com> + + (reverted all dual-lived modules since they must work with older + perls too so must wait for a new Devel::PPPort) + Branch: perl + ! NetWare/nw5.c av.c bytecode.pl cygwin/cygwin.c djgpp/djgpp.c + ! doio.c doop.c dump.c ext/B/B/C.pm ext/B/C/C.xs + ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c + ! ext/Devel/DProf/DProf.xs ext/DynaLoader/dl_aix.xs + ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_vms.xs + ! ext/File/Glob/bsd_glob.c ext/ODBM_File/ODBM_File.xs + ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/Socket/Socket.xs + ! ext/XS/Typemap/Typemap.xs gv.c handy.h hv.c locale.c op.c op.h + ! os2/OS2/REXX/REXX.xs os2/os2.c perl.c perlio.c pod/perlapi.pod + ! pp.c pp_ctl.c pp_pack.c pp_sort.c pp_sys.c reentr.c reentr.pl + ! regcomp.c regexec.c scope.c sv.c toke.c utf8.c util.c + ! vmesa/vmesa.c vms/vms.c win32/perlhost.h win32/win32.c + ! win32/win32sck.c wince/perlhost.h wince/wince.c +____________________________________________________________________________ +[ 25100] By: nicholas on 2005/07/08 15:57:37 + Log: We no longer default to creating a new SV for GvSV. + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 25099] By: nicholas on 2005/07/08 15:57:16 + Log: DEFSV causes GvSVn() to be used in lvalue context. + Not sure if instead we should recode DEFSV to avoid this, and leave + GvSVn() as rvalue only, like its namesakes. + Branch: perl + ! gv.h +____________________________________________________________________________ +[ 25098] By: steveh on 2005/07/08 10:04:24 + Log: Subject: Re: [PATCH] Pod::Html - correctly link to =item's on the same page + From: Yitzchak Scott-Thoennes + Date: Thu, 7 Jul 2005 15:05:51 -0700 + Message-ID: <20050707220551.GB2388@efn.org> + + (plus fix a couple of POD warnings) + Branch: perl + ! pod/perlglossary.pod +____________________________________________________________________________ +[ 25097] By: steveh on 2005/07/08 09:48:50 + Log: Subject: [PATCH] basename() and suffixes + From: Michael G Schwern + Date: Thu, 7 Jul 2005 15:38:32 -0700 + Message-ID: <20050707223832.GA4782@windhund.schwern.org> + Branch: perl + ! lib/File/Basename.pm lib/File/Basename.t +____________________________________________________________________________ +[ 25096] By: steveh on 2005/07/08 08:43:07 + Log: Subject: Re: [perl #36477] File::Basename basename() bug + From: Michael G Schwern + Date: Thu, 7 Jul 2005 14:16:01 -0700 + Message-ID: <20050707211601.GA3769@windhund.schwern.org> + Branch: perl + ! lib/File/Basename.pm lib/File/Basename.t +____________________________________________________________________________ +[ 25095] By: davem on 2005/07/08 01:43:24 + Log: UTF8/Latin 1/i regexp "Malformed character" warning + $utf8 =~ /latin/i didn't match. + Also added TODO for $latin =~ /utf8/i which also fails + Branch: perl + ! t/op/pat.t utf8.c +____________________________________________________________________________ +[ 25094] By: davem on 2005/07/07 14:47:51 + Log: more taint fallout from change 24943 + Branch: perl + ! mg.c scope.c t/op/taint.t +____________________________________________________________________________ +[ 25093] By: merijn on 2005/07/07 13:26:32 + Log: Subject: [PATCH] bug with charnames::viacode("0x1234") and optimize it + From: Tels + Date: Wed, 6 Jul 2005 21:11:59 +0200 + Message-Id: <200507062112.12159@bloodgate.com> + Branch: perl + ! lib/charnames.pm +____________________________________________________________________________ +[ 25092] By: steveh on 2005/07/07 12:11:38 + Log: Subject: ReadParse in the CGI docs + From: "Ton Hospel" + Date: 9 Oct 2003 15:04:53 -0000 + To: perlbug@perl.org + + (plus blank lines so example code is in verbatim paragraphs, + and bump $VERSION) + Branch: perl + ! lib/CGI.pm +____________________________________________________________________________ +[ 25091] By: steveh on 2005/07/07 11:21:41 + Log: Subject: [PATCH] Mention File::Spec in File::Basename + From: Michael G Schwern + Date: Wed, 6 Jul 2005 13:06:20 -0700 + Message-ID: <20050706200620.GE15644@windhund.schwern.org> + + (plus bump $VERSION) + Branch: perl + ! lib/File/Basename.pm +____________________________________________________________________________ +[ 25090] By: steveh on 2005/07/07 11:06:17 + Log: Subject: [perl #22236] File::Basename behavior is misleading + From: "Michael G Schwern via RT" + Date: 6 Jul 2005 19:45:40 -0000 + Message-ID: + Branch: perl + ! lib/File/Basename.pm lib/File/Basename.t +____________________________________________________________________________ +[ 25089] By: steveh on 2005/07/07 09:22:48 + Log: Subject: [PATCH] Further lies in the File::Basename docs + From: Michael G Schwern + Date: Wed, 6 Jul 2005 09:22:32 -0700 + Message-ID: <20050706162232.GA14495@windhund.schwern.org> + + (plus some minor POD changes and a bug fix) + Branch: perl + ! lib/File/Basename.pm lib/File/Basename.t +____________________________________________________________________________ +[ 25088] By: davem on 2005/07/07 00:11:00 + Log: bytes pragma error in substitution operator + Branch: perl + ! pp_ctl.c t/op/subst.t +____________________________________________________________________________ +[ 25087] By: davem on 2005/07/06 20:09:29 + Log: 'undef $@; die' gives uninint value warning + Branch: perl + ! pp_sys.c t/op/die.t +____________________________________________________________________________ +[ 25086] By: steveh on 2005/07/06 09:36:08 + Log: Subject: [PATCH] File::Basename doc overhaul + From: Michael G Schwern + Date: Tue, 5 Jul 2005 20:11:27 -0700 + Message-ID: <20050706031127.GL9227@windhund.schwern.org> + + (with some minor changes) + Branch: perl + ! lib/File/Basename.pm +____________________________________________________________________________ +[ 25085] By: steveh on 2005/07/06 08:05:21 + Log: Subject: [PATCH @ 25084] simple authors removal + From: Vadim Konovalov + Date: Wed, 06 Jul 2005 00:15:48 +0400 + Message-ID: <42CAEA74.1020108@vkonovalov.ru> + Branch: perl + ! AUTHORS +____________________________________________________________________________ +[ 25084] By: davem on 2005/07/05 18:17:34 + Log: a long /etc/groups entry could cause memory exhaustion. + Too small a buffer would cause ERANGE and a retry with double the + buffer size. later at EOF, the apparent error got 'stuck' as + ERANGE rather than ENOENT, so the buffer size doubled recursively + Branch: perl + ! reentr.h reentr.pl +____________________________________________________________________________ +[ 25083] By: steveh on 2005/07/05 16:55:29 + Log: Subject: [PATCH] Pod::Html - correctly link to =item's on the same page + From: Yitzchak Scott-Thoennes + Date: Mon, 4 Jul 2005 02:07:38 -0700 + Message-ID: <20050704090738.GA4056@efn.org> + + (plus a new test, although it is currently marked TODO) + Branch: perl + + lib/Pod/t/htmllink.pod lib/Pod/t/htmllink.t + ! MANIFEST lib/Pod/Html.pm +____________________________________________________________________________ +[ 25082] By: steveh on 2005/07/05 16:54:11 + Log: Oops! Change 25080 should have updated checksums too. + Branch: perl + ! ext/Digest/MD5/t/files.t +____________________________________________________________________________ +[ 25081] By: davem on 2005/07/05 13:01:23 + Log: change 24943 broke restoration of localized taint values + Branch: perl + ! mg.c t/op/taint.t +____________________________________________________________________________ +[ 25080] By: steveh on 2005/07/05 10:32:08 + Log: Remove an unreferenced local variable in Digest-MD5 + Branch: perl + ! ext/Digest/MD5/MD5.pm ext/Digest/MD5/MD5.xs +____________________________________________________________________________ +[ 25079] By: nicholas on 2005/07/04 19:36:51 + Log: Subject: [PATCH] Remove unnecessary null check + From: Andy Lester + Date: Mon, 4 Jul 2005 14:12:00 -0500 + Message-ID: <20050704191200.GA2614@petdance.com> + Branch: perl + ! embed.fnc hv.c proto.h +____________________________________________________________________________ +[ 25078] By: nicholas on 2005/07/04 19:07:31 + Log: Make the tests for hv_free_ent and hv_delayfree_ent pass under + -DPURIFY too. + Branch: perl + ! ext/XS/APItest/APItest.xs +____________________________________________________________________________ +[ 25077] By: merijn on 2005/07/04 18:47:02 + Log: Subject: [PATCH] Better string constant in hv.c + From: Andy Lester + Date: Mon, 4 Jul 2005 13:53:49 -0500 + Message-ID: <20050704185349.GA2351@petdance.com> + Branch: perl + ! hv.c +____________________________________________________________________________ +[ 25076] By: steveh on 2005/07/04 16:15:37 + Log: Add regression test for change 25062 + Branch: perl + ! t/op/magic.t +____________________________________________________________________________ +[ 25075] By: steveh on 2005/07/04 15:57:32 + Log: Use void, not void *, to suppress RETVAL (and compiler warning) + Branch: perl + ! ext/XS/APItest/APItest.xs +____________________________________________________________________________ +[ 25074] By: steveh on 2005/07/04 15:36:04 + Log: Perl_share_hek needs exporting for change 25070 on Win32 + Branch: perl + ! embed.fnc embed.h global.sym +____________________________________________________________________________ +[ 25073] By: steveh on 2005/07/04 15:34:11 + Log: Regen after change 25067 + Branch: perl + ! proto.h +____________________________________________________________________________ +[ 25072] By: nicholas on 2005/07/04 15:03:32 + Log: Implement hv_delayfree_ent in terms of hv_free_ent + Branch: perl + ! hv.c +____________________________________________________________________________ +[ 25071] By: steveh on 2005/07/04 14:53:54 + Log: Subject: [PATCH] Skip nit in t/op/lfs.t + From: Steve Peters + Date: Mon, 4 Jul 2005 10:10:13 -0500 + Message-ID: <20050704151013.GA18468@mccoy.peters.homeunix.org> + Branch: perl + ! t/op/lfs.t +____________________________________________________________________________ +[ 25070] By: nicholas on 2005/07/04 14:45:40 + Log: Tests for hv_delayfree_ent and hv_free_ent + Branch: perl + ! ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs + ! ext/XS/APItest/t/hash.t +____________________________________________________________________________ +[ 25069] By: nicholas on 2005/07/04 13:56:39 + Log: Provide a macro version of S_new_body to inline it within the hot code. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 25068] By: steveh on 2005/07/04 13:21:36 + Log: Borland's .pdb files are called .tds + Branch: perl + ! win32/makefile.mk +____________________________________________________________________________ +[ 25067] By: steveh on 2005/07/04 12:30:50 + Log: Subject: [PATCH] Post-YAPC consting, now with an attachment! + From: Andy Lester + Date: Sun, 3 Jul 2005 18:31:56 -0500 + Message-ID: <20050703233156.GA20967@petdance.com> + Branch: perl + ! deb.c embed.fnc gv.c pad.c sv.c toke.c util.c +____________________________________________________________________________ +[ 25066] By: nicholas on 2005/07/04 10:41:28 + Log: Inlining del_HE is actually a space optimisation. + It's therefore likely also to be a speed optimisation. :-) + Branch: perl + ! embed.fnc embed.h hv.c proto.h +____________________________________________________________________________ +[ 25065] By: steveh on 2005/07/04 10:40:10 + Log: Subject: [PATCH] perlglossary.pod: add jump points + From: Yitzchak Scott-Thoennes + Date: Mon, 4 Jul 2005 02:07:52 -0700 + Message-ID: <20050704090752.GB4056@efn.org> + Branch: perl + ! pod/perlglossary.pod +____________________________________________________________________________ +[ 25064] By: nicholas on 2005/07/04 10:24:26 + Log: sv_setuv_mg is so rarely called that the IV optimisation test is not + needed. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 25063] By: steveh on 2005/07/04 10:13:41 + Log: Subject: Re: How to suppress warnings when building Errno with gcc + From: Yitzchak Scott-Thoennes + Date: Fri, 1 Jul 2005 10:56:23 -0700 + Message-ID: <20050701175623.GD216@efn.org> + Branch: perl + ! ext/Errno/Errno_pm.PL +____________________________________________________________________________ +[ 25062] By: steveh on 2005/07/04 09:17:06 + Log: Fix change 25045 + Branch: perl + ! mg.c +____________________________________________________________________________ +[ 25061] By: steveh on 2005/07/04 08:26:38 + Log: Here's the rest of change 25058 ;-) + Branch: perl + ! embed.h global.sym +____________________________________________________________________________ +[ 25060] By: davem on 2005/07/04 08:11:33 + Log: Subject: Re: [PATCH] Re: [PATCH] Re: a blead warning from tru64 + From: Jarkko Hietaniemi + Date: Mon, 04 Jul 2005 00:19:28 +0300 + Message-Id: <42C85660.50807@gmail.com> + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 25059] By: steveh on 2005/07/04 08:10:27 + Log: Stop reentr.pl changing EOL on the files it writes on Win32 + Branch: perl + ! reentr.pl +____________________________________________________________________________ +[ 25058] By: steveh on 2005/07/04 08:09:36 + Log: Perl_ckwarn (added by change 25050) needs exporting on Win32 + + (At least PerlIO/via uses it, so it must be public) + Branch: perl + ! embed.fnc +____________________________________________________________________________ +[ 25055] By: nicholas on 2005/07/02 21:19:09 + Log: Andy suggests this tweak to Dave's fix for MEM_WRAP_CHECK to shut up + a different compiler warnings. I guess we need a waterbed theory of + compiler warnings. + Branch: perl + ! handy.h +____________________________________________________________________________ +[ 25054] By: nicholas on 2005/07/02 16:53:09 + Log: Convert bless.t to test.pl + Branch: perl + ! t/op/bless.t +____________________________________________________________________________ +[ 25053] By: nicholas on 2005/07/02 16:25:06 + Log: Copying the first parameter in the macro del_body seems to reduce + code size. Presumably an expression is no longer evaluated twice. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 25052] By: davem on 2005/07/02 16:11:46 + Log: do just-in-time loading of Carp.pm in some modules + + From: Tels + Subject: [PATCH] No Carp #4 AutoSplit.pm + Subject: [PATCH] no Carp #5 (File::Path) + Subject: [PATCH] no Carp #7 - charnames.pm + Subject: [PATCH] no Carp #6 (File::Compare, File::Copy, File::Temp) + Subject: [PATCH] no Carp #8 - SelfLoader, Text/Balanced and open.pm + Branch: perl + ! lib/AutoSplit.pm lib/File/Compare.pm lib/File/Copy.pm + ! lib/File/Path.pm lib/SelfLoader.pm lib/charnames.pm + ! lib/open.pm +____________________________________________________________________________ +[ 25051] By: nicholas on 2005/07/02 16:07:47 + Log: Unwrap the del_Xfoo() macros by explicitly noting the arena to free + the body to. This comletely eliminates the second switch statement. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 25050] By: davem on 2005/07/02 15:05:04 + Log: replace ckWARN macros with functions + Branch: perl + ! embed.fnc embed.h pod/perlintern.pod proto.h util.c warnings.h + ! warnings.pl +____________________________________________________________________________ +[ 25049] By: nicholas on 2005/07/02 14:57:43 + Log: Given that the GV no longer owns a reference on the symbol table, we + dont need the deferred SvREFCNT_dec games. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 25048] By: nicholas on 2005/07/02 13:55:45 + Log: Passing gvtype as char rather than char * to S_varname generates + smaller code. + Branch: perl + ! embed.fnc proto.h sv.c +____________________________________________________________________________ +[ 25047] By: nicholas on 2005/07/02 13:07:26 + Log: Don't inline offer_nice_chunk, as it's rarely called. + Branch: perl + ! embed.fnc embed.h perl.h proto.h sv.c +____________________________________________________________________________ +[ 25046] By: davem on 2005/07/02 12:35:12 + Log: missed one PAD_SET_CUR + Branch: perl + ! pp_hot.c +____________________________________________________________________________ +[ 25045] By: nicholas on 2005/07/02 12:34:08 + Log: Don't check the pointer is non-NULL before calling Safefree() in + little used code, code used only once per run (such as interpreter + construction and destruction), and cases where the pointer nearly + never is NULL. Safefree does its own non-NULL check, and even that + isn't strictly necessary as all conformant free()s accept a NULL + pointer. + Branch: perl + ! doio.c locale.c mg.c perl.c perl.h regcomp.c sv.c util.c +____________________________________________________________________________ +[ 25044] By: rgs on 2005/07/02 07:41:14 + Log: Upgrade to Time::HiRes 1.72 + Branch: perl + ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm + ! ext/Time/HiRes/Makefile.PL ext/Time/HiRes/t/HiRes.t +____________________________________________________________________________ +[ 25043] By: steveh on 2005/07/01 16:33:42 + Log: Make Archive::Tar clean up its test files on Win32 + + (The old "can't delete an open file on Win32" chestnut again) + Branch: perl + ! lib/Archive/Tar.pm lib/Archive/Tar/t/02_methods.t +____________________________________________________________________________ +[ 25042] By: davem on 2005/07/01 15:40:40 + Log: the PAD_SET_CUR macro expanded too much for AIX compilers + Branch: perl + ! pad.h pp_ctl.c pp_sort.c pp_sys.c +____________________________________________________________________________ +[ 25041] By: steveh on 2005/07/01 15:15:23 + Log: Silence MinGW warning about "'noreturn' function does return" + + (Thanks to Nicholas Clark) + Branch: perl + ! iperlsys.h +____________________________________________________________________________ +[ 25040] By: rgs on 2005/07/01 15:05:58 + Log: Install perlglossary on VMS and Windows + Branch: perl + ! vms/descrip_mms.template win32/pod.mak +____________________________________________________________________________ +[ 25039] By: davem on 2005/07/01 14:34:52 + Log: undo some excessive Carp.pm minimalisation + Branch: perl + ! lib/Carp.pm +____________________________________________________________________________ +[ 25038] By: steveh on 2005/07/01 13:39:33 + Log: Remove unreferenced local variable (and the warning about it) + Branch: perl + ! ext/XS/APItest/APItest.xs +____________________________________________________________________________ +[ 25037] By: rgs on 2005/07/01 12:43:23 + Log: Add the perlglossary man page + + Subject: [PATCH] perlglossary.pod + From: Yitzchak Scott-Thoennes + Date: Fri, 1 Jul 2005 03:10:50 -0700 + Message-ID: <20050701101050.GA2448@efn.org> + Branch: perl + + pod/perlglossary.pod + ! MANIFEST pod.lst pod/perl.pod pod/perlmodlib.pod + ! pod/perltoc.pod +____________________________________________________________________________ +[ 25036] By: rgs on 2005/07/01 12:32:21 + Log: Subject: [PATCH] Make Exporter.t warnings clean + From: Michael G Schwern + Date: Tue, 28 Jun 2005 15:58:36 -0700 + Message-ID: <20050628225836.GB27320@windhund.schwern.org> + Branch: perl + ! lib/Exporter.t +____________________________________________________________________________ +[ 25035] By: davem on 2005/07/01 11:49:22 + Log: silence a warning in Perl_sv_compile_2op + Branch: perl + ! pp_ctl.c +____________________________________________________________________________ +[ 25034] By: davem on 2005/07/01 11:45:40 + Log: silence gcc 'comparison is always false' warning in MEM_WRAP_CHECK + Only a partial fix: works where sizeof(type)==1; since we + can never wraparound in that case, disarm the check + Branch: perl + ! handy.h +____________________________________________________________________________ +[ 25033] By: steveh on 2005/07/01 07:44:50 + Log: Silence some cast warnings from bcc32 on Win32 + + See the thread starting here for arguments: + http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-06/msg00994.html + Branch: perl + ! win32/win32.c +____________________________________________________________________________ +[ 25032] By: davem on 2005/06/30 22:41:07 + Log: assigning shared consts (eg __PACKAGE__) to magic vars + Branch: perl + ! sv.c t/op/magic.t +____________________________________________________________________________ +[ 25031] By: nicholas on 2005/06/30 17:41:03 + Log: By grabbing the length, we can use sv_setpvn here. + Branch: perl + ! util.c +____________________________________________________________________________ +[ 25030] By: nicholas on 2005/06/30 17:37:56 + Log: Use sv_setpvn where we know the length. + Branch: perl + ! universal.c +____________________________________________________________________________ +[ 25029] By: nicholas on 2005/06/30 17:28:45 + Log: A terser way of implementing require_pv. + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 25028] By: nicholas on 2005/06/30 17:21:28 + Log: We know the length, so use sv_setpvn rather than sv_setpv. + Branch: perl + ! universal.c +____________________________________________________________________________ +[ 25027] By: nicholas on 2005/06/30 17:05:13 + Log: Avoid using PL_Sv in the -V argument processing. + Express the embedded perl program in a slightly terser way. + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 25026] By: nicholas on 2005/06/30 16:34:52 + Log: Use Perl_sv_catpvf to shorten the code (source and object) needed for + commandline -V options that q\0...\0. + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 25025] By: rgs on 2005/06/30 16:15:31 + Log: Add TODO tests for bug #36434 + Branch: perl + ! t/op/magic.t +____________________________________________________________________________ +[ 25024] By: nicholas on 2005/06/30 12:28:55 + Log: The core shouldn't be using PL_na + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 25023] By: nicholas on 2005/06/30 12:15:14 + Log: -V:... would get upset (syntax error) if ... contained unbalanced (). + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 25022] By: nicholas on 2005/06/30 11:40:37 + Log: Replace newSVpv(...,0) with newSVpvn where we know the length. + Branch: perl + ! perl.c regcomp.c sv.c +____________________________________________________________________________ +[ 25021] By: nicholas on 2005/06/30 11:20:33 + Log: Why use Perl_form and newSVpv when newSVpvf will do it in one? + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 25020] By: rgs on 2005/06/30 10:01:55 + Log: Subject: [PATCH] make t/uni/class.t faster + From: Tels + Date: Wed, 29 Jun 2005 21:19:52 +0200 + Message-Id: <200506292120.05519@bloodgate.com> + Branch: perl + ! t/uni/class.t +____________________________________________________________________________ +[ 25019] By: nicholas on 2005/06/30 09:57:31 + Log: If gp_flags is unused, why are we even allocating it? + Branch: perl + ! dump.c ext/Devel/Peek/t/Peek.t gv.h sv.c +____________________________________________________________________________ +[ 25018] By: nicholas on 2005/06/30 09:21:05 + Log: Nothing is actually relying on GvUNIQUE holding state. + Branch: perl + ! gv.h +____________________________________________________________________________ +[ 25017] By: rgs on 2005/06/30 09:11:28 + Log: Subject: Re: [PATCH] Convert File::Basename tests to Test::More + From: Michael G Schwern + Date: Thu, 30 Jun 2005 01:02:30 -0700 + Message-ID: <20050630080230.GC17965@windhund.schwern.org> + Branch: perl + ! lib/File/Basename.t +____________________________________________________________________________ +[ 25016] By: rgs on 2005/06/30 09:04:20 + Log: Subject: Re: [PATCH]Re: [perl #36417] IO::Handle::getline() doco should note an important difference from <$io> + From: Steve Peters + Date: Wed, 29 Jun 2005 21:47:23 -0500 + Message-ID: <20050630024723.GA3786@mccoy.peters.homeunix.org> + Branch: perl + ! ext/IO/lib/IO/Handle.pm +____________________________________________________________________________ +[ 25015] By: rgs on 2005/06/30 08:59:11 + Log: Subject: some dusting off of the cross-compilation information + From: Jarkko Hietaniemi + Date: Thu, 30 Jun 2005 08:41:17 +0300 + Message-ID: <42C385FD.9040601@gmail.com> + Branch: perl + ! Cross/README INSTALL +____________________________________________________________________________ +[ 25014] By: steveh on 2005/06/30 07:57:25 + Log: Silence MinGW warnings about system headers when building Errno + + Thanks to Mike Guy for the suggested fix. + Branch: perl + ! ext/Errno/Errno_pm.PL +____________________________________________________________________________ +[ 25013] By: nicholas on 2005/06/29 21:24:53 + Log: Expand on parts of perltodo + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 25012] By: nicholas on 2005/06/29 21:09:16 + Log: All tests pass (for me) with -DPERL_DONT_CREATE_GVSV + Branch: perl + ! pp.c pp_hot.c +____________________________________________________________________________ +[ 25011] By: nicholas on 2005/06/29 20:24:12 + Log: Make warnings.t pass with -DPERL_DONT_CREATE_GVSV + Branch: perl + ! pp_sys.c +____________________________________________________________________________ +[ 25010] By: nicholas on 2005/06/29 19:25:24 + Log: Fixes to -DPERL_DONT_CREATE_GVSV to make more tests pass + Branch: perl + ! doio.c gv.c perl.h sv.c +____________________________________________________________________________ +[ 25009] By: nicholas on 2005/06/29 15:58:14 + Log: First stab at not automatically creating an unused SV for GvSV + Enable it with -DPERL_DONT_CREATE_GVSV. + Currently if enabled 22 test scripts have failures, so still some way + to go. + Branch: perl + ! embed.fnc embed.h global.sym gv.c gv.h makedef.pl perl.c + ! pp_hot.c proto.h sv.c +____________________________________________________________________________ +[ 25008] By: rgs on 2005/06/29 08:11:53 + Log: Remove old variable needed for binary compatibility + Branch: perl + ! embedvar.h intrpvar.h perlapi.h sv.c +____________________________________________________________________________ +[ 25007] By: nicholas on 2005/06/28 22:02:03 + Log: Convert strcpy to memcpy where we already know the length. + Branch: perl + ! gv.c sv.c util.c +____________________________________________________________________________ +[ 25006] By: davem on 2005/06/28 11:28:20 + Log: move Carp.pod back into Carp.pm + Branch: perl + - lib/Carp.pod + ! MANIFEST lib/Carp.pm +____________________________________________________________________________ +[ 25005] By: rgs on 2005/06/28 11:17:30 + Log: B::Deparse was chocking on variable names with colons (like foo::::bar) + Branch: perl + ! ext/B/B/Deparse.pm +____________________________________________________________________________ +[ 25004] By: nicholas on 2005/06/28 10:09:26 + Log: Subject: Re: Hints for 64bitall (PPC!) Darwin perl + From: Dominic Dunlop + Message-Id: <1D31D9A6-2451-49EE-AD80-80F1D9CA2825@computer.org> + Date: Mon, 27 Jun 2005 19:46:59 +0200 + Branch: perl + ! hints/darwin.sh +____________________________________________________________________________ +[ 25003] By: steveh on 2005/06/28 08:01:21 + Log: Stop "Possible use before definition" warning following change 24997 + Branch: perl + ! pp_sys.c +____________________________________________________________________________ +[ 25002] By: rgs on 2005/06/28 07:40:35 + Log: Upgrade to Time::HiRes 1.71 + Branch: perl + ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm + ! ext/Time/HiRes/Makefile.PL +____________________________________________________________________________ +[ 25001] By: steveh on 2005/06/28 07:40:01 + Log: Stop "suspicious pointer conversion" warning following change 24997 + Branch: perl + ! hv.c +____________________________________________________________________________ +[ 25000] By: rgs on 2005/06/27 21:57:04 + Log: Don't install demo files with perl + Branch: perl + ! installperl +____________________________________________________________________________ +[ 24999] By: rgs on 2005/06/27 21:30:09 + Log: From: Mattia Barbon + Subject: [PATCH] Avoid redefinition warning for MinGW + Date: Jun 27, 2005 10:07 PM + Message-ID: + Branch: perl + ! win32/win32iop.h +____________________________________________________________________________ +[ 24998] By: nicholas on 2005/06/27 20:52:27 + Log: Fix sv_dec of undefined PVs to (a) not downgrade to NV + (b) give -1, rather than +1 + Branch: perl + ! sv.c t/op/inc.t +____________________________________________________________________________ +[ 24997] By: rgs on 2005/06/27 18:26:15 + Log: Subject: [PATCH] We're going round in circles with pp_sys.c + From: Andy Lester + Date: Mon, 27 Jun 2005 13:06:59 -0500 + Message-ID: <20050627180659.GB29744@petdance.com> + + (edited) + Branch: perl + ! embed.fnc gv.c handy.h hv.c perl.c pp_ctl.c pp_hot.c proto.h + ! regexec.c sv.c toke.c +____________________________________________________________________________ +[ 24996] By: rgs on 2005/06/27 17:19:45 + Log: Fix installation of ptar(1) manpage. + The __END__ was making the POD being ignored by pod2man. + Branch: perl + ! lib/Archive/Tar/bin/ptar +____________________________________________________________________________ +[ 24995] By: davem on 2005/06/27 16:34:34 + Log: Make Carp.pm even lighter (and Carp::Heavy even heavier) + Also move carp.pm pod to carp.pod + Branch: perl + + lib/Carp.pod + ! MANIFEST lib/Carp.pm lib/Carp/Heavy.pm lib/warnings.pm + ! warnings.pl +____________________________________________________________________________ +[ 24994] By: steveh on 2005/06/27 15:45:05 + Log: Silence compiler warning in SDBM_File + + Unless I'm missing something it looks like "key" actually is used, + and the "key = key" assignment causes bcc32 to complain about use + before definition! + Branch: perl + ! ext/SDBM_File/SDBM_File.xs +____________________________________________________________________________ +[ 24993] By: rgs on 2005/06/27 15:22:58 + Log: Subject: [PATCH] XSLoader for Sys::Syslog + From: Alexey Tourbin + Date: Sun, 26 Jun 2005 08:32:05 +0400 + Message-ID: <20050626043204.GA31585@solemn.turbinal.org> + Branch: perl + ! ext/Sys/Syslog/Syslog.pm +____________________________________________________________________________ +[ 24992] By: rgs on 2005/06/27 13:51:10 + Log: Oops (fix previous fix). + Branch: perl + ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/export.t + ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t + ! lib/Filter/Simple/t/import.t +____________________________________________________________________________ +[ 24991] By: rgs on 2005/06/27 13:48:26 + Log: Fix tests of Filter::Simple 0.82 in the core + Branch: perl + ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/export.t + ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t + ! lib/Filter/Simple/t/import.t +____________________________________________________________________________ +[ 24990] By: rgs on 2005/06/27 13:46:25 + Log: Upgrade to Filter::Simple 0.82 + Branch: perl + ! lib/Filter/Simple.pm lib/Filter/Simple/Changes + ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/export.t + ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t + ! lib/Filter/Simple/t/import.t t/lib/Filter/Simple/ExportTest.pm + ! t/lib/Filter/Simple/FilterOnlyTest.pm + ! t/lib/Filter/Simple/FilterTest.pm + ! t/lib/Filter/Simple/ImportTest.pm +____________________________________________________________________________ +[ 24989] By: rgs on 2005/06/27 12:46:44 + Log: Upgrade to Test::Harness 2.52 + Branch: perl + ! lib/Test/Harness.pm lib/Test/Harness/Changes + ! lib/Test/Harness/bin/prove +____________________________________________________________________________ +[ 24988] By: rgs on 2005/06/27 12:35:33 + Log: Upgrade to Time::HiRes 1.70 + Branch: perl + ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm + ! ext/Time/HiRes/HiRes.xs +____________________________________________________________________________ +[ 24987] By: steveh on 2005/06/27 07:41:52 + Log: Suppress warnings about a clash between redefined malloc and the + use of __attribute__malloc__ + + Subject: Re: Fun with __attribute__malloc__ + From: Andy Lester + Date: Fri, 24 Jun 2005 12:11:59 -0500 + Message-ID: <20050624171159.GB29590@petdance.com> + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 24986] By: nicholas on 2005/06/26 22:19:22 + Log: Tweak the child dump socket protocol to return error messages to the + parent so that it can display what went wrong. + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 24985] By: rgs on 2005/06/26 20:06:10 + Log: Upgrade to Time::HiRes 1.69 + Branch: perl + ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm + ! ext/Time/HiRes/Makefile.PL +____________________________________________________________________________ +[ 24984] By: nicholas on 2005/06/26 17:59:33 + Log: When using DEBUG_LEAKING_SCALARS_FORK_DUMP it's possible to cause + indefinite hangs when the debugging child holds open Perl_debug_log, + and it happens to be a file descriptor that is one end of a pipe, + with a process sitting at the other end waitng for EOF. + So close all descriptors in the child *including* Perl_debug_log, + and pass it back in over the control socket if it's needed. + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 24983] By: nicholas on 2005/06/26 10:28:43 + Log: Need to pass a my_perl to S_my_localtime to make threaded builds build. + Branch: perl + ! pp_sys.c +____________________________________________________________________________ +[ 24982] By: nicholas on 2005/06/25 17:58:26 + Log: Add a sanity check to Config::AUTOLOAD to prevent infinte loops if + Configure_heavy.pl gets truncated. + Branch: perl + ! configpm +____________________________________________________________________________ +[ 24981] By: nicholas on 2005/06/25 15:45:06 + Log: On OS X to use perl's malloc need to USE_PERL_SBRK and emulate sbrk() + using system malloc, because sbrk() stops giving us memory after about + 14Mb. + Branch: perl + ! hints/darwin.sh +____________________________________________________________________________ +[ 24980] By: nicholas on 2005/06/25 15:42:30 + Log: Need to skip exporting PL_dumper_fd unless it is used. + Branch: perl + ! makedef.pl +____________________________________________________________________________ +[ 24979] By: nicholas on 2005/06/25 12:55:09 + Log: If forking during global destruction, the child needs to close all + unused file descriptors, else it can cause other processes to hang + because it accidentally holds open pipes and sockets. + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 24978] By: rgs on 2005/06/24 15:21:38 + Log: Upgrade to Unicode::Collate 0.51 + Branch: perl + ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes + ! lib/Unicode/Collate/README +____________________________________________________________________________ +[ 24977] By: steveh on 2005/06/24 14:38:05 + Log: Fix typo in win32.c + + Doesn't fix bcc32 + USE_LARGE_FILES, though :-( + Branch: perl + ! win32/win32.c +____________________________________________________________________________ +[ 24976] By: nicholas on 2005/06/24 14:04:19 + Log: Extend DEBUG_LEAKING_SCALARS_FORK_DUMP so it can also dump scalars + which become unreferenced. This is less likely to be successful. + The #define needs a better name. + Branch: perl + ! embed.fnc embed.h embedvar.h intrpvar.h perl.c perlapi.h + ! proto.h sv.c +____________________________________________________________________________ +[ 24975] By: steveh on 2005/06/24 13:56:15 + Log: Stop '"__attribute__format__" redefined' warnings from gcc on Win32 + Branch: perl + ! perl.h win32/config_H.gc +____________________________________________________________________________ +[ 24974] By: steveh on 2005/06/24 12:27:45 + Log: Make opendir() filename const in Win32-land & friends + + That fact that it wasn't const already was highlighted by a warning + from pp_open_dir() generated by change 24743. Rather than undo the + const change in pp_open_dir(), this seems to make more sense. Hope I + haven't broken Netware or WinCE. + Branch: perl + ! NetWare/nw5.c NetWare/nwperlhost.h NetWare/nwperlsys.h + ! iperlsys.h win32/include/dirent.h win32/perlhost.h + ! win32/win32.c win32/win32iop.h wince/perlhost.h wince/wince.c +____________________________________________________________________________ +[ 24973] By: nicholas on 2005/06/24 10:45:44 + Log: Need to do some sort of die/warn to get the "global destruction" + text if the bug is still present. + Branch: perl + ! t/op/gv.t +____________________________________________________________________________ +[ 24972] By: steveh on 2005/06/24 09:37:24 + Log: Fix t\op\gv.t on Win32 + Branch: perl + ! t/op/gv.t +____________________________________________________________________________ +[ 24971] By: rgs on 2005/06/24 07:54:59 + Log: Remove cargo-culted binmode. + Branch: perl + ! lib/Archive/Tar/t/00_setup.t +____________________________________________________________________________ +[ 24970] By: steveh on 2005/06/24 07:42:41 + Log: Fix Archive-Tar tests on Win32 following change 24954 + Branch: perl + ! lib/Archive/Tar/t/00_setup.t +____________________________________________________________________________ +[ 24969] By: merijn on 2005/06/24 07:41:08 + Log: Workaround localtime edge case where TZ makes time go beyond + the defined working range (AIX 5.2) + Branch: perl + ! pp_sys.c +____________________________________________________________________________ +[ 24968] By: davem on 2005/06/23 22:59:36 + Log: change 24967 got the #endif in the wrong place + Branch: perl + ! pad.c +____________________________________________________________________________ +[ 24967] By: davem on 2005/06/23 22:48:40 + Log: don't repopulate PADTMP slots with null SVs when freeing ops + Branch: perl + ! ext/B/t/f_sort.t ext/B/t/optree_samples.t pad.c +____________________________________________________________________________ +[ 24966] By: nicholas on 2005/06/23 21:30:33 + Log: Remove the reference loop between symbol tables and typeglobs. + Typeglobs now have a weak reference onto their symbol table. + Branch: perl + ! embed.fnc embed.h gv.c mg.c pad.c proto.h sv.c t/op/gv.t +____________________________________________________________________________ +[ 24965] By: rgs on 2005/06/23 18:53:04 + Log: Subject: [PATCH] Pre-YAPC consting fun + From: Andy Lester + Date: Jun 23, 2005 9:04 PM + Message-ID: <20050623190423.GA13835@petdance.com> + Branch: perl + ! embed.fnc embed.h lib/ExtUtils/CBuilder/t/01-basic.t locale.c + ! mg.c perlio.c pp_ctl.c pp_pack.c pp_sys.c proto.h scope.c + ! taint.c util.c +____________________________________________________________________________ +[ 24964] By: merijn on 2005/06/23 18:43:42 + Log: Take a larger margin to prevent 'X' failures in smokes + I was able to get warnings on HP-UX 10.20 every 2nd to 3rd run + when reps was still 10000. With 15000 I didn't get a single warning + Branch: perl + ! t/op/rand.t +____________________________________________________________________________ +[ 24963] By: rgs on 2005/06/23 18:07:34 + Log: Warning suppression. + Branch: perl + ! pp_sys.c +____________________________________________________________________________ +[ 24962] By: nicholas on 2005/06/23 18:00:38 + Log: The current implementation of :unique is fundamentally flawed, + because declaring a scalar READONLY does not stop it being modified. + Hence the current implementation of :unique is *not threadsafe* + D'oh! + Better implementations welcome. + Branch: perl + ! embed.fnc embed.h ext/threads/t/problems.t pod/perltodo.pod + ! proto.h sv.c +____________________________________________________________________________ +[ 24961] By: rgs on 2005/06/23 16:18:21 + Log: Fix Archive::Tar test when perl is built with -Dmksymlinks + Branch: perl + ! lib/Archive/Tar/t/02_methods.t +____________________________________________________________________________ +[ 24960] By: rgs on 2005/06/23 15:51:02 + Log: Subject: [PATCH] Re: [perl #9741] possible problem with File::Find + From: Steve Peters + Date: Fri, 17 Jun 2005 23:27:14 -0500 + Message-ID: <20050618042714.GA29589@mccoy.peters.homeunix.org> + Branch: perl + ! lib/File/Find.pm +____________________________________________________________________________ +[ 24959] By: nicholas on 2005/06/23 14:11:20 + Log: Add a define PERL_POISON which tries to trip up anything accessing + freed or uninitialised memory. Currently only Poison()s freed + pointers. + Branch: perl + ! ext/PerlIO/encoding/encoding.xs gv.c handy.h pp_ctl.c scope.c + ! sv.c +____________________________________________________________________________ +[ 24958] By: nicholas on 2005/06/23 14:09:57 + Log: Indent some of the #ifdef/#define/#endif to make the nesting clearer. + Simplify SvPV_free slightly. + Branch: perl + ! sv.h +____________________________________________________________________________ +[ 24957] By: rgs on 2005/06/23 11:54:25 + Log: This dummy test didn't pass + Branch: perl + ! lib/Archive/Tar/t/99_clean.t +____________________________________________________________________________ +[ 24956] By: rgs on 2005/06/23 11:34:35 + Log: Add a pseudo-test to clean up data files for Archive::Tar tests + Branch: perl + + lib/Archive/Tar/t/99_clean.t + ! MANIFEST +____________________________________________________________________________ +[ 24955] By: rgs on 2005/06/23 11:30:16 + Log: Remove test that relies on Test::POD + Branch: perl + - lib/Archive/Tar/t/99_pod.t + ! MANIFEST +____________________________________________________________________________ +[ 24954] By: rgs on 2005/06/23 11:29:16 + Log: Remove binary files, add a pseudo-test in Archive::Tar to generate them + Branch: perl + + lib/Archive/Tar/t/00_setup.t + - lib/Archive/Tar/t/src/long/bar.tar + - lib/Archive/Tar/t/src/long/foo.tgz + - lib/Archive/Tar/t/src/short/bar.tar + - lib/Archive/Tar/t/src/short/foo.tgz + ! MANIFEST +____________________________________________________________________________ +[ 24953] By: steveh on 2005/06/23 11:02:42 + Log: Silence bcc32 compiler warnings following change 24945 + + ("Possible use of '%s' before definition") + Branch: perl + ! pp_ctl.c pp_sys.c +____________________________________________________________________________ +[ 24952] By: nicholas on 2005/06/23 10:41:00 + Log: Re-initialise PL_curcop to &PL_compiling before destroying the optree. + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 24951] By: rgs on 2005/06/23 10:39:47 + Log: Subject: Re: [perl #36350] unstable sorting for use integer; sort { $b <=> $a } @foo + From: Salvador Fandino + Date: Tue, 21 Jun 2005 19:50:35 +0200 + Message-ID: <20050621181658.5977.qmail@lists.develooper.com> + Branch: perl + ! pp_sort.c +____________________________________________________________________________ +[ 24950] By: steveh on 2005/06/23 10:21:53 + Log: Oops! Change 24946 wasn't quite right + Branch: perl + ! doio.c +____________________________________________________________________________ +[ 24949] By: rgs on 2005/06/23 09:32:55 + Log: Add handling of NV_ZERO_IS_ALLBITS_ZERO for Netware and epoc + Branch: perl + ! NetWare/config.wc NetWare/config_H.wc epoc/config.sh +____________________________________________________________________________ +[ 24948] By: rgs on 2005/06/23 09:25:03 + Log: Define d_nv_zero_is_allbits_zero for symbian + (noticed by Jarkko) + Branch: perl + ! symbian/config.sh +____________________________________________________________________________ +[ 24947] By: steveh on 2005/06/23 09:18:37 + Log: Silence bcc32 compiler warnings from win32/fcrypt.c (almost) + + It still whines about 'in' and 'b' being assigned values that are + never used on lines 348 and 505 respectively (as side effects of the + calls to c2l and l2c respectively), but I'm not sure how to shut + them up. + Branch: perl + ! win32/fcrypt.c +____________________________________________________________________________ +[ 24946] By: steveh on 2005/06/23 09:00:28 + Log: More bcc32 compiler warnings to silence + + ("Suspicious pointer conversion") + Branch: perl + ! doio.c win32/win32io.c +____________________________________________________________________________ +[ 24945] By: rgs on 2005/06/23 08:39:44 + Log: Subject: [PATCH] Const Boy II: The Localizing + From: Andy Lester + Date: Wed, 22 Jun 2005 09:41:00 -0500 + Message-ID: <20050622144059.GA19598@petdance.com> + Branch: perl + ! autodoc.pl embed.fnc embed.pl hv.c perl.c perlio.c + ! pod/perlapi.pod pp.c pp.h pp_ctl.c pp_sys.c proto.h sv.c + ! util.c +____________________________________________________________________________ +[ 24944] By: steveh on 2005/06/23 08:04:21 + Log: Silence another bcc32 compiler warning + + ("Possible use of '%s' before definition") + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 24943] By: davem on 2005/06/22 23:08:55 + Log: remove taint hack now that local $tainted no longer copies taint magic + Branch: perl + ! mg.c sv.c +____________________________________________________________________________ +[ 24942] By: davem on 2005/06/22 21:42:54 + Log: handle magic in local correctly + the local SV now gets a copy of any container magic, and no value + magic; in the past the whole magic chain was either shared or + moved + Branch: perl + ! embed.fnc embed.h mg.c pod/perlguts.pod pod/perlintern.pod + ! proto.h scope.c t/op/local.t +____________________________________________________________________________ +[ 24941] By: merijn on 2005/06/22 17:14:04 + Log: Upgrade to Test::Harness 2.50 + Branch: perl + ! lib/Test/Harness.pm lib/Test/Harness/t/strap-analyze.t +____________________________________________________________________________ +[ 24940] By: nicholas on 2005/06/22 16:37:06 + Log: Add facility to fork() early in perl_destruct and use the child to + dump out leaked scalars (enabled with DEBUG_LEAKING_SCALARS_FORK_DUMP + when DEBUG_LEAKING_SCALARS is already in force) + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 24939] By: steveh on 2005/06/22 13:25:16 + Log: Silence yet more bcc32 compiler warnings + + ("Code has no effect") + Branch: perl + ! hv.c pp_ctl.c pp_hot.c +____________________________________________________________________________ +[ 24938] By: steveh on 2005/06/22 13:02:17 + Log: Silence some more bcc32 compiler warnings + + ("Suggest parentheses to clarify precedence") + Branch: perl + ! warnings.h warnings.pl +____________________________________________________________________________ +[ 24937] By: steveh on 2005/06/22 12:31:59 + Log: Silence some bcc32 compiler warnings + + ("Superfluous & with function") + Branch: perl + ! perlvars.h pp.c win32/win32.c +____________________________________________________________________________ +[ 24936] By: nicholas on 2005/06/22 10:08:43 + Log: Now that the global string table is using a single hunk of memory + for both HE and HEK, we need to actually free things in perl_destruct + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 24935] By: steveh on 2005/06/22 09:40:25 + Log: Fix Archive-Tar tests on Win32 + + (Patch from Jos Boumans, from his current dev version.) + Branch: perl + ! lib/Archive/Tar.pm +____________________________________________________________________________ +[ 24934] By: merijn on 2005/06/21 19:27:38 + Log: Redo generation of change #24898 + Do not forget to run Porting/config_h.pl! + Branch: perl + ! Configure config_h.SH +____________________________________________________________________________ +[ 24932] By: rgs on 2005/06/21 17:05:01 + Log: Upgrade to Test::Harness 2.49_02 + Branch: perl + ! lib/Test/Harness.pm lib/Test/Harness/Changes + ! lib/Test/Harness/Iterator.pm lib/Test/Harness/Straps.pm + ! lib/Test/Harness/t/test-harness.t +____________________________________________________________________________ +[ 24931] By: rgs on 2005/06/21 16:33:32 + Log: Add Archive::Tar to the maintainers list + Branch: perl + ! Porting/Maintainers.pl +____________________________________________________________________________ +[ 24930] By: rgs on 2005/06/21 16:14:06 + Log: Trim trailing spaces + Branch: perl + ! lib/Archive/Tar/bin/ptar +____________________________________________________________________________ +[ 24929] By: rgs on 2005/06/21 15:53:30 + Log: Add pod, so ptar has a manpage + Branch: perl + ! lib/Archive/Tar/bin/ptar +____________________________________________________________________________ +[ 24928] By: rgs on 2005/06/21 15:27:37 + Log: POD nits + Branch: perl + ! ext/Storable/Storable.pm +____________________________________________________________________________ +[ 24927] By: nicholas on 2005/06/21 15:27:14 + Log: Drag t/op/gv.t kicking and screaming into the century of the fruitbat + (or at least into the decade of t/test.pl) + Branch: perl + ! t/op/gv.t +____________________________________________________________________________ +[ 24926] By: rgs on 2005/06/21 15:04:10 + Log: Add the ptar(1) utility from Archive::Tar + Branch: perl + + lib/Archive/Tar/bin/ptar utils/ptar.PL + ! MANIFEST utils.lst utils/Makefile vms/descrip_mms.template + ! win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 24925] By: steveh on 2005/06/21 13:49:10 + Log: Trim trailing whitespace from $! and $^E + + (Fixes lib/Test/Simple/t/fail-more.t with bcc32 on Win32, and is + good for consistency anyway) + Branch: perl + ! mg.c +____________________________________________________________________________ +[ 24924] By: nicholas on 2005/06/21 12:39:27 + Log: Avoid having NULL entries in the weakref backreference array, and + make S_sv_add_backref O(1) (instead of O(n)) + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24923] By: rgs on 2005/06/21 12:12:10 + Log: Cleanup after this test + Branch: perl + ! lib/Archive/Tar/t/02_methods.t +____________________________________________________________________________ +[ 24922] By: rgs on 2005/06/21 12:01:07 + Log: Add Archive::Tar 1.24, except ptar for now + Branch: perl + + lib/Archive/Tar.pm lib/Archive/Tar/Constant.pm + + lib/Archive/Tar/File.pm lib/Archive/Tar/t/01_use.t + + lib/Archive/Tar/t/02_methods.t lib/Archive/Tar/t/03_file.t + + lib/Archive/Tar/t/99_pod.t lib/Archive/Tar/t/src/long/b + + lib/Archive/Tar/t/src/long/bar.tar + + lib/Archive/Tar/t/src/long/foo.tgz + + lib/Archive/Tar/t/src/short/b + + lib/Archive/Tar/t/src/short/bar.tar + + lib/Archive/Tar/t/src/short/foo.tgz + ! MANIFEST +____________________________________________________________________________ +[ 24921] By: nicholas on 2005/06/21 10:58:22 + Log: weak references aren't UVs, do don't show this in the dump flags. + Branch: perl + ! dump.c +____________________________________________________________________________ +[ 24920] By: rgs on 2005/06/21 10:50:18 + Log: Subject: [PATCH] ternary operator cond ? foo : bar being parsed as ?...? + From: Salvador Fandińo + Date: Fri, 17 Jun 2005 14:06:30 +0100 + Message-ID: <20050617130548.18776.qmail@lists.develooper.com> + + with wordings improvements suggested by Ronald J Kimball + Branch: perl + ! pod/perldiag.pod toke.c +____________________________________________________________________________ +[ 24919] By: nicholas on 2005/06/21 10:35:09 + Log: No need to set flags twice. + Branch: perl + ! av.c +____________________________________________________________________________ +[ 24918] By: nicholas on 2005/06/21 09:44:08 + Log: As there will be no old body to dispose of, we can return immediately. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24917] By: rgs on 2005/06/21 09:40:46 + Log: Fix [perl #36102] Data::Dumper Doesn't Stringify Numeric Labels + Branch: perl + ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs + ! ext/Data/Dumper/t/dumper.t +____________________________________________________________________________ +[ 24916] By: rgs on 2005/06/21 07:03:40 + Log: Subject: Re: [perl #36310] sv_vcatpvfn() fails on some (very limited) situations + From: Tsutomu IKEGAMI + Date: Fri, 17 Jun 2005 17:55:10 +0900 (JST) + Message-Id: <20050617.175510.21285350.t-ikegami@aist.go.jp> + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24915] By: rgs on 2005/06/20 16:28:38 + Log: Subject: [PATCH perl.h] FPTR2DPTR/DPTR2FPTR + From: Robin Barker + Date: Mon, 20 Jun 2005 13:47:37 +0100 + Message-ID: <533D273D4014D411AB1D00062938C4D90849C6E4@hotel.npl.co.uk> + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 24914] By: nicholas on 2005/06/20 15:21:59 + Log: Replace the non-const initialiser block + loop with a series of calls + to a small static function. + c.f. "I will replace you with a small shell script..." + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24913] By: rgs on 2005/06/20 15:12:50 + Log: Subject: [PATCH] The continuing adventures of Constman and Localize Boy + From: Andy Lester + Date: Mon, 20 Jun 2005 10:22:37 -0500 + Message-ID: <20050620152237.GA5032@petdance.com> + Branch: perl + ! XSUB.h doop.c embed.fnc embed.h global.sym gv.c mg.c pad.c + ! perl.h proto.h sv.c universal.c util.c +____________________________________________________________________________ +[ 24912] By: rgs on 2005/06/20 13:32:52 + Log: Same fix, for the test, now. + Branch: perl + ! t/run/switches.t +____________________________________________________________________________ +[ 24911] By: rgs on 2005/06/20 13:06:13 + Log: perl -v was outputting a double v (spotted by Jarkko) + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 24910] By: rgs on 2005/06/20 11:58:32 + Log: Remove signature test, which is always skipped + Branch: perl + - lib/Test/Simple/t/00signature.t + ! MANIFEST +____________________________________________________________________________ +[ 24909] By: rgs on 2005/06/20 11:45:02 + Log: Subject: [PATCH pod/perlfunc.pod pod/perlobj.pod pod/perltooc.pod] Recommend Against UNIVERSAL:: Methods as Functions, take 2 + From: chromatic + Date: Sat, 18 Jun 2005 12:15:41 -0700 + Message-Id: <1119122141.21521.9.camel@localhost> + Branch: perl + ! pod/perlfunc.pod pod/perlobj.pod pod/perltooc.pod +____________________________________________________________________________ +[ 24908] By: rgs on 2005/06/20 11:00:31 + Log: Remove the deprecated $# variable + Branch: perl + ! doio.c embedvar.h gv.c intrpvar.h mg.c perl.c perlapi.h + ! pod/perldiag.pod sv.c t/lib/warnings/gv +____________________________________________________________________________ +[ 24907] By: nicholas on 2005/06/20 10:35:41 + Log: Silence warning in debug printf + Branch: perl + ! doop.c +____________________________________________________________________________ +[ 24906] By: rgs on 2005/06/20 09:45:24 + Log: Subject: [PATCH] More random cleanups + From: Andy Lester + Date: Fri, 17 Jun 2005 09:50:29 -0500 + Message-ID: <20050617145029.GC11769@petdance.com> + Branch: perl + ! embed.fnc embed.h pp_ctl.c pp_sort.c proto.h scope.c +____________________________________________________________________________ +[ 24905] By: steveh on 2005/06/20 09:30:23 + Log: Support NV_ZERO_IS_ALLBITS_ZERO on Win32 (re: change 24898) + + The try.c test program added to Configure by change 24898 outputs + "Yes" using each of VC++, GCC and BCC32, so here goes... + Branch: perl + ! win32/config.bc win32/config.gc win32/config.vc + ! win32/config.vc64 win32/config_H.bc win32/config_H.gc + ! win32/config_H.vc win32/config_H.vc64 +____________________________________________________________________________ +[ 24904] By: rgs on 2005/06/20 09:23:33 + Log: Hugo suggests this. + Branch: perl + ! pod/perlhack.pod +____________________________________________________________________________ +[ 24903] By: rgs on 2005/06/20 09:20:40 + Log: Missed a chunk in previous commit + Branch: perl + ! pod/perlsyn.pod +____________________________________________________________________________ +[ 24902] By: rgs on 2005/06/20 09:18:35 + Log: Subject: [perl #36328] Until Statement Undocumented + From: Eric Amick (via RT) + Date: 18 Jun 2005 03:47:32 -0000 + Message-ID: + Branch: perl + ! pod/perlsyn.pod +____________________________________________________________________________ +[ 24901] By: rgs on 2005/06/20 09:06:57 + Log: Subject: Re: [PATCH replacement] Re: [perl #36313] perl -e "1for$[=0" crash + From: Rick Delaney + Date: Sun, 19 Jun 2005 09:47:22 -0400 + Message-ID: <20050619134722.GB31592@localhost.localdomain> + Branch: perl + ! op.c t/comp/parser.t +____________________________________________________________________________ +[ 24900] By: nicholas on 2005/06/20 08:19:52 + Log: S_del_body is sufficiently small that inlining it is a space win. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24899] By: nicholas on 2005/06/19 15:12:26 + Log: If NV_ZERO_IS_ALLBITS_ZERO there's no need to explicitly set the NVX + to 0.0, as the memset has already done it. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24898] By: nicholas on 2005/06/19 15:11:06 + Log: Add a Configure test to see if NV 0.0 is stored as all bits zero, and + #define NV_ZERO_IS_ALLBITS_ZERO if so. This is always true on VMS: + + Subject: Re: Configure check for whether 0.0 is stored as all bits zero + From: "Craig A. Berry" + Message-Id: + Date: Sat, 18 Jun 2005 18:23:59 -0500 + Branch: perl + ! Configure Porting/Glossary config_h.SH configure.com +____________________________________________________________________________ +[ 24897] By: nicholas on 2005/06/19 10:22:58 + Log: Move the offset calculations outside of new_body/del_body. + This makes some of the upgrade code slightly simpler. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24896] By: nicholas on 2005/06/18 22:43:58 + Log: Refactor sv_dup to memcpy from source to destination, and only + explicitly copy the structure members that need explicit duplication. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24895] By: nicholas on 2005/06/18 16:33:41 + Log: Squeeze a little more savings by moving pte and he arenas into the + common arena free code. + Branch: perl + ! hv.h perl.h sv.c +____________________________________________________________________________ +[ 24894] By: nicholas on 2005/06/18 15:07:47 + Log: Subject: [PATCH] squeeze repetition out of Perl_sv_free_arenas + From: Jim Cromie + Message-ID: <42B3C388.2090902@divsol.com> + Date: Sat, 18 Jun 2005 00:47:36 -0600 + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24893] By: nicholas on 2005/06/18 14:28:04 + Log: update AVs and HVs using the old_body, and remove all of the local + variables used to hold the SV body piecemeal. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24892] By: nicholas on 2005/06/18 10:57:02 + Log: sv_upgrade by memcpy + AV and HV cases need tidyup + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24891] By: nicholas on 2005/06/17 19:37:56 + Log: Fix compiling with -DPURIFY + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24890] By: nicholas on 2005/06/17 17:30:19 + Log: Change 24886 was buggy - should be taking (and passing in) the + address of the arena. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24889] By: rgs on 2005/06/17 15:43:11 + Log: Add new internal error message to perldiag + Branch: perl + ! pod/perldiag.pod +____________________________________________________________________________ +[ 24888] By: nicholas on 2005/06/17 15:37:50 + Log: Collect a little more information about the body we're getting rid of + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24887] By: rgs on 2005/06/17 14:44:43 + Log: Missing aTHX_ (noticed by Jim Cromie) + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24886] By: nicholas on 2005/06/17 14:28:07 + Log: Move freeing the old body after the creating of the new body. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24885] By: nicholas on 2005/06/17 13:42:03 + Log: The only way is up! + (*up*grades. Or croak) + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24884] By: rgs on 2005/06/17 12:21:53 + Log: Subject: [perl #36199] [PATCH] 5.8.7 fails to build with parallel make + From: "Steve Peters via RT" + Date: 16 Jun 2005 17:11:14 -0000 + Message-ID: + Branch: perl + ! Makefile.SH +____________________________________________________________________________ +[ 24883] By: steveh on 2005/06/17 11:36:45 + Log: Silence STDERR grumblings from Borland's math library. + + This fixes failures in ext/B/t/deparse.t and lib/warnings.t (and + renders change 24870 obsolete, hence it is reverted here). + Branch: perl + ! lib/warnings.t makedef.pl win32/win32.c +____________________________________________________________________________ +[ 24882] By: rgs on 2005/06/17 09:26:25 + Log: Upgrade to PathTools 3.09 + Branch: perl + ! ext/Cwd/Changes ext/Cwd/Cwd.xs ext/Cwd/t/cwd.t lib/Cwd.pm + ! lib/File/Spec.pm +____________________________________________________________________________ +[ 24881] By: nicholas on 2005/06/17 08:35:48 + Log: new_pte/del_pte can use new_body/del_body too + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24880] By: steveh on 2005/06/17 08:28:32 + Log: Subject: [PATCH] Strip \\?\ prefix from Perl path in win32/win32.c:set_w32_module_name() + From: "Jan Dubois" + Date: Thu, 16 Jun 2005 11:43:15 -0700 + Message-Id: <200506161843.j5GIhKhL024472@smtp3.ActiveState.com> + Branch: perl + ! win32/win32.c +____________________________________________________________________________ +[ 24879] By: nicholas on 2005/06/16 22:08:29 + Log: Storing the ixv for magic arrays seems to cause double free errors on + OS X. This all feels like voodoo. + Branch: perl + ! ext/B/B/Bytecode.pm +____________________________________________________________________________ +[ 24878] By: nicholas on 2005/06/16 22:06:57 + Log: Replace all the new/del static functions with calls to a single pair + of functions that uproot/plant bodies + Branch: perl + ! embed.fnc embed.h proto.h sv.c +____________________________________________________________________________ +[ 24877] By: nicholas on 2005/06/16 19:28:20 + Log: Making more_* return a pointer, and swapping to a ternary ?: in + new_* seems to generate slightly terser object code. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24876] By: nicholas on 2005/06/16 18:37:55 + Log: Replace all the S_more_* functions with a single function. + Saves 1.5K on the object file in OS X when built with -Os + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24875] By: nicholas on 2005/06/16 16:25:54 + Log: Subject: [PATCH] Re: [perl #36048] Refactor S_more_*v into one function + From: Jim Cromie + Message-ID: <42ADC8ED.4090009@divsol.com> + Date: Mon, 13 Jun 2005 11:57:01 -0600 + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24874] By: nicholas on 2005/06/16 15:09:00 + Log: I'm not convinced that manually creating HVs via sv_upgrade is a great + idea, but as we are, turning on shared keys makes sense. + Branch: perl + ! util.c +____________________________________________________________________________ +[ 24873] By: merijn on 2005/06/16 14:33:10 + Log: Subject: [PATCH] Lint support + From: Andy Lester + Date: Thu, 16 Jun 2005 09:35:21 -0500 + Message-ID: <20050616143521.GB22188@petdance.com> + Branch: perl + ! XSUB.h perl.h universal.c +____________________________________________________________________________ +[ 24872] By: merijn on 2005/06/16 14:24:43 + Log: Subject: Re: a warning for a ExtUtils::ParseXS test + From: Ken Williams + Date: Wed, 15 Jun 2005 20:00:42 -0500 + Message-Id: <29d2a69650cb39059c9af487069b941c@mathforum.org> + Branch: perl + ! lib/ExtUtils/ParseXS/t/XSTest.xs +____________________________________________________________________________ +[ 24871] By: rgs on 2005/06/16 13:55:18 + Log: Subject: [PATCH] Removing /*SUPPRESS xxx*/ + From: Andy Lester + Date: Thu, 16 Jun 2005 09:13:42 -0500 + Message-ID: <20050616141342.GA22188@petdance.com> + Branch: perl + ! av.c doio.c doop.c perl.c pp.c pp_hot.c pp_sys.c regcomp.c + ! regexec.c sv.c toke.c util.c +____________________________________________________________________________ +[ 24870] By: steveh on 2005/06/16 13:16:56 + Log: Teach lib/warnings.t about Borland CRT error messages + Branch: perl + ! lib/warnings.t +____________________________________________________________________________ +[ 24869] By: rgs on 2005/06/16 12:54:18 + Log: Subject: [perl #36237] IO::File $fh->binmode($layer) is broken + From: "Alexander Foken" (via RT) + Date: 10 Jun 2005 12:46:41 -0000 + Message-ID: + + and bump version number + Branch: perl + ! ext/IO/lib/IO/File.pm +____________________________________________________________________________ +[ 24868] By: steveh on 2005/06/16 11:10:01 + Log: Update README.win32 + + (Mention Borland compiler is also free; update libwin32 link) + Branch: perl + ! README.win32 +____________________________________________________________________________ +[ 24867] By: steveh on 2005/06/16 11:00:19 + Log: Give op/taint.t a helping hand for Borland compiler on Win32 + Branch: perl + ! t/op/taint.t +____________________________________________________________________________ +[ 24866] By: steveh on 2005/06/16 09:51:33 + Log: Fix changes 24862 and 24863 for Sarathy's old dmake + Branch: perl + ! win32/makefile.mk +____________________________________________________________________________ +[ 24865] By: rgs on 2005/06/16 09:45:59 + Log: Subs with builtin attributes shouldn't be made constant + + Subject: Re: [perl #36297] builtin attrs on subrutine declarations + From: Salvador "FandiXo" + Date: Wed, 15 Jun 2005 08:27:00 -0700 (PDT) + Message-ID: <20050615152700.96320.qmail@web52702.mail.yahoo.com> + Branch: perl + ! op.c +____________________________________________________________________________ +[ 24864] By: rgs on 2005/06/16 09:18:58 + Log: Add -f in perl synopsys, sync perl.pod and perlrun.pod synopses + Branch: perl + ! pod/perl.pod pod/perlrun.pod +____________________________________________________________________________ +[ 24863] By: steveh on 2005/06/16 09:09:22 + Log: Simplify win32/makefile.mk for static extensions with GCC + Branch: perl + ! win32/makefile.mk +____________________________________________________________________________ +[ 24862] By: steveh on 2005/06/16 08:51:14 + Log: Enable static extensions with Borland compiler on Win32 + Branch: perl + ! win32/buildext.pl win32/makefile.mk +____________________________________________________________________________ +[ 24861] By: rgs on 2005/06/16 08:29:10 + Log: Revert part of change #24854 + Branch: perl + ! ext/Devel/DProf/t/DProf.t perl.c +____________________________________________________________________________ +[ 24860] By: steveh on 2005/06/16 07:40:21 + Log: Don't export Perl_stashpv_hvname_match when !USE_ITHREADS + + (Fixes a linker error on Win 32 introduced by change #24847) + Branch: perl + ! makedef.pl +____________________________________________________________________________ +[ 24859] By: nicholas on 2005/06/15 22:32:14 + Log: Don't write bytecode to load the NVX of AVs and HVs + Branch: perl + ! ext/B/B/Bytecode.pm +____________________________________________________________________________ +[ 24858] By: nicholas on 2005/06/15 22:31:41 + Log: We were failing to pring "not ok" if the text exited uncleanly + Branch: perl + ! ext/B/t/bytecode.t +____________________________________________________________________________ +[ 24857] By: nicholas on 2005/06/15 22:30:53 + Log: assert that you aren't assigning to the NVX of an AV or HV + Branch: perl + ! sv.h +____________________________________________________________________________ +[ 24856] By: rgs on 2005/06/15 16:37:46 + Log: Introduce PERL_RUNPERL_DEBUG to alter the behavior of runperl(), + this can be useful to use valgrind for example + Branch: perl + ! t/test.pl +____________________________________________________________________________ +[ 24855] By: steveh on 2005/06/15 16:30:58 + Log: Fix $Config{ccversion} for Borland C++ 5.5.1 + + This pattern match seems a little saner, and stops " for Win32" + getting picked up from the following output: + + Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland + + Maybe it breaks older versions, but at least the latest now works + correctly. If anyone knows what older versions' messages look like + then speak up! + Branch: perl + ! win32/config_sh.PL +____________________________________________________________________________ +[ 24854] By: rgs on 2005/06/15 16:24:05 + Log: Subject: Re: [PATCH] make -f invalid when USE_SITECUSTOMIZE isn't set + From: Steve Peters + Date: Wed, 15 Jun 2005 11:30:41 -0500 + Message-ID: <20050615163040.GA14745@mccoy.peters.homeunix.org> + Branch: perl + ! ext/Devel/DProf/t/DProf.t perl.c +____________________________________________________________________________ +[ 24853] By: rgs on 2005/06/15 16:16:32 + Log: Subject: sort optimization + From: Salvador Fandińo + Date: Mon, 06 Jun 2005 12:05:05 +0100 + Message-ID: <20050606110425.22941.qmail@lists.develooper.com> + Branch: perl + ! pp_sort.c +____________________________________________________________________________ +[ 24852] By: steveh on 2005/06/15 16:02:06 + Log: Fix win32/makefile.mk for building with bcc32 5.5.1 and dmake 4.4 + Branch: perl + ! win32/makefile.mk +____________________________________________________________________________ +[ 24851] By: rgs on 2005/06/15 14:40:40 + Log: Subject: [perl #36297] builtin attrs on subrutine declarations + From: Salvador "FandiXXo" (via RT) + Date: 15 Jun 2005 13:54:53 -0000 + Message-ID: + Branch: perl + ! op.c t/op/attrs.t +____________________________________________________________________________ +[ 24850] By: merijn on 2005/06/15 13:57:57 + Log: Protect Perl_sv_2pvbyte () to NULL length pointers + Thanks Nick! + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24849] By: rgs on 2005/06/15 13:55:50 + Log: Better phrasing + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 24848] By: rgs on 2005/06/15 09:27:55 + Log: Subject: [PATCH] Storable/Storable.xs: make plain C functions static + From: Alexey Tourbin + Date: Sun, 5 Jun 2005 03:42:42 +0400 + Message-ID: <20050604234242.GW5867@solemn.turbinal.org> + Branch: perl + ! ext/Storable/Storable.xs +____________________________________________________________________________ +[ 24847] By: rgs on 2005/06/15 09:03:22 + Log: Subject: [PATCH] CopSTASH_eq again + From: Andy Lester + Date: Tue, 14 Jun 2005 23:49:26 -0500 + Message-ID: <20050615044926.GA29087@petdance.com> + Branch: perl + ! cop.h embed.fnc embed.h global.sym proto.h util.c +____________________________________________________________________________ +[ 24846] By: rgs on 2005/06/15 07:49:48 + Log: Fix warning nits, by Jarkko + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24845] By: nicholas on 2005/06/14 19:28:28 + Log: Subject: [PATCH] S_emulate_eaccess() does return a value + From: Steve Peters + Message-ID: <20050614193052.GA1898@mccoy.peters.homeunix.org> + Date: Tue, 14 Jun 2005 14:30:52 -0500 + Branch: perl + ! embed.fnc proto.h +____________________________________________________________________________ +[ 24844] By: davem on 2005/06/14 17:24:18 + Log: whoops, Perl_magic_freearylen_p returns int + Branch: perl + ! mg.c +____________________________________________________________________________ +[ 24843] By: nicholas on 2005/06/14 16:29:49 + Log: Change 24838 breaks deparse.t, which checks that embedded NULs work. + Here's a temporary hack, pending a way for B to correctly identify + PVs that are variable names in pads. + Branch: perl + ! ext/B/B.xs +____________________________________________________________________________ +[ 24842] By: rgs on 2005/06/14 13:49:41 + Log: Add core test preamble + Branch: perl + ! lib/IO/Zlib/t/basic.t lib/IO/Zlib/t/external.t + ! lib/IO/Zlib/t/getc.t lib/IO/Zlib/t/getline.t + ! lib/IO/Zlib/t/import.t lib/IO/Zlib/t/large.t + ! lib/IO/Zlib/t/tied.t lib/IO/Zlib/t/uncomp1.t + ! lib/IO/Zlib/t/uncomp2.t +____________________________________________________________________________ +[ 24841] By: nicholas on 2005/06/14 13:40:49 + Log: Test was coredumping with a shared perl library. + This is wrong. It seems that what gets peephole optimised + (in this case named method calls into shared string scalars) depends + on whether there is a shared perl library. + Anyway, fix the symptom - the coredump. + Branch: perl + ! ext/XS/APItest/t/hash.t +____________________________________________________________________________ +[ 24840] By: steveh on 2005/06/14 13:36:03 + Log: Stop "test" filename clashing with "TEST" on Win32 + + (and bump $IO::Zlib::VERSION again) + Branch: perl + ! lib/IO/Zlib.pm lib/IO/Zlib/t/uncomp1.t lib/IO/Zlib/t/uncomp2.t +____________________________________________________________________________ +[ 24839] By: steveh on 2005/06/14 13:26:30 + Log: Actually skip tests when they're supposed to be skipped! + + (and bump $IO::Zlib::VERSION) + Branch: perl + ! lib/IO/Zlib.pm lib/IO/Zlib/t/external.t +____________________________________________________________________________ +[ 24838] By: rgs on 2005/06/14 13:22:20 + Log: Subject: [PATCH] Fix for SEGV in ext/B/t/xref.t on OpenBSD + From: Steve Peters + Date: Tue, 14 Jun 2005 08:16:38 -0500 + Message-ID: <20050614131638.GA24771@mccoy.peters.homeunix.org> + Branch: perl + ! ext/B/B.xs +____________________________________________________________________________ +[ 24837] By: steveh on 2005/06/14 13:13:17 + Log: Don't delete IO/Zlib during distclean on Win32 + + (IO/Socket still needs to go, though) + Branch: perl + ! win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 24836] By: rgs on 2005/06/14 13:02:24 + Log: Document ${^UTF8LOCALE} + Branch: perl + ! pod/perlvar.pod +____________________________________________________________________________ +[ 24835] By: rgs on 2005/06/14 12:12:33 + Log: Add IO::Zlib in maintainers list + Branch: perl + ! Porting/Maintainers.pl +____________________________________________________________________________ +[ 24834] By: rgs on 2005/06/14 12:06:40 + Log: Add IO::Zlib 1.04 to bleadperl + Branch: perl + + lib/IO/Zlib.pm lib/IO/Zlib/t/basic.t lib/IO/Zlib/t/external.t + + lib/IO/Zlib/t/getc.t lib/IO/Zlib/t/getline.t + + lib/IO/Zlib/t/import.t lib/IO/Zlib/t/large.t + + lib/IO/Zlib/t/tied.t lib/IO/Zlib/t/uncomp1.t + + lib/IO/Zlib/t/uncomp2.t + ! MANIFEST Makefile.SH +____________________________________________________________________________ +[ 24833] By: davem on 2005/06/14 10:15:10 + Log: Perl_magic_freearylen_p could coredump + Branch: perl + ! mg.c +____________________________________________________________________________ +[ 24832] By: rgs on 2005/06/14 08:52:46 + Log: Subject: better assertion support + From: Salvador Fandińo + Date: Mon, 13 Jun 2005 16:48:01 +0100 + Message-ID: <20050613154719.29295.qmail@lists.develooper.com> + Branch: perl + + lib/assertions/compat.pm t/comp/asstcompat.t + ! MANIFEST lib/assertions.pm lib/assertions/activate.pm perl.c + ! pod/perlrun.pod t/comp/assertions.t t/run/switch_A.t +____________________________________________________________________________ +[ 24831] By: rgs on 2005/06/14 08:31:18 + Log: Since the version module is use'd afterwards, use_ok needs to be + in a BEGIN block + Branch: perl + ! lib/version.t +____________________________________________________________________________ +[ 24830] By: steveh on 2005/06/14 07:42:33 + Log: Add BUILDOPTEXTRA to Win32 makefiles + + This allows extra build options, e.g. -DNO_HASH_SEED, to be + specified on the command line, which is otherwise not possible + under nmake using the existing BUILDOPT macro + + Suggested by Jan Dubois + Branch: perl + ! win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 24829] By: nicholas on 2005/06/13 22:29:00 + Log: Pay attention to the comments that Dave writes. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24828] By: rgs on 2005/06/13 20:22:52 + Log: Comment nit to help Devel::Cover, spotted by Steve Peters + Branch: perl + ! ext/POSIX/POSIX.xs +____________________________________________________________________________ +[ 24827] By: nicholas on 2005/06/13 20:18:57 + Log: Croak if an attempt is made to modify PL_strtab + (er, TODO - these should be in perldiag) + Branch: perl + ! ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs + ! ext/XS/APItest/t/hash.t hv.c +____________________________________________________________________________ +[ 24826] By: nicholas on 2005/06/13 20:17:56 + Log: More SvPV consting + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 24825] By: steveh on 2005/06/13 16:35:19 + Log: Subject: [PATCH @ 24819] Re: Change 24806: improve static build for win32/Makefile + From: vadim + Date: Mon, 13 Jun 2005 15:41:41 -0400 + Message-Id: <1118691701.6333.32.camel@mdk10> + Branch: perl + ! win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 24824] By: nicholas on 2005/06/13 16:24:57 + Log: With shared hash key scalars now accessing the hash via the PVX, you + can't fake them with regular PVIVs. So fake method calls have to use + real shared hask key scalars. + Branch: perl + ! ext/B/t/optree_specials.t op.c +____________________________________________________________________________ +[ 24823] By: rgs on 2005/06/13 15:20:05 + Log: Subject: [PATCH] Bring bleadperl up to version.pm + From: John Peacock + Date: Mon, 06 Jun 2005 05:18:21 -0400 + Message-ID: <42A414DD.8090504@rowman.com> + Branch: perl + ! configpm embed.fnc lib/h2xs.t lib/version.pm lib/version.t + ! pod/perlapi.pod pp_ctl.c proto.h t/comp/require.t t/comp/use.t + ! t/op/universal.t t/op/ver.t universal.c util.c utils/h2xs.PL +____________________________________________________________________________ +[ 24822] By: rgs on 2005/06/13 12:49:18 + Log: Subject: [PATCH] Re: [perl #36047] perlmod.pod/CLONESKIP error + From: Offer Kaye + Date: Thu, 2 Jun 2005 09:14:53 +0300 + Message-ID: <56942505060123146e5eb1c2@mail.gmail.com> + Branch: perl + ! pod/perlmod.pod +____________________________________________________________________________ +[ 24821] By: nicholas on 2005/06/13 11:48:05 + Log: Change 24816 forgot to update makedef.pl + Branch: perl + ! makedef.pl +____________________________________________________________________________ +[ 24820] By: rgs on 2005/06/13 11:28:43 + Log: Make some variables global, to avoid some "will not stay + shared" warnings at compile time + Branch: perl + ! lib/ExtUtils/ParseXS.pm +____________________________________________________________________________ +[ 24819] By: nicholas on 2005/06/13 09:43:18 + Log: S_share_hek_flags can revert to returning a HEK + Branch: perl + ! embed.fnc hv.c proto.h +____________________________________________________________________________ +[ 24818] By: rgs on 2005/06/13 09:13:43 + Log: Remove MANIFEST for Compress::Zlib + Branch: perl + - ext/Compress/Zlib/MANIFEST + ! MANIFEST +____________________________________________________________________________ +[ 24817] By: rgs on 2005/06/13 09:00:00 + Log: Make SvUPGRADE always have the value '1' + Make sv_upgrade a void function + Branch: perl + ! embed.fnc pod/perlapi.pod proto.h sv.c sv.h +____________________________________________________________________________ +[ 24816] By: nicholas on 2005/06/13 08:25:53 + Log: We no longer need PL_shared_hek_table + Branch: perl + ! embedvar.h ext/threads/threads.xs intrpvar.h perl.c perlapi.h + ! sv.c +____________________________________________________________________________ +[ 24815] By: rgs on 2005/06/13 07:58:31 + Log: Help "make distclean" + Branch: perl + ! Makefile.SH +____________________________________________________________________________ +[ 24814] By: nicholas on 2005/06/12 23:40:55 + Log: Clone all shared string PVs as shared string PVs (now that we can do + it very efficiently) + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24813] By: nicholas on 2005/06/12 22:34:39 + Log: duping shared hask key scalars can use hek_dup + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24812] By: nicholas on 2005/06/12 22:33:51 + Log: hek_dup can now store the HEK rather than the HE, as there is now a + fast way to share a hek + Branch: perl + ! hv.c +____________________________________________________________________________ +[ 24811] By: nicholas on 2005/06/12 21:59:34 + Log: Provide share_hek_hek, and use it for fast copying of shared string + scalars. + Branch: perl + ! hv.h sv.c +____________________________________________________________________________ +[ 24810] By: nicholas on 2005/06/12 21:58:23 + Log: Compare HE *s in S_unshare_hek_or_pvn's tight hek loop, rather than + HEKs + Branch: perl + ! hv.c +____________________________________________________________________________ +[ 24809] By: nicholas on 2005/06/12 21:08:33 + Log: Shortcut chasing round strtab when we're not the last reference. + Branch: perl + ! hv.c +____________________________________________________________________________ +[ 24808] By: nicholas on 2005/06/12 20:00:18 + Log: In the shared string table, store the HE and HEK next to each other + in one malloc()ed block. + Branch: perl + ! hv.c hv.h +____________________________________________________________________________ +[ 24807] By: merijn on 2005/06/12 09:58:32 + Log: Subject: [PATCH] perlipc.pod: mkfifo() + From: Alexey Tourbin + Date: Sat, 11 Jun 2005 16:26:56 +0400 + Message-ID: <20050611122656.GC8181@solemn.turbinal.org> + Branch: perl + ! pod/perlipc.pod +____________________________________________________________________________ +[ 24806] By: merijn on 2005/06/12 09:54:07 + Log: Subject: improve static build for win32/Makefile + From: vadim + Date: Sun, 12 Jun 2005 14:09:11 -0400 + Message-Id: <1118599750.2732.2.camel@mdk10> + Branch: perl + ! win32/Makefile +____________________________________________________________________________ +[ 24805] By: merijn on 2005/06/12 09:19:38 + Log: Subject: RE: 05gzsetp.t and initial 'ver' in test output + From: "Paul Marquess" + Date: Sat, 11 Jun 2005 22:23:00 +0100 + Message-Id: <20050611212234.UGOL29707.aamta11-winn.ispmail.ntl.com@MARQUESSPT21> + Branch: perl + ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/Zlib.pm + ! ext/Compress/Zlib/t/05gzsetp.t +____________________________________________________________________________ +[ 24804] By: nicholas on 2005/06/11 21:05:29 + Log: This isn't an LVALUE, so make the compiler enforce that. + Branch: perl + ! sv.h +____________________________________________________________________________ +[ 24803] By: nicholas on 2005/06/11 18:01:32 + Log: hash key code cleanup + Branch: perl + ! embed.fnc hv.c hv.h proto.h +____________________________________________________________________________ +[ 24802] By: nicholas on 2005/06/11 17:00:52 + Log: Shrink shared hash scalars from PVIV to PV + Branch: perl + ! embed.fnc embed.h proto.h sv.c sv.h +____________________________________________________________________________ +[ 24801] By: nicholas on 2005/06/11 14:08:00 + Log: Propagate const/mutable/not into the SvPV call for retrieving an + overloaded value. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24800] By: nicholas on 2005/06/10 23:12:29 + Log: More SvPV consting. And other related drive-by refactoring. + Branch: perl + ! regcomp.c regexec.c taint.c toke.c universal.c utf8.c util.c + ! xsutils.c +____________________________________________________________________________ +[ 24799] By: nicholas on 2005/06/10 22:06:15 + Log: More SvPV consting, including some code cleanup and living dangerously + with socket API calls. + Branch: perl + ! pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c +____________________________________________________________________________ +[ 24798] By: nicholas on 2005/06/10 20:48:35 + Log: Move SvPV consting, remove an n_a, and correct one error in Move() + Branch: perl + ! doio.c doop.c dump.c op.c sv.c +____________________________________________________________________________ +[ 24797] By: nicholas on 2005/06/10 18:42:47 + Log: Allison says that "Media" isn't really needed in the name. + Branch: perl + ! pod/perl.pod +____________________________________________________________________________ +[ 24796] By: nicholas on 2005/06/10 16:26:43 + Log: Add SvGROW_mutable + Branch: perl + ! sv.c sv.h +____________________________________________________________________________ +[ 24795] By: nicholas on 2005/06/10 15:44:47 + Log: Passing read only values (such as string constants) to select should + croak. + Branch: perl + + t/op/sselect.t + ! MANIFEST pp_sys.c +____________________________________________________________________________ +[ 24794] By: nicholas on 2005/06/10 15:16:43 + Log: Don't pass constants to select + Branch: perl + ! t/op/lex_assign.t +____________________________________________________________________________ +[ 24793] By: rgs on 2005/06/10 13:44:35 + Log: Pre-run and disarm the code automodification run by + Compress::Zlib's Makefile + Branch: perl + ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/Zlib.pm + ! ext/Compress/Zlib/examples/filtdef + ! ext/Compress/Zlib/examples/filtinf + ! ext/Compress/Zlib/examples/gzcat + ! ext/Compress/Zlib/examples/gzgrep + ! ext/Compress/Zlib/examples/gzstream + ! ext/Compress/Zlib/t/01version.t ext/Compress/Zlib/t/02zlib.t + ! ext/Compress/Zlib/t/03examples.t + ! ext/Compress/Zlib/t/04encoding.t + ! ext/Compress/Zlib/t/05gzsetp.t ext/Compress/Zlib/t/06gzdopen.t +____________________________________________________________________________ +[ 24792] By: rgs on 2005/06/10 12:53:21 + Log: Update Windows makefiles + Branch: perl + ! win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 24791] By: nicholas on 2005/06/10 12:44:30 + Log: Work around bug 36211, plus a lot of TODO regression tests for local/ + $#... interaction. + Branch: perl + ! scope.c t/op/array.t +____________________________________________________________________________ +[ 24790] By: rgs on 2005/06/10 12:44:02 + Log: Update maintainers list + Branch: perl + ! Porting/Maintainers.pl +____________________________________________________________________________ +[ 24789] By: rgs on 2005/06/10 12:30:14 + Log: Bump version number + Branch: perl + ! ext/Compress/Zlib/Zlib.pm +____________________________________________________________________________ +[ 24788] By: rgs on 2005/06/10 12:09:30 + Log: Makefile.PL adjustments for the core + Branch: perl + ! ext/Compress/Zlib/Makefile.PL +____________________________________________________________________________ +[ 24787] By: rgs on 2005/06/10 12:07:01 + Log: SvUPGRADE returns void in blead + Branch: perl + ! ext/Compress/Zlib/Zlib.xs +____________________________________________________________________________ +[ 24786] By: rgs on 2005/06/10 12:05:38 + Log: Drom Compress::Zlib 1.34 in ext/ + Branch: perl + + ext/Compress/Zlib/ANNOUNCE ext/Compress/Zlib/Changes + + ext/Compress/Zlib/MANIFEST ext/Compress/Zlib/Makefile.PL + + ext/Compress/Zlib/README ext/Compress/Zlib/Zlib.pm + + ext/Compress/Zlib/Zlib.xs ext/Compress/Zlib/config.in + + ext/Compress/Zlib/examples/filtdef + + ext/Compress/Zlib/examples/filtinf + + ext/Compress/Zlib/examples/gzcat + + ext/Compress/Zlib/examples/gzgrep + + ext/Compress/Zlib/examples/gzstream + + ext/Compress/Zlib/fallback.h ext/Compress/Zlib/fallback.xs + + ext/Compress/Zlib/t/01version.t ext/Compress/Zlib/t/02zlib.t + + ext/Compress/Zlib/t/03examples.t + + ext/Compress/Zlib/t/04encoding.t + + ext/Compress/Zlib/t/05gzsetp.t ext/Compress/Zlib/t/06gzdopen.t + + ext/Compress/Zlib/typemap + + ext/Compress/Zlib/zlib-src-1.2.2/adler32.c + + ext/Compress/Zlib/zlib-src-1.2.2/compress.c + + ext/Compress/Zlib/zlib-src-1.2.2/crc32.c + + ext/Compress/Zlib/zlib-src-1.2.2/crc32.h + + ext/Compress/Zlib/zlib-src-1.2.2/deflate.c + + ext/Compress/Zlib/zlib-src-1.2.2/deflate.h + + ext/Compress/Zlib/zlib-src-1.2.2/gzio.c + + ext/Compress/Zlib/zlib-src-1.2.2/infback.c + + ext/Compress/Zlib/zlib-src-1.2.2/inffast.c + + ext/Compress/Zlib/zlib-src-1.2.2/inffast.h + + ext/Compress/Zlib/zlib-src-1.2.2/inffixed.h + + ext/Compress/Zlib/zlib-src-1.2.2/inflate.c + + ext/Compress/Zlib/zlib-src-1.2.2/inflate.h + + ext/Compress/Zlib/zlib-src-1.2.2/inftrees.c + + ext/Compress/Zlib/zlib-src-1.2.2/inftrees.h + + ext/Compress/Zlib/zlib-src-1.2.2/trees.c + + ext/Compress/Zlib/zlib-src-1.2.2/trees.h + + ext/Compress/Zlib/zlib-src-1.2.2/uncompr.c + + ext/Compress/Zlib/zlib-src-1.2.2/zconf.h + + ext/Compress/Zlib/zlib-src-1.2.2/zlib.h + + ext/Compress/Zlib/zlib-src-1.2.2/zutil.c + + ext/Compress/Zlib/zlib-src-1.2.2/zutil.h + ! MANIFEST +____________________________________________________________________________ +[ 24785] By: nicholas on 2005/06/10 10:06:30 + Log: Change 24531 broke DEBUG_LEAKING_SCALARS. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24784] By: nicholas on 2005/06/09 21:01:42 + Log: $r = do {my @a; \$#a}; $$r = 503 # is also naughty and now warns + Branch: perl + ! av.c pod/perldiag.pod t/op/array.t +____________________________________________________________________________ +[ 24783] By: nicholas on 2005/06/09 19:02:43 + Log: Fixes the case of $a = \$#{[]}; and then accessing $$a + (but not \$#a after local @a or my @a leave a block) + Branch: perl + ! av.c dump.c embed.fnc embed.h mg.c perl.h proto.h t/op/array.t +____________________________________________________________________________ +[ 24782] By: nicholas on 2005/06/09 16:37:18 + Log: Convert op/array.t to test.pl + Branch: perl + ! t/op/array.t +____________________________________________________________________________ +[ 24781] By: rgs on 2005/06/09 15:32:09 + Log: Revert part of previous patch + Branch: perl + ! util.c +____________________________________________________________________________ +[ 24780] By: rgs on 2005/06/09 15:12:39 + Log: Subject: [PATCH] regcomp.c and more + From: Andy Lester + Date: Thu, 9 Jun 2005 10:05:56 -0500 + Message-ID: <20050609150556.GA30554@petdance.com> + Branch: perl + ! embed.fnc mg.c perly.c proto.h regcomp.c sv.c util.c +____________________________________________________________________________ +[ 24778] By: nicholas on 2005/06/09 10:36:53 + Log: More SvPV consting + Branch: perl + ! mg.c perlio.c pp_pack.c +____________________________________________________________________________ +[ 24777] By: nicholas on 2005/06/09 10:36:40 + Log: Don't ignore errors from an eval. + Branch: perl + ! t/op/pack.t +____________________________________________________________________________ +[ 24776] By: nicholas on 2005/06/09 09:23:55 + Log: Update API docs. + Branch: perl + ! pod/perlapi.pod +____________________________________________________________________________ +[ 24775] By: nicholas on 2005/06/09 09:22:18 + Log: Change perforce filetype from text to text+w (so regen.pl is happy) + Branch: perl + ! opnames.h reentr.c reentr.h +____________________________________________________________________________ +[ 24774] By: nicholas on 2005/06/09 09:15:55 + Log: reentr.pl should be using regen_lib.pl and unlinking files before it + starts. + Branch: perl + ! reentr.pl +____________________________________________________________________________ +[ 24773] By: nicholas on 2005/06/09 08:59:21 + Log: Make minitest pass (must skip if no dynaloading) + Branch: perl + ! t/op/goto_xs.t +____________________________________________________________________________ +[ 24772] By: rgs on 2005/06/09 08:12:03 + Log: Subject: [PATCH] pp_pack.c cleanup + From: Andy Lester + Date: Wed, 8 Jun 2005 10:23:53 -0500 + Message-ID: <20050608152353.GA6253@petdance.com> + Branch: perl + ! pp_pack.c +____________________________________________________________________________ +[ 24771] By: rgs on 2005/06/09 07:59:09 + Log: Subject: [PATCH] perlfunc.pod: ioctl.ph + From: Alexey Tourbin + Date: Wed, 8 Jun 2005 13:45:08 +0400 + Message-ID: <20050608094508.GJ5867@solemn.turbinal.org> + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 24770] By: rgs on 2005/06/09 07:44:36 + Log: Subject: [PATCH] instead of unions use double cast for data pointer <-> function pointer + From: Jarkko Hietaniemi + Date: Thu, 09 Jun 2005 08:50:56 +0300 + Message-ID: <42A7D8C0.1080104@gmail.com> + Branch: perl + ! ext/DynaLoader/dl_dlopen.xs perl.h sv.c toke.c +____________________________________________________________________________ +[ 24769] By: nicholas on 2005/06/08 22:48:00 + Log: More SvPV consting + Branch: perl + ! dump.c mg.c op.c pp_hot.c pp_sys.c regexec.c +____________________________________________________________________________ +[ 24768] By: nicholas on 2005/06/08 22:45:39 + Log: The old COW code needs to use SvPVX_mutable when doing copy-on-write. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24767] By: nicholas on 2005/06/08 22:43:58 + Log: Add SvPV_mutable for use by the old COW code. + Branch: perl + ! sv.h +____________________________________________________________________________ +[ 24766] By: nicholas on 2005/06/08 20:32:35 + Log: sv_setsv is allowed to swipe buffers from read only scalars + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24765] By: nicholas on 2005/06/08 19:49:08 + Log: const-ize pp_formline + Branch: perl + ! pp_ctl.c +____________________________________________________________________________ +[ 24764] By: merijn on 2005/06/08 19:14:19 + Log: Cygwin fails to open $^X on many occasion here + afile is still available from the previous test + Branch: perl + ! t/io/layers.t +____________________________________________________________________________ +[ 24763] By: nicholas on 2005/06/08 17:48:35 + Log: Remove repeated Cs + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 24762] By: nicholas on 2005/06/08 17:48:17 + Log: Remove the n_a + Branch: perl + ! malloc.c +____________________________________________________________________________ +[ 24761] By: nicholas on 2005/06/08 16:02:54 + Log: Add and use MgPV_nolen_const + Branch: perl + ! mg.c mg.h +____________________________________________________________________________ +[ 24760] By: nicholas on 2005/06/08 15:39:40 + Log: Nuke some more n_a, and convert S_gv_ename from char * to const char * + Branch: perl + ! doop.c dump.c embed.fnc mg.c op.c pp_hot.c pp_pack.c pp_sys.c + ! proto.h regcomp.c taint.c toke.c +____________________________________________________________________________ +[ 24759] By: nicholas on 2005/06/08 14:52:17 + Log: Allow a null length pointer to sv_pvn_force_flags. + Add SvPV_force_nolen and use it to remove some Cs + Branch: perl + ! embed.fnc pp.c pp_ctl.c proto.h sv.c sv.h +____________________________________________________________________________ +[ 24758] By: nicholas on 2005/06/08 13:43:23 + Log: n_a no more + Branch: perl + ! perl.c pp_ctl.c pp_sys.c universal.c +____________________________________________________________________________ +[ 24757] By: nicholas on 2005/06/08 11:00:54 + Log: Eliminate more Cs + Branch: perl + ! XSUB.h pp.h +____________________________________________________________________________ +[ 24756] By: nicholas on 2005/06/08 11:00:33 + Log: A mising cast (given that rx->subbeg is only char *) + Branch: perl + ! pp_hot.c +____________________________________________________________________________ +[ 24755] By: nicholas on 2005/06/08 10:08:01 + Log: s/PERL_COPY_ON_WRITE/PERL_OLD_COPY_ON_WRITE/g + Branch: perl + ! dump.c embed.fnc embed.h ext/B/t/bytecode.t + ! ext/Devel/PPPort/parts/embed.fnc makedef.pl mg.c pad.c + ! pp_ctl.c pp_hot.c proto.h regcomp.c regexec.c regexp.h sv.c + ! sv.h +____________________________________________________________________________ +[ 24754] By: rgs on 2005/06/08 09:19:18 + Log: Subject: [PATCH] regexec.c utf8 loading + From: Andy Lester + Date: Wed, 8 Jun 2005 00:03:32 -0500 + Message-ID: <20050608050332.GA31059@petdance.com> + Branch: perl + ! regexec.c +____________________________________________________________________________ +[ 24753] By: rgs on 2005/06/08 09:12:17 + Log: Subject: Re: FindBin.pm: incomplete getcwd/cwd patch and SELinux (Strict policy) + From: José Pedro Oliveira + Date: Tue, 07 Jun 2005 21:07:42 +0100 + Message-ID: <42A5FE8E.3020608@di.uminho.pt> + Branch: perl + ! lib/FindBin.pm +____________________________________________________________________________ +[ 24752] By: nicholas on 2005/06/08 09:09:52 + Log: One more SvPV_const + Branch: perl + ! pp.c +____________________________________________________________________________ +[ 24751] By: nicholas on 2005/06/08 09:09:28 + Log: Don't test the core XS code yet with PERL_DEBUG_COW > 1 + Branch: perl + ! sv.h +____________________________________________________________________________ +[ 24750] By: nicholas on 2005/06/08 08:50:06 + Log: Remove two more unused Cs + Branch: perl + ! pp_sys.c +____________________________________________________________________________ +[ 24749] By: nicholas on 2005/06/08 08:49:32 + Log: Better sv_2pv_flags implementation (avoid writing to n_a) + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24748] By: nicholas on 2005/06/08 08:07:05 + Log: Convert POPpx POPpconstx and POPpbytex to use nolen macros. + Elminate a lot of Cs + Branch: perl + ! pp.h pp_ctl.c pp_sys.c +____________________________________________________________________________ +[ 24747] By: nicholas on 2005/06/08 08:05:47 + Log: Add SvPVx_nolen and SvPVbytex_nolen + Branch: perl + ! sv.h +____________________________________________________________________________ +[ 24746] By: nicholas on 2005/06/08 08:04:53 + Log: More SvPV consting + Branch: perl + ! perly.act perly.y +____________________________________________________________________________ +[ 24745] By: rgs on 2005/06/08 06:51:48 + Log: Mark a static function as static + Branch: perl + ! utf8.c +____________________________________________________________________________ +[ 24744] By: nicholas on 2005/06/07 22:22:34 + Log: More SvPV consting + Branch: perl + ! doop.c pp.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c regexec.c + ! sv.c toke.c +____________________________________________________________________________ +[ 24743] By: nicholas on 2005/06/07 21:16:13 + Log: More SvPV consting + Branch: perl + ! doop.c mg.c perl.c pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sys.c + ! sv.c +____________________________________________________________________________ +[ 24742] By: nicholas on 2005/06/07 19:45:13 + Log: More consting of SvPV + Branch: perl + ! embed.fnc pp_ctl.c proto.h sv.c +____________________________________________________________________________ +[ 24741] By: rgs on 2005/06/07 19:30:35 + Log: The definition of SvPVx_nolen_const is missing for non GNU-C compilers + Branch: perl + ! sv.h +____________________________________________________________________________ +[ 24740] By: nicholas on 2005/06/07 18:38:39 + Log: More SvPV consting. + Branch: perl + ! doio.c doop.c gv.c mg.c perlio.c pp.c pp_ctl.c pp_hot.c + ! pp_pack.c pp_sys.c sv.c toke.c universal.c util.c +____________________________________________________________________________ +[ 24739] By: nicholas on 2005/06/07 18:33:08 + Log: Add SvPV_nolen_const and SvPV_nomg_const + Branch: perl + ! sv.h +____________________________________________________________________________ +[ 24738] By: nicholas on 2005/06/07 18:32:44 + Log: Add MgPV_const + Branch: perl + ! mg.h +____________________________________________________________________________ +[ 24737] By: rgs on 2005/06/07 18:07:41 + Log: Remove unused variable (thanks to Andy's lint) + Branch: perl + ! mg.c +____________________________________________________________________________ +[ 24736] By: nicholas on 2005/06/07 17:35:10 + Log: Change 24733 allows several pointers to be NULL. Therefore this + should be reflected in their attributes. + Branch: perl + ! embed.fnc proto.h +____________________________________________________________________________ +[ 24735] By: rgs on 2005/06/07 17:03:16 + Log: Subject: [PATCH] Random cleanups #47 + From: Andy Lester + Date: Mon, 6 Jun 2005 10:11:07 -0500 + Message-ID: <20050606151107.GC7022@petdance.com> + Branch: perl + ! Makefile.SH README.aix embed.fnc hv.c numeric.c op.c pad.c + ! pod/perldebug.pod pp_ctl.c proto.h sv.c toke.c util.c +____________________________________________________________________________ +[ 24734] By: rgs on 2005/06/07 15:58:23 + Log: make some more functions static + + Subject: [PATCH] B/C/C.xs: static my_runops() + Message-ID: <20050604232451.GT5867@solemn.turbinal.org> + + Subject: [PATCH] Devel/Peek/Peek.xs: make plain C functions static + Message-ID: <20050604232952.GU5867@solemn.turbinal.org> + + Subject: [PATCH] File/Glob/Glob.xs: errfunc() should be static + Message-ID: <20050604233414.GV5867@solemn.turbinal.org> + + all being : + From: Alexey Tourbin + Date: Sun, 5 Jun 2005 + Branch: perl + ! ext/B/C/C.xs ext/Devel/Peek/Peek.xs ext/File/Glob/Glob.xs +____________________________________________________________________________ +[ 24733] By: nicholas on 2005/06/07 15:10:38 + Log: Simplify the implementation of SvPV*nolen functions + Branch: perl + ! sv.c sv.h +____________________________________________________________________________ +[ 24732] By: nicholas on 2005/06/07 14:57:35 + Log: Ensure string table counts are balanced. (Was not true in op/pack.t) + Branch: perl + ! sv.c sv.h +____________________________________________________________________________ +[ 24731] By: rgs on 2005/06/07 14:44:55 + Log: Remove unneeded #ifdef VMS since VMS is not defined here anyway + (spotted by Steve_p) + Branch: perl + ! util.c +____________________________________________________________________________ +[ 24730] By: rgs on 2005/06/07 14:35:25 + Log: Subject: [PATCH] one more round of is_utf8_foo tuneup + From: Jarkko Hietaniemi + Date: Sun, 05 Jun 2005 18:06:12 +0300 + Message-ID: <42A314E4.8060608@gmail.com> + Branch: perl + ! embed.fnc embed.h global.sym mg.c pod/perlapi.pod proto.h + ! utf8.c utf8.h +____________________________________________________________________________ +[ 24729] By: rgs on 2005/06/07 13:53:59 + Log: Subject: [PATCH] util.c: S_vdie_common() should be static + From: Alexey Tourbin + Date: Sun, 5 Jun 2005 03:08:30 +0400 + Message-ID: <20050604230830.GS5867@solemn.turbinal.org> + Branch: perl + ! util.c +____________________________________________________________________________ +[ 24728] By: rgs on 2005/06/07 13:15:45 + Log: Fix apidoc for newSVhek + Branch: perl + ! pod/perlapi.pod sv.c +____________________________________________________________________________ +[ 24727] By: nicholas on 2005/06/07 13:01:42 + Log: make pp_split const + Branch: perl + ! pp.c +____________________________________________________________________________ +[ 24726] By: nicholas on 2005/06/07 12:11:48 + Log: Lots of consting + Branch: perl + ! doio.c doop.c gv.c hv.c op.c pp.c pp_ctl.c pp_hot.c pp_pack.c + ! pp_sys.c +____________________________________________________________________________ +[ 24725] By: nicholas on 2005/06/07 12:08:58 + Log: The FBM compile code is mutable, because it's permissible to FBM + compile a read-only value. + Branch: perl + ! util.c +____________________________________________________________________________ +[ 24724] By: nicholas on 2005/06/07 12:07:49 + Log: XS_VERSION_BOOTCHECK is read only. + Branch: perl + ! XSUB.h +____________________________________________________________________________ +[ 24723] By: nicholas on 2005/06/07 12:06:13 + Log: POPpx needs a const equivalent. + Branch: perl + ! pp.h +____________________________________________________________________________ +[ 24722] By: nicholas on 2005/06/07 12:03:56 + Log: Make a start at consting calls to SvPV. SV conversion and upgrade + routines need to be mutable, as it's permitted to change the type of + a READONLY SV, or cache the string or number conversion. + Other routines are mostly const. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24721] By: nicholas on 2005/06/07 12:00:09 + Log: Need const versions of SvPV(), so that its callers can indicate + whether they are read/write or read only + Also provide a mutable version, for the internals to use where it + needs a non-const pointer, but will be writing. Callers of this are + assumed to be aware of how copy on write is working, and to keep + track of core changes. + + For now check that SVs are not READONLY when const versions are used. + (with DEBUG_COW > 1). COW is going to have to be orthogonal to Perl's + READONLY flag, but for now it provides a good test indicator. + Branch: perl + ! sv.h +____________________________________________________________________________ +[ 24720] By: rgs on 2005/06/07 09:23:58 + Log: Subject: [PATCH] Re: [perl #36130] chr(-1) should probably return undef + From: Jarkko Hietaniemi + Date: Mon, 06 Jun 2005 20:28:35 +0300 + Message-ID: <42A487C3.8010306@gmail.com> + Branch: perl + ! pod/perlfunc.pod pp.c t/op/chr.t +____________________________________________________________________________ +[ 24719] By: rgs on 2005/06/07 09:02:23 + Log: Subject: RE: a bit of trouble with compiling with MSVC++ on Win32 + From: "Konovalov, Vadim" + Date: Tue, 7 Jun 2005 13:19:33 +0400 + Message-ID: <7DD1BE2C50259746ABB8683672D2089E12D462@itotest-1.spb.lucent.com> + Branch: perl + ! README.win32 +____________________________________________________________________________ +[ 24718] By: rgs on 2005/06/07 08:56:37 + Log: Subject: [perl #36193] crash in Perl_yyerror due to missing check for NULL + From: "Todd C. Miller" (via RT) + Date: 6 Jun 2005 23:24:28 -0000 + Message-ID: + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 24717] By: merijn on 2005/06/07 08:18:59 + Log: Subject: [PATCH] Unvoid SvUPGRADE + From: Andy Lester + Date: Mon, 6 Jun 2005 23:08:50 -0500 + Message-ID: <20050607040850.GA7033@petdance.com> + Branch: perl + ! doio.c doop.c gv.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c + ! scope.c sv.c sv.h toke.c util.c +____________________________________________________________________________ +[ 24716] By: nicholas on 2005/06/06 14:50:21 + Log: Abstract all access to the shared hash value through SvSHARED_HASH() + Branch: perl + ! hv.c pp_hot.c sv.c sv.h +____________________________________________________________________________ +[ 24715] By: nicholas on 2005/06/06 10:01:49 + Log: SvIsCOW_shared_hash is declared all the time, so use it. + Branch: perl + ! pp_hot.c +____________________________________________________________________________ +[ 24714] By: nicholas on 2005/06/06 09:08:45 + Log: Shared hash key scalars can be safely copied as shared hash key scalars + all the time. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24713] By: steveh on 2005/06/06 07:52:59 + Log: NORETURN_FUNCTION_END is not a complete statement + + (Fix compilation error following change #24702) + Branch: perl + ! ext/IO/IO.xs +____________________________________________________________________________ +[ 24712] By: steveh on 2005/06/06 07:47:06 + Log: We still need an "i" in the PERL_IMPLICIT_SYS case + + (Fix compilation error following change #24689) + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24711] By: merijn on 2005/06/06 06:18:51 + Log: Subject: [PATCH] Tru64: allow creating perl.pixie even with optimized Perl + From: Jarkko Hietaniemi + Date: Sun, 05 Jun 2005 18:28:08 +0300 + Message-ID: <42A31A08.3070601@gmail.com> + Branch: perl + ! Makefile.SH +____________________________________________________________________________ +[ 24710] By: merijn on 2005/06/06 06:01:30 + Log: Subject: [PATCH] Re: blead attribute warnings, cygwin + gcc 3.4.1 + From: Yitzchak Scott-Thoennes + Date: Sun, 5 Jun 2005 20:43:55 -0700 + Message-ID: <20050606034354.GA1456@efn.org> + Branch: perl + ! cygwin/cygwin.c +____________________________________________________________________________ +[ 24709] By: rgs on 2005/06/05 11:35:48 + Log: New test for getppid(), by Alexey Tourbin + Branch: perl + + t/op/getppid.t + ! MANIFEST +____________________________________________________________________________ +[ 24708] By: rgs on 2005/06/05 11:14:41 + Log: Subject: PATCH for [perl #36043] '@foo = sort { $a <=> $b } @bar' uses too much memory + From: Salvador Fandińo + Date: Jun 5, 2005 4:25 AM + Message-ID: <20050605022436.21982.qmail@lists.develooper.com> + Branch: perl + ! pp_sort.c +____________________________________________________________________________ +[ 24707] By: ams on 2005/06/05 03:55:11 + Log: Subject: [PATCH] Fix minor bummer in 24706 + From: Andy Lester + Date: Sat, 4 Jun 2005 23:09:04 -0500 + Message-Id: <20050605040904.GA27783@petdance.com> + Branch: perl + ! utf8.c +____________________________________________________________________________ +[ 24706] By: rgs on 2005/06/04 16:55:27 + Log: Subject: [PATCH] further speeding up of is_utf8_string() + From: Jarkko Hietaniemi + Date: Sat, 04 Jun 2005 13:40:15 +0300 + Message-ID: <42A1850F.4040109@gmail.com> + Branch: perl + + t/op/chr.t + ! MANIFEST embed.fnc embed.h global.sym proto.h utf8.c +____________________________________________________________________________ +[ 24705] By: rgs on 2005/06/04 16:49:33 + Log: Silence a const warning + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24704] By: rgs on 2005/06/04 16:06:38 + Log: Improve FindBin discovery of current directory, based on : + + Subject: FindBin.pm: incomplete getcwd/cwd patch? (#24375, #24379) + From: José Pedro Oliveira + Date: Thu, 12 May 2005 20:36:48 +0100 + Message-ID: <4283B050.6080805@di.uminho.pt> + + Plus POD fixes + Branch: perl + ! lib/FindBin.pm +____________________________________________________________________________ +[ 24703] By: rgs on 2005/06/04 07:16:11 + Log: Simplify the getppid code, by Alexey Tourbin + Branch: perl + ! pp_sys.c +____________________________________________________________________________ +[ 24702] By: rgs on 2005/06/03 22:22:43 + Log: Subject: [PATCH] Consting IO and Devel::Peek + From: Andy Lester + Reply-To: Perl 5 Porters + Message-ID: <20050531212621.GA12117@petdance.com> + Branch: perl + ! ext/Devel/Peek/Peek.xs ext/IO/IO.xs +____________________________________________________________________________ +[ 24701] By: rgs on 2005/06/03 22:07:57 + Log: Subject: [PATCH] Clean up UNI* macros in toke.c + From: Andy Lester + Date: Jun 3, 2005 7:14 PM + Message-ID: <20050603171448.GA5834@petdance.com> + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 24700] By: rgs on 2005/06/03 21:48:16 + Log: Subject: B::Concise torture + From: Jim Cromie + Date: Jun 2, 2005 6:36 AM + Message-ID: <429E8CBE.406@divsol.com> + (with formatting nits) + Branch: perl + ! ext/B/B/Concise.pm ext/B/t/concise-xs.t ext/B/t/concise.t +____________________________________________________________________________ +[ 24699] By: rgs on 2005/06/03 21:07:03 + Log: Subject: Re: [PATCH] Improved ICMP_UNREACHABLE handling in Net::Ping + From: Gisle Aas + Date: 03 Jun 2005 09:17:44 -0700 + Message-ID: + Branch: perl + ! lib/Net/Ping.pm +____________________________________________________________________________ +[ 24698] By: nicholas on 2005/06/03 12:00:01 + Log: Use newSVhek in the cloning code. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24697] By: nicholas on 2005/06/03 11:06:36 + Log: Use newSVhek where we're generating SVs from package names + Branch: perl + ! op.c pp.c sv.c toke.c +____________________________________________________________________________ +[ 24696] By: nicholas on 2005/06/03 10:03:21 + Log: s/newSVpv_hek/newSVhek/g; # Lousy choice of name + Branch: perl + ! embed.fnc embed.h hv.c proto.h sv.c +____________________________________________________________________________ +[ 24694] By: rgs on 2005/06/03 09:57:26 + Log: Bump version number + Branch: perl + ! ext/Devel/DProf/DProf.pm +____________________________________________________________________________ +[ 24693] By: rgs on 2005/06/03 09:52:21 + Log: Subject: Re: [perl #35977] perlbug AutoReply: Devel::DProf "unstacked calls in outer" + From: Duncan Findlay + Date: Wed, 1 Jun 2005 12:18:08 -0400 + Message-ID: <20050601161808.GA17294@duncf.mine.nu> + Branch: perl + ! utils/dprofpp.PL +____________________________________________________________________________ +[ 24692] By: nicholas on 2005/06/03 09:37:21 + Log: Create newSVpv_hek to reduce code duplication where HEKs need to be + turned into SVs + Branch: perl + ! embed.fnc embed.h global.sym hv.c sv.c +____________________________________________________________________________ +[ 24691] By: rgs on 2005/06/03 09:29:36 + Log: POD fixes + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 24690] By: rgs on 2005/06/03 08:37:42 + Log: Subject: Re: Should while ( <$fh> ) and while (< $fh >) do the same thing? + From: Yitzchak Scott-Thoennes + Date: Thu, 2 Jun 2005 11:49:11 -0700 + Message-ID: <20050602184911.GA3292@efn.org> + Branch: perl + ! pod/perlop.pod +____________________________________________________________________________ +[ 24689] By: rgs on 2005/06/03 08:31:26 + Log: Subject: [PATCH] Random consting + From: Andy Lester + Date: Thu, 2 Jun 2005 12:19:43 -0500 + Message-ID: <20050602171943.GA16553@petdance.com> + Branch: perl + ! doio.c dump.c embed.fnc embed.h global.sym gv.c hv.c malloc.c + ! perl.c perlio.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c + ! util.c +____________________________________________________________________________ +[ 24688] By: steveh on 2005/06/03 08:12:45 + Log: Subject: [PATCH] Run ICMP ping tests on Windows as long as we have admin privs + From: "Jan Dubois" + Date: Mon, 18 Apr 2005 20:16:24 -0700 + Message-Id: <200504190311.j3J3BM4p001792@smtp3.ActiveState.com> + + Subject: RE: [PATCH] Run ICMP ping tests on Windows as long as we have admin privs + From: "Jan Dubois" + Date: Tue, 19 Apr 2005 01:49:51 -0700 + Message-Id: <200504190844.j3J8inkW032630@smtp3.ActiveState.com> + + (There was no reply from Rob Brown in over a month, so commit to blead + for now. I'll email him again...) + Branch: perl + ! lib/Net/Ping.pm lib/Net/Ping/t/110_icmp_inst.t + ! lib/Net/Ping/t/500_ping_icmp.t +____________________________________________________________________________ +[ 24687] By: rgs on 2005/06/03 08:08:25 + Log: Subject: [PATCH] speed up is_utf8_char() + From: Jarkko Hietaniemi + Date: Thu, 02 Jun 2005 21:52:46 +0300 + Message-ID: <429F557E.3090007@gmail.com> + Branch: perl + ! utf8.c utf8.h +____________________________________________________________________________ +[ 24686] By: rgs on 2005/06/03 08:04:25 + Log: Subject: [PATCH] Quotes in pod/*.pod + From: Andy Lester + Date: Thu, 2 Jun 2005 16:19:54 -0500 + Message-ID: <20050602211954.GA22107@petdance.com> + Branch: perl + ! Porting/pumpkin.pod README.cygwin README.hurd README.mint + ! README.os390 README.vmesa pod/perlfaq.pod pod/perlfaq3.pod + ! pod/perlfaq4.pod pod/perlfaq6.pod pod/perlfaq7.pod + ! pod/perlfaq8.pod pod/perlfaq9.pod pod/perlgpl.pod + ! pod/perlhack.pod pod/perlipc.pod pod/perllocale.pod + ! pod/perlport.pod pod/perlre.pod pod/perlref.pod + ! pod/perlthrtut.pod +____________________________________________________________________________ +[ 24685] By: rgs on 2005/06/03 07:59:48 + Log: Indent fix + Branch: perl + ! pod/perlfaq7.pod +____________________________________________________________________________ +[ 24684] By: rgs on 2005/06/03 07:58:10 + Log: FAQ sync + Branch: perl + ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod + ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod + ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod +____________________________________________________________________________ +[ 24683] By: rgs on 2005/06/03 07:45:21 + Log: Subject: [PATCH] symbian/xsbuild.pl + From: + Date: Fri, 3 Jun 2005 11:00:01 +0300 + Message-ID: + Branch: perl + ! symbian/xsbuild.pl +____________________________________________________________________________ +[ 24682] By: rgs on 2005/06/03 07:43:52 + Log: Subject: [PATCH] SvPVX_const() - patch #4 + From: Steve Peters + Date: Thu, 2 Jun 2005 13:41:35 -0500 + Message-ID: <20050602184135.GA13682@mccoy.peters.homeunix.org> + Branch: perl + ! embed.fnc pod/perlapi.pod proto.h regcomp.c regexec.c sv.c +____________________________________________________________________________ +[ 24681] By: rgs on 2005/06/02 16:44:51 + Log: Subject: Re: [patch] teach B::Concise to see XS code + From: Jim Cromie + Date: Wed, 01 Jun 2005 08:01:17 -0600 + Message-ID: <429DBFAD.1090308@divsol.com> + Branch: perl + ! ext/B/B/Concise.pm ext/B/t/concise.t +____________________________________________________________________________ +[ 24680] By: nicholas on 2005/06/02 16:40:58 + Log: Integrate perl587delta.pod, the changes in perlhist.pod, and update + the relevant makefiles and tables-of-contents to reflect this. + Branch: perl + +> pod/perl587delta.pod + !> MANIFEST Makefile.SH pod.lst pod/perl.pod pod/perlhist.pod + !> pod/perltoc.pod vms/descrip_mms.template win32/Makefile + !> win32/makefile.mk win32/pod.mak +____________________________________________________________________________ +[ 24679] By: steveh on 2005/06/02 15:57:13 + Log: Subject: DynaLoader dl_unload_file for win32 ( dl_win32.xs ) + From: DH + Date: Tue, 31 May 2005 08:33:27 -0700 (PDT) + Message-ID: <20050531153327.85145.qmail@unknown-209-73-178-237.yahoo.com> + + (with a couple of minor tweaks) + Branch: perl + ! win32/dl_win32.xs +____________________________________________________________________________ +[ 24678] By: nicholas on 2005/06/02 15:10:54 + Log: Dave can see a better way of doing the rounding. + Branch: perl + ! handy.h +____________________________________________________________________________ +[ 24677] By: nicholas on 2005/06/02 14:42:20 + Log: 24672 is innocent. valgrind + perl's malloc considered harmful. + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 24676] By: nicholas on 2005/06/02 13:36:01 + Log: Changes 24660 and 24665 both introduced errors into the USEMYMALLOC + code. Plus change 24672 appears to break under USEMYMALLOC, so revert + it for now. + Branch: perl + ! hv.c sv.c toke.c +____________________________________________________________________________ +[ 24675] By: rgs on 2005/06/02 11:19:02 + Log: Upgrade to ExtUtils::CBuilder 0.12 and ExtUtils::ParseXS 2.10 + Branch: perl + ! lib/ExtUtils/CBuilder.pm lib/ExtUtils/CBuilder/Base.pm + ! lib/ExtUtils/CBuilder/Platform/Unix.pm + ! lib/ExtUtils/CBuilder/Platform/VMS.pm + ! lib/ExtUtils/CBuilder/Platform/Windows.pm + ! lib/ExtUtils/CBuilder/Platform/aix.pm + ! lib/ExtUtils/CBuilder/Platform/cygwin.pm + ! lib/ExtUtils/CBuilder/Platform/darwin.pm + ! lib/ExtUtils/CBuilder/Platform/os2.pm lib/ExtUtils/ParseXS.pm +____________________________________________________________________________ +[ 24674] By: rgs on 2005/06/02 09:39:26 + Log: CPP typo fix (by Dominic Dunlop) + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 24673] By: nicholas on 2005/06/02 09:29:48 + Log: Oops. My maths was too generous (by 1). + Branch: perl + ! handy.h +____________________________________________________________________________ +[ 24672] By: nicholas on 2005/06/02 09:24:17 + Log: Avoid duplicate calls to PAD_COMPNAME_OURSTASH, which is an expensive + macro. + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 24671] By: rgs on 2005/06/02 09:06:39 + Log: Fix changed diagnostic + Branch: perl + ! pod/perldiag.pod +____________________________________________________________________________ +[ 24670] By: ams on 2005/06/02 08:44:41 + Log: Subject: [PATCH] SvPVX_const() - part 3 ... and const'ing Storable + From: Steve Peters + Date: Tue, 31 May 2005 09:55:43 -0500 + Message-Id: <20050531145543.GA8051@mccoy.peters.homeunix.org> + Branch: perl + ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs + ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs + ! ext/PerlIO/encoding/encoding.xs ext/PerlIO/via/via.xs + ! ext/Storable/Storable.xs pp_hot.c pp_pack.c pp_sys.c scope.c +____________________________________________________________________________ +[ 24669] By: rgs on 2005/06/02 08:17:29 + Log: Subject: [PATCH] use lengths in sv_setpv() calls + From: Andy Lester + Date: Wed, 1 Jun 2005 23:16:56 -0500 + Message-ID: <20050602041656.GA3000@petdance.com> + Branch: perl + ! gv.c sv.c util.c +____________________________________________________________________________ +[ 24668] By: merijn on 2005/06/02 08:02:23 + Log: New HW model; more on threads for 10.20 + Branch: perl + ! README.hpux +____________________________________________________________________________ +[ 24667] By: merijn on 2005/06/02 07:52:09 + Log: HP-UX specific #pragma entered in #23890 is not supported + on HP-UX 10.20 and older + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 24666] By: merijn on 2005/06/02 07:39:30 + Log: Subject: [PATCH] Quotes fixed, see also perl #36079 + From: Andy Lester + Date: Thu, 2 Jun 2005 00:02:38 -0500 + Message-ID: <20050602050238.GA4001@petdance.com> + Branch: perl + ! av.c doio.c gv.c malloc.c perl.c perl.h perly.c + ! pod/perldiag.pod pp_sort.c pp_sys.c regcomp.c regexec.c + ! scope.h thrdvar.h toke.c util.c +____________________________________________________________________________ +[ 24665] By: nicholas on 2005/06/01 20:46:02 + Log: Round up all string length requests to malloc()/realloc() to the next + multiple of 4/8 bytes [sizeof(size_t)] on the assumption that malloc() + internally will quantise, and so we're going to use space that + otherwise would be wasted. Hopefully this will save realloc()ing. + Branch: perl + ! ext/Devel/Peek/t/Peek.t handy.h perl.h sv.c +____________________________________________________________________________ +[ 24664] By: nicholas on 2005/06/01 20:42:29 + Log: I think SvCUR() was intended rather than SvLEN() + Branch: perl + ! ext/Storable/Storable.xs +____________________________________________________________________________ +[ 24663] By: nicholas on 2005/06/01 15:40:57 + Log: We don't have XRVs any more, so remove the typedef + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 24662] By: nicholas on 2005/06/01 15:23:02 + Log: Zero-ing the new HV array is pointless, as we write to every element. + Also avoid calling into he_dup when the HE is 0, to save the function + call overhead. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24661] By: nicholas on 2005/06/01 15:08:02 + Log: As PERL_HV_ARRAY_ALLOC_BYTES is bytes, not items, the type should be + char rather than HE *. Bug was harmless, overallocating by a factor + of sizeof(HE *) + Branch: perl + ! hv.c +____________________________________________________________________________ +[ 24660] By: nicholas on 2005/06/01 14:33:14 + Log: Store the xhv_aux structure after the main array. + This reduces the size of HV bodies from 24 to 20 bytes on a 32 bit + build. It has the side effect of defined %symbol_table:: now always + being true. defined %hash is already deprecated. + Branch: perl + ! hv.c hv.h sv.c sv.h t/op/magic.t +____________________________________________________________________________ +[ 24659] By: nicholas on 2005/06/01 14:28:38 + Log: If we're building config_heavy.pl somewhere else, then we need to + require it, not something (or maybe nothing) in the correct place. + Branch: perl + ! configpm +____________________________________________________________________________ +[ 24658] By: rgs on 2005/06/01 14:16:32 + Log: Revert change #24656 + Branch: perl + ! Makefile.SH +____________________________________________________________________________ +[ 24657] By: nicholas on 2005/06/01 09:19:46 + Log: Following the head refactoring, the Newz doesn't clear the SvPVX + So PL_mess_sv contained an uninitialised value. + Branch: perl + ! util.c +____________________________________________________________________________ +[ 24656] By: rgs on 2005/06/01 09:12:37 + Log: Subject: [PATCH] eliminate always running mktables + From: Robin Barker + Date: Wed, 1 Jun 2005 09:55:16 +0100 + Message-ID: <533D273D4014D411AB1D00062938C4D90849C6B8@hotel.npl.co.uk> + Branch: perl + ! Makefile.SH +____________________________________________________________________________ +[ 24655] By: rgs on 2005/06/01 09:09:35 + Log: Don't touch lib/ExtUtils/Miniperl.pm when rebuild identically + Branch: perl + ! Makefile.SH +____________________________________________________________________________ +[ 24654] By: rgs on 2005/06/01 08:18:46 + Log: Subject: [PATCH] Re: [patch] teach B::Concise to see XS code + From: Stephen McCamant + Date: Sat, 21 May 2005 21:52:31 -0700 + Message-ID: <17040.4111.265639.434150@apocalypse.OCF.Berkeley.EDU> + + Correctly nullify CvSTART when undef'ing a CV + Branch: perl + ! op.c +____________________________________________________________________________ +[ 24653] By: rgs on 2005/06/01 07:56:50 + Log: Subject: Re: [patch] teach B::Concise to see XS code + From: Jim Cromie + Date: Sat, 21 May 2005 09:24:24 -0600 + Message-ID: <428F52A8.20702@divsol.com> + Branch: perl + + ext/B/t/concise-xs.t + ! MANIFEST ext/B/B/Concise.pm ext/B/t/concise.t +____________________________________________________________________________ +[ 24652] By: rgs on 2005/06/01 07:39:38 + Log: Subject: [PATCH] Speed up lib/unicore/mktables by 45% + From: Andy Lester + Date: Tue, 31 May 2005 12:39:00 -0500 + Message-ID: <20050531173900.GA9820@petdance.com> + Branch: perl + ! lib/unicore/mktables +____________________________________________________________________________ +[ 24651] By: rgs on 2005/05/31 20:34:44 + Log: Remove duplicated line + Branch: perl + ! lib/Module/CoreList.pm +____________________________________________________________________________ +[ 24650] By: rgs on 2005/05/31 20:31:55 + Log: Upgrade to Module::CoreList 2.02 + Branch: perl + ! lib/Module/CoreList.pm +____________________________________________________________________________ +[ 24649] By: nicholas on 2005/05/31 12:03:30 + Log: Attempt 2 at a diet memory layout can go live. + Branch: perl + ! av.h hv.h +____________________________________________________________________________ +[ 24648] By: nicholas on 2005/05/31 10:40:01 + Log: Avoid updating a variable in a loop. + Only calculate the number of links in a hash bucket chain if we really + need it. + Branch: perl + ! hv.c +____________________________________________________________________________ +[ 24646] By: nicholas on 2005/05/31 10:02:12 + Log: Avoid updating a variable in the loop + Branch: perl + ! hv.c +____________________________________________________________________________ +[ 24645] By: rgs on 2005/05/31 09:13:34 + Log: Subject: [PATCH] ByteLoader.xs cleanup + From: Andy Lester + Date: Mon, 30 May 2005 22:28:36 -0500 + Message-ID: <20050531032836.GA32198@petdance.com> + Branch: perl + ! ext/ByteLoader/ByteLoader.xs +____________________________________________________________________________ +[ 24644] By: merijn on 2005/05/31 05:41:24 + Log: Add DECC to the symbol list + Subject: [PATCH]lette Re: updated tru64 cc [PATCH]es (Re: [PATCH]es: Tru64/blead) + From: Yitzchak Scott-Thoennes + Date: Mon, 30 May 2005 16:33:15 -0700 + Message-ID: <20050530233315.GA3088@efn.org> + Branch: perl + ! Configure +____________________________________________________________________________ +[ 24642] By: davem on 2005/05/30 23:37:15 + Log: add pointer to email explaining why eval {goto &foo} is banned + Branch: perl + ! pp_ctl.c +____________________________________________________________________________ +[ 24638] By: nicholas on 2005/05/30 21:02:34 + Log: Change the logic to avoid needing to set a variable during the loop + Branch: perl + ! hv.c +____________________________________________________________________________ +[ 24633] By: nicholas on 2005/05/30 13:01:27 + Log: Various HvPLACEHOLDERS() that should be HvPLACEHOLDERS_get() + Branch: perl + ! hv.c +____________________________________________________________________________ +[ 24631] By: rgs on 2005/05/30 11:54:23 + Log: Upgrade to PathTools 3.08 + Branch: perl + ! ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm +____________________________________________________________________________ +[ 24630] By: merijn on 2005/05/30 11:07:45 + Log: gcc hints were not yet applied to gcc-4.x + Now they are + Branch: perl + ! hints/hpux.sh +____________________________________________________________________________ +[ 24629] By: rgs on 2005/05/30 11:07:15 + Log: Subject: [perl #36037] Perl 5.8.7-RC1 build problems on LynxOS + From: Olli Savia (via RT) + Date: 30 May 2005 10:59:35 -0000 + Message-ID: + Branch: perl + ! util.c +____________________________________________________________________________ +[ 24628] By: merijn on 2005/05/30 10:28:06 + Log: regen after #24627 + Branch: perl + ! perlapi.h +____________________________________________________________________________ +[ 24627] By: merijn on 2005/05/30 10:19:09 + Log: Subject: Re: updated tru64 cc [PATCH]es (Re: [PATCH]es: Tru64/blead) + From: Jarkko Hietaniemi + Date: Mon, 30 May 2005 09:15:56 +0300 + Message-ID: <429AAF9C.30503@gmail.com> + Branch: perl + ! embed.pl ext/DynaLoader/dl_dlopen.xs perl.h sv.c +____________________________________________________________________________ +[ 24626] By: rgs on 2005/05/30 08:54:51 + Log: Subject: [PATCH] Teeny optimization in S_hv_magic_check + From: Andy Lester + Date: Tue, 24 May 2005 11:41:15 -0500 + Message-ID: <20050524164115.GA12027@petdance.com> + Branch: perl + ! hv.c +____________________________________________________________________________ +[ 24625] By: rgs on 2005/05/30 08:48:12 + Log: Subject: [PATCH] More embed.fnc strictures, plus consting and localizing + From: Andy Lester + Date: Tue, 24 May 2005 11:47:22 -0500 + Message-ID: <20050524164722.GC12027@petdance.com> + + Subject: [PATCH] Remove unused casts + From: Andy Lester + Date: Tue, 24 May 2005 11:42:18 -0500 + Message-ID: <20050524164218.GB12027@petdance.com> + Branch: perl + ! embed.fnc op.c pp_sys.c proto.h regcomp.c regexec.c scope.c + ! sv.c +____________________________________________________________________________ +[ 24624] By: rgs on 2005/05/30 08:11:30 + Log: Minor grammar fix by Uri Guttman + Branch: perl + ! pod/perlre.pod +____________________________________________________________________________ +[ 24623] By: rgs on 2005/05/30 08:08:47 + Log: Subject: [PATCH] perlrun.pod -w description typo + From: Offer Kaye + Date: Mon, 30 May 2005 11:27:38 +0300 + Message-ID: <569425050530012768a9baca@mail.gmail.com> + Branch: perl + ! pod/perlrun.pod +____________________________________________________________________________ +[ 24622] By: rgs on 2005/05/30 07:45:09 + Log: Subject: [PATCH] Minor warning squashings + From: Andy Lester + Date: Sun, 29 May 2005 00:19:06 -0500 + Message-Id: <740ea3aca85400c6d03e945323badad4@petdance.com> + + Subject: [PATCH] Consting in Opcode.xs + From: Andy Lester + Date: Sun, 29 May 2005 11:23:50 -0500 + Message-ID: <20050529162350.GA13965@petdance.com> + + Subject: [PATCH] consting attrs.xs + From: Andy Lester + Date: Sun, 29 May 2005 14:15:46 -0500 + Message-ID: <20050529191546.GA15581@petdance.com> + + Subject: [PATCH] consting B.xs + From: Andy Lester + Date: Sun, 29 May 2005 15:09:24 -0500 + Message-ID: <20050529200924.GA15873@petdance.com> + Branch: perl + ! embed.fnc ext/B/B.xs ext/Opcode/Opcode.xs ext/attrs/attrs.xs + ! perlio.c pp_sys.c proto.h regcomp.c utf8.c +____________________________________________________________________________ +[ 24621] By: nicholas on 2005/05/30 07:43:05 + Log: Need a cast to avoid a compiler warning. + Branch: perl + ! ext/ByteLoader/bytecode.h +____________________________________________________________________________ +[ 24619] By: nicholas on 2005/05/29 19:35:38 + Log: Goodbye xav_arylen. You won't be missed that much. + So now there's a buy 5 get one free offer on PVAV bodies. + Branch: perl + ! av.c av.h dump.c embed.fnc global.sym perl.h pp.c proto.h sv.c +____________________________________________________________________________ +[ 24618] By: ams on 2005/05/29 18:07:37 + Log: Subject: [PATCH configure.com] compiler awareness week + From: "Craig A. Berry" + Date: Sun, 29 May 2005 12:43:09 -0500 + Message-Id: <4299FF2D.90209@mac.com> + Branch: perl + ! configure.com +____________________________________________________________________________ +[ 24617] By: nicholas on 2005/05/29 17:46:39 + Log: Change the IV to a union. + Revert the NV union back to a plain NV + Transpose the positions of IV and NV (NV is now first) + Don't allocate the NV for PV,PVIV,PVAV and PVHV (last 2 non-allocations + currently disabled by default) + Branch: perl + ! av.h cv.h hv.h intrpvar.h sv.c sv.h +____________________________________________________________________________ +[ 24615] By: nicholas on 2005/05/29 14:24:17 + Log: Teach buildtoc about README.openbsd, and regenerate various makefiles. + Branch: perl + ! pod.lst pod/perl.pod vms/descrip_mms.template win32/Makefile + ! win32/makefile.mk +____________________________________________________________________________ +[ 24614] By: nicholas on 2005/05/29 14:23:32 + Log: Restort into bulidtoc's preferred order + Branch: perl + ! MANIFEST +____________________________________________________________________________ +[ 24613] By: ams on 2005/05/29 04:45:05 + Log: Subject: [PATCH] VMS build update for blead + From: "Craig A. Berry" + Date: Sat, 28 May 2005 23:18:46 -0500 + Message-Id: <429942A6.10601@mac.com> + Branch: perl + ! doio.c perly.c vms/descrip_mms.template vms/gen_shrfls.pl + ! vms/vms.c vms/vmsish.h +____________________________________________________________________________ +[ 24612] By: ams on 2005/05/28 14:40:32 + Log: Subject: [PATCH] Re: t/uni/class.t has a lot to warn about + From: Jarkko Hietaniemi + Date: Sat, 28 May 2005 11:47:47 +0300 + Message-Id: <42983033.5050509@gmail.com> + Branch: perl + ! t/uni/class.t +____________________________________________________________________________ +[ 24610] By: merijn on 2005/05/27 19:22:39 + Log: Subject: Re: [PATCH] Do not install change logs, READMEs, etc... + From: Michael G Schwern + Date: Fri, 27 May 2005 12:33:27 -0700 + Message-ID: <20050527193327.GC17504@windhund.schwern.org> + Branch: perl + ! installperl +____________________________________________________________________________ +[ 24609] By: nicholas on 2005/05/27 18:54:36 + Log: In assert(), we mustn't stringify the message as part of the first + argument to croak, as it's a *printf format, and the thing we're + asserting might itself contain % signs. + Also, as __FILE__ is a string, we can append that to the format, + rather than needing a %s for it. + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 24608] By: nicholas on 2005/05/27 18:20:26 + Log: is() is better than ok() + Branch: perl + ! t/op/each.t +____________________________________________________________________________ +[ 24607] By: steveh on 2005/05/27 16:22:59 + Log: Fix failing Cwd tests on Win32 + + Patch was posted to Ken previously + + (see http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-05/msg00226.html) + + but no reply as yet. I'll mail him again... + Branch: perl + ! lib/Cwd.pm +____________________________________________________________________________ +[ 24606] By: steveh on 2005/05/27 16:15:41 + Log: Skip signals and core dump tests on Win32 + + See http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-05/msg00749.html + Branch: perl + ! t/run/exit.t +____________________________________________________________________________ +[ 24605] By: steveh on 2005/05/27 15:54:09 + Log: Fix more Win32 linker errors caused by change 24561 + + Apparently sys_intern_init and sys_intern_clear are required even for + non-threaded builds on Win32. + Branch: perl + ! embed.fnc embed.h proto.h +____________________________________________________________________________ +[ 24596] By: merijn on 2005/05/27 10:20:54 + Log: Subject: [PATCH] Do not install change logs, READMEs, etc... + From: Michael G Schwern + Date: Thu, 26 May 2005 13:43:05 -0700 + Message-ID: <20050526204305.GH11558@windhund.schwern.org> + Branch: perl + ! installperl +____________________________________________________________________________ +[ 24595] By: merijn on 2005/05/27 10:06:25 + Log: Subject: [PATCH] add PERL_CALLCONV to PERL_CKDEF and PERL_PPDEF + From: + Date: Fri, 27 May 2005 13:15:36 +0300 + Message-ID: + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 24594] By: nicholas on 2005/05/27 09:18:26 + Log: Get the HEK once only in the hot code (class method calls) + Branch: perl + ! hv.h pp_hot.c +____________________________________________________________________________ +[ 24593] By: rgs on 2005/05/27 07:44:07 + Log: Subject: [PATCH] Re: [perl #35420] localtime corruption + From: Michael G Schwern + Date: Thu, 26 May 2005 13:39:38 -0700 + Message-ID: <20050526203938.GG11558@windhund.schwern.org> + Branch: perl + ! pod/perlfunc.pod pod/perlport.pod +____________________________________________________________________________ +[ 24592] By: rgs on 2005/05/27 07:04:46 + Log: Subject: [PATCH] Documentation nits and fixes for Sv*_set() macros + From: Steve Peters + Date: Thu, 26 May 2005 14:58:50 -0500 + Message-ID: <20050526195850.GA1308@mccoy.peters.homeunix.org> + Branch: perl + ! pod/perlapi.pod sv.h +____________________________________________________________________________ +[ 24591] By: steveh on 2005/05/26 16:56:03 + Log: Fix some Win32 link errors + Branch: perl + ! global.sym makedef.pl proto.h +____________________________________________________________________________ +[ 24590] By: nicholas on 2005/05/26 16:07:20 + Log: Rename the members of the SV head union to avoid pre-processor + arguments with embed.h + Branch: perl + ! av.h hv.h sv.c sv.h +____________________________________________________________________________ +[ 24588] By: ams on 2005/05/26 15:33:58 + Log: -Wall is intolerably noisy with icc. + Branch: perl + ! cflags.SH +____________________________________________________________________________ +[ 24585] By: rgs on 2005/05/26 15:13:53 + Log: Subject: [PATCH] bytes.pm doesn't check undefined subroutine calling + From: SADAHIRO Tomoyuki + Date: Thu, 26 May 2005 23:46:35 +0900 + Message-Id: <20050526234321.92F1.BQW10602@nifty.com> + Branch: perl + ! lib/bytes.pm lib/bytes.t +____________________________________________________________________________ +[ 24584] By: nicholas on 2005/05/26 14:24:31 + Log: Store the package name as a shared HEK. + Abolish HvNAME() - as the stored pointer is not a char* you can't set + it directly now. + Storing a pointer to a HEK tracks the length too, and seems to be + faster. + Branch: perl + ! embed.fnc gv.c hv.c hv.h op.c pp.c proto.h sv.c toke.c + ! xsutils.c +____________________________________________________________________________ +[ 24583] By: nicholas on 2005/05/26 12:27:47 + Log: We know how big the global string table will be, so use that + information. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24582] By: nicholas on 2005/05/26 11:28:24 + Log: It helps to set the total keys correctly when duplicating a hash. + It helps even more to have a test for this. + Branch: perl + ! ext/threads/t/problems.t sv.c +____________________________________________________________________________ +[ 24581] By: merijn on 2005/05/26 11:26:05 + Log: More possible re-order dependencies solved + Branch: perl + ! Porting/config_h.pl config_h.SH +____________________________________________________________________________ +[ 24580] By: merijn on 2005/05/26 08:43:38 + Log: Subject: [PATCH] Updated lint infrastructure + From: Andy Lester + Date: Wed, 25 May 2005 12:31:39 -0500 + Message-ID: <20050525173139.GB1701@petdance.com> + Branch: perl + ! Makefile.SH handy.h malloc.c mg.c pp.c regcomp.h +____________________________________________________________________________ +[ 24579] By: ams on 2005/05/26 07:08:22 + Log: Subject: [PATCH] MPE/iX has no lchown() + From: Jarkko Hietaniemi + Date: Thu, 26 May 2005 08:36:19 +0300 + Message-Id: <42956053.4010200@gmail.com> + Branch: perl + ! hints/mpeix.sh +____________________________________________________________________________ +[ 24578] By: merijn on 2005/05/25 19:05:07 + Log: Added Porting/config_h.pl + Branch: perl + ! MANIFEST +____________________________________________________________________________ +[ 24576] By: merijn on 2005/05/25 18:41:52 + Log: Reordering config_h.SH after metaconfig now semi automated + This will save me *a lot* of manual work + Branch: perl + + Porting/config_h.pl + ! Configure config_h.SH +____________________________________________________________________________ +[ 24575] By: nicholas on 2005/05/25 16:26:12 + Log: Export Perl_hek_dup, which duplicates shared hash keys. + Branch: perl + ! embed.fnc embed.h hv.c proto.h +____________________________________________________________________________ +[ 24574] By: nicholas on 2005/05/25 15:52:33 + Log: Track the mapping between source shared hash keys and target shared + hash keys to save repeated lookups during cloning. + Branch: perl + ! embed.fnc embedvar.h ext/threads/threads.xs hv.c intrpvar.h + ! perl.c perlapi.h proto.h sv.c +____________________________________________________________________________ +[ 24573] By: nicholas on 2005/05/25 14:06:55 + Log: Replace all uses of HvNAME with the appropriate HvNAME_get or + HvNAME_set + Branch: perl + ! bytecode.pl cop.h ext/ByteLoader/bytecode.h + ! ext/ByteLoader/byterun.c +____________________________________________________________________________ +[ 24572] By: nicholas on 2005/05/25 10:02:07 + Log: I think for now these have to be disabled by default. + Branch: perl + ! av.h hv.h +____________________________________________________________________________ +[ 24571] By: rgs on 2005/05/25 09:34:20 + Log: Update description of Term::ReadLine and fix typo + Subject: [perl #35963] Typo in Term::ReadLine + From: "perlbug@veggiechinese.net (via RT)" + Date: 24 May 2005 23:29:37 -0000 + Message-ID: + Branch: perl + ! lib/Term/ReadLine.pm +____________________________________________________________________________ +[ 24570] By: nicholas on 2005/05/24 20:23:53 + Log: Initialising the hash seed needs to be early in case anything + calcualtes HASHes during dup()ing. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24569] By: nicholas on 2005/05/24 17:13:34 + Log: Reorder the union to cause Win32 compilers to use void * alignment for + it. + Branch: perl + ! av.h cv.h hv.h sv.h +____________________________________________________________________________ +[ 24568] By: ams on 2005/05/24 16:44:53 + Log: Subject: [PATCH] xsubpp, ParseXS: allow other suffix beyond .c + From: jarkko.hietaniemi@nokia.com + Date: Tue, 24 May 2005 12:48:38 +0300 + Message-Id: + Branch: perl + ! lib/ExtUtils/ParseXS.pm lib/ExtUtils/xsubpp +____________________________________________________________________________ +[ 24567] By: rgs on 2005/05/24 15:44:52 + Log: Clarification on the behaviour of qw// and x : + Subject: [PATCH] Re: [perl #35885] qw and x operators doesn't mix + From: Yitzchak Scott-Thoennes + Date: Tue, 24 May 2005 08:52:00 -0700 + Message-ID: <20050524155200.GA1784@efn.org> + Branch: perl + ! pod/perlop.pod +____________________________________________________________________________ +[ 24566] By: nicholas on 2005/05/24 15:21:48 + Log: Leaking is bad, m'kay. + Branch: perl + ! hv.c sv.c +____________________________________________________________________________ +[ 24565] By: rgs on 2005/05/24 13:50:02 + Log: Remove Perl_ck_* functions from public API + Branch: perl + ! embed.fnc embed.h global.sym +____________________________________________________________________________ +[ 24564] By: nicholas on 2005/05/24 13:01:49 + Log: Correct the description of pte_arenaroot + Branch: perl + ! intrpvar.h +____________________________________________________________________________ +[ 24563] By: rgs on 2005/05/24 12:58:45 + Log: Documentation nit on @-, found by Guillaume Rousse + (plus POD markup simplification, for readability with pod2text) + Branch: perl + ! pod/perlvar.pod +____________________________________________________________________________ +[ 24562] By: rgs on 2005/05/24 12:39:26 + Log: ext/B/t/deparse.t was failing with t/TEST but not with t/harness + Branch: perl + ! ext/B/t/deparse.t +____________________________________________________________________________ +[ 24561] By: rgs on 2005/05/24 12:33:01 + Log: Subject: [PATCH] embed.fnc cleanup + SvPVX_const usage + From: Andy Lester + Date: Sat, 21 May 2005 09:06:40 -0500 + Message-ID: <20050521140640.GB875@petdance.com> + Branch: perl + ! embed.fnc embed.h global.sym op.c pad.c perlio.c pp_ctl.c + ! pp_hot.c pp_sys.c proto.h regcomp.c sv.c toke.c utf8.c +____________________________________________________________________________ +[ 24560] By: rgs on 2005/05/24 11:22:21 + Log: The tokenizer should expect an operator after qw(). + This fixes [perl #35885] qw and x operators doesn't mix + Branch: perl + ! t/op/repeat.t toke.c +____________________________________________________________________________ +[ 24559] By: rgs on 2005/05/24 08:45:44 + Log: Subject: Re: [perl #35857] [PATCH] B::Deparse doesnt handle warnings register properly. + From: demerphq + Date: Mon, 23 May 2005 11:43:56 +0200 + Message-ID: <9b18b31105052302431fb0a3c2@mail.gmail.com> + Branch: perl + ! ext/B/t/deparse.t +____________________________________________________________________________ +[ 24558] By: rgs on 2005/05/24 08:09:10 + Log: Make distclean should remove the leftover test files of ExtUtils::ParseXS + Branch: perl + ! Makefile.SH +____________________________________________________________________________ +[ 24557] By: nicholas on 2005/05/23 20:26:35 + Log: Don't allocate an IV slot where the type doesn't use the IV slot. + Branch: perl + ! av.h hv.h sv.h +____________________________________________________________________________ +[ 24556] By: ams on 2005/05/23 16:58:46 + Log: Assorted 2.15 fixes. + Branch: perl + ! ext/Storable/ChangeLog ext/Storable/Storable.xs +____________________________________________________________________________ +[ 24555] By: ams on 2005/05/23 16:34:16 + Log: Remove one const to ensure that the universe doesn't tip over. + (At least on AIX.) + Branch: perl + ! ext/Storable/Storable.xs +____________________________________________________________________________ +[ 24554] By: merijn on 2005/05/23 15:29:01 + Log: Subject: Re: [perl #35938] [PATCH] SDBM_File fails to build on some platforms due to use of 'extern int errno' (was: Re: patches for lang/perl5.8 dfport override) + From: Andrew Dougherty + Date: Mon, 23 May 2005 11:48:08 -0400 (EDT) + Message-ID: + Branch: perl + ! ext/SDBM_File/sdbm/sdbm.c +____________________________________________________________________________ +[ 24553] By: ams on 2005/05/23 15:24:05 + Log: Subject: [PATCH] universal.c warnings hushed + From: Andy Lester + Date: Mon, 23 May 2005 10:38:25 -0500 + Message-Id: <20050523153825.GA28498@petdance.com> + Branch: perl + ! universal.c +____________________________________________________________________________ +[ 24552] By: rgs on 2005/05/23 14:31:33 + Log: Attribute compilation fix for Windows by Andy Lester + Branch: perl + ! perl.h perlio.h +____________________________________________________________________________ +[ 24551] By: gbarr on 2005/05/23 13:49:59 + Log: Update to Scalar-List-Utils-1.17 + Branch: perl + ! ext/List/Util/Changes ext/List/Util/README + ! ext/List/Util/lib/List/Util.pm + ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/lln.t + ! ext/List/Util/t/p_tainted.t ext/List/Util/t/refaddr.t +____________________________________________________________________________ +[ 24550] By: rgs on 2005/05/23 11:38:34 + Log: Declaration nit spotted by Jarkko + Branch: perl + ! hv.c +____________________________________________________________________________ +[ 24549] By: nicholas on 2005/05/23 11:27:16 + Log: PL_regex_padav elements hold either more AVs, or IVs that point to + regexps. Don't attempt to look at the IVX if it's not an IV. + Branch: perl + ! perl.c sv.c +____________________________________________________________________________ +[ 24548] By: nicholas on 2005/05/23 10:13:21 + Log: Oops. What is looking at an array's SvIVX()? + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24547] By: nicholas on 2005/05/23 09:22:35 + Log: We don't need IV and RV arena variables anymore. We don't need to set + SvIVX or SvNVX on hashes. + Branch: perl + ! embedvar.h intrpvar.h perlapi.h sv.c +____________________________________________________________________________ +[ 24546] By: nicholas on 2005/05/23 09:09:15 + Log: Bytecode mustn't save the NVX for hashes now that the NVX is a union + containing pointers initialised to zero. + Branch: perl + ! ext/B/B/Bytecode.pm +____________________________________________________________________________ +[ 24545] By: steveh on 2005/05/23 08:46:37 + Log: Fill in HASATTRIBUTE stuff in win32/config_H.* (see change #24508) + + (None are actually defined, but it's nice to have them there anyway) + Branch: perl + ! win32/config_H.bc win32/config_H.gc win32/config_H.vc + ! win32/config_H.vc64 +____________________________________________________________________________ +[ 24544] By: nicholas on 2005/05/23 08:09:58 + Log: create an "allocated" structure for PVs, PVAVs and PVHVs + Branch: perl + ! av.h hv.h intrpvar.h sv.c sv.h +____________________________________________________________________________ +[ 24543] By: rgs on 2005/05/23 07:33:52 + Log: Fix [perl #35929] : PerlIO::scalar didn't understand $/ = "" + because PerlIOScalar_unread was broken. + Bump version number of PerlIO::scalar to 0.04. + Branch: perl + ! ext/PerlIO/scalar/scalar.pm ext/PerlIO/scalar/scalar.xs + ! ext/PerlIO/t/scalar.t +____________________________________________________________________________ +[ 24542] By: nicholas on 2005/05/22 22:03:19 + Log: Re-order IVX slot in SV bodies + Branch: perl + ! av.h cv.h hv.h sv.h +____________________________________________________________________________ +[ 24541] By: rgs on 2005/05/22 18:53:12 + Log: Subject: Re: [PATCH 5.8.7 RC1] lib/Carp.t todo for VMS + From: Michael G Schwern + Date: May 20, 2005 10:09 PM + Message-ID: <20050520200900.GB13473@windhund.schwern.org> + Branch: perl + ! lib/Carp.t +____________________________________________________________________________ +[ 24538] By: nicholas on 2005/05/21 22:46:50 + Log: Add a union in place of xnv_nv, which allows AVs and HVs to re-use + the memory to store pointers and integers. + (Part 1 - will be reworked to be more efficient when IV or void* + is 64 bit soon) + Branch: perl + ! av.h cv.h dump.c ext/B/B.pm ext/B/B.xs ext/Devel/Peek/t/Peek.t + ! hv.h sv.h +____________________________________________________________________________ +[ 24537] By: ams on 2005/05/21 22:26:34 + Log: Subject: [PATCH] ExtUtils::CBuilder Tru64 support + From: Jarkko Hietaniemi + Date: Sat, 21 May 2005 23:20:21 +0300 + Message-Id: <428F9805.70108@gmail.com> + Branch: perl + + lib/ExtUtils/CBuilder/Platform/dec_osf.pm + ! MANIFEST +____________________________________________________________________________ +[ 24536] By: ams on 2005/05/21 22:17:20 + Log: Make the __attribute__ stuff work with Symbian (Jarkko). + http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-05/msg00530.html + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 24535] By: davem on 2005/05/21 22:10:19 + Log: goto &xsub that croaks corrupts memory + When an XS sub is called, a CxSUB context shouldn't be pushed. Make + goto &xs_sub mimic this behaviour by first popping the old CxSUB + Branch: perl + ! pp_ctl.c t/op/goto_xs.t +____________________________________________________________________________ +[ 24534] By: davem on 2005/05/21 21:38:55 + Log: stop goto &foo wasting stack space + it used to push @_ onto the end of the stack; now it pops the stack + back to the old watermark first. + Branch: perl + ! pp_ctl.c +____________________________________________________________________________ +[ 24533] By: davem on 2005/05/21 19:50:50 + Log: add access to Perl_croak() via 'mycroak' in XS::APItest + Branch: perl + ! ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs + ! ext/XS/APItest/t/exception.t +____________________________________________________________________________ +[ 24532] By: davem on 2005/05/21 19:15:43 + Log: disallow eval { goto &foo } + eval 'goto &foo' is already banned, and the try-version usually + coredumps due to the code assuming the CxEVAL is actually a CxSUB. + Anyway exiting an eval but preserving "it's" @_ doesn't make much + sense. + Branch: perl + ! pod/perldiag.pod pp_ctl.c t/op/goto.t +____________________________________________________________________________ +[ 24531] By: nicholas on 2005/05/21 18:19:43 + Log: Move the xpv_pv/xrv_rv member into the SV head, in a union with + IV and UV. Avoid allocating a body for IVs and RVs. + Branch: perl + ! av.h bytecode.pl cv.h embed.fnc embed.h ext/B/B/C.pm + ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c + ! ext/ByteLoader/byterun.h hv.c hv.h proto.h sv.c sv.h +____________________________________________________________________________ +[ 24530] By: rgs on 2005/05/21 16:01:42 + Log: Really fix change 24527 + Branch: perl + ! gv.c +____________________________________________________________________________ +[ 24529] By: nicholas on 2005/05/21 15:59:30 + Log: Fool. That should be I32 everywhere. + Branch: perl + ! hv.c +____________________________________________________________________________ +[ 24528] By: ams on 2005/05/21 15:35:44 + Log: Subject: [PATCH] ctags parms need to know .h is C + From: Andy Lester + Date: Sat, 21 May 2005 08:58:14 -0500 + Message-Id: <20050521135814.GA875@petdance.com> + Branch: perl + ! Makefile.SH +____________________________________________________________________________ +[ 24527] By: rgs on 2005/05/21 14:15:44 + Log: Compilation fix + Branch: perl + ! gv.c +____________________________________________________________________________ +[ 24526] By: nicholas on 2005/05/21 12:31:52 + Log: Move hv_name, hv_eiter and hv_riter into a new aux structure. + Provide (more efficient) _get and _set macros. + Adjust the core to use them. + Branch: perl + ! dump.c embed.fnc ext/Data/Dumper/Dumper.xs + ! ext/Devel/DProf/DProf.xs ext/Opcode/Opcode.xs + ! ext/PerlIO/via/via.xs ext/Storable/Storable.xs + ! ext/threads/shared/shared.xs global.sym gv.c hv.c hv.h mg.c + ! op.c op.h opnames.h perl.c pp.c pp_hot.c pp_sys.c proto.h sv.c + ! toke.c universal.c xsutils.c +____________________________________________________________________________ +[ 24525] By: nicholas on 2005/05/21 09:29:18 + Log: Move placeholders into a new rhash magic type. + Branch: perl + ! dump.c embed.fnc ext/Storable/Storable.xs global.sym hv.c hv.h + ! perl.h proto.h sv.c +____________________________________________________________________________ +[ 24524] By: rgs on 2005/05/21 09:18:07 + Log: Update to MakeMaker 6.30 + Branch: perl + ! lib/ExtUtils/Changes lib/ExtUtils/MM_Unix.pm + ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/FIRST_MAKEFILE.t + ! lib/ExtUtils/t/PL_FILES.t + ! t/lib/MakeMaker/Test/Setup/PL_FILES.pm +____________________________________________________________________________ +[ 24523] By: ams on 2005/05/21 02:58:49 + Log: Subject: [PATCH] SvPVX_const - patch #2 + From: Steve Peters + Date: Fri, 20 May 2005 21:42:10 -0500 + Message-Id: <20050521024210.GA29036@mccoy.peters.homeunix.org> + Branch: perl + ! dump.c gv.c op.c pad.c perlio.c perly.c pp.c pp_ctl.c +____________________________________________________________________________ +[ 24522] By: nicholas on 2005/05/20 22:53:00 + Log: Remove PMROOT and replace it with a small shell script. Er, magic. + (PMROOT being needed to implement bare C - how often do you + use that?) + Branch: perl + ! bytecode.pl dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Asmdata.pm + ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h hv.c hv.h + ! op.c perl.h sv.c +____________________________________________________________________________ +[ 24521] By: nicholas on 2005/05/20 22:30:16 + Log: Update XS code to declare PERL_UNUSED_DECL conditionally + Branch: perl + ! ext/List/Util/Util.xs ext/POSIX/POSIX.xs + ! ext/Storable/Storable.xs +____________________________________________________________________________ +[ 24520] By: nicholas on 2005/05/20 21:50:03 + Log: Updaate ppport.h to get a conditional PERL_UNUSED_DECL + Branch: perl + ! ext/Cwd/ppport.h ext/Time/HiRes/ppport.h +____________________________________________________________________________ +[ 24519] By: nicholas on 2005/05/20 21:46:26 + Log: Need to make PERL_UNUSED_DECL conditional as xlc on AIX doesn't like + it being redefined. + Branch: perl + ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/parts/inc/misc +____________________________________________________________________________ +[ 24518] By: nicholas on 2005/05/20 21:11:52 + Log: Goodbye AvFLAGS + Branch: perl + ! av.c av.h bytecode.pl cop.h dump.c ext/B/B.pm ext/B/B.xs + ! ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm ext/B/B/C.pm + ! ext/B/B/Debug.pm ext/B/defsubs_h.PL ext/ByteLoader/byterun.c + ! ext/ByteLoader/byterun.h pad.c pp_ctl.c sv.c sv.h +____________________________________________________________________________ +[ 24517] By: rgs on 2005/05/20 17:54:15 + Log: Upgrade to Math::BigInt 1.77 + Branch: perl + ! lib/Math/BigFloat.pm lib/Math/BigInt.pm + ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t + ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigintpm.inc + ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/sub_mbi.t +____________________________________________________________________________ +[ 24516] By: nicholas on 2005/05/20 16:42:44 + Log: Fix a typo + Branch: perl + ! hv.h +____________________________________________________________________________ +[ 24514] By: ams on 2005/05/20 14:42:21 + Log: Damnable applypatch nonsense. + Branch: perl + ! ext/Storable/t/sig_die.t +____________________________________________________________________________ +[ 24513] By: rgs on 2005/05/20 14:37:12 + Log: Update MANIFEST + Branch: perl + ! MANIFEST +____________________________________________________________________________ +[ 24512] By: ams on 2005/05/20 14:21:21 + Log: Previously overlooked $SIG{DIE} patch from Slaven Rezic. + http://groups-beta.google.com/group/perl.perl5.porters/msg/2d10ba2c390ecc41 + Branch: perl + + ext/Storable/t/sig_die.t + ! ext/Storable/MANIFEST ext/Storable/Storable.pm +____________________________________________________________________________ +[ 24511] By: rgs on 2005/05/20 13:11:43 + Log: Subject: [PATCH] Add a Makefile target for ctags + From: Andy Lester + Date: Thu, 12 May 2005 11:40:52 -0500 + Message-ID: <20050512164052.GA30287@petdance.com> + Branch: perl + ! Makefile.SH +____________________________________________________________________________ +[ 24510] By: rgs on 2005/05/20 10:49:03 + Log: Upgrade to MakeMaker 6.29 + Branch: perl + + lib/ExtUtils/t/FIRST_MAKEFILE.t + ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/MM_Unix.pm + ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm + ! lib/ExtUtils/t/Installed.t +____________________________________________________________________________ +[ 24509] By: rgs on 2005/05/20 09:26:01 + Log: Subject: SvPVX_const() - Patch #1 + From: Steve Peters + Date: Tue, 17 May 2005 18:17:01 -0500 + Message-ID: <20050517231701.GA1394@mccoy.peters.homeunix.org> + Branch: perl + ! doio.c toke.c universal.c util.c warnings.h warnings.pl +____________________________________________________________________________ +[ 24508] By: rgs on 2005/05/20 07:53:46 + Log: Subject: [PATCH] Attribute configuration + From: Andy Lester + Date: Thu, 19 May 2005 12:32:56 -0500 + Message-ID: <20050519173256.GA29039@petdance.com> + Branch: perl + ! Configure Cross/config.sh-arm-linux NetWare/config.wc + ! Porting/Glossary Porting/config.sh Porting/pumpkin.pod XSUB.h + ! config_h.SH configure.com epoc/config.sh hints/next_3_0.sh + ! hints/vmesa.sh malloc.c mg.c op.c perl.c perl.h perlio.h + ! plan9/config_sh.sample plan9/genconfig.pl scope.c sv.c + ! symbian/config.sh t/op/sprintf.t uconfig.sh vms/genconfig.pl + ! win32/config.bc win32/config.gc win32/config.vc + ! win32/config.vc64 wince/config.ce +____________________________________________________________________________ +[ 24507] By: rgs on 2005/05/20 07:16:59 + Log: Gisle noted an unused variable + Branch: perl + ! t/run/exit.t +____________________________________________________________________________ +[ 24506] By: rgs on 2005/05/19 21:07:43 + Log: Fix the new exit() tests, by Gisle Aas : + don't let the shell interfere with the process return value + Branch: perl + ! t/run/exit.t +____________________________________________________________________________ +[ 24505] By: ams on 2005/05/19 17:51:48 + Log: Subject: [perl #35857] [PATCH] B::Deparse doesnt handle warnings register properly. + From: yves orton + Date: 18 May 2005 08:30:44 -0000 + Message-Id: + Branch: perl + ! ext/B/B/Deparse.pm +____________________________________________________________________________ +[ 24504] By: nicholas on 2005/05/19 09:32:18 + Log: tabs, not spaces. Bad editor. No cookie. + Does the MANIFEST file support comments, sufficient to add an editor + block? + Branch: perl + ! MANIFEST +____________________________________________________________________________ +[ 24503] By: rgs on 2005/05/19 06:25:22 + Log: Adjust VMS test count + Branch: perl + ! t/run/exit.t +____________________________________________________________________________ +[ 24501] By: rgs on 2005/05/18 16:08:30 + Log: Subject: Well defined $? and introduction of ${^CHILD_ERROR_NATIVE} [PATCH] + From: Gisle Aas + Date: 18 May 2005 08:35:47 -0700 + Message-ID: + Branch: perl + ! doio.c embedvar.h gv.c intrpvar.h mg.c perl.c perl.h perlapi.h + ! pod/perlfunc.pod pod/perlport.pod pod/perlvar.pod t/run/exit.t +____________________________________________________________________________ +[ 24500] By: rgs on 2005/05/18 15:26:32 + Log: Subject: Re: [PATCH] ExtUtils-{ParseXS,CBuilder} into bleadperl (was: Re: [Module::Build] ANNOUNCE: Module::Build 0.2610 -> CPAN) + From: Yitzchak Scott-Thoennes + Date: Wed, 18 May 2005 07:13:40 -0700 + Message-ID: <20050518141131.GA2704@efn.org> + Branch: perl + + lib/ExtUtils/CBuilder.pm lib/ExtUtils/CBuilder/Base.pm + + lib/ExtUtils/CBuilder/Platform/Unix.pm + + lib/ExtUtils/CBuilder/Platform/VMS.pm + + lib/ExtUtils/CBuilder/Platform/Windows.pm + + lib/ExtUtils/CBuilder/Platform/aix.pm + + lib/ExtUtils/CBuilder/Platform/cygwin.pm + + lib/ExtUtils/CBuilder/Platform/darwin.pm + + lib/ExtUtils/CBuilder/Platform/os2.pm + + lib/ExtUtils/CBuilder/t/01-basic.t + + lib/ExtUtils/CBuilder/t/02-link.t lib/ExtUtils/ParseXS.pm + + lib/ExtUtils/ParseXS/t/XSTest.pm + + lib/ExtUtils/ParseXS/t/XSTest.xs + + lib/ExtUtils/ParseXS/t/basic.t + ! MANIFEST Porting/Maintainers.pl lib/ExtUtils/t/00compile.t + ! lib/ExtUtils/xsubpp +____________________________________________________________________________ +[ 24499] By: rgs on 2005/05/18 12:46:38 + Log: Subject: B::Disassembler.pm + From: Nicholas Clark + Date: Tue, 17 May 2005 11:28:18 +0100 + Message-ID: <20050517102817.GD94420@plum.flirble.org> + Branch: perl + ! ext/B/B/Disassembler.pm +____________________________________________________________________________ +[ 24498] By: davem on 2005/05/18 12:39:22 + Log: make t/TEST print summary times consistently to two decimal places + Branch: perl + ! t/TEST +____________________________________________________________________________ +[ 24497] By: nicholas on 2005/05/18 12:34:53 + Log: Default to allocating the correct size for the array in the HV. + Override this with -DPERL_USE_LARGE_HV_ALLOC + Branch: perl + ! hv.h +____________________________________________________________________________ +[ 24496] By: rgs on 2005/05/18 11:50:47 + Log: Subject: [PATCH] Eliminate radically out of date CHANGES from perlport + From: Michael G Schwern + Date: Mon, 16 May 2005 15:17:05 -0700 + Message-ID: <20050516221705.GA212@windhund.schwern.org> + + Subject: [PATCH] Eliminate function signatures from perlport + From: Michael G Schwern + Date: Mon, 16 May 2005 15:24:18 -0700 + Message-ID: <20050516222418.GA422@windhund.schwern.org> + Branch: perl + ! pod/perlport.pod +____________________________________________________________________________ +[ 24495] By: merijn on 2005/05/17 18:45:56 + Log: Subject: [PATCH] more about __attribute__ + From: Jarkko Hietaniemi + Date: Tue, 17 May 2005 20:36:43 +0300 + Message-ID: <428A2BAB.9020306@gmail.com> + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 24493] By: rgs on 2005/05/17 15:55:38 + Log: Clarify definition of octal literals + (thanks to Olivier Blin) + Branch: perl + ! pod/perldata.pod +____________________________________________________________________________ +[ 24492] By: rgs on 2005/05/17 15:15:46 + Log: Subject: [PATCH] perl 5.9.x (@ 24471): Symbian update + From: + Date: Mon, 16 May 2005 17:59:35 +0300 + Message-ID: + + completed by: + Message-ID: + Branch: perl + ! embed.pl mg.c op.c perl.h proto.h reentr.c reentr.pl scope.c + ! symbian/port.pl universal.c +____________________________________________________________________________ +[ 24491] By: nicholas on 2005/05/17 13:27:43 + Log: One last 1008 to replace with PERL_ARENA_SIZE + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24490] By: nicholas on 2005/05/16 21:42:05 + Log: Upgrade to Encode 2.10 + Branch: perl + ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm + ! ext/Encode/Encode.xs ext/Encode/META.yml + ! ext/Encode/lib/Encode/Alias.pm +____________________________________________________________________________ +[ 24489] By: rgs on 2005/05/16 16:56:43 + Log: Subject: [PATCH] consting-eleventy.patch: More consts, plus actual bug fix + From: Andy Lester + Date: Mon, 16 May 2005 10:13:53 -0500 + Message-ID: <20050516151353.GA25387@petdance.com> + Branch: perl + ! XSUB.h av.c dump.c embed.fnc embed.h hv.c malloc.c mg.c + ! numeric.c perl.c perl.h pod/perlapi.pod pp.h pp_ctl.c pp_hot.c + ! proto.h regcomp.c regexec.c scope.c sv.c sv.h + ! t/run/fresh_perl.t toke.c universal.c utf8.c util.c +____________________________________________________________________________ +[ 24482] By: nicholas on 2005/05/16 15:11:30 + Log: Bump the version number on Win32::Win32 + Branch: perl + ! win32/ext/Win32/Win32.pm +____________________________________________________________________________ +[ 24480] By: nicholas on 2005/05/16 15:01:48 + Log: Assuming that everything with 0x40000000 is SVpad_TYPED is bogus. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24476] By: rgs on 2005/05/16 08:58:40 + Log: This seems to be the right thing to do to iterate over layers + Branch: perl + ! ext/PerlIO/via/via.xs +____________________________________________________________________________ +[ 24475] By: rgs on 2005/05/16 08:47:28 + Log: $! might contain "unknown" if strerror(3) says so + Branch: perl + ! t/op/mkdir.t +____________________________________________________________________________ +[ 24472] By: rgs on 2005/05/16 08:03:15 + Log: Upgrade to Time::HiRes 1.68 + Branch: perl + ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm + ! ext/Time/HiRes/HiRes.xs +____________________________________________________________________________ +[ 24471] By: nicholas on 2005/05/15 20:46:03 + Log: Subject: [PATCH] Minor tweak to via + From: Andy Lester + Message-ID: <20050513163952.GA20167@petdance.com> + Date: Fri, 13 May 2005 11:39:52 -0500 + + from a bug report and patch by Matt Lawrence + Branch: perl + ! ext/PerlIO/via/via.xs +____________________________________________________________________________ +[ 24470] By: nicholas on 2005/05/15 11:32:15 + Log: Upgrade to CGI.pm 3.10 + Branch: perl + + lib/CGI/t/can.t + ! MANIFEST lib/CGI.pm lib/CGI/Changes lib/CGI/t/form.t +____________________________________________________________________________ +[ 24469] By: davem on 2005/05/15 00:09:35 + Log: avoid leaked scalar in BEGIN { threads->new(...) } + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24468] By: davem on 2005/05/14 23:16:50 + Log: Fix typo in DDEBUG_LEAKING_SCALARS flags output + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 24467] By: davem on 2005/05/14 15:11:30 + Log: initialize the PL_xpvgv_[arena]root vars during clone + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24465] By: gbarr on 2005/05/13 20:42:53 + Log: Update to Scalar-List-Utils-1.15 + Branch: perl + + ext/List/Util/t/p_blessed.t ext/List/Util/t/p_first.t + + ext/List/Util/t/p_lln.t ext/List/Util/t/p_max.t + + ext/List/Util/t/p_maxstr.t ext/List/Util/t/p_min.t + + ext/List/Util/t/p_minstr.t ext/List/Util/t/p_openhan.t + + ext/List/Util/t/p_readonly.t ext/List/Util/t/p_reduce.t + + ext/List/Util/t/p_refaddr.t ext/List/Util/t/p_reftype.t + + ext/List/Util/t/p_shuffle.t ext/List/Util/t/p_sum.t + + ext/List/Util/t/p_tainted.t + ! MANIFEST ext/List/Util/Changes ext/List/Util/Util.xs + ! ext/List/Util/lib/List/Util.pm + ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/blessed.t + ! ext/List/Util/t/dualvar.t ext/List/Util/t/first.t + ! ext/List/Util/t/isvstring.t ext/List/Util/t/lln.t + ! ext/List/Util/t/max.t ext/List/Util/t/maxstr.t + ! ext/List/Util/t/min.t ext/List/Util/t/minstr.t + ! ext/List/Util/t/openhan.t ext/List/Util/t/proto.t + ! ext/List/Util/t/readonly.t ext/List/Util/t/reduce.t + ! ext/List/Util/t/refaddr.t ext/List/Util/t/reftype.t + ! ext/List/Util/t/shuffle.t ext/List/Util/t/sum.t + ! ext/List/Util/t/tainted.t ext/List/Util/t/weak.t +____________________________________________________________________________ +[ 24461] By: rgs on 2005/05/13 12:52:45 + Log: Subject: change to quiet cygwin's perlld + From: Yitzchak Scott-Thoennes + Date: Fri, 13 May 2005 06:15:45 -0700 + Message-ID: <20050513131545.GB4024@efn.org> + Branch: perl + ! cygwin/perlld.in +____________________________________________________________________________ +[ 24460] By: nicholas on 2005/05/13 11:59:26 + Log: Reorder the *more* arena allocation functions into a block + As they are now ahead of their corresponding *new* functions, no need + for all the embedding guff. + Remove all the "register" keywords. + Branch: perl + ! embed.fnc embed.h hv.c proto.h sv.c +____________________________________________________________________________ +[ 24459] By: nicholas on 2005/05/13 11:09:03 + Log: Allocate GV bodies from arenas + Branch: perl + ! embed.fnc embed.h embedvar.h intrpvar.h perlapi.h proto.h sv.c +____________________________________________________________________________ +[ 24455] By: davem on 2005/05/12 19:07:27 + Log: make join.t threadsafe! + tests 13 and 14 could output in reverse order. Add a lock to stop + this. + Branch: perl + ! ext/threads/t/join.t +____________________________________________________________________________ +[ 24454] By: steveh on 2005/05/12 10:56:20 + Log: Remove a couple of unreferenced local variables + Branch: perl + ! win32/ext/Win32/Win32.xs +____________________________________________________________________________ +[ 24453] By: steveh on 2005/05/12 10:10:37 + Log: Subject: [PATCH] Add Win32::GetFileVersion() function + From: "Jan Dubois" + Date: Wed, 11 May 2005 22:30:37 -0700 + Message-Id: <200505120530.j4C5UhpX031152@smtp3.ActiveState.com> + Branch: perl + ! win32/ext/Win32/Win32.pm win32/ext/Win32/Win32.xs +____________________________________________________________________________ +[ 24452] By: rgs on 2005/05/12 09:58:50 + Log: Silence DEBUGGING compilation warnings + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 24451] By: rgs on 2005/05/12 09:52:12 + Log: SvUPGRADE doesn't return false. + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 24450] By: rgs on 2005/05/12 08:45:40 + Log: Rework documentation of split(//,...) + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 24449] By: ams on 2005/05/11 16:57:27 + Log: Subject: [perl #33765] [PATCH] perlop: mention why 'print !!0' doesn't + From: Steve Peters via RT + Date: 11 May 2005 16:58:22 -0000 + Message-Id: + + Subject: [perl #33766] [PATCH] perldoc -f split lacks basic null example + From: Steve Peters via RT + Date: 11 May 2005 17:13:29 -0000 + Message-Id: + Branch: perl + ! pod/perlfunc.pod pod/perlsyn.pod +____________________________________________________________________________ +[ 24446] By: merijn on 2005/05/11 09:39:06 + Log: Subject: Hints changes for OS X 10.4 + From: Michael G Schwern + Date: Tue, 10 May 2005 18:10:47 -0700 + Message-ID: <20050511011047.GA23955@windhund.schwern.org> + Branch: perl + ! hints/darwin.sh +____________________________________________________________________________ +[ 24445] By: rgs on 2005/05/11 07:54:19 + Log: Include vim/emacs modelines in generated files to open them + in read-only mode. Make vi modelines compatible with non-vim + vi versions. + Branch: perl + ! av.c bytecode.pl deb.c doio.c doop.c dump.c embed.h embed.pl + ! embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c + ! ext/ByteLoader/byterun.h global.sym globals.c gv.c hv.c + ! keywords.h keywords.pl lib/warnings.pm locale.c malloc.c mg.c + ! miniperlmain.c numeric.c op.c opcode.h opcode.pl opnames.h + ! pad.c perl.c perlapi.c perlapi.h perlio.c perly.c pp.c pp.sym + ! pp_ctl.c pp_hot.c pp_pack.c pp_proto.h pp_sort.c pp_sys.c + ! proto.h reentr.c reentr.h reentr.pl regcomp.c regcomp.pl + ! regexec.c regnodes.h run.c scope.c sv.c taint.c toke.c + ! universal.c utf8.c util.c warnings.h warnings.pl xsutils.c +____________________________________________________________________________ +[ 24444] By: rgs on 2005/05/10 20:56:37 + Log: Subject: potential [PATCH] Tru64 crank up strictness + From: Jarkko Hietaniemi + Date: May 10, 2005 7:44 PM + Message-Id: <4ADE5AAD-27CB-4F9E-BEC7-41DAA7671108@iki.fi> + Branch: perl + ! hints/dec_osf.sh perl.h toke.c x2p/a2py.c +____________________________________________________________________________ +[ 24443] By: rgs on 2005/05/10 20:27:16 + Log: "make regen" should run reentr.pl + Branch: perl + ! regen.pl +____________________________________________________________________________ +[ 24442] By: rgs on 2005/05/10 20:08:27 + Log: Regenerate reentr.[ch] + Branch: perl + ! reentr.c reentr.h +____________________________________________________________________________ +[ 24441] By: ams on 2005/05/10 17:23:26 + Log: Subject: Re: [PATCH] reentr.h changes so threaded Perl's compile on OpenBSD 3.7 + From: Steve Peters + Date: Tue, 10 May 2005 12:44:13 -0500 + Message-Id: <20050510174413.GA19686@mccoy.peters.homeunix.org> + Branch: perl + + README.openbsd + ! MANIFEST reentr.pl +____________________________________________________________________________ +[ 24440] By: rgs on 2005/05/10 16:51:02 + Log: Add editor boilerplates to all C files + (except the generated ones) + Branch: perl + ! av.c deb.c doio.c doop.c dump.c globals.c gv.c hv.c locale.c + ! malloc.c mg.c miniperlmain.c numeric.c op.c pad.c perl.c + ! perlio.c perly.c pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sort.c + ! pp_sys.c regcomp.c regexec.c run.c scope.c sv.c taint.c toke.c + ! universal.c utf8.c util.c xsutils.c +____________________________________________________________________________ +[ 24439] By: nicholas on 2005/05/10 15:38:07 + Log: s/sv_setpv(sv,"")/sv_setpvn(sv,"",0)/ + plus a couple of 1 byte sv_setpv()s too. + Branch: perl + ! doio.c dump.c ext/B/B.xs ext/Storable/Storable.xs mg.c op.c + ! perl.c pp_ctl.c pp_hot.c pp_sys.c toke.c +____________________________________________________________________________ +[ 24438] By: nicholas on 2005/05/10 14:47:58 + Log: As we have the length of the string easily to hand, no reason not to + use it. + Branch: perl + ! op.c +____________________________________________________________________________ +[ 24437] By: ams on 2005/05/10 14:41:08 + Log: Subject: [PATCH] perlop.pod nit + From: Steve Peters + Date: Tue, 10 May 2005 09:41:01 -0500 + Message-Id: <20050510144101.GA21362@mccoy.peters.homeunix.org> + Branch: perl + ! pod/perlop.pod +____________________________________________________________________________ +[ 24436] By: nicholas on 2005/05/10 11:03:49 + Log: Experiment with using the ptr_table code to hold the seen hash + Branch: perl + ! ext/Storable/Storable.xs +____________________________________________________________________________ +[ 24435] By: nicholas on 2005/05/10 09:17:32 + Log: Simplify the debug and assert logic. + Branch: perl + ! ext/Storable/Storable.xs +____________________________________________________________________________ +[ 24434] By: nicholas on 2005/05/10 09:03:11 + Log: Change 24165 missed one s/class/classname/ in the debugging code. + Branch: perl + ! ext/Storable/Storable.xs +____________________________________________________________________________ +[ 24433] By: ams on 2005/05/10 03:16:23 + Log: Subject: [PATCH] reentr.h changes so threaded Perl's compile on OpenBSD 3.7 + From: Steve Peters + Date: Mon, 9 May 2005 21:10:49 -0500 + Message-Id: <20050510021049.GA20147@mccoy.peters.homeunix.org> + Branch: perl + ! reentr.h +____________________________________________________________________________ +[ 24432] By: ams on 2005/05/10 03:15:34 + Log: Subject: [PATCH] Avoid USE_SITECUSTOMIZE redefined warnings + From: Jan Dubois + Date: Mon, 9 May 2005 19:29:06 -0700 + Message-Id: <200505100229.j4A2TGm1019135@smtp3.ActiveState.com> + Branch: perl + ! config_h.SH +____________________________________________________________________________ +[ 24431] By: rgs on 2005/05/09 20:07:14 + Log: Subject: [PATCH] attributes-two.patch, the next batch + From: Andy Lester + Date: May 9, 2005 5:45 PM + Message-ID: <20050509154518.GA18273@petdance.com> + Branch: perl + ! doop.c embed.fnc embed.pl gv.c handy.h op.c perl.c + ! pod/perlapi.pod pp.c pp_ctl.c pp_sys.c proto.h sv.c toke.c + ! utf8.c +____________________________________________________________________________ +[ 24430] By: rgs on 2005/05/09 19:19:20 + Log: Fix typo (bug #35368) + Branch: perl + ! pod/perlreftut.pod +____________________________________________________________________________ +[ 24429] By: nicholas on 2005/05/09 16:33:57 + Log: Update the comment describing arenas. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24427] By: nicholas on 2005/05/09 11:22:19 + Log: Hoist the static "AUTOLOAD" into a static const variable. Makes the + object file slightly smaller, and also increases the proportion of + read only data section. + Branch: perl + ! gv.c +____________________________________________________________________________ +[ 24426] By: rgs on 2005/05/09 11:11:35 + Log: Upgrade to Unicode::Collate 0.50 + Branch: perl + + lib/Unicode/Collate/t/cjkrange.t lib/Unicode/Collate/t/ignor.t + + lib/Unicode/Collate/t/override.t + ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes + ! lib/Unicode/Collate/README lib/Unicode/Collate/t/altern.t + ! lib/Unicode/Collate/t/contract.t + ! lib/Unicode/Collate/t/hangtype.t + ! lib/Unicode/Collate/t/hangul.t lib/Unicode/Collate/t/illegal.t + ! lib/Unicode/Collate/t/illegalp.t lib/Unicode/Collate/t/index.t + ! lib/Unicode/Collate/t/normal.t + ! lib/Unicode/Collate/t/rearrang.t lib/Unicode/Collate/t/test.t + ! lib/Unicode/Collate/t/trailwt.t + ! lib/Unicode/Collate/t/variable.t + ! lib/Unicode/Collate/t/version.t lib/Unicode/Collate/t/view.t +____________________________________________________________________________ +[ 24425] By: nicholas on 2005/05/09 10:10:42 + Log: Change 24413 should have updated makedef.pl with the knowledge that 2 + symbols are ithreads only. + Branch: perl + ! makedef.pl +____________________________________________________________________________ +[ 24424] By: nicholas on 2005/05/09 10:00:37 + Log: Change 24420 should have hand updated globvar.sym to reflect the + renaming of the global variable. + Branch: perl + ! globvar.sym +____________________________________________________________________________ +[ 24423] By: nicholas on 2005/05/09 08:48:46 + Log: Simplify S_hv_notallowed slightly by passing a prebuilt message + template. (Also slightly smaller object code) + Branch: perl + ! hv.c +____________________________________________________________________________ +[ 24422] By: rgs on 2005/05/09 07:37:58 + Log: Subject: [PATCH] Sv_*set() doc's and extra const's for the SvPVX_const() tasks + From: Steve Peters + Date: Sun, 8 May 2005 20:49:17 -0500 + Message-ID: <20050509014917.GA24132@mccoy.peters.homeunix.org> + Branch: perl + ! embed.fnc perl_keyword.pl pod/perlapi.pod proto.h sv.h toke.c +____________________________________________________________________________ +[ 24421] By: rgs on 2005/05/09 07:29:33 + Log: Revert to Andy's first solution for nonnull attributes; + add the missing defines for non-threaded perls in perl.h + Branch: perl + ! embed.h embed.pl global.sym perl.h proto.h +____________________________________________________________________________ +[ 24420] By: nicholas on 2005/05/08 22:09:18 + Log: Perl_croak uses perl's printf, so can pass in SVs direct - no need for + SvPV and a %s format. + Branch: perl + ! mg.c perl.h pp.c pp_hot.c +____________________________________________________________________________ +[ 24419] By: nicholas on 2005/05/08 21:40:29 + Log: There's no need to set a reference count for the new SV heads, as it's + always set to 1 at uprooting time. + But set it to zero when DEBUGGING to make things clearer. Plus fix a + bug introduced by change 22945, where the last SV head had an + uninitialised reference count. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24418] By: nicholas on 2005/05/08 19:45:30 + Log: The idea is that when you find something, you stop looking. + ( http://use.perl.org/comments.pl?sid=26369&cid=40183 ) + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24417] By: davem on 2005/05/08 14:39:19 + Log: t/TEST's new error messages now include the prefix 'FAILURE--' + Branch: perl + ! t/TEST +____________________________________________________________________________ +[ 24416] By: rgs on 2005/05/08 12:19:51 + Log: Tweak the insertion of __attribute__((nonnull())) declarations + in proto.h so it compiles with and without threads with gcc 3.4 + Branch: perl + ! embed.pl proto.h +____________________________________________________________________________ +[ 24414] By: rgs on 2005/05/07 17:15:45 + Log: Subject: [PATCH] GCC attributes! + From: Andy Lester + Date: May 4, 2005 11:55 PM + Message-ID: <20050504215540.GA20413@petdance.com> + Branch: perl + ! autodoc.pl av.c doio.c doop.c embed.fnc embed.pl op.c perl.h + ! pod/perlapi.pod proto.h regcomp.c sv.c utf8.c util.c xsutils.c +____________________________________________________________________________ +[ 24413] By: nicholas on 2005/05/07 16:08:16 + Log: The ptr_table arena variables and code is only needed for ithreads. + Branch: perl + ! intrpvar.h sv.c +____________________________________________________________________________ +[ 24412] By: davem on 2005/05/07 12:57:06 + Log: while (my $x ...) { ...; redo } shouldn't undef $x. + In the presence of 'my' in the conditional of a while(), until(), + or for(;;) loop, add an extra scope to the body so that redo + doesn't undef the lexical + Branch: perl + ! embed.fnc embed.h op.c perly.act perly.h perly.tab perly.y + ! pp_ctl.c proto.h t/op/loopctl.t +____________________________________________________________________________ +[ 24411] By: davem on 2005/05/07 11:06:16 + Log: add 1.875c to the list of supported bisons + Branch: perl + ! regen_perly.pl +____________________________________________________________________________ +[ 24410] By: nicholas on 2005/05/06 22:17:04 + Log: Get the correct refcount on the temporary assignment to PL_sigwarn so + that other code assigning to $SIG{__WARN__} doesn't cause a premature + free. + Branch: perl + ! perlio.c t/io/layers.t +____________________________________________________________________________ +[ 24409] By: nicholas on 2005/05/06 19:08:35 + Log: Ooops. Wise man tests with ithreads before commiting. D'oh! + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24408] By: nicholas on 2005/05/06 18:38:45 + Log: Change types of PL_he_arenaroot and PL_pte_arenaroot to avoid casting. + Branch: perl + ! hv.c intrpvar.h sv.c +____________________________________________________________________________ +[ 24407] By: rgs on 2005/05/06 15:37:30 + Log: Upgrade to PathTools 3.07 + Branch: perl + ! ext/Cwd/Changes ext/Cwd/t/taint.t lib/Cwd.pm lib/File/Spec.pm + ! lib/File/Spec/Cygwin.pm lib/File/Spec/Mac.pm + ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm + ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm + ! lib/File/Spec/t/Spec.t +____________________________________________________________________________ +[ 24406] By: ams on 2005/05/06 15:17:26 + Log: Don't pretend SIGZERO exists [#35291]. + Branch: perl + ! mg.c +____________________________________________________________________________ +[ 24405] By: nicholas on 2005/05/06 13:11:54 + Log: Make the arena size changeable at compile time, and up the default by + a factor of 4. + Branch: perl + ! hv.c perl.h sv.c +____________________________________________________________________________ +[ 24404] By: nicholas on 2005/05/06 12:34:36 + Log: Allocate pointer table entries (for ithread cloning) from an arena + Branch: perl + ! embedvar.h intrpvar.h perlapi.h sv.c +____________________________________________________________________________ +[ 24402] By: davem on 2005/05/05 20:52:11 + Log: avoid accessing a just-freed SV (keep ponie happy) + Branch: perl + ! pad.c +____________________________________________________________________________ +[ 24401] By: rgs on 2005/05/05 17:12:38 + Log: Missing files in Test::Simple + Branch: perl + + lib/Test/Simple/t/create.t lib/Test/Simple/t/is_deeply_fail.t + + t/lib/Test/Simple/sample_tests/exit.plx +____________________________________________________________________________ +[ 24399] By: nicholas on 2005/05/05 15:17:23 + Log: Bump versions of non dual-life modules + Branch: perl + ! lib/File/Path.pm lib/FileCache.pm lib/Pod/Html.pm + ! lib/Symbol.pm lib/utf8.pm win32/FindExt.pm +____________________________________________________________________________ +[ 24398] By: nicholas on 2005/05/05 14:54:20 + Log: Bump version numbers + Branch: perl + ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/File.pm + ! ext/IO/lib/IO/Socket/INET.pm ext/XS/APItest/APItest.pm +____________________________________________________________________________ +[ 24397] By: rgs on 2005/05/05 14:41:55 + Log: Upgrade to Test::Simple 0.60 + Branch: perl + - lib/Test/Simple/t/is_deeply.t + ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm + ! lib/Test/Simple.pm lib/Test/Simple/Changes + ! lib/Test/Simple/t/00signature.t + ! lib/Test/Simple/t/circular_data.t lib/Test/Simple/t/exit.t + ! lib/Test/Simple/t/fork.t lib/Test/Simple/t/has_plan.t + ! lib/Test/Simple/t/has_plan2.t lib/Test/Simple/t/is_fh.t + ! lib/Test/Simple/t/require_ok.t +____________________________________________________________________________ +[ 24396] By: nicholas on 2005/05/05 14:28:42 + Log: Bump B version numbers + Branch: perl + ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm + ! ext/B/B/Disassembler.pm ext/B/B/Terse.pm + ! ext/B/t/OptreeCheck.pm +____________________________________________________________________________ +[ 24393] By: davem on 2005/05/05 12:06:32 + Log: stop Math/BigInt/t/bare_mbf.t producing spurious test output + Branch: perl + ! lib/Math/BigInt/t/bare_mbf.t +____________________________________________________________________________ +[ 24392] By: davem on 2005/05/05 12:01:51 + Log: strictifying t/TEST stopped it handling '1..n todo' correctly + (made scope of %toto too narrow) + Branch: perl + ! t/TEST +____________________________________________________________________________ +[ 24390] By: davem on 2005/05/05 00:34:50 + Log: make t/TEST detect various failure modes in testfile outputs + in particular: + multiple leader lines + leader line not first or last line of file + unrecognised lines + out-of-sequence test numbers + Branch: perl + ! t/TEST +____________________________________________________________________________ +[ 24389] By: davem on 2005/05/04 22:14:54 + Log: strictify t/TEST + make most variables lexical, narrow their scope, and give some of + them more meaningful names. Also fix a harmless bug where the wrong + filehandles are closed (A+B rather than U+A) + Branch: perl + ! t/TEST +____________________________________________________________________________ +[ 24388] By: rgs on 2005/05/04 20:50:59 + Log: Document the unportability of atan2() edge cases + and remove unportable tests (by Steve Peters) + Branch: perl + ! pod/perlport.pod t/op/exp.t +____________________________________________________________________________ +[ 24387] By: davem on 2005/05/04 20:30:00 + Log: add test for [perl #34682] leaving eval via last in inner runops + Branch: perl + ! t/op/eval.t +____________________________________________________________________________ +[ 24386] By: rgs on 2005/05/04 18:31:19 + Log: Fix test numerotation + Branch: perl + ! t/op/goto.t +____________________________________________________________________________ +[ 24385] By: davem on 2005/05/04 15:52:11 + Log: make goto.t use test.pl, strict and warnings + Branch: perl + ! t/op/goto.t +____________________________________________________________________________ +[ 24384] By: davem on 2005/05/04 14:01:40 + Log: SEGV when next is followed by a goto + + next and redo didn't restore PL_curcop + Branch: perl + ! pp_ctl.c t/op/goto.t +____________________________________________________________________________ +[ 24383] By: ams on 2005/05/04 12:12:30 + Log: Subject: [PATCH] perlvar.pod verbatim paragraph first line does not start with a space + From: Offer Kaye + Date: Wed, 4 May 2005 15:10:37 +0300 + Message-Id: <56942505050405101bfe678d@mail.gmail.com> + Branch: perl + ! pod/perlvar.pod +____________________________________________________________________________ +[ 24382] By: rgs on 2005/05/04 11:21:54 + Log: Sync synopses + Branch: perl + ! pod/perl.pod pod/perlrun.pod +____________________________________________________________________________ +[ 24381] By: davem on 2005/05/03 22:10:45 + Log: document the internals of exception handling + Branch: perl + ! pod/perlhack.pod +____________________________________________________________________________ +[ 24380] By: rgs on 2005/05/03 15:43:34 + Log: Fix getting prototype of builtins mkdir and setpgrp. + Hardcode special exceptions for exec and system, instead + of trying to be clever and failing. + Branch: perl + ! opcode.h opcode.pl pp.c t/op/cproto.t +____________________________________________________________________________ +[ 24379] By: rgs on 2005/05/03 12:18:50 + Log: Error in the latest FindBin patch, noticed by Nicholas + Branch: perl + ! lib/FindBin.pm +____________________________________________________________________________ +[ 24378] By: rgs on 2005/05/03 12:15:45 + Log: mkdir without arguments now defaults to $_ + Branch: perl + ! opcode.h opcode.pl pod/perlfunc.pod t/op/cproto.t t/op/mkdir.t +____________________________________________________________________________ +[ 24377] By: nicholas on 2005/05/03 12:00:25 + Log: ok($a == $b) better written as cmp_ok($a, '==', $b) + (The latter gives more diagnostics in the case of failure) + Branch: perl + ! t/op/exp.t +____________________________________________________________________________ +[ 24376] By: rgs on 2005/05/03 09:45:24 + Log: Convert to test.pl + Branch: perl + ! t/op/mkdir.t +____________________________________________________________________________ +[ 24375] By: rgs on 2005/05/03 08:53:25 + Log: Fix for [perl #34252] Access rights in FindBin::Bin + At least on my platform, Cwd::getcwd doesn't find the current + directory if it has no access to it. Try harder with Cwd::cwd. + Branch: perl + ! lib/FindBin.pm +____________________________________________________________________________ +[ 24374] By: steveh on 2005/05/03 08:51:24 + Log: Fix croak() and confess() so that they don't clobber $! + (plus tests to check this) + Branch: perl + ! lib/Carp.pm lib/Carp.t +____________________________________________________________________________ +[ 24373] By: nicholas on 2005/05/03 08:45:28 + Log: PL_mess_sv is always >= SVt_PVMG, so no need for an if() test + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 24372] By: rgs on 2005/05/03 07:36:17 + Log: Subject: [perl #33809] optimize macro dXSARGS + From: Sergey Skvortsov (via RT) + Date: 17 Jan 2005 09:02:33 -0000 + Message-ID: + Branch: perl + ! XSUB.h pod/perlapi.pod universal.c +____________________________________________________________________________ +[ 24371] By: rgs on 2005/05/03 06:56:03 + Log: Subject: [PATCH] IEEE math for the masses + From: Steve Peters + Date: Fri, 15 Apr 2005 09:10:54 -0500 + Message-ID: <20050415141054.GA12749@mccoy.peters.homeunix.org> + + (tests added to t/op/exp.t) + Branch: perl + ! pp.c t/op/exp.t +____________________________________________________________________________ +[ 24370] By: rgs on 2005/05/03 06:30:47 + Log: Convert to test.pl + Branch: perl + ! t/op/exp.t +____________________________________________________________________________ +[ 24369] By: nicholas on 2005/05/02 20:45:00 + Log: A slightly better layout for the diagram. + Branch: perl + ! ext/B/B.pm +____________________________________________________________________________ +[ 24368] By: rgs on 2005/05/02 20:10:34 + Log: Clarify the definition of the 'w' pack format, as suggested by + Alexey Toptygin. + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 24367] By: rgs on 2005/05/02 17:10:19 + Log: For perls where pids and ppids are cached, when the ppid of + the perl process becomes 1, refresh the ppid cache (this may + indicate that the parent process has died.) + Branch: perl + ! pp_sys.c +____________________________________________________________________________ +[ 24366] By: rgs on 2005/05/02 16:16:35 + Log: Change inheritance hierarchy of B subclassses : + + Subject: @B::NV::ISA = 'B::IV'; + From: Nicholas Clark + Date: Wed, 27 Apr 2005 14:57:51 +0100 + Message-ID: <20050427135750.GD94420@plum.flirble.org> + Branch: perl + ! ext/B/B.pm +____________________________________________________________________________ +[ 24365] By: rgs on 2005/05/02 15:46:51 + Log: Subject: [PATCH] printf.patch: Adding printf checking for gcc + From: Andy Lester + Date: Sun, 1 May 2005 15:07:55 -0500 + Message-ID: <20050501200755.GA30259@petdance.com> + Branch: perl + ! gv.c lib/ExtUtils/t/Embed.t pad.c perl.c perl.h perlio.c + ! perlio.h perliol.h pp_pack.c pp_sort.c x2p/util.c x2p/util.h +____________________________________________________________________________ +[ 24364] By: rgs on 2005/05/02 14:48:04 + Log: Subject: Re: [perl #31793] Data::Dumper: Useqq interacts badly with overloading + From: Rafael Garcia-Suarez + Date: Wed, 3 Nov 2004 16:38:01 +0100 + Message-ID: <20041103163801.6839be30@valis.local> + Branch: perl + ! ext/Data/Dumper/Dumper.pm +____________________________________________________________________________ +[ 24363] By: davem on 2005/05/02 14:27:20 + Log: Better fix for #8738 (Core dump in 'leavetry') + When in an inner runops loop (eg via a tie or sort), an eval + needs a new JMPENV pushing by S_docatch. If an exception is raised, + control is returned to S_docatch, and it must determine whether + the eval that trapped the exception is an inner eval or an outer + one. In the former case, restart the loop, in the latter case, + rethrow the exception. This is determined by whether we are still + at the same PL_curstackinfo level. This fails in the case of + SPLICE(), which pushes a new SETJMP and runops level, but not a + new stackinfo level. There may be other code which does similar. + The solution is to store the current calue of PL_top_env in each + pushed CxEVAL, and see if it's still the same as PL_top_env when + the exception is handled. + Branch: perl + ! cop.h pp_ctl.c +____________________________________________________________________________ +[ 24362] By: davem on 2005/05/02 13:51:42 + Log: Revert change #15705 (Core dump in 'leavetry') + This fixes bug #34682, reintroduces bug #8738 (ID 20020301.011), + and reintroduces an eval optimisation for innter runops levels + Branch: perl + ! pp_ctl.c +____________________________________________________________________________ +[ 24361] By: davem on 2005/05/02 13:29:17 + Log: move the SETJMP exception-handing definitions from scope.h to cop.h + so that a JMPENV* entry can be added to struct block_eval + Branch: perl + ! cop.h scope.h +____________________________________________________________________________ +[ 24360] By: rgs on 2005/05/02 09:37:04 + Log: Fix [perl #35162] $SIG{__DIE__} = 'IGNORE' is base.pm is illegal + Branch: perl + ! lib/base.pm +____________________________________________________________________________ +[ 24359] By: rgs on 2005/05/02 08:09:38 + Log: Subject: [PATCH] undo pod utilities regression in 24034 + From: "Craig A. Berry" + Date: Fri, 29 Apr 2005 17:22:48 -0500 + Message-ID: <4272B3B8.6030603@mac.com> + Branch: perl + ! pod/pod2usage.PL pod/podselect.PL +____________________________________________________________________________ +[ 24358] By: rgs on 2005/05/02 07:15:37 + Log: Subject: [PATCH] uninitialized warnings in regcomp + From: Steven Philip Schubiger + Date: Mon, 2 May 2005 01:14:29 +0200 (CEST) + Message-Id: <200505012314.j41NETLk018737@accognoscere.homeunix.org> + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 24357] By: nicholas on 2005/05/01 22:16:16 + Log: Explode if anyone attempts to sv_upgrade PL_mess_sv. + Should this be a panic: ? + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24355] By: merijn on 2005/04/29 15:32:17 + Log: Put back INSTALL_PREFIX and INSTALL_PREFIX_EXP as they were + unintendedly removed by patch #23435 + Branch: perl + ! config_h.SH +____________________________________________________________________________ +[ 24354] By: merijn on 2005/04/29 13:59:36 + Log: Subject: [PATCH] Small patch to perlport.pod + From: Sébastien Aperghis-Tramoni + Date: Thu, 28 Apr 2005 02:24:04 +0200 + Message-Id: + Branch: perl + ! pod/perlport.pod +____________________________________________________________________________ +[ 24353] By: steveh on 2005/04/29 09:07:19 + Log: Subject: [PATCH] one cannot "static" exported functions + From: + Date: Fri, 29 Apr 2005 11:02:01 +0300 + Message-ID: + Branch: perl + ! perlio.c +____________________________________________________________________________ +[ 24352] By: steveh on 2005/04/29 08:24:50 + Log: Skip PL_sig_sv when PERL_IMPLICIT_CONTEXT is defined + (rather than when PERL_IMPLICIT_SYS is defined) + Branch: perl + ! makedef.pl +____________________________________________________________________________ +[ 24351] By: nicholas on 2005/04/28 22:28:53 + Log: Refactor Perl_sv_utf8_upgrade_flags to use SvPV_free + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24350] By: steveh on 2005/04/28 16:42:13 + Log: Subject: (in blead) a missing const in a prototype + From: + Date: Wed, 27 Apr 2005 17:35:27 +0300 + Message-ID: + Branch: perl + ! embed.fnc proto.h +____________________________________________________________________________ +[ 24349] By: steveh on 2005/04/28 16:38:51 + Log: Silence a compilation warning on Win32 + Branch: perl + ! pp.c +____________________________________________________________________________ +[ 24348] By: nicholas on 2005/04/28 11:22:15 + Log: Add a new macro SvPV_free() which undoes OOK and free()s the PVX(), + becase there's a lot of code around that calls SvOOK_off(), memmov()s + the buffer, then promptly free()s it. So avoid the needless memmov(). + Branch: perl + ! perl.c pp.c pp_ctl.c pp_hot.c sv.c sv.h +____________________________________________________________________________ +[ 24347] By: steveh on 2005/04/28 11:13:55 + Log: Remove temporary clean-up from Win32 makefiles + + Change 22501 temporarily added some clean-up to the Win32 makefiles + which was only meant to stay until cpan rt #5616 was fixed. It is + now fixed (in EU-MM 6.22, which in turn has been in blead for a + while now), so these hacks are no longer required. + + This change is also good for maint, which currently contains EU-MM + 6.17, which didn't create the blibdirs.exists files in question + anyway. + Branch: perl + ! win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 24345] By: rgs on 2005/04/28 09:29:07 + Log: Remove confusing punctuation + (spotted by David Rigaudiere) + Branch: perl + ! pod/perlvar.pod +____________________________________________________________________________ +[ 24344] By: nicholas on 2005/04/28 09:29:06 + Log: Calling sv_backoff() on something that's about to be free()d will + memmov() memory that's about to be freed. Seems wasteful. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24341] By: steveh on 2005/04/28 08:44:28 + Log: Fix perlsio_binmode() export breakage caused by change #24338 + + Define and export perlsio_binmode() based on the same condition, + namely, that USE_PERLIO is defined and USE_SFIO is not. + Branch: perl + ! makedef.pl perlio.c +____________________________________________________________________________ +[ 24340] By: nicholas on 2005/04/28 08:34:57 + Log: The if() clause is the wrong way round, so OOK can never be true in + this case. Given that OOK is never undone, we could never have been + correctly upgrading a PV with OOK to HV or AV. I believe that only + SVt_NULL is the only type ever upgraded to HV or AV. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24339] By: rgs on 2005/04/27 20:24:30 + Log: A couple of warning fixes by Gisle + Branch: perl + ! pp.c pp_sys.c +____________________________________________________________________________ +[ 24338] By: rgs on 2005/04/27 14:48:46 + Log: Subject: [PATCH] perlio-two.patch: More warnings squashed, more consts + From: Andy Lester + Date: Wed, 27 Apr 2005 10:02:43 -0500 + Message-ID: <20050427150243.GA21883@petdance.com> + Branch: perl + ! perl.c perlio.c perlio.h perliol.h +____________________________________________________________________________ +[ 24334] By: steveh on 2005/04/27 08:35:40 + Log: Subject: Win32 MM test fix + From: Michael G Schwern + Date: Mon, 18 Apr 2005 14:30:19 -0700 + Message-ID: <20050418213019.GA15797@windhund.schwern.org> + + Subject: Re: Win32 MM test fix + From: demerphq + Date: Tue, 19 Apr 2005 00:57:59 +0200 + Message-ID: <9b18b31105041815573e10dc10@mail.gmail.com> + Branch: perl + ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm +____________________________________________________________________________ +[ 24333] By: rgs on 2005/04/26 21:03:43 + Log: Subject: [PATCH] XS() __attribute__ + From: Andy Lester + Date: Fri, 22 Apr 2005 17:39:47 -0500 + Message-ID: <20050422223947.GA4681@petdance.com> + Branch: perl + ! XSUB.h universal.c xsutils.c +____________________________________________________________________________ +[ 24328] By: rgs on 2005/04/26 14:27:01 + Log: Subject: Re: [PATCH] pp_pack.c redux, to work w/Jarkko's recent patches + From: Andy Lester + Date: Mon, 25 Apr 2005 17:56:51 -0500 + Message-ID: <20050425225651.GB17271@petdance.com> + Branch: perl + ! embed.fnc embed.h perl.h pod/perlapi.pod pp_pack.c proto.h +____________________________________________________________________________ +[ 24326] By: rgs on 2005/04/26 12:49:03 + Log: Upgrade to CGI.pm 3.08 + Branch: perl + ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Changes lib/CGI/Cookie.pm + ! lib/CGI/Pretty.pm +____________________________________________________________________________ +[ 24325] By: merijn on 2005/04/26 11:28:42 + Log: Subject: [PATCH?] for AIX problems? RE: [PATCH] Symbian port of Perl + Date: Tue, 26 Apr 2005 12:22:12 +0300 + From: + Message-ID: + From: Steve Hay + Message-ID: <426E11A3.8070002@uk.radan.com> + Branch: perl + ! ext/Storable/Storable.xs +____________________________________________________________________________ +[ 24321] By: steveh on 2005/04/25 13:09:57 + Log: Update location to fetch dmake from in README.win32 + + Use the generic search.cpan.org URL so that the latest version is + always found + Branch: perl + ! README.win32 +____________________________________________________________________________ +[ 24320] By: nicholas on 2005/04/25 11:41:01 + Log: Subject: [PATCH] mktables.lst and related stuff (was Re: [PATCH] Unicode 4.1.0) + From: demerphq + Message-ID: <9b18b31105042412352fcf2bc5@mail.gmail.com> + Date: Sun, 24 Apr 2005 21:35:35 +0200 + Branch: perl + ! lib/unicore/README.perl lib/unicore/mktables + ! lib/unicore/mktables.lst +____________________________________________________________________________ +[ 24319] By: steveh on 2005/04/25 11:05:24 + Log: Provide $Config{libswanted_uselargefiles} on Win32 + + This fixes some test failures introduced by change 24271. + Branch: perl + ! win32/config.bc win32/config.gc win32/config.vc + ! win32/config.vc64 +____________________________________________________________________________ +[ 24318] By: steveh on 2005/04/25 07:47:11 + Log: Subject: [PATCH] combopatch + From: Jarkko Hietaniemi + Date: Sun, 24 Apr 2005 22:58:15 +0300 + Message-ID: <426BFA57.9060105@iki.fi> + Branch: perl + ! embed.fnc makedef.pl mg.c perl.c perl.h perlvars.h pp_pack.c + ! proto.h toke.c util.c +____________________________________________________________________________ +[ 24317] By: rgs on 2005/04/25 06:30:44 + Log: Fix typo, noticed by Randal Schwartz + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 24316] By: ams on 2005/04/25 01:36:38 + Log: Add STORABLE_attach hook (Adam Kennedy). + Branch: perl + + ext/Storable/t/HAS_ATTACH.pm ext/Storable/t/attach_errors.t + + ext/Storable/t/attach_singleton.t + + ext/Storable/t/circular_hook.t + ! MANIFEST ext/Storable/ChangeLog ext/Storable/MANIFEST + ! ext/Storable/Storable.pm ext/Storable/Storable.xs +____________________________________________________________________________ +[ 24315] By: rgs on 2005/04/24 15:25:18 + Log: Add files missing in 24314 + Branch: perl + + lib/Test/Harness/Point.pm lib/Test/Harness/t/from_line.t + + lib/Test/Harness/t/point-parse.t lib/Test/Harness/t/point.t + + lib/Test/Harness/t/version.t +____________________________________________________________________________ +[ 24314] By: rgs on 2005/04/24 13:26:50 + Log: Upgrade to Test::Harness 2.48 + Branch: perl + ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes + ! lib/Test/Harness/Straps.pm lib/Test/Harness/TAP.pod + ! lib/Test/Harness/t/00compile.t + ! lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t + ! t/lib/sample-tests/skip +____________________________________________________________________________ +[ 24313] By: merijn on 2005/04/24 11:52:03 + Log: Subject: [PATCH] Add -Wdeclaration-after-statement to default flags for gcc 3+ + From: Steve Peters + Date: Sat, 23 Apr 2005 22:37:48 -0500 + Message-ID: <20050424033748.GA23117@mccoy.peters.homeunix.org> + Branch: perl + ! Configure +____________________________________________________________________________ +[ 24311] By: rgs on 2005/04/24 11:48:24 + Log: Add %patchlevel hash to Module::CoreList + Branch: perl + ! lib/Module/CoreList.pm +____________________________________________________________________________ +[ 24310] By: merijn on 2005/04/24 09:12:37 + Log: Subject: [PATCH] lib/Time/Local.t: time_t is unsigned on VMS + From: "Craig A. Berry" + Date: Sat, 23 Apr 2005 18:25:52 -0500 + Message-ID: <426AD980.2010801@mac.com> + Branch: perl + ! lib/Time/Local.t +____________________________________________________________________________ +[ 24309] By: nicholas on 2005/04/23 14:00:49 + Log: Variable declarations can't come after statements in C89. + Branch: perl + ! util.c +____________________________________________________________________________ +[ 24308] By: nicholas on 2005/04/23 13:57:41 + Log: Save state when auto-generating #ifdef PERL_CORE and PERL_CORE/PERL_EXT + reducing embed.h by about 10%. + Branch: perl + ! embed.h embed.pl +____________________________________________________________________________ +[ 24307] By: davem on 2005/04/23 13:56:18 + Log: Subject: [PATCH] Fix for warnings in util.c/Perl_init_tm() + From: Steve Peters + Date: Fri, 22 Apr 2005 22:36:03 -0500 + Message-Id: <20050423033603.GA32547@mccoy.peters.homeunix.org> + + localtime() can return null + Branch: perl + ! util.c +____________________________________________________________________________ +[ 24303] By: nicholas on 2005/04/22 21:40:21 + Log: Convert to test.pl + Branch: perl + ! t/op/substr.t +____________________________________________________________________________ +[ 24301] By: nicholas on 2005/04/22 16:21:46 + Log: Subject: [PATCH] t/uni/class.t -- update VMS test skippage + From: "Craig A. Berry" + Message-ID: <42692501.6090809@mac.com> + Date: Fri, 22 Apr 2005 11:23:29 -0500 + Branch: perl + ! t/uni/class.t +____________________________________________________________________________ +[ 24300] By: rgs on 2005/04/22 16:17:36 + Log: Patch by Yves Orton to accept several options on the corelist(1) + command-line. Plus POD nits. + Branch: perl + ! lib/Module/CoreList.pm lib/Module/CoreList/bin/corelist +____________________________________________________________________________ +[ 24290] By: steveh on 2005/04/22 13:51:47 + Log: Fix last remaining Win32 linker error following change 24271 + + (Supplied by Jarkko in a makedef.pl that was omitted from the + aforementioned change) + Branch: perl + ! makedef.pl +____________________________________________________________________________ +[ 24287] By: rgs on 2005/04/22 12:42:37 + Log: There's no point listing '-f' in --help output + when perl isn't built with USE_SITECUSTOMIZE, since it might + confuse users about $sitelib/sitecustomize.pl being sourced + at startup. + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 24286] By: nicholas on 2005/04/22 12:37:19 + Log: For now, TODO the 2 tests that fail on 5.8.x + Branch: perl + ! ext/B/t/optree_specials.t +____________________________________________________________________________ +[ 24284] By: rgs on 2005/04/22 12:34:14 + Log: -A wasn't listed in the --help output + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 24280] By: steveh on 2005/04/22 09:59:54 + Log: Fix more Win32 linker errors following change 24271 + + This clears up problems with Perl_free_global_struct and + Perl_init_global_struct + Branch: perl + ! embed.fnc embed.h global.sym makedef.pl proto.h +____________________________________________________________________________ +[ 24279] By: rgs on 2005/04/22 09:04:08 + Log: Subject: [PATCH] pp_pack.c warning quieting + From: Andy Lester + Date: Thu, 21 Apr 2005 11:33:13 -0500 + Message-ID: <20050421163313.GA20930@petdance.com> + Branch: perl + ! pp_pack.c +____________________________________________________________________________ +[ 24278] By: steveh on 2005/04/22 08:59:58 + Log: Fix Win32 linker errors following change 24271 + + This clears up "unresolved external" errors for the following symbols: + + PL_watch_pvx + Perl_Gappctx_ptr + Perl_Gmmap_page_size_ptr + Perl_Gsig_defaulting_ptr + Perl_Gsig_handlers_initted_ptr + Perl_Gsig_ignoring_ptr + Perl_Gsig_sv_ptr + Perl_Gtimesbase_ptr + Perl_Gwatch_pvx_ptr + Branch: perl + ! makedef.pl +____________________________________________________________________________ +[ 24277] By: rgs on 2005/04/22 08:48:14 + Log: Subject: [PATCH] bytecode.pl, bytecode.h, and sv.h fixes + From: Steve Peters + Date: Thu, 21 Apr 2005 18:55:47 -0500 + Message-ID: <20050421235547.GA12149@mccoy.peters.homeunix.org> + Branch: perl + ! bytecode.pl ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c + ! sv.h +____________________________________________________________________________ +[ 24276] By: steveh on 2005/04/22 08:13:01 + Log: Fix my_chsize() for systems having chsize(), broken by change #24271 + Branch: perl + ! pp_sys.c +____________________________________________________________________________ +[ 24275] By: davem on 2005/04/21 21:30:11 + Log: Sigh - really bump Text::Wrap version number this time. + Branch: perl + ! lib/Text/Wrap.pm +____________________________________________________________________________ +[ 24274] By: davem on 2005/04/21 21:27:15 + Log: bump version number in Text::Wrap after change #24273 + Branch: perl + ! lib/Text/Wrap.pm +____________________________________________________________________________ +[ 24273] By: davem on 2005/04/21 21:22:54 + Log: Text::Wrap::wrap() fails with non-space separator + Branch: perl + ! lib/Text/TabsWrap/t/wrap.t lib/Text/Wrap.pm +____________________________________________________________________________ +[ 24271] By: rgs on 2005/04/21 15:38:30 + Log: Subject: [PATCH] Symbian port of Perl + From: + Date: Mon, 18 Apr 2005 13:18:30 +0300 + Message-ID: + Branch: perl + + README.symbian ext/DynaLoader/dl_symbian.xs + + symbian/PerlApp.cpp symbian/PerlApp.h symbian/PerlApp.hrh + + symbian/PerlApp.rss symbian/PerlAppAif.rss + + symbian/PerlBase.cpp symbian/PerlBase.h symbian/PerlBase.pod + + symbian/PerlRecog.cpp symbian/PerlRecog.mmp symbian/README + + symbian/TODO symbian/bld.inf symbian/config.pl + + symbian/config.sh symbian/cwd.pl symbian/demo_pl + + symbian/install.cfg symbian/makesis.pl symbian/port.pl + + symbian/sanity.pl symbian/sdk.pl symbian/symbian_dll.cpp + + symbian/symbian_proto.h symbian/symbian_stubs.c + + symbian/symbian_stubs.h symbian/symbian_utils.cpp + + symbian/symbianish.h symbian/uid.pl symbian/version.pl + + symbian/xsbuild.pl + ! EXTERN.h INTERN.h MANIFEST Porting/curliff.pl Porting/makerel + ! XSUB.h av.c bytecode.pl configpm doio.c dump.c embed.fnc + ! embed.h embed.pl embedvar.h ext/B/B.xs + ! ext/ByteLoader/byterun.c ext/Data/Dumper/Dumper.xs + ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t + ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/dlutils.c + ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Socket.pm + ! ext/List/Util/Util.xs ext/MIME/Base64/Base64.xs + ! ext/POSIX/POSIX.xs ext/PerlIO/scalar/scalar.xs + ! ext/PerlIO/via/via.xs ext/SDBM_File/sdbm/sdbm.c + ! ext/Storable/Storable.xs ext/Time/HiRes/HiRes.xs global.sym + ! globvar.sym gv.c hv.c intrpvar.h lib/ExtUtils/t/Embed.t + ! lib/ExtUtils/xsubpp lib/File/Spec.pm lib/File/Spec/Win32.pm + ! locale.c mg.c miniperlmain.c numeric.c op.c opcode.h opcode.pl + ! pad.c patchlevel.h perl.c perl.h perlapi.c perlapi.h perlio.c + ! perlio.h perliol.h perlvars.h pod.lst pod/perl.pod + ! pod/perlguts.pod pod/perlintern.pod pp.c pp_ctl.c pp_hot.c + ! pp_pack.c pp_sort.c pp_sys.c proto.h reentr.pl regcomp.c + ! regexec.c scope.h sv.c taint.c toke.c universal.c utf8.c + ! utf8.h util.c util.h vms/descrip_mms.template win32/Makefile + ! win32/makefile.mk win32/win32io.c xsutils.c +____________________________________________________________________________ +[ 24270] By: davem on 2005/04/21 15:36:14 + Log: substr uses utf8 length cache incorrectly + Branch: perl + ! sv.c t/op/substr.t +____________________________________________________________________________ +[ 24269] By: davem on 2005/04/21 00:13:14 + Log: Subject: [PATCH] extra code in pp_concat, Take 2 + From: Andy Lester + Date: Wed, 13 Apr 2005 21:06:01 -0500 + Message-Id: <20050414020601.GA21346@petdance.com> + + add 'const', and remove extraneous code, from pp_concat + Branch: perl + ! pp_hot.c t/op/concat.t +____________________________________________________________________________ +[ 24268] By: davem on 2005/04/20 23:56:18 + Log: Subject: patch to [PATCH] Fix MGVTBL structures in perl.h (preprocessor + From: David Dyck + Date: Wed, 20 Apr 2005 16:35:55 -0700 (PDT) + Message-Id: + + fix nits in change #24264: + some preprocessors don't like #ifdefs within a macro's args; + also removed duplicate semicolons from macro definitions. + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 24267] By: davem on 2005/04/20 23:35:54 + Log: In change 24266 I failed to actually change anything. Sigh. + Branch: perl + ! ext/Sys/Syslog/Syslog.pm +____________________________________________________________________________ +[ 24266] By: davem on 2005/04/20 23:32:04 + Log: change misleading syslog() example + Branch: perl + ! ext/Sys/Syslog/Syslog.pm +____________________________________________________________________________ +[ 24265] By: davem on 2005/04/20 21:47:40 + Log: Subject: [perl #35059] [PATCH] caller() skips frames (such as eval() frames) if $^P set + From: glasser@tang-eleven-seventy-nine.mit.edu (via RT) + Date: 20 Apr 2005 19:28:14 -0000 + Message-Id: + + improved version of change 21842 that copes with glob DB::sub + existing but &DB::sub not existing. + Branch: perl + ! mg.c pp_ctl.c t/op/caller.t +____________________________________________________________________________ +[ 24264] By: davem on 2005/04/20 21:32:23 + Log: Subject: [PATCH] Fix MGVTBL structures in perl.h + From: Andy Lester + Date: Wed, 20 Apr 2005 15:09:24 -0500 + Message-Id: <20050420200923.GA3017@petdance.com> + + The MGVTBL structures contain 7 function pointers, but only 5 were + getting initialized. Plus, there were repeated lists between + declaration and definition; add a macro to declare or define + all the global MGVTBLs as appropriate. + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 24260] By: nicholas on 2005/04/20 13:51:54 + Log: Subject: [PATCH] Refactoring to Sv*_set() macros - patch #6 + From: Steve Peters + Message-ID: <20050420112720.GA31042@mccoy.peters.homeunix.org> + Date: Wed, 20 Apr 2005 06:27:20 -0500 + Branch: perl + ! bytecode.pl ext/ByteLoader/bytecode.h malloc.c sv.c +____________________________________________________________________________ +[ 24258] By: nicholas on 2005/04/20 08:13:21 + Log: Merge common code. Reduces object size by 1K on x86, 6K on PPC + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24257] By: davem on 2005/04/19 23:47:38 + Log: run regen_headers after addition of FOO_set() macros + Branch: perl + ! ext/ByteLoader/byterun.c +____________________________________________________________________________ +[ 24256] By: davem on 2005/04/19 23:43:54 + Log: Subject: [PATCH] pad_compname_type(), takes care of a clunky macro + From: Andy Lester + Date: Tue, 19 Apr 2005 11:38:44 -0500 + Message-Id: <20050419163844.GA19747@petdance.com> + Branch: perl + ! embed.fnc embed.h pad.c pad.h proto.h +____________________________________________________________________________ +[ 24255] By: davem on 2005/04/19 23:31:52 + Log: DEBUG_LEAKING_SCALARS could use the value of a freed PL_op + Branch: perl + ! op.c +____________________________________________________________________________ +[ 24254] By: nicholas on 2005/04/19 21:53:38 + Log: Don't set things to zero twice. Once is enough. (see also change 15255) + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24253] By: nicholas on 2005/04/19 20:55:24 + Log: Restore SvEND_se + Branch: perl + ! sv.h +____________________________________________________________________________ +[ 24252] By: nicholas on 2005/04/19 20:07:49 + Log: Force RVALUE macros when in PERL_DEBUG_COW + Branch: perl + ! ext/ByteLoader/byterun.c sv.c sv.h +____________________________________________________________________________ +[ 24251] By: nicholas on 2005/04/19 14:25:00 + Log: Avoid generating thousands of UTF-8 warnings when testing under a + UTF-8 locale + Branch: perl + ! t/op/pack.t +____________________________________________________________________________ +[ 24249] By: rgs on 2005/04/19 11:20:37 + Log: Simplify PERL_DEBUG_PAD_ZERO so it continues to expand to + valid C code + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 24248] By: nicholas on 2005/04/19 09:55:51 + Log: Subject: [PATCH] Refactoring to Sv*_set() macros - patch #5 + From: Steve Peters + Message-ID: <20050419000925.GA21640@mccoy.peters.homeunix.org> + Date: Mon, 18 Apr 2005 19:09:25 -0500 + Branch: perl + ! dump.c ext/ByteLoader/ByteLoader.pm ext/ByteLoader/byterun.c + ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs + ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs + ! ext/Encode/Encode.pm ext/Encode/Encode.xs + ! ext/List/Util/lib/List/Util.pm ext/POSIX/POSIX.pm + ! ext/POSIX/POSIX.xs ext/PerlIO/encoding/encoding.pm + ! ext/PerlIO/encoding/encoding.xs ext/PerlIO/scalar/scalar.pm + ! ext/PerlIO/scalar/scalar.xs ext/Storable/Storable.pm + ! ext/Storable/Storable.xs ext/threads/shared/shared.pm + ! ext/threads/shared/shared.xs ext/threads/threads.pm gv.c mg.c + ! op.c pad.c pad.h perl.h pp.c pp.h pp_hot.c pp_pack.c regcomp.c + ! scope.c sv.c sv.h toke.c +____________________________________________________________________________ +[ 24247] By: davem on 2005/04/19 01:38:54 + Log: Add CLONE_SKIP() class method to allow individual classes to skip + cloning objects during thread creation + Branch: perl + ! dump.c ext/threads/t/thread.t pod/perlmod.pod sv.c sv.h +____________________________________________________________________________ +[ 24246] By: nicholas on 2005/04/18 22:31:48 + Log: PERL_DEBUG_COW for SvUVX and SvPVX + Branch: perl + ! ext/DynaLoader/dl_dyld.xs sv.h +____________________________________________________________________________ +[ 24245] By: nicholas on 2005/04/18 21:58:22 + Log: SvPV_renew also calls SvLEN_set + Add SvPV_shrink_to_cur(sv) to call SvPV_renew with SvCUR(sv)+1. + For Ponie this can be a single call into the PMC + Branch: perl + ! pp_hot.c pp_sys.c sv.h toke.c +____________________________________________________________________________ +[ 24244] By: nicholas on 2005/04/18 20:37:13 + Log: Replace Renew(SvPVX(...)...) with SvPV_renew, which avoids an LVALUE + SvPVX + Branch: perl + ! pp_hot.c pp_sys.c sv.h toke.c +____________________________________________________________________________ +[ 24243] By: nicholas on 2005/04/18 19:50:12 + Log: A more efficient way of expressing the MALLOC_WRAP conditional compile. + Branch: perl + ! handy.h +____________________________________________________________________________ +[ 24242] By: steveh on 2005/04/18 16:04:20 + Log: Fix bug #33664: allow for transport providers with protocol == 0 + + (This indicates that any protocol may be used, so don't bother checking + that the requested protocol matches in this case.) + Branch: perl + ! win32/win32sck.c +____________________________________________________________________________ +[ 24241] By: nicholas on 2005/04/18 15:23:45 + Log: Refactor the odd-one-out code before a Renew(SvPVX(...)...) + Branch: perl + ! pp_hot.c +____________________________________________________________________________ +[ 24240] By: nicholas on 2005/04/18 14:15:52 + Log: Two more uses of lvalue SvIVX() + Branch: perl + ! ext/ByteLoader/byterun.c lib/ExtUtils/t/Constant.t +____________________________________________________________________________ +[ 24239] By: nicholas on 2005/04/18 12:18:20 + Log: Subject: [PATCH] Refactoring to Sv*_set() macros - patch #4 + Message-ID: <20050416160502.GA26957@mccoy.peters.homeunix.org> + From: Steve Peters + Date: Sat, 16 Apr 2005 11:05:02 -0500 + + plus fix to Perl_rvpv_dup assigning to an RV with SvPVX + Branch: perl + ! av.c cop.h ext/PerlIO/encoding/encoding.xs + ! ext/Storable/Storable.xs gv.c malloc.c perl.c pp.c pp_ctl.c + ! pp_hot.c pp_pack.c pp_sort.c scope.c sv.c +____________________________________________________________________________ +[ 24238] By: rgs on 2005/04/15 13:16:29 + Log: Update the outdated info in "Minimizing the Perl installation" + Branch: perl + ! INSTALL +____________________________________________________________________________ +[ 24237] By: rgs on 2005/04/14 16:13:45 + Log: Fix for: + [perl #34934] perl 5.8.5 on x86 and x86-64 hang at compile-time + From: bstrand@switchmanagement.com (via RT) + Date: 12 Apr 2005 19:12:58 -0000 + Message-ID: + + This syntax error now produces a panic message. + Branch: perl + ! op.c +____________________________________________________________________________ +[ 24236] By: merijn on 2005/04/13 15:10:24 + Log: Subject: [PATCH] Removing yydestruct from perly.c + From: Andy Lester + Date: Wed, 13 Apr 2005 10:06:47 -0500 + Message-ID: <20050413150647.GA13464@petdance.com> + Branch: perl + ! perly.c +____________________________________________________________________________ +[ 24235] By: merijn on 2005/04/13 14:51:00 + Log: Mandrakesoft is now Mandriva + Branch: perl + ! AUTHORS +____________________________________________________________________________ +[ 24234] By: merijn on 2005/04/13 14:41:20 + Log: H.Merijn changed e-mail + Branch: perl + ! AUTHORS Porting/checkAUTHORS.pl Porting/patching.pod + ! README.aix README.hpux ext/Encode/AUTHORS ext/Storable/README +____________________________________________________________________________ +[ 24233] By: rgs on 2005/04/13 08:25:43 + Log: Subject: [PATCH Perl 5.9.2] -Wformat + From: Robin Barker + Date: Tue, 12 Apr 2005 18:53:32 +0100 + Message-ID: <533D273D4014D411AB1D00062938C4D90849C634@hotel.npl.co.uk> + Branch: perl + ! perly.c regcomp.c regexec.c toke.c +____________________________________________________________________________ +[ 24232] By: rgs on 2005/04/13 07:24:07 + Log: Upgrade to ExtUtils::MakeMaker 6.28 + Branch: perl + ! lib/ExtUtils/Changes lib/ExtUtils/MANIFEST.SKIP + ! lib/ExtUtils/META.yml lib/ExtUtils/MM_AIX.pm + ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MakeMaker.pm + ! lib/ExtUtils/Manifest.pm +____________________________________________________________________________ +[ 24231] By: rgs on 2005/04/12 15:30:23 + Log: Upgrade to Encode 2.0902 + Branch: perl + + ext/Encode/t/utf8strict.t + ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm + ! ext/Encode/Encode.xs ext/Encode/Encode/encode.h + ! ext/Encode/MANIFEST ext/Encode/META.yml + ! ext/Encode/lib/Encode/Alias.pm ext/Encode/t/Aliases.t + ! ext/Encode/t/fallback.t +____________________________________________________________________________ +[ 24230] By: nicholas on 2005/04/12 11:24:49 + Log: Don't PERL_HASH(SvUVX(...)...) as it's actually a set. + Plus add an editor block + Branch: perl + ! op.c +____________________________________________________________________________ +[ 24229] By: nicholas on 2005/04/12 09:19:43 + Log: Subject: [PATCH] Refactoring to Sv*_set() macros - patch #3 + From: Steve Peters + Message-ID: <20050411023736.GB9355@mccoy.peters.homeunix.org> + Date: Sun, 10 Apr 2005 21:37:36 -0500 + + (with correction to SvUV_set) + Branch: perl + ! ext/List/Util/Util.xs sv.c sv.h +____________________________________________________________________________ +[ 24228] By: nicholas on 2005/04/11 14:53:38 + Log: Avoid taking a reference to SvIVX and putting that address on the + save stack + Branch: perl + ! perl.c pp_ctl.c pp_hot.c +____________________________________________________________________________ +[ 24227] By: steveh on 2005/04/11 10:39:59 + Log: Support d_libm_lib_version for Win32 (see change 24217) + Branch: perl + ! win32/config.bc win32/config.gc win32/config.vc + ! win32/config.vc64 win32/config_H.bc win32/config_H.gc + ! win32/config_H.vc win32/config_H.vc64 +____________________________________________________________________________ +[ 24226] By: merijn on 2005/04/11 10:09:06 + Log: Out of sync metaunit caused the erroneous return of the + removed d_sitecustomize. Mea Culpa. + Branch: perl + ! Configure +____________________________________________________________________________ +[ 24225] By: steveh on 2005/04/11 09:39:40 + Log: Disable I18N::Langinfo for Win32 since nl_langinfo() isn't available + Branch: perl + ! win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 24224] By: rgs on 2005/04/11 09:21:54 + Log: Subject: [PATCH] perlfunc.pod: incomplete select description + From: Hernan Perez Masci + Date: Fri, 8 Apr 2005 15:28:28 -0300 + Message-Id: <200504081528.28307.hmasci@uolsinectis.com.ar> + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 24223] By: rgs on 2005/04/11 09:11:53 + Log: Make the four-argument form of select() return undef + instead of -1 on error. + Branch: perl + ! pod/perl593delta.pod pod/perlfunc.pod pp_sys.c +____________________________________________________________________________ +[ 24222] By: rgs on 2005/04/11 07:02:59 + Log: Make Win32 build (and clean) I18::Langinfo and Math::BigInt::FastCalc + Branch: perl + ! win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 24221] By: merijn on 2005/04/11 06:06:13 + Log: Subject: Re: New Configure functionality + From: Abe Timmerman + Date: Sun, 10 Apr 2005 22:19:28 +0200 + Message-Id: <200504102219.29024.abe@ztreet.demon.nl> + Branch: perl + ! configure.com +____________________________________________________________________________ +[ 24220] By: rgs on 2005/04/10 20:03:59 + Log: POD typo. + Branch: perl + ! lib/Module/CoreList.pm +____________________________________________________________________________ +[ 24219] By: rgs on 2005/04/10 19:49:49 + Log: Module::CoreList: Data from Sebastien Aperghis-Tramoni for perl + 5.00{0,1,2}. Upgrade version number. + Branch: perl + ! lib/Module/CoreList.pm +____________________________________________________________________________ +[ 24218] By: merijn on 2005/04/10 18:00:05 + Log: Sorting still is a mess. This is better. + Branch: perl + ! config_h.SH +____________________________________________________________________________ +[ 24217] By: merijn on 2005/04/10 17:08:36 + Log: Configure now probes for _LIB_VERSION support in math.h/libm + LIBM_LIB_VERSION is defined if it does + Branch: perl + ! Configure Porting/config_H config_h.SH handy.h +____________________________________________________________________________ +[ 24215] By: rgs on 2005/04/10 15:03:10 + Log: Fix [perl #34892] Segfault on &DB::sub declared but not defined + Branch: perl + ! pod/perldiag.pod pp_hot.c +____________________________________________________________________________ +[ 24214] By: merijn on 2005/04/10 09:14:06 + Log: Subject: [PATCH] usesitecustomize for VMS + From: "Craig A. Berry" + Date: Sat, 09 Apr 2005 15:58:43 -0500 + Message-ID: <42584203.2090405@mac.com> + Branch: perl + ! configure.com +____________________________________________________________________________ +[ 24213] By: nicholas on 2005/04/08 19:11:04 + Log: Mangle the expected output correctly for both 5.9 and 5.8 + Branch: perl + ! ext/B/t/stash.t +____________________________________________________________________________ +[ 24212] By: rgs on 2005/04/08 16:17:49 + Log: Subject: Re: [ANNOUNCE] ExtUtils::MakeMaker 6.27 + From: Michael G Schwern + Date: Thu, 7 Apr 2005 15:15:00 -0700 + Message-ID: <20050407221500.GB6223@windhund.schwern.org> + + Fix duplicate target warnings + Branch: perl + ! lib/ExtUtils/MM_Any.pm +____________________________________________________________________________ +[ 24211] By: merijn on 2005/04/08 14:22:05 + Log: The last remains of d_sitecustomize + Branch: perl + ! Porting/config.sh +____________________________________________________________________________ +[ 24210] By: merijn on 2005/04/08 14:16:59 + Log: now usesitecustomize is used more generic + Branch: perl + ! config_h.SH +____________________________________________________________________________ +[ 24209] By: steveh on 2005/04/08 14:15:14 + Log: Subject: Re: [PATCH] Re: [perl #24119] CPAN.pm error in Win32: uses rename() not File::Copy::move + From: Steven Schubiger + Date: Thu, 7 Apr 2005 22:38:25 +0200 (CEST) + Message-Id: <200504072038.j37KcPXY011755@accognoscere.homeunix.org> + + (with arguments changed to match perlfunc.pod) + Branch: perl + ! pod/perlport.pod +____________________________________________________________________________ +[ 24208] By: merijn on 2005/04/08 14:12:54 + Log: Drop d_sitecustomize again. (usesitecustomize is enough) + Branch: perl + ! Configure +____________________________________________________________________________ +[ 24206] By: nicholas on 2005/04/08 13:16:07 + Log: Add SvIVX() to PERL_DEBUG_COW, and change pad.c to SvIVset() + Branch: perl + ! pad.c sv.h +____________________________________________________________________________ +[ 24205] By: merijn on 2005/04/08 12:18:42 + Log: Subject: [PATCH] Removing Y2K warnings + From: Andy Lester + Date: Thu, 7 Apr 2005 17:44:42 -0500 + Message-ID: <20050407224442.GA23895@petdance.com> + Branch: perl + - README.Y2K + ! INSTALL MANIFEST lib/warnings.pm pod/buildtoc pod/perldiag.pod + ! pod/perllexwarn.pod pp_hot.c sv.c t/lib/warnings/pp_hot + ! t/lib/warnings/sv t/op/caller.t warnings.h warnings.pl +____________________________________________________________________________ +[ 24204] By: nicholas on 2005/04/08 11:29:22 + Log: Subject: [PATCH] Refactoring to Sv*_set() macros - patch #2 + From: Steve Peters + Date: Thu, 7 Apr 2005 13:51:49 -0500 + Message-ID: <20050407185149.GA4418@mccoy.peters.homeunix.org> + Branch: perl + ! doio.c ext/List/Util/Util.xs ext/threads/threads.xs op.c pp.c + ! pp_ctl.c pp_hot.c sv.c toke.c util.c +____________________________________________________________________________ +[ 24201] By: nicholas on 2005/04/08 10:39:15 + Log: Add a macro PERL_DEBUG_COW, for aggressive compile time tests of + Copy-On-Write related source changes. + Fix the problem this revealed. + Branch: perl + ! sv.c sv.h +____________________________________________________________________________ +[ 24200] By: nicholas on 2005/04/08 10:08:35 + Log: MM_AIX needs neatvalue + Branch: perl + ! lib/ExtUtils/MM_AIX.pm +____________________________________________________________________________ +[ 24199] By: nicholas on 2005/04/08 10:05:49 + Log: Subject: [PATCH] Refactoring to Sv*_set() macros - patch #1 + From: Steve Peters + Message-ID: <20050406232110.GA12249@mccoy.peters.homeunix.org> + Date: Wed, 6 Apr 2005 18:21:10 -0500 + Branch: perl + ! ext/ByteLoader/byterun.c ext/List/Util/Util.xs pad.c sv.c + ! toke.c +____________________________________________________________________________ +[ 24198] By: rgs on 2005/04/08 09:48:08 + Log: Add perl593delta.pod + Branch: perl + + pod/perl593delta.pod + ! MANIFEST Makefile.SH pod.lst pod/perl.pod + ! vms/descrip_mms.template win32/Makefile win32/makefile.mk + ! win32/pod.mak +____________________________________________________________________________ +[ 24194] By: rgs on 2005/04/07 12:42:07 + Log: Mention that select() returns -1 on error, + as suggested by Hernan Perez Masci + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 24192] By: rgs on 2005/04/07 09:51:29 + Log: Subject: Re: [PATCH] Re: [perl #34650] perldoc -f my should perhaps mention BEGIN and END + From: Abigail + Date: Wed, 6 Apr 2005 01:41:55 +0200 + Message-ID: <20050405234154.GG8680@abigail.nl> + Branch: perl + ! t/japh/abigail.t +____________________________________________________________________________ +[ 24191] By: rgs on 2005/04/07 09:45:27 + Log: Subject: Re: Bugs? In Unicode::EastAsianWidth. + From: Autrijus Tang + Date: Wed, 6 Apr 2005 18:17:32 +0800 + Message-ID: <20050406101732.GA17931@aut.dyndns.org> + Branch: perl + ! lib/unicore/mktables +____________________________________________________________________________ +[ 24190] By: rgs on 2005/04/07 09:38:06 + Log: Subject: perldbtty$$ location + From: Gisle Aas + Date: 06 Apr 2005 01:49:54 -0700 + Message-ID: + (and remove trailing whitespace) + Branch: perl + ! pod/perldebug.pod +____________________________________________________________________________ +[ 24189] By: nicholas on 2005/04/07 08:43:40 + Log: Tabs not spaces in MANIFEST + Branch: perl + ! MANIFEST +____________________________________________________________________________ +[ 24187] By: merijn on 2005/04/07 08:33:53 + Log: Subject: [perl #34699] documentation bug in "man perlpodspec" + From: "raf@tradingpost.com.au (via RT)" + Date: 7 Apr 2005 00:20:31 -0000 + Message-ID: + Branch: perl + ! pod/perlpodspec.pod +____________________________________________________________________________ +[ 24185] By: rgs on 2005/04/07 08:07:14 + Log: Upgrade to ExtUtils::MakeMaker 6.27, + plus a patch to restore functioning of 'distclean' + for the perl core + Branch: perl + + lib/ExtUtils/MM_AIX.pm lib/ExtUtils/MM_QNX.pm + + lib/ExtUtils/MM_VOS.pm lib/ExtUtils/MakeMaker/Config.pm + + lib/ExtUtils/t/PL_FILES.t lib/ExtUtils/t/config.t + + lib/ExtUtils/t/installbase.t lib/ExtUtils/t/xs.t + + t/lib/MakeMaker/Test/Setup/PL_FILES.pm + ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm + ! lib/ExtUtils/Command/MM.pm lib/ExtUtils/Install.pm + ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/META.yml + ! lib/ExtUtils/MM.pm lib/ExtUtils/MM_Any.pm + ! lib/ExtUtils/MM_BeOS.pm lib/ExtUtils/MM_Cygwin.pm + ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_OS2.pm + ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm + ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm + ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/FAQ.pod + ! lib/ExtUtils/Manifest.pm lib/ExtUtils/PATCHING + ! lib/ExtUtils/README lib/ExtUtils/t/INST_PREFIX.t + ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/MM_Win32.t + ! lib/ExtUtils/t/basic.t lib/ExtUtils/t/dir_target.t + ! lib/ExtUtils/t/prefixify.t lib/ExtUtils/t/prereq_print.t + ! lib/ExtUtils/t/recurs.t t/lib/MakeMaker/Test/Setup/BFD.pm + ! t/lib/MakeMaker/Test/Setup/Recurs.pm + ! t/lib/MakeMaker/Test/Utils.pm +____________________________________________________________________________ +[ 24178] By: steveh on 2005/04/06 15:57:36 + Log: Don't try to export symbols that don't exist + + Change #24148 added Perl_rvpv_dup() to the public API, but it is only + defined when USE_ITHREADS is defined. Adjust makedef.pl accordingly + to keep Win32 happy. + Branch: perl + ! makedef.pl +____________________________________________________________________________ +[ 24176] By: nicholas on 2005/04/06 15:11:53 + Log: cast to/from (void *) in the re-entrant code. Now watch the smoke rise. + Branch: perl + ! reentr.c reentr.h reentr.pl +____________________________________________________________________________ +[ 24175] By: nicholas on 2005/04/06 15:05:32 + Log: Casting to/from (void *) sufficient to make a C++ compiler happy. + Branch: perl + ! ext/File/Glob/bsd_glob.c ext/threads/shared/shared.xs + ! ext/threads/threads.xs pad.h sv.c +____________________________________________________________________________ +[ 24174] By: nicholas on 2005/04/06 14:36:40 + Log: If we're going to prototype modfl(), it needs extern "C" linkage. + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 24173] By: merijn on 2005/04/06 06:14:51 + Log: 1. t/TEST now deals with SKIP as if it was TODO. This complies to TAP + 2. Removed the depricated 'my $foo if expr' there + Branch: perl + ! t/TEST +____________________________________________________________________________ +[ 24171] By: nicholas on 2005/04/05 22:34:32 + Log: D'oh! We were never correctly spotting a modfl prototype + Branch: perl + ! Configure +____________________________________________________________________________ +[ 24170] By: nicholas on 2005/04/05 21:30:21 + Log: Add casting to allow g++ (3.3.5) to compile the core code. + A C++ compiler produces lots of warnings that are probably valid + concerns to investigate. + Branch: perl + ! doio.c ext/B/B.xs ext/Cwd/Cwd.xs ext/Devel/DProf/DProf.xs gv.c + ! perl.c perl.h pp_pack.c scope.c sv.c toke.c util.c x2p/walk.c +____________________________________________________________________________ +[ 24169] By: nicholas on 2005/04/05 21:16:01 + Log: Tests need to skip if there is no Encode configured. + Branch: perl + ! lib/encoding/warnings/t/1-warning.t + ! lib/encoding/warnings/t/2-fatal.t +____________________________________________________________________________ +[ 24167] By: nicholas on 2005/04/05 16:09:59 + Log: Using savesvpv() here is terser and produces smaller object code. + Branch: perl + ! doio.c +____________________________________________________________________________ +[ 24166] By: rgs on 2005/04/05 15:23:47 + Log: Upgrade to Unicode::Normalize 0.32 + Branch: perl + ! ext/Unicode/Normalize/Changes + ! ext/Unicode/Normalize/Makefile.PL + ! ext/Unicode/Normalize/Normalize.pm + ! ext/Unicode/Normalize/Normalize.xs + ! ext/Unicode/Normalize/mkheader ext/Unicode/Normalize/t/form.t + ! ext/Unicode/Normalize/t/norm.t ext/Unicode/Normalize/t/test.t +____________________________________________________________________________ +[ 24165] By: nicholas on 2005/04/05 14:52:05 + Log: Down with C++ reserved names + (and also function pointer declarations that rely on the C semantics + of ()) + Branch: perl + ! ext/Storable/Storable.xs mg.c op.c perlio.c pp_sort.c + ! universal.c +____________________________________________________________________________ +[ 24164] By: nicholas on 2005/04/05 14:51:05 + Log: Down with potentially incorrect duplicate prototypes + Branch: perl + ! pp_sys.c +____________________________________________________________________________ +[ 24163] By: nicholas on 2005/04/05 14:50:30 + Log: Down with more K&R prototypes + Branch: perl + ! ext/DynaLoader/dl_dyld.xs +____________________________________________________________________________ +[ 24162] By: nicholas on 2005/04/05 14:49:11 + Log: Down with unneeded duplicate prototypes + Branch: perl + ! x2p/a2p.c +____________________________________________________________________________ +[ 24161] By: nicholas on 2005/04/05 14:48:33 + Log: Down with K&R function arguments + Branch: perl + ! ext/Cwd/Cwd.xs +____________________________________________________________________________ +[ 24160] By: rgs on 2005/04/05 14:06:01 + Log: Add Math::BigInt::FastCalc in maintainer list + Branch: perl + ! Porting/Maintainers.pl +____________________________________________________________________________ +[ 24159] By: rgs on 2005/04/05 13:12:22 + Log: Adaptations to the Makefile.PL of Math::BigInt/FastCalc, for core-ification + Branch: perl + ! ext/Math/BigInt/FastCalc/Makefile.PL +____________________________________________________________________________ +[ 24158] By: rgs on 2005/04/05 12:56:35 + Log: New core module, Math::BigInt::FastCalc + + Subject: [PATCH] integrate Math::BigInt::FastCalc + From: Tels + Date: Sun, 3 Apr 2005 11:12:45 +0200 + Message-Id: <200504031112.55179@bloodgate.com> + Branch: perl + + ext/Math/BigInt/FastCalc/FastCalc.pm + + ext/Math/BigInt/FastCalc/FastCalc.xs + + ext/Math/BigInt/FastCalc/Makefile.PL + + ext/Math/BigInt/FastCalc/t/bigintfc.t + + ext/Math/BigInt/FastCalc/t/bootstrap.t + + ext/Math/BigInt/FastCalc/t/mbi_rand.t + ! MANIFEST +____________________________________________________________________________ +[ 24155] By: rgs on 2005/04/05 10:40:35 + Log: Subject: [Patch] Math::BigInt v1.76, Math::BigRat v0.15, bignum v0.17 + From: Tels + Date: Sun, 3 Apr 2005 10:43:10 +0200 + Message-Id: <200504031043.12273@bloodgate.com> + Branch: perl + ! lib/Math/BigFloat.pm lib/Math/BigInt.pm + ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/_e_math.t + ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bigfltpm.inc + ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t + ! lib/Math/BigInt/t/calling.t lib/Math/BigInt/t/config.t + ! lib/Math/BigInt/t/req_mbf0.t lib/Math/BigInt/t/req_mbfw.t + ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/trap.t + ! lib/Math/BigInt/t/with_sub.t lib/Math/BigRat.pm + ! lib/Math/BigRat/t/bigratpm.t lib/Math/BigRat/t/requirer.t + ! lib/bigint.pm lib/bignum.pm lib/bigrat.pm +____________________________________________________________________________ +[ 24152] By: rgs on 2005/04/04 20:55:03 + Log: That's C, not perl. + Branch: perl + ! patchlevel.h +____________________________________________________________________________ +[ 24151] By: nicholas on 2005/04/04 20:53:42 + Log: Make -DFORMAT_CHECK compile with threads. + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 24149] By: rgs on 2005/04/04 17:14:37 + Log: Bump version to 5.9.3 + Restore "DEVEL" tag in patchlevel.h + Regenerate Porting/config* + Branch: perl + ! NetWare/Makefile NetWare/config_H.wc Porting/config.sh + ! Porting/config_H epoc/config.sh epoc/createpkg.pl patchlevel.h + ! plan9/config.plan9 win32/Makefile win32/config_H.bc + ! win32/config_H.gc win32/config_H.vc64 win32/makefile.mk + ! wince/Makefile.ce +____________________________________________________________________________ +[ 24148] By: rgs on 2005/04/04 14:19:30 + Log: Subject: [PATCH] const-eight.diff + From: Andy Lester + Date: Wed, 30 Mar 2005 11:40:24 -0600 + Message-ID: <20050330174024.GA12167@petdance.com> + Branch: perl + ! Porting/Maintainers.pl doio.c dump.c embed.fnc embed.h + ! global.sym mg.c op.c perl.c proto.h sv.c universal.c xsutils.c +____________________________________________________________________________ +[ 24147] By: mhx on 2005/04/03 16:47:54 + Log: Subject: Re: [PATCH] Re: [perl #34632] perlintro: "Comments start with ahash symbol" + From: Steven Schubiger + Date: Sun, 3 Apr 2005 11:47:22 +0200 (CEST) + Message-Id: <200504030947.j339lMgp010306@accognoscere.homeunix.org> + Branch: perl + ! pod/perltrap.pod +____________________________________________________________________________ +[ 24139] By: mhx on 2005/04/03 08:19:06 + Log: Subject: Re: [PATCH] Re: [perl #34632] perlintro: "Comments start with a hash symbol" + From: Steven Schubiger + Date: Sat, 2 Apr 2005 19:37:11 +0200 (CEST) + Message-Id: <200504021737.j32HbBNS000652@accognoscere.homeunix.org> + Branch: perl + ! pod/perltrap.pod +____________________________________________________________________________ +[ 24138] By: mhx on 2005/04/03 08:16:25 + Log: Fix wrong version for byteorder modifiers feature. + Branch: perl + ! pod/perlpacktut.pod +____________________________________________________________________________ +[ 24137] By: nicholas on 2005/04/02 22:58:59 + Log: Silence compiler warnings about possibly uninitialised variables. + (None are, but it saves anyone else having to work this out) + Branch: perl + ! regexec.c +____________________________________________________________________________ +[ 24136] By: nicholas on 2005/04/02 19:04:27 + Log: Fix "[perl #34643] Config_heavy.pl not in archlib" + Branch: perl + ! installperl +____________________________________________________________________________ +[ 24135] By: nicholas on 2005/04/02 18:52:11 + Log: Oops. Forgot to add this. + Branch: perl + + lib/unicore/NamedSequences.txt +____________________________________________________________________________ +[ 24134] By: nicholas on 2005/04/02 18:51:27 + Log: Subject: [PATCH] Unicode 4.1.0 + From: Jarkko Hietaniemi + Message-ID: <424E584D.5000508@iki.fi> + Date: Sat, 02 Apr 2005 11:31:09 +0300 + Branch: perl + ! MANIFEST lib/Unicode/UCD.pm lib/Unicode/UCD.t + ! lib/unicore/ArabicShaping.txt lib/unicore/BidiMirroring.txt + ! lib/unicore/Blocks.txt lib/unicore/CaseFolding.txt + ! lib/unicore/CompositionExclusions.txt + ! lib/unicore/EastAsianWidth.txt + ! lib/unicore/HangulSyllableType.txt lib/unicore/Jamo.txt + ! lib/unicore/LineBreak.txt lib/unicore/NamesList.txt + ! lib/unicore/NormalizationCorrections.txt + ! lib/unicore/PropList.txt lib/unicore/PropValueAliases.txt + ! lib/unicore/PropertyAliases.txt lib/unicore/README.perl + ! lib/unicore/ReadMe.txt lib/unicore/Scripts.txt + ! lib/unicore/SpecialCasing.txt + ! lib/unicore/StandardizedVariants.txt + ! lib/unicore/UnicodeData.txt lib/unicore/version t/uni/class.t +____________________________________________________________________________ +[ 24133] By: rgs on 2005/04/01 09:16:19 + Log: Add encoding::warnings to Maintainers.pl and rebuild META.yml for release + Branch: perl + ! META.yml Porting/Maintainers.pl +____________________________________________________________________________ +[ 24132] By: rgs on 2005/04/01 08:29:26 + Log: Update Changes + Branch: perl + ! Changes ____________________________________________________________________________ [ 24131] By: steveh on 2005/04/01 08:18:27 Log: Remove dependency on tr(1) for MinGW builds on Win32 -- cgit v1.2.1