This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
13 years agoDocument "Ambiguous use of %c{%s%s} resolved to %c%s%s"
James Mastros [Wed, 2 Jun 2010 17:27:48 +0000 (18:27 +0100)]
Document "Ambiguous use of %c{%s%s} resolved to %c%s%s"

13 years agoDocument "Ambiguous use of %c{%s} resolved to %c%s"
James Mastros [Wed, 2 Jun 2010 16:44:45 +0000 (17:44 +0100)]
Document "Ambiguous use of %c{%s} resolved to %c%s"

13 years agoDocument "Ambiguous use of %c resolved as operator %c"
James Mastros [Wed, 2 Jun 2010 16:35:22 +0000 (17:35 +0100)]
Document "Ambiguous use of %c resolved as operator %c"

13 years agoStick a comment in t/porting/diag.t begging people not to abuse the ignore list
James Mastros [Wed, 2 Jun 2010 16:22:59 +0000 (17:22 +0100)]
Stick a comment in t/porting/diag.t begging people not to abuse the ignore list

13 years agoNormalize formatting of "Ambiguous call resolved as CORE::%s(), qualify as such or...
James Mastros [Wed, 2 Jun 2010 16:22:36 +0000 (17:22 +0100)]
Normalize formatting of "Ambiguous call resolved as CORE::%s(), qualify as such or use &" in toke.c, so t/porting/diag.t can find it.

13 years agoperlop.pod: Reword escapes that have ordinals
Karl Williamson [Mon, 26 Jul 2010 07:59:02 +0000 (09:59 +0200)]
perlop.pod: Reword escapes that have ordinals

13 years agowarnings.pl: Silence perl compiler warnings
Karl Williamson [Sat, 24 Jul 2010 16:46:45 +0000 (10:46 -0600)]
warnings.pl: Silence perl compiler warnings

warnings.pl was trying to read two beyond the end of an array.

13 years agoadd print.t with testing of implicit printing of $_
Gerard Goossen [Thu, 19 Nov 2009 10:21:52 +0000 (11:21 +0100)]
add print.t with testing of implicit printing of $_

13 years agoAdd more advantages of a perl.def file.
Reini Urban [Sat, 24 Jul 2010 13:26:52 +0000 (15:26 +0200)]
Add more advantages of a perl.def file.

13 years agoUnbreak cherrymaint for actions other than vote
Florian Ragwitz [Sun, 25 Jul 2010 18:33:12 +0000 (20:33 +0200)]
Unbreak cherrymaint for actions other than vote

13 years agoMake address for Porting/cherrymaint configurable
Florian Ragwitz [Sun, 25 Jul 2010 18:23:38 +0000 (20:23 +0200)]
Make address for Porting/cherrymaint configurable

Still defaults to localhost:3000, but can now be overwritten on the cli and with
`git config cherrymaint.address host:port'.

13 years agoPod formatting fix for perl5132delta
Florian Ragwitz [Sun, 25 Jul 2010 17:49:00 +0000 (19:49 +0200)]
Pod formatting fix for perl5132delta

13 years agoperldelta up to 65bfe90c
Florian Ragwitz [Sun, 25 Jul 2010 17:03:29 +0000 (19:03 +0200)]
perldelta up to 65bfe90c

13 years agoMake the peep recurse via PL_peepp
Florian Ragwitz [Fri, 23 Jul 2010 06:38:13 +0000 (08:38 +0200)]
Make the peep recurse via PL_peepp

Also allows extensions, when delegating to Perl_peep, to specify what function
it should use when recursing into a part of the op tree.

The usecase for this are extensions like namespace::alias, which need to hook
into the peep to do their thing. With this change they can stop copying the
whole peep only to add tiny bits of new behaviour to it, allowing them to work
easier on a large variety of perls, without having to maintain one peep which
works on all of them (which is HARD!).

13 years agoperldelta up to 34edcf0c
Florian Ragwitz [Sun, 25 Jul 2010 12:37:29 +0000 (14:37 +0200)]
perldelta up to 34edcf0c

13 years agoIgnore some more test byproducts
Florian Ragwitz [Sun, 25 Jul 2010 12:30:03 +0000 (14:30 +0200)]
Ignore some more test byproducts

13 years agoUpdate B-Lint from version 1.11 to 1.12
Florian Ragwitz [Sun, 25 Jul 2010 12:01:47 +0000 (14:01 +0200)]
Update B-Lint from version 1.11 to 1.12

13 years agoPort dual-life.t to VMS.
Craig A. Berry [Sat, 24 Jul 2010 15:25:20 +0000 (10:25 -0500)]
Port dual-life.t to VMS.

The utils have a .com extension and filename case may not be
preserved.

13 years agoCompress::Raw::{Bzip2,Zlib} have CPAN as upstream
Florian Ragwitz [Sat, 24 Jul 2010 15:53:53 +0000 (17:53 +0200)]
Compress::Raw::{Bzip2,Zlib} have CPAN as upstream

13 years agoperldelta up to a095c4ee
Florian Ragwitz [Sat, 24 Jul 2010 15:24:49 +0000 (17:24 +0200)]
perldelta up to a095c4ee

13 years agoUpdate Maintainers.pl for the Compress modules
Florian Ragwitz [Sat, 24 Jul 2010 14:55:58 +0000 (16:55 +0200)]
Update Maintainers.pl for the Compress modules

13 years agoCompress 2.030
Paul [Sat, 24 Jul 2010 12:07:29 +0000 (13:07 +0100)]
Compress 2.030

13 years agosmall code tweak in Perl_gv_init
David Mitchell [Sat, 24 Jul 2010 15:11:12 +0000 (16:11 +0100)]
small code tweak in Perl_gv_init

(follow-up to previous commit, fix for #76540)

13 years ago[perl #76540] "print CONSTANT," gives double-free
David Mitchell [Sat, 24 Jul 2010 14:41:19 +0000 (15:41 +0100)]
[perl #76540] "print CONSTANT," gives double-free

gv_init() has name and len args, but newCONSTSUB() (which it calls)
doesn't have a len arg, so any trailing garbage in name gets used by
newCONSTSUB.

In the test case, this means that we end up attaching the const CV
to both the "FOO" and qq{FOO, "\\n";\n} GVs. So it gets freed twice.

13 years agoSkip epigraphs.pod when bumping the version
Florian Ragwitz [Sat, 24 Jul 2010 13:35:24 +0000 (15:35 +0200)]
Skip epigraphs.pod when bumping the version

13 years agoGlobal executable bit cleanup
David Golden [Sat, 24 Jul 2010 07:44:40 +0000 (00:44 -0700)]
Global executable bit cleanup

When porting/makerel runs, all files copied into the directory for the
tarball have the executable bit stripped and then only a specific set of
files have the executable bit restored.

There are many files in the repo that have the executable bit set in the
repo that will be stripped.  So that the state of files in the repo is
as close as possible to the state of files in the release tarball, the
executable bit has been stripped from such files.

In one recent case, a file added from a dual-life module needed the
executable bit set.  Because it had the bit in the repo but was
not listed in makerel to get an executable bit, tests using it
passed in the repo and failed in the tarball.

This commit refactors the list into a new file, Porting/exec-bit.txt
and add tests to detect a mismatch between files listed there
and actual executable bits in the repo.

13 years agoMove PathTools from cpan/ to dist/
Florian Ragwitz [Sat, 24 Jul 2010 06:12:56 +0000 (08:12 +0200)]
Move PathTools from cpan/ to dist/

13 years ago[perl #76478] silence compiler warning
David Mitchell [Fri, 23 Jul 2010 22:24:11 +0000 (23:24 +0100)]
[perl #76478] silence compiler warning

Intel's icc compiler is too clever for its own good.
Silence a false positive 'may be used undefined' warning.

13 years agoClarify core module directories for UPSTREAM => undef modules
Florian Ragwitz [Fri, 23 Jul 2010 13:56:08 +0000 (15:56 +0200)]
Clarify core module directories for UPSTREAM => undef modules

13 years agoperldelta up to 2ea2ea91
Florian Ragwitz [Wed, 21 Jul 2010 02:11:45 +0000 (04:11 +0200)]
perldelta up to 2ea2ea91

13 years agoBump API subversion
Florian Ragwitz [Thu, 22 Jul 2010 15:37:21 +0000 (17:37 +0200)]
Bump API subversion

13 years agoFor blead, bump-perl-version should consider SUBVERSION as API_SUBVERSION
Florian Ragwitz [Thu, 22 Jul 2010 15:37:20 +0000 (17:37 +0200)]
For blead, bump-perl-version should consider SUBVERSION as API_SUBVERSION

This makes the API version of a blead release equivalent to its full version
number. For example, for 5.13.3, the API version was 5.13.0 before, and is
5.13.0 now.

This does not change anything for stable releases. The API version of 5.14.1
will still be 5.14.0.

Blead releases don't guarantee API stability. While they don't introduce API
breakage on every release, they do so often enough to want to err on the safe
side instead of making false claims in PERL_API_*.

13 years agoFix POD formatting in perlrepository.pod
Florian Ragwitz [Fri, 23 Jul 2010 02:46:13 +0000 (04:46 +0200)]
Fix POD formatting in perlrepository.pod

=for is just for one paragraph, not until the next command or anything like
that.

13 years agoBump the version of Module-CoreList in Maintainers.pl
Chris 'BinGOs' Williams [Fri, 23 Jul 2010 08:58:02 +0000 (09:58 +0100)]
Bump the version of Module-CoreList in Maintainers.pl

13 years agoIgnore *.i
Florian Ragwitz [Fri, 23 Jul 2010 08:53:06 +0000 (10:53 +0200)]
Ignore *.i

These files are generated, upon request, by the macro expansion targets.

13 years agoBump File::Spec version.
Craig A. Berry [Fri, 23 Jul 2010 00:18:20 +0000 (19:18 -0500)]
Bump File::Spec version.

13 years agoAssorted File::Spec::VMS fixes.
Craig A. Berry [Thu, 22 Jul 2010 23:32:01 +0000 (18:32 -0500)]
Assorted File::Spec::VMS fixes.

  - Make catpath return an empty directory rather than the current
    directory if the directory name is empty.  This allows catpath
    to play nice with non-rooted logical names, as in

       catpath('sys$login:', '', 'login.com');

  - Fix abs2rel bug in handling a Unix-style input.

  - Assorted clarification and simplification of the documentation.

Also submitted upstream at:

<https://rt.cpan.org/Ticket/Display.html?id=59630>

13 years agoColon delimiter and escaped delimiters for File::Spec::VMS.
Craig A. Berry [Thu, 22 Jul 2010 20:31:02 +0000 (15:31 -0500)]
Colon delimiter and escaped delimiters for File::Spec::VMS.

Still awaiting upstream integration after 15 months at:

<https://rt.cpan.org/Public/Bug/Display.html?id=43299>

13 years agoUpdate debugger changelog
Josh ben Jore [Thu, 22 Jul 2010 16:46:03 +0000 (09:46 -0700)]
Update debugger changelog

13 years agoDebugger prints lines to the remote port when it forks and openes a new port
Josh ben Jore [Thu, 22 Jul 2010 16:42:00 +0000 (09:42 -0700)]
Debugger prints lines to the remote port when it forks and openes a new port

13 years agoAdd static inline config variables to VMS configure.com.
Andy Dougherty [Thu, 22 Jul 2010 16:20:14 +0000 (12:20 -0400)]
Add static inline config variables to VMS configure.com.
This assumes all VMS compilers that build perl will
support 'static inline'.

13 years agoUpdate "canned" config.sh files for static inline.
Andy Dougherty [Thu, 22 Jul 2010 16:00:51 +0000 (12:00 -0400)]
Update "canned" config.sh files for static inline.
Unless the file explicitly lists a gcc version I know
to work, I picked safe default values for the new
d_static_inline and perl_static_inline variables.

13 years agoAdd a Configure probe for static inline.
Andy Dougherty [Thu, 22 Jul 2010 15:14:47 +0000 (11:14 -0400)]
Add a Configure probe for static inline.

This patch enables Configure to probe for C99-style 'static inline'.
(That is, functions may be inlined, but will not be externally visible.)
The initial idea is that some common code in messy macros inside headers
might be simplified using inline functions.  If the compiler does not
support 'static inline', then a plain 'static' is used instead, along
with the consequent implications of a function call (though the compiler
may optimize away the function call and inline the function anyway).
In either case, you simply use  PERL_STATIC_INLINE.

This patch does not *use* this facility at all yet.  It is merely a
Configure patch to make the facility availble for others to experiment
with.

VMS and Windows files will still need to be manually updated.

Finally, before actually converting anything to inline functions, please
try to carefully evaluate the performance implications of any proposed
changes.  Compilers vary in what they will and will not convert to inline
functions, so it's worth proceeding slowly and carefully.

This patch results from a single new metaconfig unit, d_static_inline.U,
which I will separately upload to the metaconfig repository.

13 years agoLooser filename matching for new Carp.t tests.
Craig A. Berry [Thu, 22 Jul 2010 13:27:40 +0000 (08:27 -0500)]
Looser filename matching for new Carp.t tests.

13 years agoFix leaks in XS_VERSION_BOOTCHECK
Florian Ragwitz [Thu, 22 Jul 2010 04:27:04 +0000 (06:27 +0200)]
Fix leaks in XS_VERSION_BOOTCHECK

The SV holding XS_VERSION, and the version object created from it were
leaked. Also, if the version from perl space wasn't a version object already,
the one that got created leaked.

Additionally, in case of an error, the two SVs returned by vstringify were
leaked.

13 years agoIn Carp, if @DB::args still contains our sentinel, reset it.
Nicholas Clark [Thu, 22 Jul 2010 08:44:27 +0000 (09:44 +0100)]
In Carp, if @DB::args still contains our sentinel, reset it.

This ensures that nothing outside our routine can unintentionally get the
address of our sentinel.

13 years agoGet rid of PERL_POLLUTE
Jan Dubois [Thu, 22 Jul 2010 01:28:33 +0000 (18:28 -0700)]
Get rid of PERL_POLLUTE

PERL_POLLUTE was added (but undefined by default) in 5.6 to optionally
expose older 5.005 symbols for backwards compatibility.  It's use was
always discouraged, and MakeMaker contains a more specific escape hatch:

    perl Makefile.PL POLLUTE=1

This can be used for modules that have not been upgraded to 5.6 naming
conventions (and really should be completely obsolete by now).

13 years agoDon't pretend to support really old VC++ compilers
Jan Dubois [Thu, 22 Jul 2010 01:15:54 +0000 (18:15 -0700)]
Don't pretend to support really old VC++ compilers

The oldest supported Visual C++ compiler is VC6 (released in 1998),
and we already jump through some hoops for it by inlining newer
API definitions in win32/win32.c.  It is desirable to keep supporting
VC6 because it is the last MSVC release that links against MSVCRT.dll
and not against a compiler specific runtime library.

13 years agoGet rid of obsolete PerlCRT.dll support
Jan Dubois [Thu, 22 Jul 2010 01:00:07 +0000 (18:00 -0700)]
Get rid of obsolete PerlCRT.dll support

PerlCRT.dll was a patched version of MSVCRT.dll that fixed/worked
around a few known issues with Microsoft's C runtime library.
These issues have long been fixed by updates to MSVCRT.dll, and
AFAIK nobody has used PerlCRT.dll in almost 10 years now.

13 years agoAdd CCTYPE value for Windows Server 2003 SP1 compilers
Jan Dubois [Thu, 22 Jul 2010 00:46:00 +0000 (17:46 -0700)]
Add CCTYPE value for Windows Server 2003 SP1 compilers

The SDK2003SP1 compiler is special because it needs to link in
an additional bufferoverflow.obj file, which does not exist for
the other 64-bit MSVC compilers.  This change un-breaks the
Makefle for all these other compilers (e.g. VS2008).

13 years agoRemove deprecated -Wp64 compiler option
Jan Dubois [Thu, 22 Jul 2010 00:21:05 +0000 (17:21 -0700)]
Remove deprecated -Wp64 compiler option

The option seems to have been cargo-culted, as it is not
relevant to the Perl sources, and would really be useful
for 32-bit compiles only anyways (it detects certain
potential 64-bit compatibility issues in 32-bit compiles;
the 64-bit compilers always report these issues by default).

13 years agoIn Carp, if B is loaded use it to get the name of the bad caller override.
Nicholas Clark [Wed, 21 Jul 2010 19:54:39 +0000 (20:54 +0100)]
In Carp, if B is loaded use it to get the name of the bad caller override.

13 years agoDetect incomplete caller overrides in Carp, and avoid using bogus @DB::args.
Nicholas Clark [Wed, 21 Jul 2010 19:17:47 +0000 (20:17 +0100)]
Detect incomplete caller overrides in Carp, and avoid using bogus @DB::args.

To get arguments into its backtraces, Carp relies on caller setting @DB::args
when called from package DB. @DB::args isn't refcounted (and can't be). Not
all overriders of &CORE::GLOBAL::caller set @DB::args properly, with the result
that @DB::arg can become "stale", with strange errors, at a distance.

However, it is possible to detect that @DB::args has not been updated, and take
evasive action. This is preferable to presenting the user (or logfile) with
silently wrong backtraces, and much preferable to the occasional "Bizarre copy"
exception.

13 years agoFix error in 5b235299a82969c3, which gcc didn't spot, but g++ did.
Nicholas Clark [Wed, 21 Jul 2010 14:00:03 +0000 (15:00 +0100)]
Fix error in 5b235299a82969c3, which gcc didn't spot, but g++ did.

C, of course, is happy enough without a function prototype.

13 years agoIn Carp, minimise the amount of code running in package DB.
Nicholas Clark [Wed, 21 Jul 2010 12:56:53 +0000 (13:56 +0100)]
In Carp, minimise the amount of code running in package DB.

Use a block to limit it to just the invocation of caller.

13 years agoAdd Perl_init_dbargs(), to set up @DB::args without losing SV references.
Nicholas Clark [Wed, 21 Jul 2010 12:41:44 +0000 (13:41 +0100)]
Add Perl_init_dbargs(), to set up @DB::args without losing SV references.

13 years agoC++ compiler fix for util.c
George Greer [Wed, 21 Jul 2010 08:11:51 +0000 (10:11 +0200)]
C++ compiler fix for util.c

Even with all of the changes, we still die on a strchr() call now
because glibc provides "correct" strchr prototypes rather than the
C ones.

C:
  char *strchr(const char *s, int c)
C++:
  const char *strchr(const char *s, int c)
  char *strchr(      char *s, int c)

and of course C++ doesn't let you convert a 'const char *' to a
'char *' so boom on util.c:3972 in Perl_grok_bslash_o (due to 'e').

13 years agoalarm() on Windows cannot interrupt blocking I/O
Jan Dubois [Wed, 21 Jul 2010 01:48:59 +0000 (18:48 -0700)]
alarm() on Windows cannot interrupt blocking I/O

13 years agoRemove spurious ')'
Jan Dubois [Wed, 21 Jul 2010 00:57:21 +0000 (17:57 -0700)]
Remove spurious ')'

13 years agoUse .\ instead of ./ on Windows
Jan Dubois [Wed, 21 Jul 2010 00:50:46 +0000 (17:50 -0700)]
Use .\ instead of ./ on Windows

13 years agoalarm() on Windows doesn't interrupt system calls
Jan Dubois [Wed, 21 Jul 2010 00:38:47 +0000 (17:38 -0700)]
alarm() on Windows doesn't interrupt system calls

alarm() on Windows is implemented using a timer that is checked in
win32_async_check(), so there is no way a SIGALRM can be raised while
Perl is blocking in a system call.

13 years agoupdate TOC and perldelta references
David Golden [Tue, 20 Jul 2010 11:00:01 +0000 (07:00 -0400)]
update TOC and perldelta references

13 years agoretitle perl5133delta.pod
David Golden [Tue, 20 Jul 2010 10:56:33 +0000 (06:56 -0400)]
retitle perl5133delta.pod

13 years agocreate perl5134delta.pod
David Golden [Tue, 20 Jul 2010 10:56:14 +0000 (06:56 -0400)]
create perl5134delta.pod

13 years agoremove trailing spaces in epigraphs.pod
David Golden [Tue, 20 Jul 2010 10:45:55 +0000 (06:45 -0400)]
remove trailing spaces in epigraphs.pod

13 years agoAdd 5.13.3 epigraph
David Golden [Tue, 20 Jul 2010 10:45:31 +0000 (06:45 -0400)]
Add 5.13.3 epigraph

13 years agoset a Test-Harness file +x in makerel v5.13.3
David Golden [Tue, 20 Jul 2010 09:14:13 +0000 (05:14 -0400)]
set a Test-Harness file +x in makerel

13 years agodon't use Test::More in dual-life.t
David Golden [Tue, 20 Jul 2010 08:04:26 +0000 (04:04 -0400)]
don't use Test::More in dual-life.t

13 years agoperl5133delta.pod refer to \o{...} consistently
David Golden [Tue, 20 Jul 2010 07:38:04 +0000 (03:38 -0400)]
perl5133delta.pod refer to \o{...} consistently

13 years agoadd new release to perlhist
David Golden [Tue, 20 Jul 2010 07:05:02 +0000 (00:05 -0700)]
add new release to perlhist

13 years agoAdd dual-life.t to MANIFEST
David Golden [Tue, 20 Jul 2010 07:02:21 +0000 (00:02 -0700)]
Add dual-life.t to MANIFEST

13 years agoperl5133delta.pod: finalize update modules list
David Golden [Tue, 20 Jul 2010 07:00:31 +0000 (00:00 -0700)]
perl5133delta.pod: finalize update modules list

13 years agoUpdate Module::Corelist for 5.13.3
David Golden [Tue, 20 Jul 2010 06:25:21 +0000 (23:25 -0700)]
Update Module::Corelist for 5.13.3

13 years agoFix typo in perl5133delta
David Golden [Tue, 20 Jul 2010 05:51:48 +0000 (01:51 -0400)]
Fix typo in perl5133delta

13 years agoFix Pod warning in perl5133delta.pod
David Golden [Tue, 20 Jul 2010 05:49:39 +0000 (01:49 -0400)]
Fix Pod warning in perl5133delta.pod

13 years agoUpdate Changes for version number bump
David Golden [Tue, 20 Jul 2010 05:43:16 +0000 (01:43 -0400)]
Update Changes for version number bump

13 years agoBump the perl version to 5.13.3
David Golden [Tue, 20 Jul 2010 05:04:38 +0000 (22:04 -0700)]
Bump the perl version to 5.13.3

13 years agoAdd exceptions to dual-life.t
David Golden [Tue, 20 Jul 2010 04:51:30 +0000 (21:51 -0700)]
Add exceptions to dual-life.t

13 years agoperl5133delta.pod: editorial changes and cleanup
David Golden [Tue, 20 Jul 2010 00:01:02 +0000 (17:01 -0700)]
perl5133delta.pod: editorial changes and cleanup

13 years agoperl5133delta.pod wrapping and cleanup
David Golden [Mon, 19 Jul 2010 23:39:49 +0000 (16:39 -0700)]
perl5133delta.pod wrapping and cleanup

13 years agoperl5133delta.pod: Acknowledgements and code delta
David Golden [Mon, 19 Jul 2010 23:39:16 +0000 (16:39 -0700)]
perl5133delta.pod: Acknowledgements and code delta

13 years agocmpVERSION.pl: don't flag version 'undef'
David Golden [Mon, 19 Jul 2010 23:10:37 +0000 (16:10 -0700)]
cmpVERSION.pl: don't flag version 'undef'

13 years agoBump module version numbers
David Golden [Mon, 19 Jul 2010 22:53:29 +0000 (15:53 -0700)]
Bump module version numbers

13 years agoadd link to smoke index
David Golden [Mon, 19 Jul 2010 21:55:58 +0000 (14:55 -0700)]
add link to smoke index

13 years agocore-cpan-diff: always use diff and ignore whitspace
David Golden [Mon, 19 Jul 2010 21:33:29 +0000 (14:33 -0700)]
core-cpan-diff: always use diff and ignore whitspace

13 years agocore-cpan-diff: tidied and always show version mismatch
David Golden [Mon, 19 Jul 2010 18:53:28 +0000 (11:53 -0700)]
core-cpan-diff: tidied and always show version mismatch

13 years agobump I18N::LangTags version to 0.35_01
David Golden [Mon, 19 Jul 2010 17:05:12 +0000 (10:05 -0700)]
bump I18N::LangTags version to 0.35_01

13 years agofix spelling err in pod re environmental variable
Jim Cromie [Thu, 15 Jul 2010 17:29:54 +0000 (11:29 -0600)]
fix spelling err in pod re environmental variable

Signed-off-by: David Golden <dagolden@cpan.org>
13 years agoperl5133delta: Add a note about Test::Harness's known issues
Ævar Arnfjörð Bjarmason [Mon, 19 Jul 2010 15:57:50 +0000 (15:57 +0000)]
perl5133delta: Add a note about Test::Harness's known issues

Test-Harness RT #59186 and RT #59457 introduced some
regressions. These are being fixed upstream but didn't make it into
this release.

13 years agoperl5133delta: Add commit references to "\400 - \777"
Ævar Arnfjörð Bjarmason [Mon, 19 Jul 2010 15:47:30 +0000 (15:47 +0000)]
perl5133delta: Add commit references to "\400 - \777"

13 years agoperl5133delta: Also note 9644846 in "Improved documen[...]"
Ævar Arnfjörð Bjarmason [Mon, 19 Jul 2010 15:45:18 +0000 (15:45 +0000)]
perl5133delta: Also note 9644846 in "Improved documen[...]"

"Improved documentation of unusual character escapes" was fixed up in
9644846.

13 years agoperl5133delta: A perldelta entry referenced an invalid commit
Ævar Arnfjörð Bjarmason [Mon, 19 Jul 2010 15:39:45 +0000 (15:39 +0000)]
perl5133delta: A perldelta entry referenced an invalid commit

"Improved documentation of unusual character escapes (bf82ca4)" added
in a0316a43 should have referenced 4068718. There's no bf82ca4 commit
in the perl repository.

13 years agoperl5133delta: Note the tests for "Uppercase X/B allowed.."
Ævar Arnfjörð Bjarmason [Mon, 19 Jul 2010 15:32:06 +0000 (15:32 +0000)]
perl5133delta: Note the tests for "Uppercase X/B allowed.."

13 years agoperl5133delta: Expand on "File::Copy skips suid tests on a nosuid partition"
Ævar Arnfjörð Bjarmason [Mon, 19 Jul 2010 15:27:42 +0000 (15:27 +0000)]
perl5133delta: Expand on "File::Copy skips suid tests on a nosuid partition"

Include the explanation from my cae9400 patch in the perldelta so that
it can be understood when read stand-alone.

13 years agoperl5133delta: Test-Harness to CPAN version 3.21 (6d31366)
Ævar Arnfjörð Bjarmason [Mon, 19 Jul 2010 14:55:35 +0000 (14:55 +0000)]
perl5133delta: Test-Harness to CPAN version 3.21 (6d31366)

13 years agoperl5133delta: Term-ANSIColor was bumped to CPAN version 3.00 (2c33c76)
Ævar Arnfjörð Bjarmason [Mon, 19 Jul 2010 14:44:32 +0000 (14:44 +0000)]
perl5133delta: Term-ANSIColor was bumped to CPAN version 3.00 (2c33c76)

13 years agoperl5133delta: Link from the CvGV() change to Known Problems
Ævar Arnfjörð Bjarmason [Mon, 19 Jul 2010 14:39:11 +0000 (14:39 +0000)]
perl5133delta: Link from the CvGV() change to Known Problems

13 years agoperl5133delta: Note the commit range for "MacOS Classic"
Ævar Arnfjörð Bjarmason [Mon, 19 Jul 2010 14:30:32 +0000 (14:30 +0000)]
perl5133delta: Note the commit range for "MacOS Classic"

13 years agoperl5133delta: Expand on "Uppercase X/B allowed.."
Ævar Arnfjörð Bjarmason [Mon, 19 Jul 2010 14:23:42 +0000 (14:23 +0000)]
perl5133delta: Expand on "Uppercase X/B allowed.."

Mention that C<eval sprintf "%#X", 0x10> now works, and that upper
case hex/binary literals are supported in C and friends.

13 years agoAdd perl5133delta reminder about module linking
David Golden [Mon, 19 Jul 2010 14:23:10 +0000 (07:23 -0700)]
Add perl5133delta reminder about module linking