17 years agoRemove perlcc and the byteloader
Rafael Garcia-Suarez [Wed, 6 Sep 2006 14:04:33 +0000]
Remove perlcc and the byteloader

p4raw-id: //depot/perl@28790

17 years agoRemove JPL
Rafael Garcia-Suarez [Wed, 6 Sep 2006 09:18:31 +0000]
Remove JPL

p4raw-id: //depot/perl@28789

17 years agoUCD 5.0.0
Jarkko Hietaniemi [Tue, 5 Sep 2006 21:29:45 +0000]
UCD 5.0.0
Message-ID: <44FDC219.8010006@iki.fi>

p4raw-id: //depot/perl@28788

17 years agoFix a few warnings
Rafael Garcia-Suarez [Tue, 5 Sep 2006 11:09:03 +0000]
Fix a few warnings

p4raw-id: //depot/perl@28787

17 years ago; was RE: [PATCH perlio.c pp.c regcomp.c] silence format and comparison warnings
Robin Barker [Fri, 1 Sep 2006 16:10:25 +0000]
; was RE: [PATCH perlio.c pp.c regcomp.c] silence format and comparison warnings
From: "Robin Barker" <Robin.Barker@npl.co.uk>
Message-ID: <2C2E01334A940D4792B3E115F95B7226120A21@exchsvr1.npl.ad.local>

p4raw-id: //depot/perl@28786

17 years agoRe: [PATCH] Trie jumping
Yves Orton [Sat, 2 Sep 2006 16:40:12 +0000]
Re: [PATCH] Trie jumping
Message-ID: <9b18b3110609020740y2eb9004cpab313c3353a437ca@mail.gmail.com>

p4raw-id: //depot/perl@28785

17 years ago[perl #40239] New hints file for MidnightBSD
Lucas Holt [Fri, 25 Aug 2006 20:16:40 +0000]
[perl #40239] New hints file for MidnightBSD
From: Lucas Holt (via RT) <perlbug-followup@perl.org>
Message-ID: <rt-3.5.HEAD-31263-1156562199-1390.40239-75-0@perl.org>

p4raw-id: //depot/perl@28783

17 years agoUpgrade to Sys::Syslog 0.18
Rafael Garcia-Suarez [Mon, 4 Sep 2006 15:50:17 +0000]
Upgrade to Sys::Syslog 0.18

p4raw-id: //depot/perl@28782

17 years ago[perl #40272] subroutine call with & in perlop example
yath-perlbug@yath.de [Sun, 3 Sep 2006 13:03:28 +0000]
[perl #40272] subroutine call with & in perlop example
From: yath-perlbug@yath.de (via RT) <perlbug-followup@perl.org>
Message-ID: <rt-3.5.HEAD-31251-1157313807-430.40272-75-0@perl.org>

p4raw-id: //depot/perl@28781

17 years agoDocumentation nit, found by Dr Ruud.
Rafael Garcia-Suarez [Mon, 4 Sep 2006 13:12:20 +0000]
Documentation nit, found by Dr Ruud.

p4raw-id: //depot/perl@28780

17 years agoCorrection to POD for FETCH_*_ATTRIBUTES
Jerry D. Hedden [Fri, 1 Sep 2006 12:43:46 +0000]
Correction to POD for FETCH_*_ATTRIBUTES
From: "Jerry D. Hedden" <jerry@hedden.us>
Message-ID: <20060901124346.fb30e530d17747c2b054d625b8945d88.0cfdb87cb8.wbe@email.secureserver.net>

p4raw-id: //depot/perl@28779

17 years agoRe: AW: [PATCH pod/*] Use Direct Object Constructor Calls
chromatic [Fri, 1 Sep 2006 09:12:45 +0000]
Re: AW: [PATCH pod/*] Use Direct Object Constructor Calls
Message-Id: <200609010912.46314.chromatic@wgz.org>

p4raw-id: //depot/perl@28778

17 years agoAdd Index Numbers to caller() Docs
chromatic [Fri, 1 Sep 2006 05:42:17 +0000]
Add Index Numbers to caller() Docs
Message-Id: <200609010542.17571.chromatic@wgz.org>

p4raw-id: //depot/perl@28777

17 years agoRemove dead code from sort.pm
Rafael Garcia-Suarez [Sun, 3 Sep 2006 12:51:57 +0000]
Remove dead code from sort.pm

p4raw-id: //depot/perl@28776

17 years agoMerge lval and hasargs into one U8 in struct block_sub
Nicholas Clark [Fri, 1 Sep 2006 17:25:50 +0000]
Merge lval and hasargs into one U8 in struct block_sub

p4raw-id: //depot/perl@28774

17 years agoAccess to cx->blk_sub.lval via macros (as it's about to move).
Nicholas Clark [Fri, 1 Sep 2006 16:27:48 +0000]
Access to cx->blk_sub.lval via macros (as it's about to move).

p4raw-id: //depot/perl@28773

17 years agoAccess cx->blk_sub.hasargs via a pair of macros (as it's about to
Nicholas Clark [Fri, 1 Sep 2006 15:05:10 +0000]
Access cx->blk_sub.hasargs via a pair of macros (as it's about to
move)

p4raw-id: //depot/perl@28772

17 years agoChange the generation of {} and [] from 3 ops to 1, and avoid 1 mortal
Nicholas Clark [Thu, 31 Aug 2006 09:05:50 +0000]
Change the generation of {} and [] from 3 ops to 1, and avoid 1 mortal
on the tempstack, by augmenting pp_anonlist and pp_anonhash to accept
OPf_SPECIAL to mean "return a reference to the aggregate" on the stack
rather than the aggregate itself.

p4raw-id: //depot/perl@28771

17 years agoSave 4 bytes from struct context (on ILP32) by moving cx_type into
Nicholas Clark [Thu, 31 Aug 2006 08:26:13 +0000]
Save 4 bytes from struct context (on ILP32) by moving cx_type into
struct block and struct subst.

p4raw-id: //depot/perl@28770

17 years agoSilence some more Borland compiler warnings
Steve Hay [Wed, 30 Aug 2006 15:57:13 +0000]
Silence some more Borland compiler warnings
(See: http://www.nntp.perl.org/group/perl.daily-build.reports/40471)

- Change the cryptic pragma warn strings into numbers that are more
  easily recognized, and add a new one (8027).

- Add a similar pragma warn line to fcrypt.c, which doesn't use
  win32.h.

p4raw-id: //depot/perl@28769

17 years agoSilence Borland compiler warnings in XS::APItest and Win32
Steve Hay [Tue, 29 Aug 2006 13:24:56 +0000]
Silence Borland compiler warnings in XS::APItest and Win32
(See: http://www.nntp.perl.org/group/perl.daily-build.reports/40471)

p4raw-id: //depot/perl@28768

17 years agoRevert bogus change 28763.
Rafael Garcia-Suarez [Mon, 28 Aug 2006 12:52:00 +0000]
Revert bogus change 28763.

p4raw-id: //depot/perl@28767

17 years agoFix PerlIO::scalar fileno() documentation as suggested in:
Shawn Boyette [Mon, 28 Aug 2006 00:21:25 +0000]
Fix PerlIO::scalar fileno() documentation as suggested in:
Subject: [perl #40245] POD error for PerlIO::scalar in 5.8.8
From: "Shawn Boyette" (via RT) <perlbug-followup@perl.org>
Message-ID: <rt-3.5.HEAD-31263-1156749685-634.40245-75-0@perl.org>

p4raw-id: //depot/perl@28766

17 years agoAdded an additional #ifndef based on comments by Jarkko and
Steve Peters [Sun, 27 Aug 2006 17:53:17 +0000]
Added an additional #ifndef based on comments by Jarkko and
John Malmberg.

p4raw-id: //depot/perl@28765

17 years agoperlsyn incomplete duplicate definition of truth
Daniel Frederick Crisman [Thu, 24 Aug 2006 17:29:57 +0000]
perlsyn incomplete duplicate definition of truth
Message-ID: <20060824212957.GA32557@fury.crisman.org>

p4raw-id: //depot/perl@28764

17 years agoMore conditional defines of EXTERN_C, by Jarkko
Rafael Garcia-Suarez [Sun, 27 Aug 2006 15:57:39 +0000]
More conditional defines of EXTERN_C, by Jarkko

p4raw-id: //depot/perl@28763

17 years agoChange #24364 broke Data::Dumper::Seen()
Marcus Holland-Moritz [Fri, 25 Aug 2006 22:35:33 +0000]
Change #24364 broke Data::Dumper::Seen()
Message-ID: <20060825223533.04efdf2d@r2d2>

p4raw-id: //depot/perl@28762

17 years agoRegression test for attributes 'reserved' warning,
Rafael Garcia-Suarez [Sun, 27 Aug 2006 15:46:54 +0000]
Regression test for attributes 'reserved' warning,
by Jerry D. Hedden

p4raw-id: //depot/perl@28761

17 years agoPut a plan in the last added test
Rafael Garcia-Suarez [Fri, 25 Aug 2006 16:47:08 +0000]
Put a plan in the last added test

p4raw-id: //depot/perl@28760

17 years agoSilence a bunch of Borland compiler warnings in SDBM_File
Steve Hay [Fri, 25 Aug 2006 16:12:52 +0000]
Silence a bunch of Borland compiler warnings in SDBM_File
(See: http://www.nntp.perl.org/group/perl.daily-build.reports/40283)

p4raw-id: //depot/perl@28759

17 years agoRe: [perl #40216] SelfLoader::croak doesn't protect $@ from being clobbered by require
Adriano Ferreira [Thu, 24 Aug 2006 10:20:43 +0000]
Re: [perl #40216] SelfLoader::croak doesn't protect $@ from being clobbered by require
From: "Adriano Ferreira" <a.r.ferreira@gmail.com>
Message-ID: <73ddeb6c0608240620s207124d1mc202aea6a4598576@mail.gmail.com>

p4raw-id: //depot/perl@28758

17 years agoFollowing Jarkko's advice, it seems that ODBM_File cannot be
Rafael Garcia-Suarez [Fri, 25 Aug 2006 15:45:08 +0000]
Following Jarkko's advice, it seems that ODBM_File cannot be
compiled as C++ as-is.

p4raw-id: //depot/perl@28757

17 years agoRE: [perl #40227] 'reserved' warning not working
Jerry D. Hedden [Thu, 24 Aug 2006 09:04:12 +0000]
RE: [perl #40227] 'reserved' warning not working
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <20060824090412.fb30e530d17747c2b054d625b8945d88.e8ae12ccab.wbe@email.secureserver.net>

p4raw-id: //depot/perl@28756

17 years agoUpgrade to File-Temp-0.17. Also, a change to Tim Jenness's email.
Steve Peters [Thu, 24 Aug 2006 15:07:58 +0000]
Upgrade to File-Temp-0.17.  Also, a change to Tim Jenness's email.

p4raw-id: //depot/perl@28755

17 years agochange 28744 broke ODBM_File
Robin Barker [Thu, 24 Aug 2006 13:22:47 +0000]
change 28744 broke ODBM_File
From: "Robin Barker" <Robin.Barker@npl.co.uk>
Message-ID: <2C2E01334A940D4792B3E115F95B7226120A1A@exchsvr1.npl.ad.local>

p4raw-id: //depot/perl@28754

17 years agoDon't promulgate Perl attributes
Jerry D. Hedden [Wed, 23 Aug 2006 10:07:05 +0000]
Don't promulgate Perl attributes
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <20060823100705.fb30e530d17747c2b054d625b8945d88.87c0ee9326.wbe@email.secureserver.net>

p4raw-id: //depot/perl@28753

17 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

17 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

17 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

17 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

17 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

17 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

17 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

17 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

17 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

17 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

17 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

17 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

17 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

17 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

17 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

17 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

17 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

17 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

17 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

17 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

17 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

17 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

17 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

17 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

17 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

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

p4raw-id: //depot/perl@28727

17 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

17 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

17 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

17 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

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

p4raw-id: //depot/perl@28722

17 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

17 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

17 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

17 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

17 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

17 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

17 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

17 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

17 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

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

p4raw-id: //depot/perl@28712

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

p4raw-id: //depot/perl@28711

17 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

17 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

17 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

17 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

17 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

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

p4raw-id: //depot/perl@28705

17 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

17 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

17 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

17 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

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

p4raw-id: //depot/perl@28700

17 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

17 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

17 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

17 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

17 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

17 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

17 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

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

p4raw-id: //depot/perl@28692

17 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

17 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

17 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