This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
17 years agoAdd README.riscos to pod.lst
Nicholas Clark [Fri, 19 May 2006 20:08:46 +0000 (20:08 +0000)]
Add README.riscos to pod.lst

p4raw-id: //depot/perl@28239

17 years agopod/buildtoc has fussy ideas about the order of MANIFEST
Nicholas Clark [Fri, 19 May 2006 20:08:21 +0000 (20:08 +0000)]
pod/buildtoc has fussy ideas about the order of MANIFEST

p4raw-id: //depot/perl@28238

17 years agostrlcat aaargh
Jarkko Hietaniemi [Fri, 19 May 2006 20:44:46 +0000 (23:44 +0300)]
strlcat aaargh
Message-ID: <446E040E.8030205@gmail.com>

p4raw-id: //depot/perl@28237

17 years agostrlen(foo) rather than strchr(foo, 0) makes simpler code, and is
Nicholas Clark [Fri, 19 May 2006 16:31:35 +0000 (16:31 +0000)]
strlen(foo) rather than strchr(foo, 0) makes simpler code, and is
likely to be a more efficient implementation.

p4raw-id: //depot/perl@28236

17 years agogive a more useful example for $^V
Dave Mitchell [Fri, 19 May 2006 16:06:58 +0000 (16:06 +0000)]
give a more useful example for $^V

p4raw-id: //depot/perl@28235

17 years agoRe: [PATCH] Re: Change 28183 has broken 64-bit builds?
Jarkko Hietaniemi [Thu, 18 May 2006 22:44:14 +0000 (01:44 +0300)]
Re: [PATCH] Re: Change 28183 has broken 64-bit builds?
Message-ID: <446CCE8E.8010407@gmail.com>

p4raw-id: //depot/perl@28234

17 years agoAdjust test following change #28225
Rafael Garcia-Suarez [Fri, 19 May 2006 08:46:09 +0000 (08:46 +0000)]
Adjust test following change #28225
p4raw-link: @28225 on //depot/perl: 121ec5ba7a19a219149ea3c8c8a845624b2bf8ea

p4raw-id: //depot/perl@28232

17 years ago[perl #39141] lots of warnings with diagnostics and (warn or die)
Dave Mitchell [Fri, 19 May 2006 00:14:15 +0000 (00:14 +0000)]
[perl #39141] lots of warnings with diagnostics and (warn or die)
stop C<use diagnostics; warn "\n">  outputing lots of 'uninit'
warnings.

p4raw-id: //depot/perl@28231

17 years agotest some die codepaths in pp_enterwrite
Dave Mitchell [Thu, 18 May 2006 23:50:51 +0000 (23:50 +0000)]
test some die codepaths in pp_enterwrite

p4raw-id: //depot/perl@28230

17 years agothreads core dump in BEGIN
Jerry D. Hedden [Thu, 18 May 2006 13:22:20 +0000 (06:22 -0700)]
threads core dump in BEGIN
From:  "Jerry D. Hedden" <jerry@hedden.us>
Message-Id:  <20060518132220.fb30e530d17747c2b054d625b8945d88.f45de90925.wbe@email.secureserver.net>

p4raw-id: //depot/perl@28229

17 years agoWe can now remove DynaLoader from 1_compile.t
Rafael Garcia-Suarez [Thu, 18 May 2006 15:45:49 +0000 (15:45 +0000)]
We can now remove DynaLoader from 1_compile.t

p4raw-id: //depot/perl@28228

17 years agoNits in the DynaLoader test: make it warning-clean,
Rafael Garcia-Suarez [Thu, 18 May 2006 15:43:25 +0000 (15:43 +0000)]
Nits in the DynaLoader test: make it warning-clean,
and avoid checking OS- and locale-specific messages

p4raw-id: //depot/perl@28227

17 years agoTest script for DynaLoader
Sébastien Aperghis-Tramoni [Thu, 18 May 2006 16:46:00 +0000 (18:46 +0200)]
Test script for DynaLoader
Message-ID: <1147963560.446c88a8891e1@imp1-g19.free.fr>

p4raw-id: //depot/perl@28226

17 years ago[perl #39130] h2ph generates incorrect code for '#if defined A || defined B'
Jason Vas Dias [Thu, 11 May 2006 11:00:42 +0000 (04:00 -0700)]
[perl #39130] h2ph generates incorrect code for '#if defined A || defined B'
From: Jason Vas Dias (via RT) <perlbug-followup@perl.org>
Message-ID: <rt-3.0.11-39130-133411.1.91055283125046@perl.org>

p4raw-id: //depot/perl@28225

17 years agoRe: [perl #39152] diagnostics.pm: "-traceonly" vs "-trace"
Fergal Daly [Wed, 17 May 2006 18:59:50 +0000 (19:59 +0100)]
Re: [perl #39152] diagnostics.pm: "-traceonly" vs "-trace"
From: "Fergal Daly" <fergal@esatclear.ie>
Message-ID: <875029960605171059y286fe449nd39d6830ef2b229a@mail.gmail.com>

p4raw-id: //depot/perl@28224

17 years agothreads 1.28
Jerry D. Hedden [Wed, 17 May 2006 11:45:32 +0000 (04:45 -0700)]
threads 1.28
From: "Jerry D. Hedden" <jerry@hedden.us>
Message-ID: <20060517114532.fb30e530d17747c2b054d625b8945d88.ca725822fc.wbe@email.secureserver.net>

p4raw-id: //depot/perl@28223

17 years agoAdjust calling of Perl_va_copy(), noticed by Jarkko
Rafael Garcia-Suarez [Thu, 18 May 2006 06:30:09 +0000 (06:30 +0000)]
Adjust calling of Perl_va_copy(), noticed by Jarkko

p4raw-id: //depot/perl@28222

17 years agoAnother SvVOK(). I believe that this is the last.
Nicholas Clark [Wed, 17 May 2006 23:13:51 +0000 (23:13 +0000)]
Another SvVOK(). I believe that this is the last.

p4raw-id: //depot/perl@28221

17 years agoOops, missed a SvVOK.
Rafael Garcia-Suarez [Wed, 17 May 2006 21:01:54 +0000 (21:01 +0000)]
Oops, missed a SvVOK.

p4raw-id: //depot/perl@28219

17 years agoAdd a new macro SvVSTRING_mg that returns vstring magic, if any.
Rafael Garcia-Suarez [Wed, 17 May 2006 20:54:23 +0000 (20:54 +0000)]
Add a new macro SvVSTRING_mg that returns vstring magic, if any.
SvVOK used to do that, in stealth mode, but now it returns a
boolean like it used to. Patch suggested by John Peacock.

p4raw-id: //depot/perl@28218

17 years agoParenthesize uses of macro arguments
Rafael Garcia-Suarez [Wed, 17 May 2006 19:55:30 +0000 (19:55 +0000)]
Parenthesize uses of macro arguments

p4raw-id: //depot/perl@28217

17 years agoRe: Change 28183 has broken 64-bit builds?
Jarkko Hietaniemi [Wed, 17 May 2006 22:19:51 +0000 (01:19 +0300)]
Re: Change 28183 has broken 64-bit builds?
Message-ID: <446B7757.8030301@gmail.com>

p4raw-id: //depot/perl@28216

17 years agoRe: [perl #39145] win32, @_ and fork crashing in dounwind
David Mitchell [Wed, 17 May 2006 17:38:16 +0000 (18:38 +0100)]
Re: [perl #39145] win32, @_ and fork crashing in dounwind
Message-ID: <20060517163816.GN17109@iabyn.com>

(Dave's fix, plus a test taken from [perl #39145])

p4raw-id: //depot/perl@28215

17 years agoIO::Compress* 2.000_12
Paul Marquess [Wed, 17 May 2006 13:45:16 +0000 (14:45 +0100)]
IO::Compress* 2.000_12
From: "Paul Marquess" <paul.marquess@ntlworld.com>
Message-ID: <00c101c679af$c0305af0$2405140a@myopwv.com>

p4raw-id: //depot/perl@28214

17 years agoRevert change 27513
Nicholas Clark [Tue, 16 May 2006 16:41:45 +0000 (16:41 +0000)]
Revert change 27513
[Make the original versions of relocated paths available from
 %Config::Config with the prefix "raw_". Not sure if "raw_" is the
 best choice.]

p4raw-id: //depot/perl@28210

17 years agoRe: [PATCH] upgrade bytes_to_uni
SADAHIRO Tomoyuki [Mon, 15 May 2006 22:39:58 +0000 (07:39 +0900)]
Re: [PATCH]  upgrade bytes_to_uni
Message-Id: <20060515223901.F3B0.BQW10602@nifty.com>

p4raw-id: //depot/perl@28209

17 years agoRefactoring reghops
Andy Lester [Mon, 15 May 2006 08:54:24 +0000 (03:54 -0500)]
Refactoring reghops
Message-ID: <20060515135424.GA31585@petdance.com>

p4raw-id: //depot/perl@28206

17 years agorefactoring out S_regoptail
Andy Lester [Sun, 14 May 2006 23:15:18 +0000 (18:15 -0500)]
refactoring out S_regoptail
Message-ID: <20060515041518.GA15745@petdance.com>

p4raw-id: //depot/perl@28205

17 years agoTake advantage of the bug that binexp ignores the Configure
Nicholas Clark [Tue, 16 May 2006 10:00:55 +0000 (10:00 +0000)]
Take advantage of the bug that binexp ignores the Configure
installprefix, by using initialinstalllocation rather than binexp
to determine the #! line for installed scripts. This way they are at
least correct initially for a relocatable @INC perl, rather than
starting as .../../bin/perl

p4raw-id: //depot/perl@28202

17 years agoClarification on what Perl does to floating points in the modulus
Steve Peters [Mon, 15 May 2006 16:43:44 +0000 (16:43 +0000)]
Clarification on what Perl does to floating points in the modulus
operation.

p4raw-id: //depot/perl@28200

17 years agoEncode run-time relocation of file names in packlist with a relocate_as
Nicholas Clark [Mon, 15 May 2006 15:11:15 +0000 (15:11 +0000)]
Encode run-time relocation of file names in packlist with a relocate_as
attribute. With this, unmodified instmodsh correctly verifies installed
modules even after relocation.

p4raw-id: //depot/perl@28198

17 years agoUpgrade to Digest-SHA-5.37
Steve Peters [Mon, 15 May 2006 14:13:46 +0000 (14:13 +0000)]
Upgrade to Digest-SHA-5.37

p4raw-id: //depot/perl@28197

17 years agoSimplify the implementation in ExtUtils::Packlist::read.
Nicholas Clark [Mon, 15 May 2006 13:57:25 +0000 (13:57 +0000)]
Simplify the implementation in ExtUtils::Packlist::read.

p4raw-id: //depot/perl@28196

17 years ago[REPATCH universal.c] Make sv_derived_from Documentation Clearer
chromatic [Sun, 14 May 2006 16:51:36 +0000 (09:51 -0700)]
[REPATCH universal.c] Make sv_derived_from Documentation Clearer
Message-Id: <200605141651.37181.chromatic@wgz.org>

p4raw-id: //depot/perl@28195

17 years agoS_reguni should return its length
Andy Lester [Sun, 14 May 2006 09:46:32 +0000 (04:46 -0500)]
S_reguni should return its length
Message-ID: <20060514144632.GA20935@petdance.com>

p4raw-id: //depot/perl@28194

17 years agostrange encodings upsets pp_chr
SADAHIRO Tomoyuki [Sun, 14 May 2006 19:57:28 +0000 (04:57 +0900)]
strange encodings upsets pp_chr
Message-Id: <20060514195532.5422.BQW10602@nifty.com>

p4raw-id: //depot/perl@28193

17 years agoTEST needs to binmode the file handle that is reading the TAP, else it
Nicholas Clark [Sun, 14 May 2006 12:27:19 +0000 (12:27 +0000)]
TEST needs to binmode the file handle that is reading the TAP, else it
can get killed if TEST's environment has made it default all opens to
UTF-8 but the TAP is not UTF-8.

p4raw-id: //depot/perl@28192

17 years agoUpgrade to Test::Harness 2.58.
Nicholas Clark [Sun, 14 May 2006 10:33:39 +0000 (10:33 +0000)]
Upgrade to Test::Harness 2.58.

p4raw-id: //depot/perl@28190

17 years agoA Configure probe for C99 variadic macros, based on code from Jarkko.
Nicholas Clark [Sat, 13 May 2006 15:48:24 +0000 (15:48 +0000)]
A Configure probe for C99 variadic macros, based on code from Jarkko.

p4raw-id: //depot/perl@28189

17 years agoOnly ask about MAD for 5.9.0 and greater. Otherwise silently select
Nicholas Clark [Sat, 13 May 2006 12:57:50 +0000 (12:57 +0000)]
Only ask about MAD for 5.9.0 and greater. Otherwise silently select
'n'.

p4raw-id: //depot/perl@28188

17 years agot/uni/overload.t
Jarkko Hietaniemi [Sat, 13 May 2006 11:27:56 +0000 (14:27 +0300)]
t/uni/overload.t
Message-ID: <4465988C.9080407@gmail.com>
Date: Sat, 13 May 2006 11:27:56 +0300

p4raw-id: //depot/perl@28187

17 years agosv.c: printf %d wants int not size_t
Jarkko Hietaniemi [Sat, 13 May 2006 10:15:32 +0000 (13:15 +0300)]
sv.c: printf %d wants int not size_t
Message-Id: <200605130715.k4D7FWg3089581@kosh.hut.fi>
Date: Sat, 13 May 2006 10:15:32 +0300 (EEST)

p4raw-id: //depot/perl@28186

17 years agoCan't do require Foo if $tainted; because taint tunnels.
Nicholas Clark [Sat, 13 May 2006 10:36:18 +0000 (10:36 +0000)]
Can't do require Foo if $tainted; because taint tunnels.
(Documented, but I regard this as a serious practical deficiency in
tainting)

p4raw-id: //depot/perl@28185

17 years agoRe: [PATCH] my_snprintf
Jarkko Hietaniemi [Fri, 12 May 2006 22:28:49 +0000 (01:28 +0300)]
Re: [PATCH] my_snprintf
Message-ID: <4464E1F1.9010706@gmail.com>

p4raw-id: //depot/perl@28183

17 years agoAW: question on "len item/string item" with unpack()
Peter Dintelmann [Fri, 5 May 2006 13:20:24 +0000 (15:20 +0200)]
AW: question on "len item/string item" with unpack()
From: "Dintelmann, Peter" <Peter.Dintelmann@Dresdner-Bank.com>
Message-ID: <E9A2605289D8D7468B1A21EC24E59D2104979424@naimucx5.muc.allianz>

p4raw-id: //depot/perl@28181

17 years agoupgrade bytes_to_uni
Andy Lester [Fri, 12 May 2006 00:21:23 +0000 (19:21 -0500)]
upgrade bytes_to_uni
Message-ID: <20060512052123.GA21648@petdance.com>

p4raw-id: //depot/perl@28180

17 years agoProper use of static funcs in toke.c and pp_sys.c
Andy Lester [Tue, 9 May 2006 12:27:30 +0000 (07:27 -0500)]
Proper use of static funcs in toke.c and pp_sys.c
Message-ID: <20060509172730.GA5272@petdance.com>

p4raw-id: //depot/perl@28179

17 years agoThe upgrade/croak order in Perl_sv_utf8_encode() seemed utterly
Nicholas Clark [Fri, 12 May 2006 14:08:45 +0000 (14:08 +0000)]
The upgrade/croak order in Perl_sv_utf8_encode() seemed utterly
backwards. It now checks for readonly *first*.

p4raw-id: //depot/perl@28178

17 years agoUpgrade to Tie::RefHash 1.34, by Yuval Kogman
Rafael Garcia-Suarez [Fri, 12 May 2006 13:09:29 +0000 (13:09 +0000)]
Upgrade to Tie::RefHash 1.34, by Yuval Kogman

p4raw-id: //depot/perl@28177

17 years agoSpeed up utf8.c a bit
Andy Lester [Thu, 11 May 2006 22:41:01 +0000 (17:41 -0500)]
Speed up utf8.c a bit
Message-ID: <20060512034101.GA10709@petdance.com>

p4raw-id: //depot/perl@28176

17 years agoFixing embed.fnc
Andy Lester [Thu, 11 May 2006 21:54:10 +0000 (16:54 -0500)]
Fixing embed.fnc
Message-ID: <20060512025410.GA32709@petdance.com>

p4raw-id: //depot/perl@28175

17 years agoThreads and signals. Delicious. Tweak change 28168 to add a local
Nicholas Clark [Fri, 12 May 2006 11:47:40 +0000 (11:47 +0000)]
Threads and signals. Delicious. Tweak change 28168 to add a local
signal handler in the sleeping thread, because some operating systems
deliver the SIGINT to that thread rather than the signalling thread.

p4raw-id: //depot/perl@28174

17 years agoBetter unsafe signals info in threads.pm
Jerry D. Hedden [Thu, 11 May 2006 11:50:15 +0000 (04:50 -0700)]
Better unsafe signals info in threads.pm
From: "Jerry D. Hedden" <jerry@hedden.us>
Message-ID: <20060511115015.fb30e530d17747c2b054d625b8945d88.8b4855700b.wbe@email.secureserver.net>

p4raw-id: //depot/perl@28173

17 years agoFix concise-xs.t following the changes to B::Deparse.
Nicholas Clark [Fri, 12 May 2006 09:47:29 +0000 (09:47 +0000)]
Fix concise-xs.t following the changes to B::Deparse.

p4raw-id: //depot/perl@28172

17 years agoTk spots that S_glob_2pv might be called from *_nolen, so we need to
Nicholas Clark [Thu, 11 May 2006 21:44:06 +0000 (21:44 +0000)]
Tk spots that S_glob_2pv might be called from *_nolen, so we need to
check that len is non-NULL before assigning to it.

p4raw-id: //depot/perl@28171

17 years agoThread signalling [REVISED]
Jerry D. Hedden [Thu, 11 May 2006 08:55:39 +0000 (01:55 -0700)]
Thread signalling [REVISED]
From: "Jerry D. Hedden" <jerry@hedden.us>
Message-ID: <20060511085539.fb30e530d17747c2b054d625b8945d88.a90037f085.wbe@email.secureserver.net>

p4raw-id: //depot/perl@28168

17 years agoDeparse state variables.
Rafael Garcia-Suarez [Thu, 11 May 2006 16:06:06 +0000 (16:06 +0000)]
Deparse state variables.

p4raw-id: //depot/perl@28166

17 years agoAdding a mention of STDIN processing by qx// as requested by
Steve Peters [Thu, 11 May 2006 00:09:53 +0000 (00:09 +0000)]
Adding a mention of STDIN processing by qx// as requested by
RT #34288: perlop: qx/STRING/: mention STDIN

p4raw-id: //depot/perl@28156

17 years agoAdd -fno-delete-null-pointer-checks to ccflags on Itaniums when
Steve Peters [Wed, 10 May 2006 23:02:20 +0000 (23:02 +0000)]
Add -fno-delete-null-pointer-checks to ccflags on Itaniums when
compiling with gcc's 3.2, 3.3, or 3.4.  This fixes RT #37156.

p4raw-id: //depot/perl@28155

17 years agoUpgrade to Encode-2.17
Steve Peters [Wed, 10 May 2006 15:03:03 +0000 (15:03 +0000)]
Upgrade to Encode-2.17

p4raw-id: //depot/perl@28152

17 years agono 5.9.4; should fail in version 5.9.4.
Nicholas Clark [Wed, 10 May 2006 14:08:43 +0000 (14:08 +0000)]
no 5.9.4; should fail in version 5.9.4.
Improve the diagnostics and test names in t/comp/use.t

p4raw-id: //depot/perl@28150

17 years agoConvert use.t to an inlined is/isnt/like implementation, to give better
Nicholas Clark [Wed, 10 May 2006 13:08:49 +0000 (13:08 +0000)]
Convert use.t to an inlined is/isnt/like implementation, to give better
diagnostics.

p4raw-id: //depot/perl@28149

17 years agodisable WARN and DIE hooks during constant folding
Dave Mitchell [Wed, 10 May 2006 01:32:10 +0000 (01:32 +0000)]
disable WARN and DIE hooks during constant folding

p4raw-id: //depot/perl@28148

17 years agoChange 28145 means that Perl_allocmy() can take a const char *name.
Nicholas Clark [Tue, 9 May 2006 21:42:18 +0000 (21:42 +0000)]
Change 28145 means that Perl_allocmy() can take a const char *name.

p4raw-id: //depot/perl@28146

17 years agoSimplify the non-printable name error reporting code in Perl_allocmy().
Nicholas Clark [Tue, 9 May 2006 20:42:03 +0000 (20:42 +0000)]
Simplify the non-printable name error reporting code in Perl_allocmy().

p4raw-id: //depot/perl@28145

17 years agoIn Perl_Gv_AMupdate(), there's no need to call sv_unmagic() if we know
Nicholas Clark [Tue, 9 May 2006 20:10:12 +0000 (20:10 +0000)]
In Perl_Gv_AMupdate(), there's no need to call sv_unmagic() if we know
the magic isn't there.

p4raw-id: //depot/perl@28144

17 years agoGv_AMupdate() always creates magic, so mg can never be NULL.
Nicholas Clark [Tue, 9 May 2006 19:31:04 +0000 (19:31 +0000)]
Gv_AMupdate() always creates magic, so mg can never be NULL.

p4raw-id: //depot/perl@28143

17 years agoTwo signed array indicies that Coverity spots should be unsigned.
Nicholas Clark [Tue, 9 May 2006 16:35:25 +0000 (16:35 +0000)]
Two signed array indicies that Coverity spots should be unsigned.

p4raw-id: //depot/perl@28142

17 years agoRessurect change 27824, which plugs a resource leak in uncalled code.
Nicholas Clark [Tue, 9 May 2006 16:04:25 +0000 (16:04 +0000)]
Ressurect change 27824, which plugs a resource leak in uncalled code.

p4raw-id: //depot/perl@28141

17 years agowince crosscompile patch for 28132
Vadim Konovalov [Tue, 9 May 2006 15:09:43 +0000 (19:09 +0400)]
wince crosscompile patch for 28132
Message-ID: <44607877.90603@vkonovalov.ru>

p4raw-id: //depot/perl@28140

17 years agoPOD fixes
Rafael Garcia-Suarez [Tue, 9 May 2006 14:03:30 +0000 (14:03 +0000)]
POD fixes

p4raw-id: //depot/perl@28139

17 years agoRe: [PATCH] ext/IPC/SysV/t/ipcsysv.t using test.pl
David Landgren [Tue, 9 May 2006 13:03:22 +0000 (15:03 +0200)]
Re: [PATCH] ext/IPC/SysV/t/ipcsysv.t using test.pl
Message-ID: <446076FA.6010409@landgren.net>

p4raw-id: //depot/perl@28138

17 years agoFix another Coverity problem by adding an assert that says that
Rafael Garcia-Suarez [Tue, 9 May 2006 13:18:34 +0000 (13:18 +0000)]
Fix another Coverity problem by adding an assert that says that
some string we got from the lexer is null-terminated

p4raw-id: //depot/perl@28137

17 years agoFix a logic error in conditional found by Coverity
Rafael Garcia-Suarez [Tue, 9 May 2006 13:10:01 +0000 (13:10 +0000)]
Fix a logic error in conditional found by Coverity

p4raw-id: //depot/perl@28136

17 years agoallow exit during fold_constants
Dave Mitchell [Tue, 9 May 2006 11:43:55 +0000 (11:43 +0000)]
allow exit during fold_constants
eg BEGIN { $SIG{__WARN__} = sub{exit};} "a" == "b"

p4raw-id: //depot/perl@28135

17 years ago'threads' patch to fix threaded build on Win32
Jerry D. Hedden [Mon, 8 May 2006 10:23:33 +0000 (03:23 -0700)]
'threads' patch to fix threaded build on Win32
From: "Jerry D. Hedden" <jerry@hedden.us>
Message-ID: <20060508102333.fb30e530d17747c2b054d625b8945d88.1e447744fc.wbe@email.secureserver.net>

p4raw-id: //depot/perl@28134

17 years agoperlop.pod doc patch: I/O operators
Ash Berlin [Sat, 6 May 2006 14:16:00 +0000 (15:16 +0100)]
perlop.pod doc patch: I/O operators
Message-ID: <445CA190.1070105@cpan.org>

p4raw-id: //depot/perl@28133

17 years agoPERL_MEM_LOG enhancements
Jarkko Hietaniemi [Sat, 6 May 2006 11:21:02 +0000 (14:21 +0300)]
PERL_MEM_LOG enhancements
Message-ID: <445C5C6E.6070201@gmail.com>

p4raw-id: //depot/perl@28132

17 years ago[PATCH] ext/IPC/SysV/t/ipcsysv.t using test.pl
David Landgren [Fri, 5 May 2006 17:03:39 +0000 (19:03 +0200)]
[PATCH] ext/IPC/SysV/t/ipcsysv.t using test.pl
Message-ID: <445B694B.8060901@landgren.net>
Date: Fri, 05 May 2006 17:03:39 +0200

Subject: Re: [PATCH] ext/IPC/SysV/t/sem.t using test.pl
From: David Landgren <david@landgren.net>
Message-ID: <445B75EF.3000100@landgren.net>
Date: Fri, 05 May 2006 17:57:35 +0200

p4raw-id: //depot/perl@28131

17 years agoRename lib/Text/Balanced/t/00.load.t to
Steve Peters [Mon, 8 May 2006 19:01:56 +0000 (19:01 +0000)]
Rename lib/Text/Balanced/t/00.load.t to
lib/Text/Balanced/t/00-load.t and restore a test to
lib/Text/Balanced/t/extmul.t.

p4raw-id: //depot/perl@28127

17 years agoVersion bump and typo fix from change #28125.
Steve Peters [Mon, 8 May 2006 18:46:16 +0000 (18:46 +0000)]
Version bump and typo fix from change #28125.
p4raw-link: @28125 on //depot/perl: eb67bf7e7c7791f145451e273b36c197fb24fcb9

p4raw-id: //depot/perl@28126

17 years agoRollback two changes in Text::Balanced which cause test failures in the
Steve Peters [Mon, 8 May 2006 18:37:47 +0000 (18:37 +0000)]
Rollback two changes in Text::Balanced which cause test failures in the
CPAN and bleadperl version of the tests.  Also, the previous bleadperl
version of one test file is a bit more comprehensive than what was in
CPAN, so it has been completely restored.

p4raw-id: //depot/perl@28125

17 years agoUpgrade to Digest-SHA-5.36. Actually bumped to 5.36_01 as
Steve Peters [Mon, 8 May 2006 16:47:39 +0000 (16:47 +0000)]
Upgrade to Digest-SHA-5.36.  Actually bumped to 5.36_01 as
change #27352 has not yet been applied to the CPAN version.
p4raw-link: @27352 on //depot/perl: 1d49bf1b4cd8e1b3baa93d02705fe7df545e316f

p4raw-id: //depot/perl@28122

17 years agoTie::RefHash is now dual life, maintained by Yuval Kogman.
Nicholas Clark [Mon, 8 May 2006 11:23:15 +0000 (11:23 +0000)]
Tie::RefHash is now dual life, maintained by Yuval Kogman.

p4raw-id: //depot/perl@28118

17 years agoRemvove code that gets undone in the next line.
H.Merijn Brand [Sun, 7 May 2006 14:18:45 +0000 (14:18 +0000)]
Remvove code that gets undone in the next line.
Keep the documentation part.

p4raw-id: //depot/perl@28116

18 years agoThese Module::Build tests depended on STDIN. Unfortunately, cron
Steve Peters [Fri, 5 May 2006 16:26:48 +0000 (16:26 +0000)]
These Module::Build tests depended on STDIN.  Unfortunately, cron
closes STDIN, so these build failures were only seen while
running smokes through cron.

p4raw-id: //depot/perl@28108

18 years agoImplement state array and state hashes. Initialisation assignment
Rafael Garcia-Suarez [Fri, 5 May 2006 12:48:19 +0000 (12:48 +0000)]
Implement state array and state hashes. Initialisation assignment
to state arrays or hashes is not implemented yet.

p4raw-id: //depot/perl@28106

18 years agoUpgrade to Text-Balanced-1.98
Steve Peters [Fri, 5 May 2006 12:40:41 +0000 (12:40 +0000)]
Upgrade to Text-Balanced-1.98

p4raw-id: //depot/perl@28105

18 years agothreads - stack size support
Jerry D. Hedden [Thu, 4 May 2006 10:07:58 +0000 (03:07 -0700)]
threads - stack size support
From: "Jerry D. Hedden" <jerry@hedden.us>
Message-ID: <20060504100758.fb30e530d17747c2b054d625b8945d88.1ee893a99c.wbe@email.secureserver.net>

p4raw-id: //depot/perl@28104

18 years agoTeach checkAUTHORS.pl about Sarathy's new email address.
Steve Peters [Fri, 5 May 2006 01:26:08 +0000 (01:26 +0000)]
Teach checkAUTHORS.pl about Sarathy's new email address.

p4raw-id: //depot/perl@28103

18 years agoEmail address changes
Jan Dubois [Thu, 4 May 2006 15:28:19 +0000 (08:28 -0700)]
Email address changes
From: "Jan Dubois" <jand@activestate.com>
Message-ID: <007101c66fca$0b651a50$2217a8c0@candy>

p4raw-id: //depot/perl@28102

18 years agoUpgrade to ExtUtils-Install-1.40
Steve Peters [Thu, 4 May 2006 20:03:42 +0000 (20:03 +0000)]
Upgrade to ExtUtils-Install-1.40

p4raw-id: //depot/perl@28101

18 years agoRE: [PATCH-for-28089] wince yet another step
Vadim Konovalov [Thu, 4 May 2006 17:32:12 +0000 (19:32 +0200)]
RE: [PATCH-for-28089] wince yet another step
From: "Konovalov, Vadim Vladimirovich (Vadim)** CTR **" <vkonovalov@Lucent.com>
Message-ID: <E3FB32585BF1D411B9E900805FF51A0801BCB454@ru0022exch001u.ru.lucent.com>

p4raw-id: //depot/perl@28100

18 years agothreads - formatting [REVISED]
Jerry D. Hedden [Wed, 3 May 2006 12:34:34 +0000 (05:34 -0700)]
threads - formatting [REVISED]
From: "Jerry D. Hedden" <jerry@hedden.us>
Message-ID: <20060503123433.fb30e530d17747c2b054d625b8945d88.d352e5da51.wbe@email.secureserver.net>

p4raw-id: //depot/perl@28099

18 years agoUpgrade to Encode 2.16
Rafael Garcia-Suarez [Thu, 4 May 2006 12:06:33 +0000 (12:06 +0000)]
Upgrade to Encode 2.16

p4raw-id: //depot/perl@28098

18 years agoResubmit change #28095
Rafael Garcia-Suarez [Thu, 4 May 2006 11:32:05 +0000 (11:32 +0000)]
Resubmit change #28095
p4raw-link: @28095 on //depot/perl: a86fbd4f9d493275993c0370a0246611dbcffc30

p4raw-id: //depot/perl@28097

18 years agowince yet another step
Vadim Konovalov [Thu, 4 May 2006 13:04:45 +0000 (15:04 +0200)]
wince yet another step
From: "Konovalov, Vadim Vladimirovich (Vadim)** CTR **" <vkonovalov@Lucent.com>
Message-ID: <E3FB32585BF1D411B9E900805FF51A0801BCB1EE@ru0022exch001u.ru.lucent.com>

p4raw-id: //depot/perl@28096

18 years agot/op/grep.t using test.pl
David Landgren [Wed, 3 May 2006 15:53:38 +0000 (17:53 +0200)]
t/op/grep.t using test.pl
Message-ID: <4458B5E2.7090103@landgren.net>

p4raw-id: //depot/perl@28095

18 years agot/op/context.t using test.pl
David Landgren [Wed, 3 May 2006 16:20:40 +0000 (18:20 +0200)]
t/op/context.t using test.pl
Message-ID: <4458BC38.6050600@landgren.net>

p4raw-id: //depot/perl@28094

18 years agot/op/list.t using test.pl
David Landgren [Wed, 3 May 2006 19:40:40 +0000 (21:40 +0200)]
t/op/list.t using test.pl
Message-ID: <4458EB18.8070904@landgren.net>

p4raw-id: //depot/perl@28093