Craig A. Berry [Fri, 13 Jun 2008 15:17:45 +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]
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]
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]
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]
[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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
Small typo fix.
p4raw-id: //depot/perl@34026
Rafael Garcia-Suarez [Sun, 8 Jun 2008 14:00:59 +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]
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]
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]
Document new warning added by #34021
p4raw-id: //depot/perl@34022
Renee Baecker [Mon, 26 May 2008 13:08:27 +0000]
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]
Revert #34019.
p4raw-id: //depot/perl@34020
Jesse Vincent [Sat, 7 Jun 2008 17:10:28 +0000]
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]
$attributes::VERSION++ following change 33985.
p4raw-id: //depot/perl@34016
Nicholas Clark [Sat, 7 Jun 2008 16:13:07 +0000]
$Carp::VERSION++ following change 33992.
p4raw-id: //depot/perl@34014
Sébastien Aperghis-Tramoni [Fri, 6 Jun 2008 01:23:30 +0000]
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]
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]
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]
[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]
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
Steve Peters [Thu, 5 Jun 2008 12:56:53 +0000]
Upgrade to Pod-Simple-3.07
p4raw-id: //depot/perl@34000
Steve Peters [Thu, 5 Jun 2008 02:00:46 +0000]
It appears that the S<> bug in Pod::Simple hasn't been fixed yet.
Bump the version needed for the skip.
p4raw-id: //depot/perl@33999
Steve Peters [Thu, 5 Jun 2008 01:58:26 +0000]
Assimilate HTML-Parser and HTML-Tagset. HTML-Parser is now a prereq
for Pod-Simple and HTML-Tagset is a prereq for HTML-Parser. I also
resorted the MANIFEST file.
p4raw-id: //depot/perl@33998
Steve Peters [Wed, 4 Jun 2008 19:20:20 +0000]
Upgrade to Pod-Simple-3.06
p4raw-id: //depot/perl@33997
Steve Peters [Wed, 4 Jun 2008 18:28:18 +0000]
Forgot to update version in DirHandle.pm after updating.
No cookie for me.
p4raw-id: //depot/perl@33996
Rafael Garcia-Suarez [Wed, 4 Jun 2008 07:39:31 +0000]
Bump NEXT version to 0.61 for CPAN release
p4raw-id: //depot/perl@33995
Craig A. Berry [Tue, 3 Jun 2008 12:27:43 +0000]
Make Perl_vms_start_glob() decline politely when passed an empty
argument.
p4raw-id: //depot/perl@33993
Rafael Garcia-Suarez [Tue, 3 Jun 2008 07:58:06 +0000]
Small typo fix in Carp.pm
p4raw-id: //depot/perl@33992
Rafael Garcia-Suarez [Tue, 3 Jun 2008 06:29:35 +0000]
Update to NEXT by Damian.
This fixes the working of NEXT with AUTOLOAD.
p4raw-id: //depot/perl@33991
H.Merijn Brand [Mon, 2 Jun 2008 14:04:59 +0000]
#33988 for AIX 3 and AIX 4: missing quotes in sed commands
p4raw-id: //depot/perl@33990
Dintelmann, Peter [Mon, 2 Jun 2008 14:48:35 +0000]
AW: IO::Dir destructor
From: "Dintelmann, Peter" <Peter.Dintelmann@dresdner-bank.com>
Message-ID: <
3852726AFA94DE4F87E616F13F416A5F0216D9BE@naimucu1.ffz00k.rootdom.net>
p4raw-id: //depot/perl@33989
H.Merijn Brand [Mon, 2 Jun 2008 13:52:39 +0000]
Embarrassing errors to find: missing quotes in sed commands
p4raw-id: //depot/perl@33988
Steve Peters [Mon, 2 Jun 2008 12:21:28 +0000]
Upgrade to podlators-2.1.0
p4raw-id: //depot/perl@33987
Steve Peters [Mon, 2 Jun 2008 04:02:42 +0000]
Skip some File::Copy tests on Win32 since file permissions do not
seem to be set correctly.
p4raw-id: //depot/perl@33986
reneeb [Sun, 25 May 2008 07:30:37 +0000]
[perl #36516] attributes.pm documentation is recursive and incomplete
From: "reneeb via RT" <perlbug-followup@perl.org>
Message-ID: <rt-3.6.HEAD-19826-
1211725834-911.36516-15-0@perl.org>
with some spelling nits
p4raw-id: //depot/perl@33985
Rafael Garcia-Suarez [Sun, 1 Jun 2008 19:49:50 +0000]
Bump version of IO::Dir after last patch
p4raw-id: //depot/perl@33984
Zefram [Fri, 7 Sep 2007 23:06:36 +0000]
IO::Dir destructor
Message-ID: <
20070907220636.GB24543@fysh.org>
p4raw-id: //depot/perl@33983
Reini Urban [Sun, 1 Jun 2008 14:51:59 +0000]
Re: [perl #55160] perlbug AutoReply: Fix cygwin mount test
From: "Reini Urban" <rurban@x-ray.at>
Message-ID: <
6910a60806010551u30199befr43761fe53d5d896@mail.gmail.com>
p4raw-id: //depot/perl@33982
Bram [Sat, 24 May 2008 12:34:22 +0000]
[perl #36875] [PATCH] scalar reverse undef does not warn (was: Certain string handling functions don't warn on undef)
From: "Bram via RT" <perlbug-followup@perl.org>
Message-ID: <rt-3.6.HEAD-11257-
1211657660-1814.36875-15-0@perl.org>
p4raw-id: //depot/perl@33981
Steffen Mueller [Sun, 1 Jun 2008 17:36:55 +0000]
Fix for lib.pm Config detection
Message-ID: <
20080601153657.26607.qmail@lists.develooper.com>
p4raw-id: //depot/perl@33980
Steve Peters [Sun, 1 Jun 2008 17:32:27 +0000]
Probably starting with the changes in change #33897,
t/run/exit.t has been failing on Win32. Update the skipping
mechanism to do more that check for the definition of
POSIX::WIFEXITED.
p4raw-link: @33897 on //depot/perl:
72bfe1b2b35945ea3c95d9b94ae2908121292236
p4raw-id: //depot/perl@33979
Goro Fuji [Sun, 25 May 2008 23:10:42 +0000]
[perl #54828] perlio.c has a problem (both 5.8 and 5.10)
From: "Goro Fuji" (via RT) <perlbug-followup@perl.org>
Message-ID: <rt-3.6.HEAD-11257-
1211782242-1590.54828-75-0@perl.org>
First chunk of the patch only
p4raw-id: //depot/perl@33978
andrew@sundale.net [Sun, 18 May 2008 22:20:06 +0000]
[perl #54424] perlipc mistype
From: andrew@sundale.net (via RT) <perlbug-followup@perl.org>
Message-ID: <rt-3.6.HEAD-11257-
1211174406-1790.54424-75-0@perl.org>
p4raw-id: //depot/perl@33977
Marcus Holland-Moritz [Sun, 1 Jun 2008 12:15:09 +0000]
Upgrade to Devel::PPPort 3.14
p4raw-id: //depot/perl@33975
Jerry D. Hedden [Fri, 30 May 2008 12:41:41 +0000]
Thread::Queue 2.09
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <
1ff86f510805300941o68c1967bw31dee3e40ffa28a7@mail.gmail.com>
Explicitly check for undef in args because some versions of
looks_like_number(undef) return true.
p4raw-id: //depot/perl@33974
Steffen Mueller [Tue, 27 May 2008 13:50:05 +0000]
Re: recent 'lib.pm' change => dual-life lib.pm
Message-ID: <
483BF56D.2020803@sneakemail.com>
p4raw-id: //depot/perl@33973
Craig A. Berry [Sat, 31 May 2008 18:48:38 +0000]
Must install mydtrace.h on VMS even it doesn't do much there.
p4raw-id: //depot/perl@33971
Nicholas Clark [Sat, 31 May 2008 11:53:20 +0000]
Add conditional code to initialise RETVAL, to avoid compiler warnings.
(There was never an error, as croak() was called before the return).
p4raw-id: //depot/perl@33956
Dave Mitchell [Fri, 30 May 2008 21:41:05 +0000]
[perl #53746] bug with index() matching beyond end of string
An off-by-one error meant that index($str,...)
was effectively being executed as index("$str\0", ...).
Probably introduced by change #26511.
p4raw-link: @26511 on //depot/perl:
4c8626beeba549aaf3f327729c56a599716ee8b7
p4raw-id: //depot/perl@33952
Abigail [Tue, 6 May 2008 14:57:36 +0000]
Add index() tests for embedded nulls
Subject: Re: [perl #53746] bug with index() matching beyond end of string when \0 bytes (
00000000) are involved
Message-Id: <
20080506125736.GC17310@abigail.be>
p4raw-id: //depot/perl@33951
Andy Dougherty [Thu, 29 May 2008 12:43:29 +0000]
Propagate new i_gdbm*ndbm variables
Message-ID: <Pine.LNX.4.64.
0805291241070.365@fractal.phys.lafayette.edu>
p4raw-id: //depot/perl@33949
Steve Peters [Thu, 29 May 2008 13:45:43 +0000]
Upgrade to Locale-Maketext-1.13
p4raw-id: //depot/perl@33948
H.Merijn Brand [Tue, 27 May 2008 15:19:07 +0000]
Revert part of #31039
p4raw-id: //depot/perl@33939
Dave Mitchell [Tue, 27 May 2008 00:12:52 +0000]
[perl #54758] Perl 5.10 memory corruption
When @a = sort @a is pessimised if @a has magic,
growing the stack requires various pointers to be reset in case
the stack gets reallocated.
p4raw-id: //depot/perl@33937
Nicholas Clark [Sun, 25 May 2008 23:47:00 +0000]
My recent changes to POSIX.xs forgot that WEXITSTATUS etc may not even
be defined. This fix changes the error message from "Your vendor has
not defined POSIX macro %s, used" to "POSIX::%s not implemented on
this architecture", which I assume is not going to break anything.
p4raw-id: //depot/perl@33936
Paul Fenwick [Thu, 22 May 2008 23:24:34 +0000]
lib.pm should not warn about loading .par files
Message-ID: <
48357412.5020703@perltraining.com.au>
p4raw-id: //depot/perl@33927
Dave Mitchell [Sat, 24 May 2008 15:42:08 +0000]
make TODO output TAP-compliant in regexp.t
p4raw-id: //depot/perl@33919
Gisle Aas [Fri, 23 May 2008 00:20:28 +0000]
Time-Piece-1.13 test failures on HP-UX
Message-Id: <
EB1DA83A-AA9C-4BA4-A09D-AB6DC5E00EB9@activestate.com>
Don't rely on strptime being able to parse illegal dates. Also being tracked
via <http://rt.cpan.org/Public/Bug/Display.html?id=36106> so this also brings
blead closer to the next (as yet unreleased) version of Time::Piece.
p4raw-id: //depot/perl@33918
Craig A. Berry [Fri, 23 May 2008 15:50:14 +0000]
File::Copy does not copy source file permissions to the target file
on VMS (it never has, but the new tests expected it to).
p4raw-id: //depot/perl@33916
Nicholas Clark [Fri, 23 May 2008 14:38:31 +0000]
Bump the version number following change 33905 (and for any other
changes that might come between 5.10's release and 5.8.9's). Note that
Rafael has kindly volunteered to take over maintainer.
p4raw-id: //depot/perl@33914
Nicholas Clark [Fri, 23 May 2008 10:05:43 +0000]
Bump AutoSplit to a dev version number to reflect the small change in
the __DATA__ section made in the AutoLoader 5.66 release. All will get
back in sync with the next AutoLoader release.
p4raw-id: //depot/perl@33912
Bram [Mon, 12 May 2008 22:13:33 +0000]
Re: [perl #41555] Bug in File::Find on Windows when target
Message-ID: <
20080512221333.mq0283dlessws4wk@horde.wizbit.be>
p4raw-id: //depot/perl@33911
Jerry D. Hedden [Wed, 21 May 2008 13:15:28 +0000]
Silence build warnings in universal.c
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <
1ff86f510805211015m5c59bbf5wf3a992e776b1c4c4@mail.gmail.com>
p4raw-id: //depot/perl@33910
Moritz Lenz [Thu, 22 May 2008 15:47:04 +0000]
[DOC PATCH] Memoize.pm refers to old title of "Higher Order Perl"
Message-ID: <
48357958.2050501@casella.verplant.org>
p4raw-id: //depot/perl@33909
Nicholas Clark [Thu, 22 May 2008 08:31:30 +0000]
Rafael will take over Attribute::Handlers
p4raw-id: //depot/perl@33907
Nicholas Clark [Thu, 22 May 2008 07:45:01 +0000]
Following a conversation on IRC, Artur thinks it best if we consider
the core version of Attribute::Handlers official from now on, and
hence remove it from Porting/Maintainers.pl
p4raw-id: //depot/perl@33906
Florian Ragwitz [Wed, 21 May 2008 22:42:40 +0000]
Documentation typo fix for Attribute::Handlers.
Message-Id: <
1211402560-12949-1-git-send-email-rafl@debian.org>
p4raw-id: //depot/perl@33905
Nicholas Clark [Wed, 21 May 2008 14:35:20 +0000]
Make the worst case error message for Perl_croak_xs_usage() consistent
with stringifying a code reference.
p4raw-id: //depot/perl@33902
Nicholas Clark [Wed, 21 May 2008 13:35:43 +0000]
Add Perl_croak_xs_usage(), which reduces a lot of explicit calls of
the form Perl_croak(aTHX_ "Usage %s::%s(%s)", "ouch" "awk", "eee_yow");
down to croak_xs_usage(cv, "eee_yow"); and refactor all the core XS
code to use it. This adds () to the error messages for attributes::*
p4raw-id: //depot/perl@33901
Steve Peters [Wed, 21 May 2008 13:23:24 +0000]
Upgrade to AutoLoader-5.66
p4raw-id: //depot/perl@33900
Steve Peters [Wed, 21 May 2008 13:16:58 +0000]
Upgrade to Object-Accessor-0.34
p4raw-id: //depot/perl@33899
Rafael Garcia-Suarez [Wed, 21 May 2008 14:42:48 +0000]
Re: [perl #54566] assertion failure fiddling with @ISA
From: "Rafael Garcia-Suarez" <rgarciasuarez@gmail.com>
Message-ID: <
b77c1dce0805210542l164caf85k86a34feae25ca9a7@mail.gmail.com>
p4raw-id: //depot/perl@33898
Nicholas Clark [Wed, 21 May 2008 10:31:32 +0000]
Replaced the WEXITSTATUS, WIFEXITED, WIFSIGNALED, WIFSTOPPED, WSTOPSIG
and WTERMSIG wrappers with one wrapper using the XS "ALIAS" feature.
This gets the shared object size back below the size before the removal
of int_macro_int. It looks like there are other space savings to be
made this way.
p4raw-id: //depot/perl@33897
Nicholas Clark [Wed, 21 May 2008 09:18:00 +0000]
Eliminate POSIX::int_macro_int, and all the complex AUTOLOAD fandango
that creates closures round it. Instead, wrap WEXITSTATUS, WIFEXITED,
WIFSIGNALED, WIFSTOPPED, WSTOPSIG and WTERMSIG directly with XS.
The shared library is slightly larger, but dynamic memory usage savings
beat this, even within one thread of one process. Simpler code too.
p4raw-id: //depot/perl@33896
Nicholas Clark [Tue, 20 May 2008 18:37:03 +0000]
metabatman fails the "this patch is self-documenting" test. Restore
(roughly) the original parameter names.
p4raw-id: //depot/perl@33891
Nicholas Clark [Tue, 20 May 2008 18:35:54 +0000]
The TODO tests of change 33876 were actually fixed by change 33874.
p4raw-id: //depot/perl@33890
Andy Dougherty [Tue, 20 May 2008 11:21:14 +0000]
Re: Change 33843: [perl #54120] [PATCH] [metaconfig] Need more -fstack-protector
Message-ID: <Pine.LNX.4.64.
0805201102040.767@fractal.phys.lafayette.edu>
p4raw-id: //depot/perl@33887
Rafael Garcia-Suarez [Tue, 20 May 2008 10:14:28 +0000]
Re: [PATCH: TODO Tests] Re: [perl #53806] No complain about bareword
From: "Rafael Garcia-Suarez" <rgarciasuarez@gmail.com>
Message-ID: <
b77c1dce0805200114o5df69d8br9a02de5a508c3462@mail.gmail.com>
p4raw-id: //depot/perl@33876
Rafael Garcia-Suarez [Tue, 20 May 2008 09:45:19 +0000]
Re: [PATCH: TODO Tests] Re: [perl #53806] No complain about bareword
From: "Rafael Garcia-Suarez" <rgarciasuarez@gmail.com>
Message-ID: <
b77c1dce0805200045i1000598ci13c9cb3a29f64b6d@mail.gmail.com>
p4raw-id: //depot/perl@33874
Jerry D. Hedden [Mon, 19 May 2008 13:06:20 +0000]
Thread::Semaphore 2.08
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <
1ff86f510805191006yc870892r28ea38cfd128eb37@mail.gmail.com>
p4raw-id: //depot/perl@33871
Jerry D. Hedden [Mon, 19 May 2008 11:58:58 +0000]
Fix typo in perlop.pod
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <
1ff86f510805190858v4a7f6e06k5f949ff31384137d@mail.gmail.com>
p4raw-id: //depot/perl@33870
Ricardo SIGNES [Mon, 19 May 2008 10:14:02 +0000]
correct errors / omissions in documenting DOES
Message-ID: <
20080519141402.GA54401@knight.local>
p4raw-id: //depot/perl@33869
Nicholas Clark [Mon, 19 May 2008 13:13:11 +0000]
Add "profile installman" to the TODO.
p4raw-id: //depot/perl@33865
Nicholas Clark [Mon, 19 May 2008 12:59:10 +0000]
Add -w, tweak some comments.
p4raw-id: //depot/perl@33864
Nicholas Clark [Mon, 19 May 2008 12:40:53 +0000]
A couple more installman tidy ups.
p4raw-id: //depot/perl@33863
Nicholas Clark [Mon, 19 May 2008 12:26:51 +0000]
Merge common code from installperl and installman into install_lib.pl
p4raw-id: //depot/perl@33862
Nicholas Clark [Mon, 19 May 2008 11:58:30 +0000]
Change 33859 missed $destdir => $opts{destdir}
p4raw-id: //depot/perl@33861
Nicholas Clark [Mon, 19 May 2008 10:21:04 +0000]
Converge some changes from installperl into installman. I have a
suspicion that installman is only run on *nix and OS/2, not Win32 or
VMS. Specifically
sub unlink - return scalar(@names) if $Is_VMS # from change 854
sub link - change warn to die # from change 4774
sub samepath - case insensitive name comparison # from change 311
(in the ansiperl branch, merged via the win32 branch)
p4raw-id: //depot/perl@33860
Nicholas Clark [Mon, 19 May 2008 09:42:02 +0000]
$nonono => $opts{notify}
$verbose => $opts{verbose}
$silent => $opts{silent}
to align the code with forked code in installman
p4raw-id: //depot/perl@33859
chromatic [Sat, 10 May 2008 12:52:11 +0000]
Add ..., !!!, and ??? operators
Message-Id: <
200805101252.11961.chromatic@wgz.org>
p4raw-id: //depot/perl@33858
Dave Mitchell [Sun, 18 May 2008 12:40:36 +0000]
DEBUG_LEAKING_SCALARS wasn't reporting the correct line number
of SVs allocated at runtime
p4raw-id: //depot/perl@33854