18 years agoUpgrade to CGI.pm-3.22.
Steve Peters [Thu, 24 Aug 2006 01:27:08 +0000]
Upgrade to CGI.pm-3.22.

p4raw-id: //depot/perl@28752

18 years ago[perl #40161] ccversion fix for hpux
smoketst@hp46t243.cup.hp.com [Wed, 16 Aug 2006 23:10:52 +0000]
[perl #40161] ccversion fix for hpux
From: smoketst@hp46t243.cup.hp.com (via RT) <perlbug-followup@perl.org>
Message-ID: <rt-3.5.HEAD-31263-1155795052-1297.40161-75-0@perl.org>

p4raw-id: //depot/perl@28751

18 years agoThe previous change causes compile failures with threaded Perls.
Steve Peters [Wed, 23 Aug 2006 03:04:47 +0000]
The previous change causes compile failures with threaded Perls.

p4raw-id: //depot/perl@28750

18 years agoPart of one of Jarkko's g++ patches that was missed.
Steve Peters [Tue, 22 Aug 2006 20:16:55 +0000]
Part of one of Jarkko's g++ patches that was missed.

p4raw-id: //depot/perl@28749

18 years agoUpdate to Time-HiRes-1.90.
Steve Peters [Tue, 22 Aug 2006 17:41:33 +0000]
Update to Time-HiRes-1.90.

p4raw-id: //depot/perl@28748

18 years agoUpgrade to Time-HiRes-1.89.
Steve Peters [Tue, 22 Aug 2006 16:43:52 +0000]
Upgrade to Time-HiRes-1.89.

p4raw-id: //depot/perl@28747

18 years agoUpgrade to CGI.pm-3.21
Steve Peters [Tue, 22 Aug 2006 14:18:16 +0000]
Upgrade to CGI.pm-3.21

p4raw-id: //depot/perl@28746

18 years agoUpgrade to Time-HiRes-1.88.
Steve Peters [Tue, 22 Aug 2006 14:14:23 +0000]
Upgrade to Time-HiRes-1.88.

p4raw-id: //depot/perl@28745

18 years agog++: fix Digest::MD5, Math::BigInt::FastCalc, ODBM_File, XS::APItest (and Time::HiRes...
Jarkko Hietaniemi [Tue, 22 Aug 2006 10:45:41 +0000]
g++: fix Digest::MD5, Math::BigInt::FastCalc, ODBM_File, XS::APItest (and Time::HiRes 1.88 in CPAN)
Message-Id: <200608220745.k7M7jfjP050939@kosh.hut.fi>

       ...plus various version bumps and Digest::MD5 test file fixes.

p4raw-id: //depot/perl@28744

18 years agoperlhack.pod: small porta-tweaks (this time without pod2man :-)
Jarkko Hietaniemi [Mon, 21 Aug 2006 22:39:35 +0000]
perlhack.pod: small porta-tweaks (this time without pod2man :-)
Message-Id: <200608211939.k7LJdZ9P170671@kosh.hut.fi>

p4raw-id: //depot/perl@28743

18 years agog++/x2p (better version)
Jarkko Hietaniemi [Mon, 21 Aug 2006 14:48:26 +0000]
g++/x2p (better version)
Message-Id: <200608211148.k7LBmQGL161830@kosh.hut.fi>

p4raw-id: //depot/perl@28742

18 years agog++/Tru64: got perl linking once got the linkage right
Jarkko Hietaniemi [Fri, 18 Aug 2006 13:03:17 +0000]
g++/Tru64: got perl linking once got the linkage right
Message-Id: <200608181003.k7IA3Hso276655@kosh.hut.fi>

p4raw-id: //depot/perl@28741

18 years agoAmendment to change #28739
Rafael Garcia-Suarez [Sun, 20 Aug 2006 10:13:12 +0000]
Amendment to change #28739
p4raw-link: @28739 on //depot/perl: cd47bfdcdcaf11bca8ccb0afadaaa1d23503b9ee

p4raw-id: //depot/perl@28740

18 years agobytecode.t failures in Tru64: svtype (enum) is int, not long
Jarkko Hietaniemi [Sat, 19 Aug 2006 14:34:53 +0000]
bytecode.t failures in Tru64: svtype (enum) is int, not long
Message-Id: <200608191134.k7JBYroK518962@kosh.hut.fi>

p4raw-id: //depot/perl@28739

18 years agoperlthrtut update, by Jerry D. Hedden.
Rafael Garcia-Suarez [Sun, 20 Aug 2006 09:15:21 +0000]
perlthrtut update, by Jerry D. Hedden.

p4raw-id: //depot/perl@28738

18 years agog++/Solaris: force d_dlopen=define
Jarkko Hietaniemi [Fri, 18 Aug 2006 15:48:34 +0000]
g++/Solaris: force d_dlopen=define
Message-Id: <200608181248.k7ICmY2W028375@vipunen.hut.fi>

p4raw-id: //depot/perl@28737

18 years agoPhrasing nit in perlxstut (by Ville Koskinen)
Rafael Garcia-Suarez [Fri, 18 Aug 2006 16:22:18 +0000]
Phrasing nit in perlxstut (by Ville Koskinen)

p4raw-id: //depot/perl@28736

18 years agoA type change that apparently works around a compiler bug
Rafael Garcia-Suarez [Fri, 18 Aug 2006 15:46:18 +0000]
A type change that apparently works around a compiler bug
(gcc 4.1.1 on Solaris) (by Robin Barker)

p4raw-id: //depot/perl@28735

18 years agoRe: A large-ish C++ TODO (Re: [PATCH] g++ stage 1 reached)
Jarkko Hietaniemi [Thu, 17 Aug 2006 19:16:09 +0000]
Re: A large-ish C++ TODO (Re: [PATCH] g++ stage 1 reached)
Message-ID: <44E49649.9090307@iki.fi>

p4raw-id: //depot/perl@28734

18 years agosyscall() declaration in perl.h needs to have an EXTERN_C prefixing
Steve Peters [Thu, 17 Aug 2006 17:57:33 +0000]
syscall() declaration in perl.h needs to have an EXTERN_C prefixing
it for some C++ compiles.  Might as well fix usleep()'s
declaration too.

p4raw-id: //depot/perl@28733

18 years agoFix to problem where CGI can lose the filehandle during an upload.
Steve Peters [Thu, 17 Aug 2006 15:28:36 +0000]
Fix to problem where CGI can lose the filehandle during an upload.
Patch posted to the Debian bug list by Eric Wong
<eric@petta-tech.com>.

p4raw-id: //depot/perl@28732

18 years agogcc-4.1.1 on Fedora optimized away NULL chacks in Perl_do_close(),
Steve Peters [Thu, 17 Aug 2006 14:50:36 +0000]
gcc-4.1.1 on Fedora optimized away NULL chacks in Perl_do_close(),
which caused core dumps.

p4raw-id: //depot/perl@28731

18 years agoCast needed to compile bsd_glob.c with C++
Steve Peters [Wed, 16 Aug 2006 17:44:44 +0000]
Cast needed to compile bsd_glob.c with C++

p4raw-id: //depot/perl@28730

18 years agoAdditional changes to get C++ a little closer to a clean compile
Steve Peters [Wed, 16 Aug 2006 13:11:15 +0000]
Additional changes to get C++ a little closer to a clean compile
of Perl.

p4raw-id: //depot/perl@28729

18 years agoAdditional floating point strictness is needed to get Intel cc to pass
Steve Peters [Tue, 15 Aug 2006 18:57:11 +0000]
Additional floating point strictness is needed to get Intel cc to pass
its tests.

p4raw-id: //depot/perl@28728

18 years agoUpdate Changes
Rafael Garcia-Suarez [Tue, 15 Aug 2006 10:01:48 +0000]
Update Changes

p4raw-id: //depot/perl@28727

18 years agoUpdate Module::CoreList data with 5.9.4
Rafael Garcia-Suarez [Tue, 15 Aug 2006 09:59:24 +0000]
Update Module::CoreList data with 5.9.4

p4raw-id: //depot/perl@28726

18 years ago5.9.4 is today.
Rafael Garcia-Suarez [Tue, 15 Aug 2006 09:55:27 +0000]
5.9.4 is today.

p4raw-id: //depot/perl@28725

18 years agoActually, Richard Clamp doesn't maintain Module::CoreList anymore.
Rafael Garcia-Suarez [Tue, 15 Aug 2006 09:54:02 +0000]
Actually, Richard Clamp doesn't maintain Module::CoreList anymore.

p4raw-id: //depot/perl@28724

18 years agoRegenerate perlmodlib and perltoc
Rafael Garcia-Suarez [Tue, 15 Aug 2006 09:43:40 +0000]
Regenerate perlmodlib and perltoc

p4raw-id: //depot/perl@28723

18 years agoPOD formatting nit
Rafael Garcia-Suarez [Tue, 15 Aug 2006 09:40:08 +0000]
POD formatting nit

p4raw-id: //depot/perl@28722

18 years agoRemove some of the known problems documented in perldelta, which were
Rafael Garcia-Suarez [Tue, 15 Aug 2006 09:29:03 +0000]
Remove some of the known problems documented in perldelta, which were
caused by change #28319, just backed out. Add some Windows news (by
Steve Hay)
p4raw-link: @28319 on //depot/perl: eb7d7d25d2f780edcbedc124a5bdca0d53ad8687

p4raw-id: //depot/perl@28721

18 years agoRevert change 28319, which may cause segfaults with threaded perls
Rafael Garcia-Suarez [Tue, 15 Aug 2006 09:22:54 +0000]
Revert change 28319, which may cause segfaults with threaded perls
on eval("syntax error") statements

p4raw-id: //depot/perl@28720

18 years agoMore perldelta nits found by my reviewers
Rafael Garcia-Suarez [Tue, 15 Aug 2006 07:57:54 +0000]
More perldelta nits found by my reviewers

p4raw-id: //depot/perl@28719

18 years agoSpelling fixes, thanks to Nicholas and to Ronald Kimball
Rafael Garcia-Suarez [Mon, 14 Aug 2006 22:30:18 +0000]
Spelling fixes, thanks to Nicholas and to Ronald Kimball

p4raw-id: //depot/perl@28718

18 years agoMore perldelta entries and fixes
Rafael Garcia-Suarez [Mon, 14 Aug 2006 21:58:15 +0000]
More perldelta entries and fixes

p4raw-id: //depot/perl@28717

18 years agoTypo fix in the documentation of source filters in @INC
Rafael Garcia-Suarez [Mon, 14 Aug 2006 21:31:43 +0000]
Typo fix in the documentation of source filters in @INC

p4raw-id: //depot/perl@28716

18 years agoOnly copy ppport.h to destination if it is different.
Marcus Holland-Moritz [Mon, 14 Aug 2006 20:29:57 +0000]
Only copy ppport.h to destination if it is different.
This avoids unneccessary rebuilds.

p4raw-id: //depot/perl@28715

18 years agoUpgrade to Devel::PPPort 3.10
Marcus Holland-Moritz [Mon, 14 Aug 2006 19:43:23 +0000]
Upgrade to Devel::PPPort 3.10

p4raw-id: //depot/perl@28714

18 years agoperldelta entry describing regexp work, by Yves Orton
Rafael Garcia-Suarez [Mon, 14 Aug 2006 19:30:17 +0000]
perldelta entry describing regexp work, by Yves Orton

p4raw-id: //depot/perl@28713

18 years agoRegenerate metafile
Rafael Garcia-Suarez [Mon, 14 Aug 2006 15:27:51 +0000]
Regenerate metafile

p4raw-id: //depot/perl@28712

18 years agoNew authors
Rafael Garcia-Suarez [Mon, 14 Aug 2006 14:24:19 +0000]
New authors

p4raw-id: //depot/perl@28711

18 years agoMore perldelta entries; plus, credits.
Rafael Garcia-Suarez [Mon, 14 Aug 2006 12:45:59 +0000]
More perldelta entries; plus, credits.

p4raw-id: //depot/perl@28710

18 years agoTypo fix in perldiag
Rafael Garcia-Suarez [Mon, 14 Aug 2006 12:35:13 +0000]
Typo fix in perldiag

p4raw-id: //depot/perl@28709

18 years agoUpdate pod/perl594delta.pod w.r.t. #28706, and arrange list of modules
Steve Hay [Mon, 14 Aug 2006 10:20:13 +0000]
Update pod/perl594delta.pod w.r.t. #28706, and arrange list of modules
alphabetically.

p4raw-id: //depot/perl@28708

18 years agoUpdate Porting/Maintainers.pl w.r.t. #28695, #28703 and #28706.
Steve Hay [Mon, 14 Aug 2006 10:15:04 +0000]
Update Porting/Maintainers.pl w.r.t. #28695, #28703 and #28706.

p4raw-id: //depot/perl@28707

18 years agoAdd Module::Loaded to the core
Jos I. Boumans [Sun, 13 Aug 2006 16:22:09 +0000]
Add Module::Loaded to the core
Message-ID: <9310.80.127.35.68.1155478929.squirrel@webmail.xs4all.nl>

p4raw-id: //depot/perl@28706

18 years agoMore perldelta nits.
Rafael Garcia-Suarez [Mon, 14 Aug 2006 09:30:38 +0000]
More perldelta nits.

p4raw-id: //depot/perl@28705

18 years agoMake the NAME section of Package::Constants more conformant to
Rafael Garcia-Suarez [Mon, 14 Aug 2006 09:19:02 +0000]
Make the NAME section of Package::Constants more conformant to
man page conventions

p4raw-id: //depot/perl@28704

18 years agoAdd Package::Constants to the core
Jos I. Boumans [Sat, 12 Aug 2006 23:57:58 +0000]
Add Package::Constants to the core
Message-ID: <9749.80.127.35.68.1155419878.squirrel@webmail.xs4all.nl>

p4raw-id: //depot/perl@28703

18 years agoRegularise the indents of Changes to placate Porting/checkAUTHORS.pl
Nicholas Clark [Sun, 13 Aug 2006 19:51:41 +0000]
Regularise the indents of Changes to placate Porting/checkAUTHORS.pl

p4raw-id: //depot/perl@28702

18 years agoFix URL of perlbug database
Rafael Garcia-Suarez [Sun, 13 Aug 2006 13:53:54 +0000]
Fix URL of perlbug database

p4raw-id: //depot/perl@28701

18 years agoMore perldelta entries
Rafael Garcia-Suarez [Sun, 13 Aug 2006 12:44:18 +0000]
More perldelta entries

p4raw-id: //depot/perl@28700

18 years agoFix a couple URLs in perlhack
Rafael Garcia-Suarez [Sun, 13 Aug 2006 07:51:46 +0000]
Fix a couple URLs in perlhack

p4raw-id: //depot/perl@28699

18 years agoperlhack.pod: more portability pitfalls
Jarkko Hietaniemi [Sat, 12 Aug 2006 10:33:38 +0000]
perlhack.pod: more portability pitfalls
Message-Id: <200608120733.k7C7XcU0268432@kosh.hut.fi>

p4raw-id: //depot/perl@28698

18 years agoResync win32/config_H.* and win32/config.* with config_h.SH
Steve Hay [Fri, 11 Aug 2006 17:31:45 +0000]
Resync win32/config_H.* and win32/config.* with config_h.SH
and Porting/config.sh respectively

No real changes except for the addition of the missing
HAS_C99_VARIADIC_MACROS to win32/config_H.* and
initialinstalllocation, madlyh, madlyobj and madlysrc to
win32/config.*

p4raw-id: //depot/perl@28697

18 years agoMore perldelta notes. Also, I did forget things
Rafael Garcia-Suarez [Fri, 11 Aug 2006 16:02:32 +0000]
More perldelta notes. Also, I did forget things
in perl593delta...

p4raw-id: //depot/perl@28696

18 years agoAdd Module::Load to 5.9.x
Jos I. Boumans [Wed, 9 Aug 2006 12:23:42 +0000]
Add Module::Load to 5.9.x
Message-ID: <9866.194.109.0.185.1155119022.squirrel@webmail.xs4all.nl>

p4raw-id: //depot/perl@28695

18 years agoClose file before unlinking (on Win32 at least!)
Steve Hay [Fri, 11 Aug 2006 12:49:00 +0000]
Close file before unlinking (on Win32 at least!)

p4raw-id: //depot/perl@28694

18 years agoRe: Smoke [5.9.4] 28683 FAIL(F) Solaris 2.11 (i386/1 cpu)
Andy Dougherty [Thu, 10 Aug 2006 12:37:39 +0000]
Re: Smoke [5.9.4] 28683 FAIL(F) Solaris 2.11 (i386/1 cpu)
Message-ID: <Pine.LNX.4.62.0608101230260.12531@fractal.phys.lafayette.edu>

p4raw-id: //depot/perl@28693

18 years agoUpdate Changes
Rafael Garcia-Suarez [Thu, 10 Aug 2006 14:27:44 +0000]
Update Changes

p4raw-id: //depot/perl@28692

18 years agoSome updates to the cross-compilation config script
Rafael Garcia-Suarez [Thu, 10 Aug 2006 13:17:51 +0000]
Some updates to the cross-compilation config script

p4raw-id: //depot/perl@28691

18 years agolstat on *GLOB{IO} with warnings on would segfault
Rafael Garcia-Suarez [Thu, 10 Aug 2006 09:46:34 +0000]
lstat on *GLOB{IO} with warnings on would segfault
(noticed by Andrew Dougherty)

p4raw-id: //depot/perl@28690

18 years agog++: gethostbyaddr, and more Tru64 defines
Jarkko Hietaniemi [Thu, 10 Aug 2006 09:00:44 +0000]
g++: gethostbyaddr, and more Tru64 defines
Message-ID: <44DACB8C.1080708@iki.fi>

p4raw-id: //depot/perl@28689

18 years agodoio.c: vararg NULLs must be cast right
Jarkko Hietaniemi [Thu, 10 Aug 2006 08:35:53 +0000]
doio.c: vararg NULLs must be cast right
Message-Id: <200608100535.k7A5Zr2Z156515@kosh.hut.fi>

p4raw-id: //depot/perl@28688

18 years agoUpgrade to version.pm 0.67
Rafael Garcia-Suarez [Thu, 10 Aug 2006 08:14:46 +0000]
Upgrade to version.pm 0.67

p4raw-id: //depot/perl@28687

18 years agoA couple const's and a cast to get Sun CC to compile these files.
Steve Peters [Wed, 9 Aug 2006 21:54:08 +0000]
A couple const's and a cast to get Sun CC to compile these files.
Perl, however, still will not build with the Sun CC.

p4raw-id: //depot/perl@28686

18 years agoFix comment nit in config.h
Steve Peters [Wed, 9 Aug 2006 19:45:06 +0000]
Fix comment nit in config.h

p4raw-id: //depot/perl@28685

18 years agoRe: [perl #37731] junk and uninit'ed values in tied scalars
Yitzchak Scott-Thoennes [Mon, 28 Nov 2005 01:26:31 +0000]
Re: [perl #37731] junk and uninit'ed values in tied scalars
Message-ID: <20051128092605.GA2328@efn.org>

plus a regression test

p4raw-id: //depot/perl@28684

18 years agoPATCH: Sync Time::Local in blead to 1.13 on CPAN
Dave Rolsky [Wed, 9 Aug 2006 04:38:28 +0000]
PATCH: Sync Time::Local in blead to 1.13 on CPAN
Message-ID: <Pine.LNX.4.64.0608090422450.8735@urth.org>

p4raw-id: //depot/perl@28683

18 years agoAdd OS-specific core modules in Module::CoreList for 5.8.[78] and 5.9.[23]
Rafael Garcia-Suarez [Wed, 9 Aug 2006 09:58:52 +0000]
Add OS-specific core modules in Module::CoreList for 5.8.[78] and 5.9.[23]

p4raw-id: //depot/perl@28682

18 years agoAdd OS-specific modules in Module::Corelist generation script
Rafael Garcia-Suarez [Wed, 9 Aug 2006 09:52:38 +0000]
Add OS-specific modules in Module::Corelist generation script
(hinted by Steve Hay)

p4raw-id: //depot/perl@28681

18 years agoFix data for 5.9.2, 5.9.3, 5.8.7 and 5.8.8
Rafael Garcia-Suarez [Wed, 9 Aug 2006 09:42:34 +0000]
Fix data for 5.9.2, 5.9.3, 5.8.7 and 5.8.8

p4raw-id: //depot/perl@28680

18 years agoMore fixes in the Module::Corelist data generation process
Rafael Garcia-Suarez [Wed, 9 Aug 2006 09:23:02 +0000]
More fixes in the Module::Corelist data generation process

p4raw-id: //depot/perl@28679

18 years agoReally submit previous change
Rafael Garcia-Suarez [Wed, 9 Aug 2006 09:01:25 +0000]
Really submit previous change

p4raw-id: //depot/perl@28678

18 years agoSeveral fixes in Porting/corelist.pl
Rafael Garcia-Suarez [Wed, 9 Aug 2006 08:34:42 +0000]
Several fixes in Porting/corelist.pl
- make it run with 5.8.x perls
- make it handle new modules layout in bleadperl

p4raw-id: //depot/perl@28677

18 years agoSmall precision about $SIG{__WARN__}
Sébastien Aperghis-Tramoni [Tue, 8 Aug 2006 11:17:58 +0000]
Small precision about $SIG{__WARN__}
Message-ID: <1155028678.44d856c64fa0d@imp6-g19.free.fr>

p4raw-id: //depot/perl@28676

18 years agoSimplification in Perl_magic_clearsig, plus a fix similar and
Rafael Garcia-Suarez [Tue, 8 Aug 2006 09:22:27 +0000]
Simplification in Perl_magic_clearsig, plus a fix similar and
symmetrical to the one implemented in change #28669.
p4raw-link: @28669 on //depot/perl: 9289f461126f104eef437e7c6d2f1f640f935646

p4raw-id: //depot/perl@28675

18 years agog++ stage 1 reached
Jarkko Hietaniemi [Tue, 8 Aug 2006 00:02:35 +0000]
g++ stage 1 reached
Message-ID: <44D7AA6B.4040802@iki.fi>

p4raw-id: //depot/perl@28674

18 years agoUpgrade to Module-Build-0.2805
Steve Peters [Mon, 7 Aug 2006 19:54:51 +0000]
Upgrade to Module-Build-0.2805

p4raw-id: //depot/perl@28673

18 years agoUpgrade to Digest-SHA-5.43
Steve Peters [Mon, 7 Aug 2006 19:37:28 +0000]
Upgrade to Digest-SHA-5.43

p4raw-id: //depot/perl@28672

18 years agoDefine PERL_NO_DEV_RANDOM on Windows
Alex Davies [Thu, 3 Aug 2006 13:31:14 +0000]
Define PERL_NO_DEV_RANDOM on Windows
From: "Davies, Alex" <adavies@ptc.com>
Message-ID: <A69AA663CE9BBC44AE1DA72483DE15DE04622D66@HQ-MAIL3.ptcnet.ptc.com>

This stops perl from trying to read C:\dev\urandom on Windows

p4raw-id: //depot/perl@28671

18 years agoFixups for test failures caused by #28667 and #28668
Steve Hay [Mon, 7 Aug 2006 16:21:40 +0000]
Fixups for test failures caused by #28667 and #28668

p4raw-id: //depot/perl@28670

18 years agoWe shouldn't try to decrement the refcount of PL_warnhook
Rafael Garcia-Suarez [Mon, 7 Aug 2006 14:10:15 +0000]
We shouldn't try to decrement the refcount of PL_warnhook
if it has been set to PERL_WARNHOOK_FATAL.

p4raw-id: //depot/perl@28669

18 years agoProvide a BGET_svtype, required by #28667
Steve Hay [Mon, 7 Aug 2006 10:24:39 +0000]
Provide a BGET_svtype, required by #28667

p4raw-id: //depot/perl@28668

18 years agoTry to reinstate the fix of change #28638 by patching bytecode.pl and
Rafael Garcia-Suarez [Mon, 7 Aug 2006 09:43:20 +0000]
Try to reinstate the fix of change #28638 by patching bytecode.pl and
not the file it generates
p4raw-link: @28638 on //depot/perl: 98e3ba2c7915a38045b973577ec684fa0de54948

p4raw-id: //depot/perl@28667

18 years agoRestore modification in warnings.h from change 28662 by backporting it
Rafael Garcia-Suarez [Mon, 7 Aug 2006 09:23:35 +0000]
Restore modification in warnings.h from change 28662 by backporting it
to warnings.pl

p4raw-id: //depot/perl@28666

18 years agoFile::Basename add X<> tags, replace regex delimiters
Gabor Szabo [Sat, 5 Aug 2006 23:00:14 +0000]
File::Basename add X<> tags, replace regex delimiters
From: "Gabor Szabo" <szabgab@gmail.com>
Message-ID: <d8a74af10608051300m4a1ebd93j491889b9b4e8523d@mail.gmail.com>

p4raw-id: //depot/perl@28665

18 years agoadding X<> to perlvar
Gabor Szabo [Sun, 6 Aug 2006 13:59:28 +0000]
adding X<> to perlvar
From: "Gabor Szabo" <szabgab@gmail.com>
Message-ID: <d8a74af10608060359g7d4726dalf947f051a51c10e@mail.gmail.com>

p4raw-id: //depot/perl@28664

18 years agoRegenerate files after previous change
Rafael Garcia-Suarez [Mon, 7 Aug 2006 08:23:13 +0000]
Regenerate files after previous change

p4raw-id: //depot/perl@28663

18 years agog++ large patch
Jarkko Hietaniemi [Fri, 4 Aug 2006 08:58:27 +0000]
g++ large patch
Message-ID: <44D2E203.5050201@iki.fi>

p4raw-id: //depot/perl@28662

18 years agoperlfunc.pod - unite gmtime and localtime
Gabor Szabo [Thu, 27 Jul 2006 09:25:02 +0000]
perlfunc.pod - unite gmtime and localtime
From: "Gabor Szabo" <szabgab@gmail.com>
Message-ID: <d8a74af10607262325n472b424cr78c9591c31ffe190@mail.gmail.com>

p4raw-id: //depot/perl@28661

18 years agoadd more X<> tags to perlfunc
Gabor Szabo [Thu, 27 Jul 2006 00:27:06 +0000]
add more X<> tags to perlfunc
From: "Gabor Szabo" <szabgab@gmail.com>
Message-ID: <d8a74af10607261427g142f0c6bge6f77c2f5e59da40@mail.gmail.com>

p4raw-id: //depot/perl@28660

18 years agoFile::Copy pod updated adding X<>
Gabor Szabo [Tue, 1 Aug 2006 08:55:37 +0000]
File::Copy pod updated adding X<>
From: "Gabor Szabo" <szabgab@gmail.com>
Message-ID: <d8a74af10607312355t7f3fed91g1459cb74b9b50fcd@mail.gmail.com>

p4raw-id: //depot/perl@28659

18 years agoSorting the MANIFEST
Steve Peters [Fri, 4 Aug 2006 16:42:54 +0000]
Sorting the MANIFEST

p4raw-id: //depot/perl@28658

18 years agoRe: [perl #39882] inconsistent list slice behaviour
Rick Delaney [Thu, 3 Aug 2006 21:48:07 +0000]
Re: [perl #39882] inconsistent list slice behaviour
Message-ID: <20060804014807.GW21381@localhost.localdomain>

p4raw-id: //depot/perl@28657

18 years agoRe: [perl #40055] B::Deparse double do
Rick Delaney [Thu, 3 Aug 2006 17:30:06 +0000]
Re: [perl #40055] B::Deparse double do
Message-ID: <20060803213006.GU21381@localhost.localdomain>

p4raw-id: //depot/perl@28656

18 years agoTru64 oops
Jarkko Hietaniemi [Thu, 3 Aug 2006 22:59:37 +0000]
Tru64 oops
Message-Id: <200608031959.k73JxbsC395856@kosh.hut.fi>

p4raw-id: //depot/perl@28655

18 years agomore g++ in Tru64
Jarkko Hietaniemi [Thu, 3 Aug 2006 09:04:45 +0000]
more g++ in Tru64
Message-ID: <44D191FD.9030902@iki.fi>

p4raw-id: //depot/perl@28654

18 years agoUpgrade to Archive-Tar-1.30. Since change #27571 is not included,
Steve Peters [Wed, 2 Aug 2006 17:47:34 +0000]
Upgrade to Archive-Tar-1.30.  Since change #27571 is not included,
the bleadperl version is bumped to 1.30_01.
p4raw-link: @27571 on //depot/perl: 376cc5ea9119d14a5a36f394fef8e7874a59a876

p4raw-id: //depot/perl@28653