18 years agoFix another concatenated filepath in a test for Digest::SHA.
Steve Peters [Thu, 19 Jan 2006 02:32:06 +0000]
Fix another concatenated filepath in a test for Digest::SHA.

p4raw-id: //depot/perl@26911

18 years agoIntegrate 26847 from maint.
Nicholas Clark [Wed, 18 Jan 2006 23:52:20 +0000]
Integrate 26847 from maint.
[Whoops, that was never the plan. Didn't realise which directory I was
 in]

p4raw-id: //depot/perl@26910
p4raw-integrated: from //depot/maint-5.8/perl@26904 'merge in'
Porting/Maintainers.pl (@26588..)
p4raw-integrated: from //depot/maint-5.8/perl@26847 'merge in' AUTHORS
(@26590..)

18 years agoChange 26410 caused a regression, with the RVALUE return value of
Nicholas Clark [Wed, 18 Jan 2006 18:02:17 +0000]
Change 26410 caused a regression, with the RVALUE return value of
method calls now failing if bound to a global match. Add a TODO test.

p4raw-id: //depot/perl@26904

18 years agoAllow IPPROTO_ICMP and IPPROTO_UDP to be exported.
Gisle Aas [Wed, 18 Jan 2006 14:43:14 +0000]
Allow IPPROTO_ICMP and IPPROTO_UDP to be exported.
These were introduced in change 26897.

p4raw-id: //depot/perl@26903

18 years agoUse the IPPROTO_TCP constant instead of 6.
Gisle Aas [Wed, 18 Jan 2006 14:41:17 +0000]
Use the IPPROTO_TCP constant instead of 6.

p4raw-id: //depot/perl@26902

18 years agoChange all NEWSV() to newSV() in the core and non-dual-lived modules.
Steve Hay [Wed, 18 Jan 2006 14:23:09 +0000]
Change all NEWSV() to newSV() in the core and non-dual-lived modules.
Keep NEWSV() itself for backwards-compatibility outside of the core,
but don't advertise it any more.
(cf. change #25101).
p4raw-link: @25101 on //depot/perl: a02a5408b2f199007c4dcb74559cc79066307ada

p4raw-id: //depot/perl@26901

18 years agoDigest::SHA's t/2-nist-sha-oo.t has some path related problems on
Steve Peters [Wed, 18 Jan 2006 13:32:09 +0000]
Digest::SHA's t/2-nist-sha-oo.t has some path related problems on
VMS as well.

p4raw-id: //depot/perl@26900

18 years agoFixes for Digest::SHA. Replaced old ppport.h file with a new one
Steve Peters [Wed, 18 Jan 2006 13:09:10 +0000]
Fixes for Digest::SHA.  Replaced old ppport.h file with a new one
generated from Devel::PPPort 3.07.  Also, fixed a UNIX-based path
element that caused test failures on VMS (reported by John E. Malmberg
<wb8tyw@qsl.net>).

p4raw-id: //depot/perl@26899

18 years agoMake sure the most common IPPROTO_* constants are always available.
Gisle Aas [Wed, 18 Jan 2006 11:57:07 +0000]
Make sure the most common IPPROTO_* constants are always available.
These are well known numbers so it should not be a problem to
hardcode values when no constant is provided by the C library.
Ref <http://www.iana.org/assignments/protocol-numbers>.

On some old glibc systems (eg Redhat 6) IPPROTO_TCP is an enum only
and this change workaround that problem as well.

p4raw-id: //depot/perl@26897

18 years agoSuppress "statement not reached" warning from the Sun C compiler.
Gisle Aas [Wed, 18 Jan 2006 10:12:14 +0000]
Suppress "statement not reached" warning from the Sun C compiler.

p4raw-id: //depot/perl@26893

18 years agoExplain better how that test count works.
Rafael Garcia-Suarez [Wed, 18 Jan 2006 10:06:24 +0000]
Explain better how that test count works.

p4raw-id: //depot/perl@26892

18 years agoNew t/comp/require.t tests should go before the conditional exit.
Nicholas Clark [Wed, 18 Jan 2006 10:02:19 +0000]
New t/comp/require.t tests should go before the conditional exit.

p4raw-id: //depot/perl@26891

18 years agospecial VMS handling no longer needed since we now close the file
Craig A. Berry [Wed, 18 Jan 2006 05:12:10 +0000]
special VMS handling no longer needed since we now close the file

p4raw-id: //depot/perl@26889

18 years agoGisle points out that it's ok to ignore the return value of newSVrv.
Rafael Garcia-Suarez [Tue, 17 Jan 2006 21:45:37 +0000]
Gisle points out that it's ok to ignore the return value of newSVrv.
Due to how embed.pl is implemented, this also has the unfortunate
side-effect of removing __attribute__malloc__ from the attributes of
this function, but given that the new pointer is stored elsewhere
anyway, this shouldn't impact what gcc could have optimized.

p4raw-id: //depot/perl@26885

18 years agoRegression test for change #26881
Rafael Garcia-Suarez [Tue, 17 Jan 2006 21:22:38 +0000]
Regression test for change #26881
p4raw-link: @26881 on //depot/perl: ae706db49f17350f7e2ed5eccdc792223f4ea020

p4raw-id: //depot/perl@26883

18 years agoThe current OP that is tested in doeval() can be a require(), an
Rafael Garcia-Suarez [Tue, 17 Jan 2006 19:03:51 +0000]
The current OP that is tested in doeval() can be a require(), an
eval() or a do(). When we test whether OPf_SPECIAL is set on it, be
sure to take into account that it's the eval-related meaning of
OPf_SPECIAL we're testing for, not the require-related one.

p4raw-id: //depot/perl@26881

18 years agoMake the description of $^M in perlvar a bit more clear
Rafael Garcia-Suarez [Tue, 17 Jan 2006 16:15:15 +0000]
Make the description of $^M in perlvar a bit more clear
w.r.t. cross-references to the INSTALL document. (spotted
by Stas Bekman)

p4raw-id: //depot/perl@26878

18 years agoRe: [PATCH] Updated README.macosx
Sherm Pendley [Mon, 16 Jan 2006 16:53:23 +0000]
Re: [PATCH] Updated README.macosx
Message-Id: <619C9A5D-972F-4B90-A99A-B4B6D04C584D@dot-app.org>

p4raw-id: //depot/perl@26877

18 years agoMore readable MEM_WRAP_CHECK_1() macro.
Gisle Aas [Tue, 17 Jan 2006 11:37:54 +0000]
More readable MEM_WRAP_CHECK_1() macro.
This form also avoids the "dead part of constant expression is nonconstant"
warning from the Sun Studio 10 compiler.

p4raw-id: //depot/perl@26871

18 years agoDots in directory names aren't nice on VMS.
Craig A. Berry [Tue, 17 Jan 2006 04:03:01 +0000]
Dots in directory names aren't nice on VMS.

p4raw-id: //depot/perl@26870

18 years agomore case tolerance for vms/ext/filespec.t
Craig A. Berry [Tue, 17 Jan 2006 03:28:20 +0000]
more case tolerance for vms/ext/filespec.t

p4raw-id: //depot/perl@26869

18 years agoDon't warn about a directory being closed in the DESTROY for
Steve Peters [Mon, 16 Jan 2006 22:31:52 +0000]
Don't warn about a directory being closed in the DESTROY for
IO::Dir.

p4raw-id: //depot/perl@26868

18 years agodefined %foo::bar:: wasn't working like it used to do in evals
Rafael Garcia-Suarez [Mon, 16 Jan 2006 19:16:58 +0000]
defined %foo::bar:: wasn't working like it used to do in evals
(and, consequently, when require'ing modules.)

p4raw-id: //depot/perl@26867

18 years agoUpgrade to Devel::PPPort 3.07
Marcus Holland-Moritz [Mon, 16 Jan 2006 18:13:28 +0000]
Upgrade to Devel::PPPort 3.07

p4raw-id: //depot/perl@26866

18 years agoUpgrade to Encode 2.14
Rafael Garcia-Suarez [Mon, 16 Jan 2006 14:09:29 +0000]
Upgrade to Encode 2.14

p4raw-id: //depot/perl@26863

18 years agoTeach checkAUTHORS about all the authors in 5.8.2-5.8.8, and any others
Nicholas Clark [Mon, 16 Jan 2006 13:10:06 +0000]
Teach checkAUTHORS about all the authors in 5.8.2-5.8.8, and any others
whose e-mail address I recognise.

p4raw-id: //depot/perl@26861

18 years agoAdd new directories from C::Zlib to make clean
Rafael Garcia-Suarez [Mon, 16 Jan 2006 12:07:34 +0000]
Add new directories from C::Zlib to make clean

p4raw-id: //depot/perl@26859

18 years ago[PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.83_55.tar.gz
Andreas König [Sat, 14 Jan 2006 12:57:48 +0000]
[PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.83_55.tar.gz
Message-ID: <87u0c7yqbn.fsf@k75.linux.bogus>

p4raw-id: //depot/perl@26858

18 years agoGive up on through.t on VMS for now -- no can do with current
Craig A. Berry [Sat, 14 Jan 2006 16:45:56 +0000]
Give up on through.t on VMS for now -- no can do with current
pipe implementation.

p4raw-id: //depot/perl@26857

18 years agoCan now count the patches committed with --thanks-applied.
Nicholas Clark [Sat, 14 Jan 2006 12:49:31 +0000]
Can now count the patches committed with --thanks-applied.
Changes5.8's top 3:
3332:   jhi
321:    ams
60:     nick

p4raw-id: //depot/perl@26856

18 years agoOops. When the e-mail address came first, or there was no name with it,
Nicholas Clark [Sat, 14 Jan 2006 12:35:58 +0000]
Oops. When the e-mail address came first, or there was no name with it,
checkAUTHORS.pl wasn't recognising it, which caused the change to be
attributed to the committer rather than the author. This now reveals
several people "missing" from the AUTHORS file.

p4raw-id: //depot/perl@26855

18 years agoSome reordering and one new address for Stéphane Payrard
Nicholas Clark [Sat, 14 Jan 2006 12:25:15 +0000]
Some reordering and one new address for Stéphane Payrard

p4raw-id: //depot/perl@26854

18 years agoTeach checkAUTHORS.pl about everyone in Changes5.8.[2-8], adding to
Nicholas Clark [Sat, 14 Jan 2006 12:20:19 +0000]
Teach checkAUTHORS.pl about everyone in Changes5.8.[2-8], adding to
AUTHORS where necessary.

p4raw-id: //depot/perl@26853

18 years agoAdd Ken Hirsch to AUTHORS.
Nicholas Clark [Sat, 14 Jan 2006 11:54:09 +0000]
Add Ken Hirsch to AUTHORS.

p4raw-id: //depot/perl@26852

18 years agoe-mail update from Phil Lobbes
Nicholas Clark [Sat, 14 Jan 2006 11:39:42 +0000]
e-mail update from Phil Lobbes

p4raw-id: //depot/perl@26850

18 years agoPerldelta nits by Jim Cromie
Rafael Garcia-Suarez [Sat, 14 Jan 2006 10:26:15 +0000]
Perldelta nits by Jim Cromie

p4raw-id: //depot/perl@26849

18 years agoAdapt test.valgrind make target to recent valgrinds (3.x)
Rafael Garcia-Suarez [Sat, 14 Jan 2006 08:49:12 +0000]
Adapt test.valgrind make target to recent valgrinds (3.x)
by Jim Cromie

p4raw-id: //depot/perl@26846

18 years agoFriday the 13th, Part II. Don't call SYS$GETJPI with fancy case
Craig A. Berry [Sat, 14 Jan 2006 05:16:27 +0000]
Friday the 13th, Part II.  Don't call SYS$GETJPI with fancy case
lookup stuff on older systems that don't know what it means (broken
in #25306).

p4raw-id: //depot/perl@26845

18 years agoEek. #25783 broke all pre-v8.2 VMS builds. Undo all the bits
Craig A. Berry [Sat, 14 Jan 2006 05:02:38 +0000]
Eek.  #25783 broke all pre-v8.2 VMS builds.  Undo all the bits
having to do with dirent, opendir, etc.  Must be Friday the 13th.

p4raw-id: //depot/perl@26844

18 years agocheckAUTHORS.pl --rank would loop infinitely on an empty results array.
Nicholas Clark [Fri, 13 Jan 2006 21:44:47 +0000]
checkAUTHORS.pl --rank would loop infinitely on an empty results array.

p4raw-id: //depot/perl@26838

18 years agoAdditional tests for RT #38207: "Useless localization of constant ($[)
Steve Peters [Fri, 13 Jan 2006 19:31:19 +0000]
Additional tests for RT #38207: "Useless localization of constant ($[)
in getopts.pl".

p4raw-id: //depot/perl@26835

18 years agoRe: Today's compiling adventure
Ken Hirsch [Thu, 12 Jan 2006 13:26:16 +0000]
Re: Today's compiling adventure
Message-ID: <43C69F48.7090600@ftml.net>
Date: Thu, 12 Jan 2006 13:26:16 -0500

p4raw-id: //depot/perl@26831

18 years agoMore perldelta work
Rafael Garcia-Suarez [Fri, 13 Jan 2006 17:32:31 +0000]
More perldelta work

p4raw-id: //depot/perl@26826

18 years ago$utf8::VERSION++ # Documentation.
Nicholas Clark [Fri, 13 Jan 2006 17:08:13 +0000]
$utf8::VERSION++ # Documentation.

p4raw-id: //depot/perl@26824

18 years agoFix internal links in POD.
Rafael Garcia-Suarez [Fri, 13 Jan 2006 14:50:32 +0000]
Fix internal links in POD.

p4raw-id: //depot/perl@26819

18 years agoMore $VERSION bumps.
Nicholas Clark [Fri, 13 Jan 2006 14:02:00 +0000]
More $VERSION bumps.

p4raw-id: //depot/perl@26817

18 years agoBetter wording for change 26796. Plus, make podchecker happy.
Rafael Garcia-Suarez [Fri, 13 Jan 2006 13:47:52 +0000]
Better wording for change 26796. Plus, make podchecker happy.

p4raw-id: //depot/perl@26816

18 years agoFix [perl #38223]; _IOC_SIZE() not always safe.
Gisle Aas [Fri, 13 Jan 2006 12:10:28 +0000]
Fix [perl #38223]; _IOC_SIZE() not always safe.

p4raw-id: //depot/perl@26815

18 years agoAdd a link to the Opcode doc in Safe.
Rafael Garcia-Suarez [Fri, 13 Jan 2006 09:22:14 +0000]
Add a link to the Opcode doc in Safe.
(see RT CPAN ticket #8579)

p4raw-id: //depot/perl@26814

18 years agoAssorted VMS-only MakeMaker fixes for blead
Craig A. Berry [Fri, 13 Jan 2006 01:12:44 +0000]
Assorted VMS-only MakeMaker fixes for blead

p4raw-id: //depot/perl@26813

18 years agoMake h2ph recognize (and skip) const and __const__ in C function
Rafael Garcia-Suarez [Thu, 12 Jan 2006 23:11:16 +0000]
Make h2ph recognize (and skip) const and __const__ in C function
prototypes. This makes it produce better files on linux-sparc64.

p4raw-id: //depot/perl@26812

18 years agoUpgrade to Devel::PPPort 3.06_01
Nicholas Clark [Thu, 12 Jan 2006 20:03:51 +0000]
Upgrade to Devel::PPPort 3.06_01

p4raw-id: //depot/perl@26809

18 years agoAdd new mpeix file from #26807
H.Merijn Brand [Thu, 12 Jan 2006 19:54:57 +0000]
Add new mpeix file from #26807

p4raw-id: //depot/perl@26808

18 years agoRe: Today's compiling adventure
Ken Hirsch [Thu, 12 Jan 2006 13:26:16 +0000]
Re: Today's compiling adventure
Message-ID: <43C69F48.7090600@ftml.net>

p4raw-id: //depot/perl@26807

18 years ago$Socket::VERSION++; # You always miss one.
Nicholas Clark [Thu, 12 Jan 2006 19:09:19 +0000]
$Socket::VERSION++; # You always miss one.

p4raw-id: //depot/perl@26805

18 years agoBump $VERSION in many modules that have changed.
Nicholas Clark [Thu, 12 Jan 2006 18:44:49 +0000]
Bump $VERSION in many modules that have changed.

p4raw-id: //depot/perl@26804

18 years agoDon't warn when localizing $[
Rafael Garcia-Suarez [Thu, 12 Jan 2006 15:40:53 +0000]
Don't warn when localizing $[

p4raw-id: //depot/perl@26803

18 years ago[perl #38205] misleading typo in perlfaq8
erik@cs.uni-jena.de [Wed, 11 Jan 2006 14:56:28 +0000]
[perl #38205] misleading typo in perlfaq8
From: erik@cs.uni-jena.de (via RT) <perlbug-followup@perl.org>
Message-ID: <rt-3.0.11-38205-127890.10.340635502974@perl.org>

p4raw-id: //depot/perl@26802

18 years agoFAQ sync.
Rafael Garcia-Suarez [Thu, 12 Jan 2006 13:36:05 +0000]
FAQ sync.

p4raw-id: //depot/perl@26801

18 years agoCompress::Zlib
Paul Marquess [Thu, 12 Jan 2006 13:20:58 +0000]
Compress::Zlib
From: "Paul Marquess" <paul.marquess@ntlworld.com>
Message-ID: <020d01c6177b$087b1c60$4c05140a@myopwv.com>

p4raw-id: //depot/perl@26800

18 years agoRe: cloning and foo_dup functions
Yitzchak Scott-Thoennes [Thu, 12 Jan 2006 01:41:18 +0000]
Re: cloning and foo_dup functions
Message-ID: <20060112094118.GA1432@efn.org>

p4raw-id: //depot/perl@26799

18 years agoTest comment fix by Dominic Dunlop
Rafael Garcia-Suarez [Thu, 12 Jan 2006 11:02:45 +0000]
Test comment fix by Dominic Dunlop

p4raw-id: //depot/perl@26798

18 years agoTypo fix.
Rafael Garcia-Suarez [Thu, 12 Jan 2006 10:13:27 +0000]
Typo fix.

p4raw-id: //depot/perl@26797

18 years agofix for :crlf example
Xavier Noria [Wed, 11 Jan 2006 23:11:49 +0000]
fix for :crlf example
Message-Id: <0F64C146-3A80-4FDF-8149-AFB35B3C4D3B@hashref.com>

plus bump its $VERSION

p4raw-id: //depot/perl@26796

18 years agoA few more places that can use hv_fetchs().
Gisle Aas [Wed, 11 Jan 2006 21:09:19 +0000]
A few more places that can use hv_fetchs().
Ref change 26676.

p4raw-id: //depot/perl@26795

18 years agoCygwin issue (26792) and patchlevel (26790)
Yitzchak Scott-Thoennes [Fri, 6 Jan 2006 13:47:10 +0000]
Cygwin issue (26792) and patchlevel (26790)

Subject: Re: Cygwin status, maint and blead
Date: Fri, 6 Jan 2006 13:47:10 -0800
Message-ID: <20060106214710.GA592@efn.org>

Subject: Re: Cygwin status, maint and blead
From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
Date: Thu, 10 Nov 2005 00:46:33 -0800
Message-ID: <20051110084633.GA3364@efn.org>

p4raw-id: //depot/perl@26793

18 years agoMake $( and $) list the groups in the order they
Gisle Aas [Wed, 11 Jan 2006 20:50:30 +0000]
Make $( and $) list the groups in the order they
are returned from the OS.  Linux seems to return
the gids sorted and it seemed wrong for perl to
reverse this order.

p4raw-id: //depot/perl@26791

18 years agoRe: [PATCH] Mac OS X 10.4.4 (Darwin 8.4.0) still does not fix locale issue
Dominic Dunlop [Wed, 11 Jan 2006 19:52:20 +0000]
Re: [PATCH] Mac OS X 10.4.4 (Darwin 8.4.0) still does not fix locale issue
Message-Id: <FD99F9D3-16DB-484C-BC0A-702F60DAACA4@computer.org>

p4raw-id: //depot/perl@26789

18 years agoRefactor S_vdie_common so that Perl_vwarn can use it too.
Nicholas Clark [Wed, 11 Jan 2006 14:47:04 +0000]
Refactor S_vdie_common so that Perl_vwarn can use it too.

p4raw-id: //depot/perl@26787

18 years agoGet rid of the following gcc format warnings by simplifying the
Gisle Aas [Wed, 11 Jan 2006 14:23:28 +0000]
Get rid of the following gcc format warnings by simplifying the
getgroups implementation:

  mg.c: In function Perl_magic_get':
  mg.c:1008: warning: long unsigned int format, gid_t arg (arg 3)
  mg.c:1014: warning: long unsigned int format, gid_t arg (arg 3)
  mg.c:1025: warning: long unsigned int format, unsigned int arg (arg 3)

Since we already cast the numeric Gid_t values to an IV it should not
be too risky to also cast the Group_t values.  Converting these values
with Gid_t_f wasn't quite right anyway.

p4raw-id: //depot/perl@26786

18 years agoClean up temp files/dirs left by Archive-Tar tests
Steve Hay [Wed, 11 Jan 2006 14:07:47 +0000]
Clean up temp files/dirs left by Archive-Tar tests

Part of this reinstates change 25043 which was mistakenly removed
by change 25312

p4raw-id: //depot/perl@26785

18 years agoMake description of new warning introduced in change 26780 more precise
Rafael Garcia-Suarez [Wed, 11 Jan 2006 12:52:27 +0000]
Make description of new warning introduced in change 26780 more precise

p4raw-id: //depot/perl@26784

18 years agoClean up libdirs left behind by new Compress-Zlib
Steve Hay [Wed, 11 Jan 2006 12:31:26 +0000]
Clean up libdirs left behind by new Compress-Zlib

p4raw-id: //depot/perl@26783

18 years agoFw: CPAN Upload: S/SA/SAPER/Sys-Syslog-0.13.tar.gz
Sébastien Aperghis-Tramoni [Wed, 11 Jan 2006 02:13:31 +0000]
Fw: CPAN Upload: S/SA/SAPER/Sys-Syslog-0.13.tar.gz
Message-ID: <1136942011.43c45bbb82dce@imp1-g19.free.fr>

p4raw-id: //depot/perl@26782

18 years agoGisle notes that SvRTRIM should also write a new '\0' at the end.
Nicholas Clark [Wed, 11 Jan 2006 12:11:03 +0000]
Gisle notes that SvRTRIM should also write a new '\0' at the end.

p4raw-id: //depot/perl@26781

18 years agoFix the new warning created with version-0.53
Steve Peters [Wed, 11 Jan 2006 11:53:07 +0000]
Fix the new warning created with version-0.53

p4raw-id: //depot/perl@26780

18 years agoMake setting 'PL_origalen = 1' before perl_parse() disable
Gisle Aas [Wed, 11 Jan 2006 09:52:18 +0000]
Make setting 'PL_origalen = 1' before perl_parse() disable
argv[0] munging when $0 is assigned to.

p4raw-id: //depot/perl@26779

18 years agoBleadperl's Win32::Win32 is more recent than the current CPAN release
Steve Hay [Wed, 11 Jan 2006 09:04:38 +0000]
Bleadperl's Win32::Win32 is more recent than the current CPAN release
of libwin32 (0.26), so bump the $VERSION a little

p4raw-id: //depot/perl@26778

18 years agoUpgrade to version-0.53
Steve Peters [Wed, 11 Jan 2006 03:22:57 +0000]
Upgrade to version-0.53

p4raw-id: //depot/perl@26777

18 years agos/superceded/superseded/g
Nicholas Clark [Tue, 10 Jan 2006 17:46:15 +0000]
s/superceded/superseded/g

p4raw-id: //depot/perl@26774

18 years agoRe: Sys::Syslog blows up rather spectacularly on Solaris
Alan Burlison [Tue, 10 Jan 2006 15:51:42 +0000]
Re: Sys::Syslog blows up rather spectacularly on Solaris
Message-ID: <43C3D80E.20704@sun.com>
Date: Tue, 10 Jan 2006 15:51:42 +0000

p4raw-id: //depot/perl@26773

18 years agoGisle is correct - $host needs to stay in case the user sets it
Nicholas Clark [Tue, 10 Jan 2006 16:36:03 +0000]
Gisle is correct - $host needs to stay in case the user sets it
themselves. But if the user doesn't, default to INADDR_LOOPBACK.

p4raw-id: //depot/perl@26772

18 years ago1. Make HP C-ANSI-C work on Itanium2 (HP-UX 11.23)
H.Merijn Brand [Tue, 10 Jan 2006 15:16:03 +0000]
1. Make HP C-ANSI-C work on Itanium2 (HP-UX 11.23)
   broken optimizer
2. Remove a compiler warning in a try program

p4raw-id: //depot/perl@26770

18 years agoWhy should Syslog jump through hoops to look up the hostname so it can
Nicholas Clark [Tue, 10 Jan 2006 15:09:07 +0000]
Why should Syslog jump through hoops to look up the hostname so it can
immediately convert it to an IP address, when all it really wants is
a connection to the loopback device?

p4raw-id: //depot/perl@26769

18 years agoIf getservbyname fails tell what service the lookup
Gisle Aas [Tue, 10 Jan 2006 14:32:43 +0000]
If getservbyname fails tell what service the lookup
attempt tried to use.

p4raw-id: //depot/perl@26768

18 years agoMissing an initialisation, as spotted by Merijn's HP compiler.
Nicholas Clark [Tue, 10 Jan 2006 13:24:26 +0000]
Missing an initialisation, as spotted by Merijn's HP compiler.

p4raw-id: //depot/perl@26767

18 years agoRemove Syslog tests that use external modules
Rafael Garcia-Suarez [Tue, 10 Jan 2006 13:20:52 +0000]
Remove Syslog tests that use external modules

p4raw-id: //depot/perl@26766

18 years agoMove initialization of old values prior to moreswitches()
Gisle Aas [Tue, 10 Jan 2006 11:41:24 +0000]
Move initialization of old values prior to moreswitches()
closer to their use and together with 'switches_done'.

p4raw-id: //depot/perl@26765

18 years agoIt's the Barbie bus patch
Andy Lester [Mon, 9 Jan 2006 23:42:43 +0000]
It's the Barbie bus patch
Message-ID: <20060110054243.GA26165@petdance.com>

p4raw-id: //depot/perl@26764

18 years agoRemove stale date.
Gisle Aas [Tue, 10 Jan 2006 10:10:10 +0000]
Remove stale date.

p4raw-id: //depot/perl@26762

18 years agoCompress::Zlib becomes zlib agnostic
Paul Marquess [Mon, 9 Jan 2006 20:25:00 +0000]
Compress::Zlib  becomes zlib agnostic
From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
Message-ID: <002101c6155a$c5886c90$1340100a@myopwv.com>

p4raw-id: //depot/perl@26761

18 years agoAvoid possible dereference of NULL in the initialization of PL_origalen.
Gisle Aas [Tue, 10 Jan 2006 08:58:21 +0000]
Avoid possible dereference of NULL in the initialization of PL_origalen.
This can only happen when perlparse is called with no argv.
Don't try to update PL_origargv unless PL_origalen is at least 2.

p4raw-id: //depot/perl@26760

18 years agoMake FAKE,READONLY optional on VMS in test 21
Craig A. Berry [Tue, 10 Jan 2006 04:28:25 +0000]
Make FAKE,READONLY optional on VMS in test 21

p4raw-id: //depot/perl@26759

18 years agoAdd Digest::SHA to the Win32 makefiles
Rafael Garcia-Suarez [Mon, 9 Jan 2006 14:58:57 +0000]
Add Digest::SHA to the Win32 makefiles

p4raw-id: //depot/perl@26758

18 years agoRe: relaxing TEST restrictions (was: Re: 5.9.3 approaches)
Yitzchak Scott-Thoennes [Mon, 9 Jan 2006 06:38:25 +0000]
Re: relaxing TEST restrictions (was: Re: 5.9.3 approaches)
Message-ID: <20060109143825.GB4132@efn.org>

p4raw-id: //depot/perl@26757

18 years ago[patch] more about embed.fnc in perlguts
Jim Cromie [Sun, 8 Jan 2006 11:35:46 +0000]
[patch] more about embed.fnc in perlguts
Message-ID: <43C15B82.9090309@gmail.com>

(with a few nits)

p4raw-id: //depot/perl@26756

18 years agoAdded standard core header to test cases for Digest::SHA
Steve Peters [Mon, 9 Jan 2006 14:27:07 +0000]
Added standard core header to test cases for Digest::SHA

p4raw-id: //depot/perl@26755

18 years agoPOSIX and Fcntl both export the same constants derived from the same
Nicholas Clark [Mon, 9 Jan 2006 14:10:34 +0000]
POSIX and Fcntl both export the same constants derived from the same
C macros. Given that constants are now real inline and *defined*,
rather than merely declared and AUTOLOADed as needed, it is best that
POSIX quite litereally re-exports the constants defined by Fcntl.

p4raw-id: //depot/perl@26754

18 years agoRestore hardcoded PERL_PATCHNUM removed in change 26672.
Gisle Aas [Mon, 9 Jan 2006 13:59:48 +0000]
Restore hardcoded PERL_PATCHNUM removed in change 26672.
This is actually needed for the current Configure logic
to pick up the real patchnum from the .patch file.

p4raw-id: //depot/perl@26753

18 years agoUpgrade to Sys::Syslog 0.12
Rafael Garcia-Suarez [Mon, 9 Jan 2006 13:44:20 +0000]
Upgrade to Sys::Syslog 0.12

p4raw-id: //depot/perl@26752