Nicholas Clark [Thu, 20 Dec 2007 18:48:09 +0000]
The test needs to be on defined $ENV{PERL_UNICODE} because during
testing being set to an empty string has meaning.
p4raw-id: //depot/perl@32674
Andy Armstrong [Thu, 20 Dec 2007 17:49:07 +0000]
bring Test::Harness up to 3.06
Message-Id: <
5C57804B-6F71-4875-AEB6-C449F893E001@hexten.net>
Date: Thu, 20 Dec 2007 17:49:07 +0000
p4raw-id: //depot/perl@32673
Nicholas Clark [Thu, 20 Dec 2007 17:47:48 +0000]
Perl_magic_setglob() is a mathom.
p4raw-id: //depot/perl@32672
Nicholas Clark [Thu, 20 Dec 2007 17:20:29 +0000]
char can be unsigned, so i8 needs to be signed char.
p4raw-id: //depot/perl@32671
Nicholas Clark [Thu, 20 Dec 2007 16:22:07 +0000]
Oops. Change 32669 didn't mean to add ssp to the libswanted list.
p4raw-id: //depot/perl@32670
Nicholas Clark [Thu, 20 Dec 2007 16:02:25 +0000]
A new try at getting -fstack-protector working, by adding it to the
gcc link flags so that any implementation dependant libraries are also
linked in.
p4raw-id: //depot/perl@32669
Rafael Garcia-Suarez [Thu, 20 Dec 2007 12:23:14 +0000]
The APC doesn't like empty files
p4raw-id: //depot/perl@32668
Nicholas Clark [Thu, 20 Dec 2007 11:59:47 +0000]
Merge the duplicated code for the tests for -fno-strict-aliasing and
-pipe into a new eval'd "function" checkccflag
p4raw-id: //depot/perl@32667
Nicholas Clark [Thu, 20 Dec 2007 10:41:52 +0000]
Correct the test count in lib/File/Temp/t/lock.t
I guess that it was skipped in rather too many places, so no-one
noticed.
p4raw-id: //depot/perl@32666
Steffen Müller [Tue, 18 Dec 2007 11:58:19 +0000]
Re: [perl #48769] [PATCH] SelfLoader.pm 1.0904 - Whitespace in subroutine
Message-ID: <
4767A7CB.5030607@sneakemail.com>
p4raw-id: //depot/perl@32665
Rafael Garcia-Suarez [Thu, 20 Dec 2007 09:41:27 +0000]
Fix embarrassing typo
p4raw-id: //depot/perl@32664
Andy Armstrong [Thu, 20 Dec 2007 02:32:55 +0000]
Test::Harness 3.05, tests pass in core
Message-Id: <
7859DADA-59A9-45B2-A448-89BC755C53E8@hexten.net>
Date: Thu, 20 Dec 2007 02:32:55 +0000
p4raw-id: //depot/perl@32663
Nicholas Clark [Wed, 19 Dec 2007 21:49:49 +0000]
Extraneous test files that change 32659 failed to delete. Oops.
(But they would not have been being run, because the only tests that
are run are those that are in MANIFEST, and I had deleted them from
there.)
p4raw-id: //depot/perl@32662
Steve Peters [Wed, 19 Dec 2007 19:55:00 +0000]
Upgrade to CGI.pm-3.31. Includes version bump to CGI::Carp due to a Pod fix.
p4raw-id: //depot/perl@32661
Nicholas Clark [Wed, 19 Dec 2007 18:26:03 +0000]
Missing files from Test::Harness 3.05
p4raw-id: //depot/perl@32660
Nicholas Clark [Wed, 19 Dec 2007 18:18:04 +0000]
Upgrade to Test::Harness 3.05
Add test boilerplate to various test files.
Add FIXME skips for various tests that don't play nicely with the
altered layout in the core.
lib/Test/Harness/t/unicode.t appears to fail under UTF-8 locales and
so will need fixing.
p4raw-id: //depot/perl@32659
Jerry D. Hedden [Wed, 19 Dec 2007 10:17:46 +0000]
threads::shared 1.15
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <
1ff86f510712190717r379ffdbt9ed19b8a607b8931@mail.gmail.com>
p4raw-id: //depot/perl@32658
Steve Peters [Wed, 19 Dec 2007 17:05:16 +0000]
Fix a File::Temp test to deal with new Test::More changes.
p4raw-id: //depot/perl@32657
Rafael Garcia-Suarez [Wed, 19 Dec 2007 16:12:30 +0000]
Add new Sys::Syslog file to MANIFEST
p4raw-id: //depot/perl@32656
Steve Peters [Wed, 19 Dec 2007 15:55:53 +0000]
Additional version fixups.
p4raw-id: //depot/perl@32655
Steve Peters [Wed, 19 Dec 2007 15:47:56 +0000]
Upgrade to Sys-Syslog-0.23
p4raw-id: //depot/perl@32654
Steve Peters [Wed, 19 Dec 2007 15:35:21 +0000]
Upgrade to IO-Zlib-1.08. Fixes to test files allowed us to get back
in sync with the distribution.
p4raw-id: //depot/perl@32653
Steve Peters [Wed, 19 Dec 2007 15:19:41 +0000]
Upgrade to File-Temp-0.19
p4raw-id: //depot/perl@32652
Steve Peters [Wed, 19 Dec 2007 15:00:53 +0000]
Upgrade to B-Lint-1.11
p4raw-id: //depot/perl@32651
Steve Peters [Wed, 19 Dec 2007 14:30:46 +0000]
Update to Test-Simple-0.74
p4raw-id: //depot/perl@32650
Nicholas Clark [Wed, 19 Dec 2007 14:13:07 +0000]
Add perl5110delta, and change 5100delta so that it is no longer "the"
perldelta.
p4raw-id: //depot/perl@32649
Rafael Garcia-Suarez [Wed, 19 Dec 2007 13:58:46 +0000]
Make -E require 5.11 features
p4raw-id: //depot/perl@32648
Steve Peters [Wed, 19 Dec 2007 13:58:35 +0000]
Teach cflags.SH about -fstack-protector, and add it to gcc compiler flags
when possible.
p4raw-id: //depot/perl@32647
Nicholas Clark [Wed, 19 Dec 2007 13:48:45 +0000]
Bump the version number to 5.11.0
p4raw-id: //depot/perl@32646
Nicholas Clark [Wed, 19 Dec 2007 13:47:36 +0000]
feature.pm needs to cope with the version not being 5.10.0
p4raw-id: //depot/perl@32645
Nicholas Clark [Wed, 19 Dec 2007 12:10:23 +0000]
Update Changes and reinstante the DEVEL tag.
(Now that the patch number isn't in DEVEL, probably don't need to
do it in one, as in change 17642)
p4raw-id: //depot/perl@32644
Nicholas Clark [Wed, 19 Dec 2007 11:25:43 +0000]
Record all the changes up to 5.10.0, and ready a new changes file for
5.11
p4raw-id: //depot/perl@32643
Rafael Garcia-Suarez [Tue, 18 Dec 2007 10:43:27 +0000]
Regen Changes once more
p4raw-id: //depot/perl@32642
Rafael Garcia-Suarez [Tue, 18 Dec 2007 10:39:53 +0000]
Add 5.10.0 data to Module::CoreList
p4raw-id: //depot/perl@32641
Rafael Garcia-Suarez [Tue, 18 Dec 2007 10:33:23 +0000]
Two more people in AUTHORS
p4raw-id: //depot/perl@32640
Rafael Garcia-Suarez [Tue, 18 Dec 2007 10:25:40 +0000]
Regen Changes
p4raw-id: //depot/perl@32639
Rafael Garcia-Suarez [Tue, 18 Dec 2007 09:58:49 +0000]
5.10.0 is planned for today.
p4raw-id: //depot/perl@32638
Rafael Garcia-Suarez [Tue, 18 Dec 2007 09:53:43 +0000]
That's no longer RC time
p4raw-id: //depot/perl@32637
Rafael Garcia-Suarez [Tue, 18 Dec 2007 09:51:39 +0000]
Notes on 5.12 Unicode revamping planned.
Complete the "reporting bug" section of perldelta.
p4raw-id: //depot/perl@32636
Rafael Garcia-Suarez [Tue, 18 Dec 2007 09:24:14 +0000]
Regen META file
p4raw-id: //depot/perl@32635
Rafael Garcia-Suarez [Tue, 18 Dec 2007 09:20:41 +0000]
Regen TOC
p4raw-id: //depot/perl@32634
YAMASHINA Hio [Tue, 18 Dec 2007 16:30:50 +0000]
typos in perl5100delta.pod
Message-Id: <
20071218163050.b0c36fa5.hio@hio.jp>
p4raw-id: //depot/perl@32633
Rafael Garcia-Suarez [Mon, 17 Dec 2007 23:04:28 +0000]
Make the hint file work as well on 64-bit linuxes,
noticed by Wolfgang Friebel
p4raw-id: //depot/perl@32632
Jan Dubois [Mon, 17 Dec 2007 08:48:07 +0000]
Document that $^V is no longer a v-string
From: "Jan Dubois" <jand@activestate.com>
Message-ID: <
007501c840cc$99b940e0$cd2bc2a0$@com>
p4raw-id: //depot/perl@32631
Rafael Garcia-Suarez [Mon, 17 Dec 2007 17:17:23 +0000]
Comment out a now unused variable
p4raw-id: //depot/perl@32630
Rafael Garcia-Suarez [Mon, 17 Dec 2007 16:26:01 +0000]
Add standard test preamble
Remove dependency on Cwd
p4raw-id: //depot/perl@32629
Yves Orton [Mon, 17 Dec 2007 15:21:46 +0000]
Fix various bugs in regex engine with mixed utf8/latin pattern and strings. Related to [perl #36207] among others
Message-ID: <
9b18b3110712170621h41de2c76k331971e3660abcb0@mail.gmail.com>
p4raw-id: //depot/perl@32628
Rafael Garcia-Suarez [Mon, 17 Dec 2007 14:27:54 +0000]
Update AUTHORS
p4raw-id: //depot/perl@32627
Jim Cromie [Thu, 13 Dec 2007 15:55:07 +0000]
pod-patch: reword O.pm
Message-ID: <
4761B84B.6090504@gmail.com>
p4raw-id: //depot/perl@32626
Rafael Garcia-Suarez [Mon, 17 Dec 2007 13:20:45 +0000]
Mention that ::ISA::CACHE:: no longer exists
p4raw-id: //depot/perl@32625
Rafael Garcia-Suarez [Mon, 17 Dec 2007 11:26:47 +0000]
PerlFAQ sync
p4raw-id: //depot/perl@32624
Robin Barker [Mon, 17 Dec 2007 10:27:28 +0000]
typo?
From: "Robin Barker" <Robin.Barker@npl.co.uk>
Message-ID: <
46A0F33545E63740BC7563DE59CA9C6D09398B@exchsvr2.npl.ad.local>
p4raw-id: //depot/perl@32623
Richard Foley [Sun, 16 Dec 2007 12:31:04 +0000]
2 year old email tweak
Message-Id: <
200712161231.04789.Richard.Foley@rfi.net>
p4raw-id: //depot/perl@32622
Rafael Garcia-Suarez [Sun, 16 Dec 2007 15:15:19 +0000]
...and remove the "1;" that is after the __END__
p4raw-id: //depot/perl@32621
Rafael Garcia-Suarez [Sun, 16 Dec 2007 15:14:15 +0000]
Add a return value to less, noticed by Sébastien Aperghis-Tramoni
p4raw-id: //depot/perl@32620
Jos I. Boumans [Fri, 14 Dec 2007 13:45:59 +0000]
Version bumps
From: "Jos I. Boumans" <jos@dwim.org>
Message-Id: <
EB375544-2A23-4058-A227-90F5C99E8715@dwim.org>
p4raw-id: //depot/perl@32619
Rafael Garcia-Suarez [Wed, 12 Dec 2007 16:02:48 +0000]
Mention NO_MATHOMS in INSTALL
p4raw-id: //depot/perl@32618
Rafael Garcia-Suarez [Wed, 12 Dec 2007 15:59:37 +0000]
Shuffle sections (no text changes)
p4raw-id: //depot/perl@32617
Rafael Garcia-Suarez [Wed, 12 Dec 2007 13:28:23 +0000]
Add mro tests to minitest
p4raw-id: //depot/perl@32616
Rafael Garcia-Suarez [Wed, 12 Dec 2007 12:38:37 +0000]
Remove "=for" marker for a section I finally reviewed
p4raw-id: //depot/perl@32615
Rafael Garcia-Suarez [Wed, 12 Dec 2007 11:24:50 +0000]
FAQ sync
p4raw-id: //depot/perl@32614
Rafael Garcia-Suarez [Wed, 12 Dec 2007 09:54:56 +0000]
Document the strerror_r / g++ / threads bug
p4raw-id: //depot/perl@32613
johnh@isi.edu [Wed, 5 Dec 2007 09:45:40 +0000]
[perl #48214] documentation enhancement to perlthrtut
From: johnh@isi.edu (via RT) <perlbug-followup@perl.org>
Message-ID: <rt-3.6.HEAD-28750-
1196876739-1770.48214-75-0@perl.org>
p4raw-id: //depot/perl@32612
Jerry D. Hedden [Tue, 11 Dec 2007 13:35:55 +0000]
Must have /bin under Cygwin
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <
1ff86f510712111035u7f8da6e8h1a1cbd9d85d27c03@mail.gmail.com>
p4raw-id: //depot/perl@32611
Andy Dougherty [Tue, 11 Dec 2007 11:42:08 +0000]
pod/perl5100delta ought to emphasize dual-life modules.
Message-ID: <Pine.LNX.4.64.
0712111138350.17777@fractal.phys.lafayette.edu>
p4raw-id: //depot/perl@32610
Rafael Garcia-Suarez [Tue, 11 Dec 2007 17:01:05 +0000]
Some things a pumpking should not forget when releasing a new perl
p4raw-id: //depot/perl@32609
Andy Dougherty [Tue, 11 Dec 2007 11:38:31 +0000]
README ought to mention perldelta.
Message-ID: <Pine.LNX.4.64.
0712111136460.17777@fractal.phys.lafayette.edu>
p4raw-id: //depot/perl@32608
Jerry D. Hedden [Tue, 11 Dec 2007 09:12:32 +0000]
Escape $ENV in comments in config_h.SH
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <
1ff86f510712110612o7bc5fa2ax9e575c0396cb2a64@mail.gmail.com>
p4raw-id: //depot/perl@32607
Matt Kraai [Fri, 7 Dec 2007 07:28:06 +0000]
Re: Remove extra space from perltodo.pod
Message-ID: <
20071207152806.GD4190@ftbfs.org>
p4raw-id: //depot/perl@32606
Adriano Ferreira [Sun, 9 Dec 2007 22:33:54 +0000]
[DOC PATCH] Exporter - link fix and mention Exporter::Easy
From: "Adriano Ferreira" <a.r.ferreira@gmail.com>
Message-ID: <
73ddeb6c0712091633s776bd500y3e1a7619206c93a@mail.gmail.com>
p4raw-id: //depot/perl@32605
Rafael Garcia-Suarez [Mon, 10 Dec 2007 08:31:40 +0000]
Bump $VERSION of all PathTools modules to 3.2501
p4raw-id: //depot/perl@32604
Craig A. Berry [Mon, 10 Dec 2007 05:45:22 +0000]
Fix uninitialized pointer bug in VMS version of readdir() when
case preservation feature is enabled.
p4raw-id: //depot/perl@32603
Craig A. Berry [Sun, 9 Dec 2007 15:00:24 +0000]
Tolkien quote for vms/vms.c.
p4raw-id: //depot/perl@32602
Craig A. Berry [Sun, 9 Dec 2007 14:00:22 +0000]
One more clean-up for new VMS::Filespec functions.
p4raw-id: //depot/perl@32601
Rafael Garcia-Suarez [Sun, 9 Dec 2007 00:18:32 +0000]
Upgrade to ExtUtils::MakeMaker 6.42
p4raw-id: //depot/perl@32600
Rafael Garcia-Suarez [Sat, 8 Dec 2007 23:43:26 +0000]
Typo fix, by Matt Kraai
p4raw-id: //depot/perl@32599
Sascha Blank [Sat, 8 Dec 2007 03:47:46 +0000]
[perl #48355] Handling of RAWDATA broken badly in Attribute::Handlers in perl 5.10.0 RC2
From: Sascha Blank (via RT) <perlbug-followup@perl.org>
Message-ID: <rt-3.6.HEAD-28750-
1197114466-1411.48355-75-0@perl.org>
p4raw-id: //depot/perl@32598
Rafael Garcia-Suarez [Sat, 8 Dec 2007 22:58:01 +0000]
Change maintainer address for Safe.
p4raw-id: //depot/perl@32597
Adriano Ferreira [Thu, 6 Dec 2007 15:09:15 +0000]
[DOC PATCH] Exporter
From: "Adriano Ferreira" <a.r.ferreira@gmail.com>
Message-ID: <
73ddeb6c0712060909t780225c9od90e1784fa7fe528@mail.gmail.com>
p4raw-id: //depot/perl@32596
Jonathan Stowe [Sat, 8 Dec 2007 00:26:09 +0000]
Bring Term::Cap to date
Message-Id: <
1197073569.6403.3.camel@coriolanus>
p4raw-id: //depot/perl@32595
Craig A. Berry [Sat, 8 Dec 2007 01:26:17 +0000]
POD improvements for VMS::Filespec.
p4raw-id: //depot/perl@32594
Rafael Garcia-Suarez [Fri, 7 Dec 2007 15:09:48 +0000]
Fix some typos, some found by Matt Kraai
p4raw-id: //depot/perl@32593
Matt Kraai [Fri, 7 Dec 2007 01:09:22 +0000]
Change /etc/passed to /etc/passwd in filetest.pm
Message-ID: <
20071207090922.GC4190@ftbfs.org>
p4raw-id: //depot/perl@32592
Rafael Garcia-Suarez [Fri, 7 Dec 2007 10:35:28 +0000]
Fix a typo found by Matt Kraai, and a reference to Herakles.
p4raw-id: //depot/perl@32591
Paul de Weerd [Thu, 6 Dec 2007 00:55:08 +0000]
[perl #48238] some typo's in comments
From: Paul de Weerd (via RT) <perlbug-followup@perl.org>
Message-ID: <rt-3.6.HEAD-28750-
1196931307-984.48238-75-0@perl.org>
p4raw-id: //depot/perl@32590
Rafael Garcia-Suarez [Thu, 6 Dec 2007 14:57:05 +0000]
Two more notes
p4raw-id: //depot/perl@32589
Rafael Garcia-Suarez [Thu, 6 Dec 2007 14:29:37 +0000]
Revert change 32171 per Jarkko's request
p4raw-id: //depot/perl@32588
Mark Overmeer [Fri, 30 Nov 2007 11:38:20 +0000]
Documentation patch on filetests, the filetest pragma, and the
special _ filehandle, largely based on :
Subject: Re: [perl #46463] filetests sometimes do not set _
Message-ID: <
20071130103820.GH12588@earth.overmeer.net>
p4raw-id: //depot/perl@32587
Rafael Garcia-Suarez [Thu, 6 Dec 2007 13:29:20 +0000]
Document recent changes of A::H in perldelta
p4raw-id: //depot/perl@32586
Rafael Garcia-Suarez [Thu, 6 Dec 2007 11:43:32 +0000]
Upgrade to ExtUtils::MakeMaker 6.40.
p4raw-id: //depot/perl@32585
Jarkko Hietaniemi [Thu, 6 Dec 2007 05:07:26 +0000]
perltodo.pod: add -D_FORTIFY_SOURCE and -fstack-protector
Message-Id: <
200712060307.lB637Qoq176106@kosh.hut.fi>
p4raw-id: //depot/perl@32584
Rafael Garcia-Suarez [Thu, 6 Dec 2007 11:15:01 +0000]
Update Changes and README for A::H
p4raw-id: //depot/perl@32583
Damian Conway [Mon, 3 Dec 2007 16:17:24 +0000]
Damian's last word and consistency adjustments about how Attribute::Handlers
should behave on 5.10.0. See:
Subject: Re: [PATCH] Attribute::Handlers till ears are bleeding
Message-ID: <
47539164.3030906@conway.org>
p4raw-id: //depot/perl@32582
Nicholas Clark [Thu, 6 Dec 2007 10:48:01 +0000]
Note that Larry has clarified the reasons for the Perl 6 design on
state assignments.
p4raw-id: //depot/perl@32581
Rafael Garcia-Suarez [Wed, 5 Dec 2007 15:47:33 +0000]
This file is utf8 (I blame Ævar)
p4raw-id: //depot/perl@32580
Rafael Garcia-Suarez [Wed, 5 Dec 2007 09:48:36 +0000]
More precise description of the removal of "#!perl -C" support
p4raw-id: //depot/perl@32579
Jan Dubois [Tue, 4 Dec 2007 20:33:03 +0000]
typo fix
From: "Jan Dubois" <jand@activestate.com>
Message-ID: <
008701c836f7$ee62bf10$cb283d30$@com>
p4raw-id: //depot/perl@32578
Craig A. Berry [Wed, 5 Dec 2007 01:17:04 +0000]
Fix missing sharpbang definition in configure.com.
p4raw-id: //depot/perl@32577
Rafael Garcia-Suarez [Tue, 4 Dec 2007 21:30:51 +0000]
Add t/mro to the test list in perlhack
p4raw-id: //depot/perl@32576
Rafael Garcia-Suarez [Tue, 4 Dec 2007 21:01:37 +0000]
Document some environment variables that might affect tests,
by Robin Barker.
p4raw-id: //depot/perl@32575