Craig A. Berry [Fri, 11 Jul 2008 23:11:00 +0000 (23:11 +0000)]
Set d_timegm on VMS.
p4raw-id: //depot/perl@34131
Marcus Holland-Moritz [Fri, 11 Jul 2008 20:55:01 +0000 (20:55 +0000)]
Upgrade to Devel::PPPort 3.14_01
p4raw-id: //depot/perl@34130
Nicholas Clark [Fri, 11 Jul 2008 20:04:57 +0000 (20:04 +0000)]
Regression tests for, and fix quite a lot of bugs in, cases FF_LINESNGL
and FF_LINEGLOB in pp_formline. (While investigating RT #55668)
Sometimes I wonder if this is actually fun.
p4raw-id: //depot/perl@34129
Nicholas Clark [Fri, 11 Jul 2008 19:42:14 +0000 (19:42 +0000)]
In Perl_sv_utf8_upgrade_flags(), don't assume that the SV is well
formed with a trailing '\0'. And do assume that bytes_to_utf8() does.
p4raw-id: //depot/perl@34128
Nicholas Clark [Fri, 11 Jul 2008 18:37:27 +0000 (18:37 +0000)]
Also dump the SvPVX of PVFMs.
p4raw-id: //depot/perl@34127
Jerry D. Hedden [Fri, 11 Jul 2008 08:59:24 +0000 (04:59 -0400)]
Fix to Change 34120
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <1ff86f510807110559tdc38deas3042e3e8ec234168@mail.gmail.com>
p4raw-id: //depot/perl@34126
Nicholas Clark [Fri, 11 Jul 2008 11:20:04 +0000 (11:20 +0000)]
Simplify code in pp_formline, removing a goto and localising and
consting a variable.
p4raw-id: //depot/perl@34125
Nicholas Clark [Fri, 11 Jul 2008 10:44:51 +0000 (10:44 +0000)]
Bring the joy of strict to the rest of write.t
p4raw-id: //depot/perl@34124
Nicholas Clark [Fri, 11 Jul 2008 10:32:00 +0000 (10:32 +0000)]
Complete the conversion of t/op/write.t to test.pl, and remove my
(accidentally committed) skip testing '1'.
p4raw-id: //depot/perl@34123
Nicholas Clark [Fri, 11 Jul 2008 10:16:22 +0000 (10:16 +0000)]
Reduce the -| skip back to just the tests that use it, and re-align the
comments with the test code they refer to.
p4raw-id: //depot/perl@34122
Nicholas Clark [Fri, 11 Jul 2008 10:03:58 +0000 (10:03 +0000)]
Start converting t/op/write.t to test.pl
p4raw-id: //depot/perl@34121
Jerry D. Hedden [Thu, 19 Jun 2008 11:22:58 +0000 (07:22 -0400)]
Configure - d_sprintf_returns_strlen
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <1ff86f510806190822l34a3ea7eudb7b75f60ff0635d@mail.gmail.com>
p4raw-id: //depot/perl@34120
Jerry D. Hedden [Thu, 10 Jul 2008 10:29:14 +0000 (06:29 -0400)]
threads::shared 1.24 (still more)
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <1ff86f510807100729k4b620d3dl3fa079b89360f5ee@mail.gmail.com>
Fixes warnings introduced by previous patch.
p4raw-id: //depot/perl@34118
Jerry D. Hedden [Thu, 10 Jul 2008 09:05:42 +0000 (05:05 -0400)]
threads::shared 1.24 (more)
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <1ff86f510807100605u4f80a1b6u2595fbd030bd5660@mail.gmail.com>
Fixes "unary minus operator applied to unsigned type" warnings on Win32
p4raw-id: //depot/perl@34117
Abigail [Tue, 8 Jul 2008 18:48:37 +0000 (20:48 +0200)]
[Patch t/op/re_tests] Re: [perl #56690] Some bugs in Perl regexp (core Perl issues)
Message-ID: <
20080708164836.GB4537@almanda>
p4raw-id: //depot/perl@34116
Jan Dubois [Mon, 7 Jul 2008 15:58:48 +0000 (08:58 -0700)]
Update Win32 canned configs
Adds new values introduced by #34105/34107, incorporating this patch:
Subject: RE: New probes
From: "Jan Dubois" <jand@activestate.com>
Message-ID: <
072601c8e085$
04694860$
0d3bd920$@com>
The appropriate values for the other compilers were determined by
running the probe functions added to Configure by #34105/34112/34114.
(Note that VC8 requires an invalid parameter handler to run those
functions without crashing, and both VC8 and VC9 need %I64d rather
than %ld to output the appropriate values.)
Also applies the changes to the config_H.* files, together with changes
for #33597/33598/33949 which never got added to them.
p4raw-id: //depot/perl@34115
H.Merijn Brand [Tue, 8 Jul 2008 20:03:50 +0000 (20:03 +0000)]
Fine-grained sGMTIME_min/max detection
p4raw-id: //depot/perl@34114
H.Merijn Brand [Tue, 8 Jul 2008 12:02:48 +0000 (12:02 +0000)]
Be sure to use the correct type, so bits do not get wrapped
p4raw-id: //depot/perl@34112
Jerry D. Hedden [Mon, 7 Jul 2008 13:33:22 +0000 (09:33 -0400)]
threads::shared 1.24 (phase 3)
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <1ff86f510807071033j5136e337lab0f3d27575e9113@mail.gmail.com>
p4raw-id: //depot/perl@34110
Jerry D. Hedden [Mon, 7 Jul 2008 13:29:14 +0000 (09:29 -0400)]
test.pl fix
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <1ff86f510807071029q5931f03ud506f06b7d1f72af@mail.gmail.com>
p4raw-id: //depot/perl@34109
H.Merijn Brand [Mon, 7 Jul 2008 20:39:20 +0000 (20:39 +0000)]
Probe for timegm
p4raw-id: //depot/perl@34107
H.Merijn Brand [Mon, 7 Jul 2008 20:03:00 +0000 (20:03 +0000)]
Part one of y2038 changes for Schwern
p4raw-id: //depot/perl@34105
Steve Hay [Mon, 7 Jul 2008 10:24:11 +0000 (10:24 +0000)]
Upgrade to Encode-2.26
p4raw-id: //depot/perl@34103
Jerry D. Hedden [Thu, 3 Jul 2008 10:02:30 +0000 (06:02 -0400)]
threads::shared 1.24 (phase 2)
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <1ff86f510807030702q74132e14ne6434876a7138f17@mail.gmail.com>
Additional changes to threads::shared for UTF-8 hash keys.
p4raw-id: //depot/perl@34102
Steve Hay [Thu, 3 Jul 2008 15:24:43 +0000 (15:24 +0000)]
Skip chown() tests added by #34092 on Win32
p4raw-id: //depot/perl@34101
Steve Hay [Thu, 3 Jul 2008 15:08:50 +0000 (15:08 +0000)]
Fix test count that was missed in #34092
p4raw-id: //depot/perl@34100
Steve Hay [Thu, 3 Jul 2008 15:02:08 +0000 (15:02 +0000)]
Omit tests introduced by #34077 and #34084 which fail on Win32
p4raw-id: //depot/perl@34099
Jerry D. Hedden [Wed, 2 Jul 2008 10:01:59 +0000 (06:01 -0400)]
threads::shared 1.24
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <1ff86f510807020701v78a14d06g1e0e5f098c6131ed@mail.gmail.com>
...plus some adjustments to the test headers to prevent failures
in the Perl core.
p4raw-id: //depot/perl@34098
Nicholas Clark [Tue, 1 Jul 2008 14:34:21 +0000 (14:34 +0000)]
Avoid using -> function call notation within test.pl, which is supposed
to keep to simple constructions to facilitate accurately testing the
core interpreter, which might be buggy.
p4raw-id: //depot/perl@34097
Steve Hay [Mon, 30 Jun 2008 07:37:29 +0000 (07:37 +0000)]
Upgrade to Win32-0.38
(including changes to GetCurrentThreadId.t which should have gone into
the 0.37 upgrade, but which I missed then)
p4raw-id: //depot/perl@34094
Renee Baecker [Wed, 25 Jun 2008 16:40:57 +0000 (18:40 +0200)]
[perl #34339][PATCH] "perldoc lib" doesn't describe actual behavior
Message-ID: <
486258F9.4020505@smart-websolutions.de>
p4raw-id: //depot/perl@34093
Ben Morrow [Sat, 28 Jun 2008 17:00:17 +0000 (18:00 +0100)]
Some more missing isGV_with_GP()s
Message-ID: <
20080628160017.GA81579@osiris.mauzo.dyndns.org>
p4raw-id: //depot/perl@34092
Jerry D. Hedden [Sat, 28 Jun 2008 15:18:48 +0000 (11:18 -0400)]
common test code for timed bail
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <1ff86f510806281218i65d32061w27a4431b9b357107@mail.gmail.com>
p4raw-id: //depot/perl@34091
Steve Hay [Fri, 27 Jun 2008 14:39:33 +0000 (14:39 +0000)]
Upgrade to Win32-0.37
p4raw-id: //depot/perl@34090
Paul Fenwick [Thu, 26 Jun 2008 11:41:45 +0000 (21:41 +1000)]
Re: [perl #56348] [PATCH] glob() with spaces - documentation unclear
Message-ID: <
4862F3D9.5010105@perltraining.com.au>
p4raw-id: //depot/perl@34089
Dave Mitchell [Wed, 25 Jun 2008 19:49:38 +0000 (19:49 +0000)]
qx($nosuchfile) isn't portable (Windows whines on STDERR)
so skip these uninit var tests for now
p4raw-id: //depot/perl@34088
Reini Urban [Wed, 25 Jun 2008 17:30:08 +0000 (19:30 +0200)]
Re: split smoke for threaded -DDEBUGGING builds
Message-ID: <
48626480.7030602@x-ray.at>
Plus revert #34086
p4raw-id: //depot/perl@34087
Rafael Garcia-Suarez [Wed, 25 Jun 2008 13:14:08 +0000 (13:14 +0000)]
Skip one test that was failing with DEBUGGING and threads,
because after change #34085 the IV value of the OP_CONST
isn't dumped anymore.
p4raw-link: @34085 on //depot/perl:
7367e658df87ee1f29b1fa68bdefb1966bf4b5d9
p4raw-id: //depot/perl@34086
Reini Urban [Tue, 24 Jun 2008 12:07:01 +0000 (14:07 +0200)]
fix debop with pad const
Message-ID: <
4860C745.2020307@x-ray.at>
p4raw-id: //depot/perl@34085
Dave Mitchell [Tue, 24 Jun 2008 13:30:23 +0000 (13:30 +0000)]
more incorrect variable reported in uninitialized value warnings
(the ones that change #34077 missed). It also degrades some print
warnings - ie variable names no longer displayed.
p4raw-link: @34077 on //depot/perl:
8b0dea507b8f946d8546917b8fda74bfbf233ac0
p4raw-id: //depot/perl@34084
H.Merijn Brand [Tue, 24 Jun 2008 11:58:50 +0000 (11:58 +0000)]
URL for End-Of-Life and OS/Arch documentation
Small enhancements
p4raw-id: //depot/perl@34083
Paul Fenwick [Tue, 24 Jun 2008 13:53:19 +0000 (23:53 +1000)]
Documentation on taint/environment interactions for perlrun.pod
Message-ID: <
48606FAF.4040604@perltraining.com.au>
p4raw-id: //depot/perl@34081
Michael G. Schwern [Mon, 13 Oct 2003 05:13:48 +0000 (22:13 -0700)]
Re: [perl #24174] perl-5.8.0-55 exit bug
Message-ID: <
20031013121348.GB21103@windhund.schwern.org>
p4raw-id: //depot/perl@34080
Jerry D. Hedden [Mon, 23 Jun 2008 09:41:11 +0000 (05:41 -0400)]
Fix malloc.c warning
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <1ff86f510806230641x37afed4bla697e381b3ba9d6d@mail.gmail.com>
p4raw-id: //depot/perl@34078
Dave Mitchell [Sun, 22 Jun 2008 19:05:31 +0000 (19:05 +0000)]
Incorrect variable reported in uninitialized value warning.
Ops that can return undef even for defined args, could mistakenly
warn that the arg was undefined.
p4raw-id: //depot/perl@34077
Slaven Rezic [Fri, 26 Oct 2007 16:58:55 +0000 (18:58 +0200)]
Re: [perl #46381] "Out of memory ... sbrk()" on FreeBSD-6.x for v.5.8.x but not v.5.6.x
Message-ID: <874pgd6hxs.fsf@biokovo-amd64.herceg.de>
p4raw-id: //depot/perl@34076
Rafael Garcia-Suarez [Fri, 20 Jun 2008 15:55:48 +0000 (15:55 +0000)]
Make the version string more consistent between Windows and other platforms.
Noticed and reported by Dave Golden.
p4raw-id: //depot/perl@34075
Jerry D. Hedden [Tue, 17 Jun 2008 16:28:45 +0000 (12:28 -0400)]
threads::shared 1.23
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <1ff86f510806171328y54650760u12c8148830a60a63@mail.gmail.com>
p4raw-id: //depot/perl@34074
H.Merijn Brand [Tue, 29 Apr 2008 17:49:35 +0000 (19:49 +0200)]
AIX might miss libm
Subject: Re: Closing tickets in RT
From: "H.Merijn Brand" <h.m.brand@xs4all.nl>
Message-ID: <
20080429174935.
0cb5763b@pc09.procura.nl>
p4raw-id: //depot/perl@34073
Rafael Garcia-Suarez [Wed, 18 Jun 2008 07:43:27 +0000 (07:43 +0000)]
Fix release date for 5.002
(noticed by Grant McLean)
p4raw-id: //depot/perl@34072
Steve Hay [Tue, 17 Jun 2008 16:50:57 +0000 (16:50 +0000)]
Make sure parser's filehandle is closed when finished
(It was mistakenly left open if there was no old_parser, which caused
t/comp/require.t to leave behind a 'bleah.pm' (from the test for
#49472) on Win32, where the deletion of an open file fails.)
p4raw-id: //depot/perl@34071
Steve Hay [Tue, 17 Jun 2008 11:48:14 +0000 (11:48 +0000)]
Fix a couple of tests introduced by #34045 which fail on Win32
p4raw-id: //depot/perl@34070
Rafael Garcia-Suarez [Tue, 17 Jun 2008 11:16:38 +0000 (11:16 +0000)]
Rename the new macro clear_errsv() from last patch to CLEAR_ERRSV()
p4raw-id: //depot/perl@34069
Bram [Wed, 11 Jun 2008 03:26:26 +0000 (20:26 -0700)]
[perl #51370] length($@)>0 for empty $@ if utf8 is in use
From: "Bram via RT" <perlbug-followup@perl.org>
Message-ID: <rt-3.6.HEAD-18229-
1213179984-1708.51370-15-0@perl.org>
(The first patch)
p4raw-id: //depot/perl@34068
Risto Kankkunen [Wed, 10 Oct 2007 02:44:13 +0000 (19:44 -0700)]
[perl #46309] Buffer overflow in win32_select() (PATCH included)
From: Risto Kankkunen (via RT) <perlbug-followup@perl.org>
Message-ID: <rt-3.6.HEAD-10743-
1192009453-1788.46309-75-0@perl.org>
p4raw-id: //depot/perl@34067
H.Merijn Brand [Mon, 16 Jun 2008 14:49:04 +0000 (14:49 +0000)]
Warnings-free for metalint-3.5-27. Woot!
Removed all files that are now identical to dist-3.5
p4raw-id: //depot/perl@34064
Reini Urban [Mon, 16 Jun 2008 14:40:35 +0000 (16:40 +0200)]
TODO B-Deparse cpan-bug 33708
From: "Reini Urban" <rurban@x-ray.at>
Message-ID: <6910a60806160540v21c7affbte54ef0eedb0cb64d@mail.gmail.com>
p4raw-id: //depot/perl@34063
Jesse [Sun, 15 Jun 2008 08:31:50 +0000 (01:31 -0700)]
[perl #55844] [PATCH] perlbug refactoring and prose cleanup
From: Jesse (via RT) <perlbug-followup@perl.org>
Message-ID: <rt-3.6.HEAD-18229-
1213543909-1580.55844-75-0@perl.org>
p4raw-id: //depot/perl@34061
Nicholas Clark [Mon, 16 Jun 2008 13:38:45 +0000 (13:38 +0000)]
Make lib/open.t under -Duseperlio
p4raw-id: //depot/perl@34060
Sébastien Aperghis-Tramoni [Mon, 16 Jun 2008 01:57:33 +0000 (03:57 +0200)]
Fwd: CPAN Upload: S/SA/SAPER/Sys-Syslog-0.26.tar.gz
Message-Id: <
A9FDE5F5-5285-454C-AE15-
3EBF6AEBDFC8@free.fr>
p4raw-id: //depot/perl@34058
Andy Armstrong [Mon, 16 Jun 2008 01:13:25 +0000 (02:13 +0100)]
Re: Patches / git
Message-Id: <
1162EDA1-C865-4CBB-8DA0-
3C83F89E826E@hexten.net>
p4raw-id: //depot/perl@34057
John P. Linderman [Tue, 27 Nov 2007 13:50:14 +0000 (08:50 -0500)]
[perl #47746] Not OK: perl 5.10.0 +RC1 on ia64-linux 2.4.21-sgi302r24
From: "John P. Linderman" <jpl@research.att.com>
Message-Id: <
200711271850.lARIoEfN14794612@raptor.research.att.com>
p4raw-id: //depot/perl@34056
Rick Delaney [Sat, 14 Jun 2008 11:51:01 +0000 (04:51 -0700)]
[perl #55786] [PATCH blead] Re: Overload Segfaulting
From: Rick Delaney (via RT) <perlbug-followup@perl.org>
Message-ID: <rt-3.6.HEAD-22068-
1213469460-652.55786-75-0@perl.org>
p4raw-id: //depot/perl@34055
Bram [Sat, 14 Jun 2008 18:20:05 +0000 (20:20 +0200)]
Re: testing $/ with in memory files
Message-ID: <
20080614182005.yxuyk1mntwkog0o0@horde.wizbit.be>
p4raw-id: //depot/perl@34054
Craig A. Berry [Sat, 14 Jun 2008 00:02:05 +0000 (00:02 +0000)]
Fix off-by-one error in sanity check in my_fclose wrapper on VMS.
p4raw-id: //depot/perl@34053
John E. Malmberg [Thu, 12 Jun 2008 19:50:01 +0000 (14:50 -0500)]
[patch@34044] Enable getgrgid on VMS
From: "John E. Malmberg" <wb8tyw@qsl.net>
Message-id: <
4851C439.8070007@qsl.net>
With some revisions.
p4raw-id: //depot/perl@34052
Jerry D. Hedden [Thu, 12 Jun 2008 09:42:42 +0000 (05:42 -0400)]
Thread::Queue 2.11
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <1ff86f510806120642g5a707382l76aaaa80797443c8@mail.gmail.com>
This time, not empty.
p4raw-id: //depot/perl@34051
Jerry D. Hedden [Thu, 12 Jun 2008 09:42:42 +0000 (05:42 -0400)]
Thread::Queue 2.11
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <1ff86f510806120642g5a707382l76aaaa80797443c8@mail.gmail.com>
p4raw-id: //depot/perl@34050
Jerry D. Hedden [Thu, 12 Jun 2008 09:41:24 +0000 (05:41 -0400)]
Thread::Semaphore 2.09
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <1ff86f510806120641jbbb984cn1f505c24d520cdbf@mail.gmail.com>
p4raw-id: //depot/perl@34049
Jerry D. Hedden [Thu, 12 Jun 2008 08:42:19 +0000 (04:42 -0400)]
threads 1.71
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <1ff86f510806120542v7f55b0aetac69642e5072654e@mail.gmail.com>
p4raw-id: //depot/perl@34048
Jerry D. Hedden [Thu, 12 Jun 2008 08:44:12 +0000 (04:44 -0400)]
threads::shared 1.22
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <1ff86f510806120544q76b18460l435fe9f3b1d77b2f@mail.gmail.com>
p4raw-id: //depot/perl@34047
Craig A. Berry [Fri, 13 Jun 2008 15:17:45 +0000 (15:17 +0000)]
For dynamic loading on VMS, simplify and robustify things by using
the system-supplied exception handler rather than the home-rolled one.
This eliminates an access violation sometimes seen with heavy loading
under threads.
p4raw-id: //depot/perl@34046
Reini Urban [Wed, 11 Jun 2008 17:03:37 +0000 (19:03 +0200)]
B::Debug dual-life 1.06
Message-ID: <
484FE949.9040701@x-ray.at>
p4raw-id: //depot/perl@34045
Nicholas Clark [Wed, 11 Jun 2008 22:07:33 +0000 (22:07 +0000)]
Patch from MHX to change the WriteConstant()'s documentation to note
that to change the constant subroutine's name one needs XS_SUBNAME
not SUBNAME, and then make C_SUBNAME default to XS_SUBNAME to be
consistent with the revised documentation.
http://rt.cpan.org/Public/Bug/Display.html?id=29968
p4raw-id: //depot/perl@34044
Sébastien Aperghis-Tramoni [Sun, 8 Jun 2008 02:55:21 +0000 (04:55 +0200)]
Re: Change 34005: Re: CPAN Upload: S/SA/SAPER/Sys-Syslog-0.25.tar.gz
Message-Id: <
B44DBB66-1AFE-4C93-BE5F-
C41CF69166D2@free.fr>
[applied manually, plus $VERSION bump]
p4raw-id: //depot/perl@34043
John E. Malmberg [Tue, 10 Jun 2008 23:17:46 +0000 (18:17 -0500)]
[patch@34016] VMS passes these t/io/open.t tests now.
From: "John E. Malmberg" <wb8tyw@qsl.net>
Message-id: <
484F51EA.6050005@qsl.net>
Date: Tue, 10 Jun 2008 23:17:46 -0500
p4raw-id: //depot/perl@34042
Steve Hay [Tue, 10 Jun 2008 17:51:26 +0000 (18:51 +0100)]
Remove temporary file leftover by test in IO-Compress-Zlib
From: "Steve Hay" <SteveHay@planit.com>
Message-ID: <
1B32FF956ABF414C9BCE5E487A1497E701E53F2D@ukmail02.planit.group>
Date: Tue, 10 Jun 2008 17:51:26 +0100
p4raw-id: //depot/perl@34041
Steve Hay [Tue, 10 Jun 2008 09:49:50 +0000 (10:49 +0100)]
Fix run/switches test on Win32
From: "Steve Hay" <SteveHay@planit.com>
Message-ID: <
1B32FF956ABF414C9BCE5E487A1497E701DF242E@ukmail02.planit.group>
p4raw-id: //depot/perl@34040
Nicholas Clark [Mon, 9 Jun 2008 18:43:59 +0000 (18:43 +0000)]
Strength reduction optimisation seems to spot that a = a + 1; is just
a++; so write it as the former, to keep PERL_DEBUG_COW happy.
p4raw-id: //depot/perl@34039
Reini Urban [Mon, 9 Jun 2008 17:15:41 +0000 (19:15 +0200)]
Re: [PATCH] More COW lvalues
Message-ID: <
484D491D.9050704@x-ray.at>
Date: Mon, 09 Jun 2008 17:15:41 +0200
p4raw-id: //depot/perl@34038
Reini Urban [Sun, 8 Jun 2008 15:26:41 +0000 (17:26 +0200)]
Re: [PATCH] readable assertion names, now sv.h
From: "Reini Urban" <rurban@x-ray.at>
Message-ID: <6910a60806080626kfda0dd1ja906513e8fd0aa39@mail.gmail.com>
p4raw-id: //depot/perl@34031
Reini Urban [Sun, 8 Jun 2008 16:17:32 +0000 (18:17 +0200)]
Re: [PATCH] readable assertion names, now the rest
From: "Reini Urban" <rurban@x-ray.at>
Message-ID: <6910a60806080717h1aaaef1fh425a2ef21a62c9ed@mail.gmail.com>
p4raw-id: //depot/perl@34030
Reini Urban [Sun, 8 Jun 2008 14:41:51 +0000 (16:41 +0200)]
readable assertion names
From: "Reini Urban" <rurban@x-ray.at>
Message-ID: <6910a60806080541n4f7e1939q254797411545ebea@mail.gmail.com>
p4raw-id: //depot/perl@34029
Adriano Ferreira [Sun, 8 Jun 2008 11:29:22 +0000 (08:29 -0300)]
update Pod-Perldoc to version 3.14_07
From: "Adriano Ferreira" <aferreira@shopzilla.com>
Message-ID: <73ddeb6c0806080729n63fc806dq83287e57347a4b5f@mail.gmail.com>
p4raw-id: //depot/perl@34028
brian d foy [Sat, 7 Jun 2008 23:59:22 +0000 (00:59 +0100)]
perlsyn: equivalent code for HASH ~~ ARRAY
Message-ID: <
070620082359221579%brian.d.foy@gmail.com>
p4raw-id: //depot/perl@34027
Rafael Garcia-Suarez [Sun, 8 Jun 2008 14:03:58 +0000 (14:03 +0000)]
Small typo fix.
p4raw-id: //depot/perl@34026
Rafael Garcia-Suarez [Sun, 8 Jun 2008 14:00:59 +0000 (14:00 +0000)]
Fix for bug [perl #54934] Attempt to free unreferenced scalar fiddling with the symbol table
Keep the refcount of the globs generated by PerlIO::via balanced.
p4raw-id: //depot/perl@34025
Bram [Mon, 26 May 2008 09:12:58 +0000 (11:12 +0200)]
Fwd: [PATCH-2] Re: testing $/ with in memory files
Message-ID: <
20080526091258.vbcecy2dc00gwg08@horde.wizbit.be>
p4raw-id: //depot/perl@34024
Rafael Garcia-Suarez [Sun, 8 Jun 2008 09:12:01 +0000 (09:12 +0000)]
Tweak the "Illegal character in prototype" warning so it's more
precise when reporting illegal characters after _
p4raw-id: //depot/perl@34023
Rafael Garcia-Suarez [Sun, 8 Jun 2008 09:02:12 +0000 (09:02 +0000)]
Document new warning added by #34021
p4raw-id: //depot/perl@34022
Renee Baecker [Mon, 26 May 2008 13:08:27 +0000 (15:08 +0200)]
Add a new warning, "Prototype after '%s'"
Based on:
Subject: Re: [perl #36673] sub foo(@$) {} should generate an error
Message-ID: <
483A9A2B.6020808@smart-websolutions.de>
p4raw-id: //depot/perl@34021
Rafael Garcia-Suarez [Sun, 8 Jun 2008 08:27:31 +0000 (08:27 +0000)]
Revert #34019.
p4raw-id: //depot/perl@34020
Jesse Vincent [Sat, 7 Jun 2008 17:10:28 +0000 (13:10 -0400)]
perlbug prose patch (and some evals, too)
Message-Id: <
89557793-48C2-4962-BE7A-
24DC2EAFAF15@fsck.com>
(applied to perlbug.PL instead of the generated perlbug)
p4raw-id: //depot/perl@34019
Nicholas Clark [Sat, 7 Jun 2008 16:33:46 +0000 (16:33 +0000)]
$attributes::VERSION++ following change 33985.
p4raw-id: //depot/perl@34016
Nicholas Clark [Sat, 7 Jun 2008 16:13:07 +0000 (16:13 +0000)]
$Carp::VERSION++ following change 33992.
p4raw-id: //depot/perl@34014
Sébastien Aperghis-Tramoni [Fri, 6 Jun 2008 01:23:30 +0000 (03:23 +0200)]
Re: CPAN Upload: S/SA/SAPER/Sys-Syslog-0.25.tar.gz
Message-Id: <
A5901BA3-6972-4C7D-8D91-
F6E942B85AE5@free.fr>
p4raw-id: //depot/perl@34005
Hans Dieter Pearcey [Thu, 5 Jun 2008 12:38:38 +0000 (08:38 -0400)]
incorrectly failing test in lib/Pod/t/text.t
Message-ID: <
20080605163838.GA25576@glaive.weftsoar.net>
p4raw-id: //depot/perl@34004
Steve Peters [Thu, 5 Jun 2008 14:28:16 +0000 (14:28 +0000)]
This needs to change so this doesn't need updating everytime
we update Pod::Simple.
p4raw-id: //depot/perl@34003
Reini Urban [Wed, 4 Jun 2008 14:07:05 +0000 (07:07 -0700)]
[perl #55302] cc_runtime syntax error
From: "Reini Urban via RT" <perlbug-followup@perl.org>
Message-ID: <rt-3.6.HEAD-11257-
1212613625-313.55302-15-0@perl.org>
p4raw-id: //depot/perl@34002
Steve Peters [Thu, 5 Jun 2008 13:04:00 +0000 (13:04 +0000)]
A quick new release of Pod-Simple has removed the dependency on
HTML-Parser. HTML-Parser and HTML-Tagset will now be leaving us.
p4raw-id: //depot/perl@34001