This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
22 years agoEncode.pm docs fix
Matt Sergeant [Mon, 10 Sep 2001 15:24:01 +0000 (16:24 +0100)]
Encode.pm docs fix
Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B90035@UKS040>

p4raw-id: //depot/perl@11980

22 years agoUpdate Changes.
Jarkko Hietaniemi [Mon, 10 Sep 2001 13:17:48 +0000 (13:17 +0000)]
Update Changes.

p4raw-id: //depot/perl@11979

22 years agoRevert #11973, the dTHX seems to be needed in there
Jarkko Hietaniemi [Mon, 10 Sep 2001 12:59:40 +0000 (12:59 +0000)]
Revert #11973, the dTHX seems to be needed in there
for threaded builds.

p4raw-id: //depot/perl@11978

22 years agoDetypo.
Jarkko Hietaniemi [Mon, 10 Sep 2001 12:55:47 +0000 (12:55 +0000)]
Detypo.

p4raw-id: //depot/perl@11977

22 years agoFurther Class::Struct patching from Damian.
Jarkko Hietaniemi [Mon, 10 Sep 2001 12:46:34 +0000 (12:46 +0000)]
Further Class::Struct patching from Damian.

The new new semantics are:

* If you pass an initializer for a nested object, it has to be:
a) a reference to an object of that class, or
b) a reference to an object of a subclass of that class, or
c) a reference to a hash of arguments to be passed to the
   class's constructor
* If you pass no initializer for a nested object, the attribute
  is initialized to C<undef>

p4raw-id: //depot/perl@11976

22 years agoSkip the crypt test if no crypt.
Jarkko Hietaniemi [Mon, 10 Sep 2001 12:42:24 +0000 (12:42 +0000)]
Skip the crypt test if no crypt.

p4raw-id: //depot/perl@11975

22 years agoWarn against using bare v-strings as IP addresses
Jarkko Hietaniemi [Mon, 10 Sep 2001 12:39:25 +0000 (12:39 +0000)]
Warn against using bare v-strings as IP addresses
(okay if using the wrappers from Socket)

p4raw-id: //depot/perl@11974

22 years agoRemove unused dTHX. Silenced another warning.
Artur Bergman [Mon, 10 Sep 2001 11:57:58 +0000 (11:57 +0000)]
Remove unused dTHX. Silenced another warning.

p4raw-id: //depot/perl@11973

22 years agoSilence some more warnings INT2PTR.
Artur Bergman [Mon, 10 Sep 2001 11:54:25 +0000 (11:54 +0000)]
Silence some more warnings INT2PTR.

p4raw-id: //depot/perl@11972

22 years agoSilence another ITHREAD 64bit INT/32bit PTR warning.
Artur Bergman [Mon, 10 Sep 2001 11:21:50 +0000 (11:21 +0000)]
Silence another ITHREAD 64bit INT/32bit PTR warning.

p4raw-id: //depot/perl@11971

22 years agoApply INT2PTR with force to silence warnings from
Artur Bergman [Mon, 10 Sep 2001 11:17:25 +0000 (11:17 +0000)]
Apply INT2PTR with force to silence warnings from
PM_GETRE and friends. No more warnings with 64bit
IVs and 32bit pointers.

p4raw-id: //depot/perl@11970

22 years agoRemoved reference of -DPERL_CUSTOM_OPS in the documentation.
Artur Bergman [Mon, 10 Sep 2001 10:13:02 +0000 (10:13 +0000)]
Removed reference of -DPERL_CUSTOM_OPS in the documentation.

p4raw-id: //depot/perl@11969

22 years agoRemove #ifdef PERL_CUSTOM_OPS, always build with PERL_CUSTOM_OPS
Artur Bergman [Mon, 10 Sep 2001 10:02:51 +0000 (10:02 +0000)]
Remove #ifdef PERL_CUSTOM_OPS, always build with PERL_CUSTOM_OPS
Rename to custop_op_name to Perl_custom_op_name to match perlapi
Clone the hashtable PL_custom_op_names and PL_custop_op_descs in
perl_clone.

p4raw-id: //depot/perl@11968

22 years agoUsing strlen() not good on embedded nul bytes.
Jarkko Hietaniemi [Mon, 10 Sep 2001 03:14:35 +0000 (03:14 +0000)]
Using strlen() not good on embedded nul bytes.

p4raw-id: //depot/perl@11967

22 years agoRe: [ID 20010810.011] 'use v2b' not allowed with strict
Rafael Garcia-Suarez [Mon, 13 Aug 2001 22:51:59 +0000 (00:51 +0200)]
Re: [ID 20010810.011] 'use v2b' not allowed with strict
Message-ID: <20010813225159.C6681@rafael>
       (Applied with several tweaks.)

p4raw-id: //depot/perl@11966

22 years agoThe exact error message is system-dependent.
Jarkko Hietaniemi [Sun, 9 Sep 2001 14:40:39 +0000 (14:40 +0000)]
The exact error message is system-dependent.

p4raw-id: //depot/perl@11965

22 years agoAdd Windows and Mac Sami support to Encode
Jarkko Hietaniemi [Sun, 9 Sep 2001 14:38:05 +0000 (14:38 +0000)]
Add Windows and Mac Sami support to Encode
(http://www.egt.ie/standards/se/sami-teastabaiki.html)

p4raw-id: //depot/perl@11964

22 years agoUse the tried method.
Jarkko Hietaniemi [Sun, 9 Sep 2001 13:54:07 +0000 (13:54 +0000)]
Use the tried method.

p4raw-id: //depot/perl@11963

22 years agoCan't count parentheses.
Jarkko Hietaniemi [Sun, 9 Sep 2001 13:46:59 +0000 (13:46 +0000)]
Can't count parentheses.

p4raw-id: //depot/perl@11962

22 years agoperlport additions: 1 while unlink, add/delete directory
Jarkko Hietaniemi [Sun, 9 Sep 2001 13:34:12 +0000 (13:34 +0000)]
perlport additions: 1 while unlink, add/delete directory
entries and permissions, cygwin stat funkiness (from Michael
Schwern and Nicholas Clark)

p4raw-id: //depot/perl@11961

22 years agoblib does have a detectable test.
Jarkko Hietaniemi [Sun, 9 Sep 2001 13:19:12 +0000 (13:19 +0000)]
blib does have a detectable test.

p4raw-id: //depot/perl@11960

22 years agoAdd Test for Term::Complete
chromatic [Sat, 8 Sep 2001 19:33:42 +0000 (13:33 -0600)]
Add Test for Term::Complete
Message-ID: <20010909013810.11522.qmail@onion.perl.org>

p4raw-id: //depot/perl@11959

22 years agoTest::Tutorial?
Michael G. Schwern [Sat, 8 Sep 2001 02:40:26 +0000 (22:40 -0400)]
Test::Tutorial?
Message-ID: <20010908024026.A26283@blackrider>

p4raw-id: //depot/perl@11958

22 years agoTry to look up protocol (by name) only iff it has non-numbers:
Jarkko Hietaniemi [Sun, 9 Sep 2001 13:03:33 +0000 (13:03 +0000)]
Try to look up protocol (by name) only iff it has non-numbers:
nice if the server is in a chrooted environment (no /etc/protocols,
server code using hardcorded protocol numbers like 6 for tcp),
suggested by John Holdsworth <coldwave@bigfoot.com>.
In other words, if we are given a number, why look it up again
(by number)?

p4raw-id: //depot/perl@11957

22 years ago[PATCH regcomp.c] zero-width assertions CAN be ?'d
Jeff Pinyan [Sat, 8 Sep 2001 15:42:30 +0000 (11:42 -0400)]
[PATCH regcomp.c] zero-width assertions CAN be ?'d
Date: Sat, 8 Sep 2001 15:42:30 -0400 (EDT)
Message-ID: <Pine.GSO.4.21.0109081535480.24489-100000@crusoe.crusoe.net>

Subject: Re: [PATCH t/op/misc.t] regcomp.c patch broke test
From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
Date: Sat, 8 Sep 2001 18:33:12 -0400 (EDT)
Message-ID: <Pine.GSO.4.21.0109081832030.24489-100000@crusoe.crusoe.net>
Subject: [PATCH t/lib/warnings/regcomp] (?=...)? gives no warning now
From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
Date: Sat, 8 Sep 2001 18:37:22 -0400 (EDT)
Message-ID: <Pine.GSO.4.21.0109081835340.24489-100000@crusoe.crusoe.net>

p4raw-id: //depot/perl@11956

22 years agoRe: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
Craig A. Berry [Sat, 8 Sep 2001 19:02:16 +0000 (14:02 -0500)]
Re: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
Message-Id: <5.1.0.14.0.20010908185936.01aadcc0@mail.mac.com>

p4raw-id: //depot/perl@11955

22 years agoDocumentation tweaks; think the IP address as an opaque string.
Jarkko Hietaniemi [Sun, 9 Sep 2001 02:30:39 +0000 (02:30 +0000)]
Documentation tweaks; think the IP address as an opaque string.

p4raw-id: //depot/perl@11954

22 years ago[REPATCH] Re: [PATCH] new test lib/blib.t
Michael G. Schwern [Sat, 8 Sep 2001 19:45:46 +0000 (15:45 -0400)]
[REPATCH] Re: [PATCH] new test lib/blib.t
Message-ID: <20010908194546.C9193@blackrider>

p4raw-id: //depot/perl@11953

22 years agoAdded Test for CGI::Fast
chromatic [Sat, 8 Sep 2001 12:31:44 +0000 (06:31 -0600)]
Added Test for CGI::Fast
Message-ID: <20010908183612.49960.qmail@onion.perl.org>

p4raw-id: //depot/perl@11952

22 years agoThe Socket tests were wrong: they were assuming too much.
Jarkko Hietaniemi [Sun, 9 Sep 2001 00:24:07 +0000 (00:24 +0000)]
The Socket tests were wrong: they were assuming too much.

p4raw-id: //depot/perl@11951

22 years agoRetract the portability changes since they
Jarkko Hietaniemi [Sat, 8 Sep 2001 20:09:07 +0000 (20:09 +0000)]
Retract the portability changes since they
seem to have opened a can of worms... will
go back to UNICOS/mk and do the bare minimum
required to get the tests working.

p4raw-id: //depot/perl@11950

22 years agoPADOFFSET is used to cast pointers into integers,
Jarkko Hietaniemi [Sat, 8 Sep 2001 19:48:20 +0000 (19:48 +0000)]
PADOFFSET is used to cast pointers into integers,
if pointers are 64 bits and U32 32 bits,
bad things may happen, or at least warnings issued.

p4raw-id: //depot/perl@11949

22 years agoStill more Socket portability tweaking.
Jarkko Hietaniemi [Sat, 8 Sep 2001 18:50:07 +0000 (18:50 +0000)]
Still more Socket portability tweaking.
Now Socket.t seems to be happy in all of
Linux/x86, Tru64/alpha, Solaris/sparc,
IRIX/MIPS (both 32-bit and 64-bit), and UNICOS/mk/alpha.

Addendum: it seems that io_multihomed, io_sock, and hostent
were broken in little-endians (linux/x86 and tru64/alpha)
because of this change.  Argh.

p4raw-id: //depot/perl@11948

22 years agoMore portability kicking on inet_ntoa().
Jarkko Hietaniemi [Sat, 8 Sep 2001 17:23:23 +0000 (17:23 +0000)]
More portability kicking on inet_ntoa().

p4raw-id: //depot/perl@11947

22 years ago[REPATCH] Re: [PATCH MANIFEST, lib/ExtUtils/Manifest.t] Another New Test
Michael G. Schwern [Fri, 7 Sep 2001 23:06:51 +0000 (19:06 -0400)]
[REPATCH] Re: [PATCH MANIFEST, lib/ExtUtils/Manifest.t] Another New Test
Message-ID: <20010907230651.R606@blackrider>

p4raw-id: //depot/perl@11946

22 years agoRe: [PATCH MANIFEST, lib/ExtUtils/testlib.t] More Tests
chromatic [Fri, 7 Sep 2001 17:53:15 +0000 (11:53 -0600)]
Re: [PATCH MANIFEST, lib/ExtUtils/testlib.t] More Tests
Message-ID: <20010907235740.80566.qmail@onion.perl.org>

p4raw-id: //depot/perl@11945

22 years agoThinko.
Jarkko Hietaniemi [Fri, 7 Sep 2001 22:57:00 +0000 (22:57 +0000)]
Thinko.

p4raw-id: //depot/perl@11944

22 years agoslash slashes in lib/CGI/Carp.pm
Craig A. Berry [Fri, 7 Sep 2001 15:30:03 +0000 (10:30 -0500)]
slash slashes in lib/CGI/Carp.pm
Message-Id: <5.1.0.14.0.20010907142644.03700c38@exchi01>

p4raw-id: //depot/perl@11943

22 years ago(was Re: MakeMaker: MM_Unix rule excluding pods)
Michael G. Schwern [Fri, 7 Sep 2001 15:38:13 +0000 (11:38 -0400)]
(was Re: MakeMaker: MM_Unix rule excluding pods)
Message-ID: <20010907153813.K606@blackrider>

p4raw-id: //depot/perl@11942

22 years agoSilence the remaing format warning
Robin Barker [Fri, 7 Sep 2001 18:28:23 +0000 (19:28 +0100)]
Silence the remaing format warning
Message-Id: <200109071728.SAA13569@tempest.npl.co.uk>

p4raw-id: //depot/perl@11941

22 years agoClean up 1_compile.t; move tests to more consistent
Jarkko Hietaniemi [Fri, 7 Sep 2001 20:26:29 +0000 (20:26 +0000)]
Clean up 1_compile.t; move tests to more consistent
places (t/ subdirectories); add integer.t (much of
the pragma is tested elsewhere but there is no one
centralized place)

p4raw-id: //depot/perl@11940

22 years agoRe: [PATCH lib/File/Find/taint.t] Use Test::More
chromatic [Fri, 7 Sep 2001 10:17:40 +0000 (04:17 -0600)]
Re: [PATCH lib/File/Find/taint.t] Use Test::More
Message-ID: <20010907162205.84723.qmail@onion.perl.org>

p4raw-id: //depot/perl@11939

22 years agoUpdate Changes.
Jarkko Hietaniemi [Fri, 7 Sep 2001 14:04:43 +0000 (14:04 +0000)]
Update Changes.

p4raw-id: //depot/perl@11938

22 years agoRename the old threading tutorial, start a new one,
Jarkko Hietaniemi [Fri, 7 Sep 2001 13:52:03 +0000 (13:52 +0000)]
Rename the old threading tutorial, start a new one,
regen toc.

p4raw-id: //depot/perl@11937

22 years agovars very much has a test.
Jarkko Hietaniemi [Fri, 7 Sep 2001 13:05:48 +0000 (13:05 +0000)]
vars very much has a test.

p4raw-id: //depot/perl@11936

22 years agoRe: wince/perl.ico marked as binary
Nicholas Clark [Fri, 7 Sep 2001 13:54:40 +0000 (14:54 +0100)]
Re: wince/perl.ico marked as binary
Message-ID: <20010907135439.D39150@plum.flirble.org>

and wince/Makefile.ce change from Rainer Keuchel.

p4raw-id: //depot/perl@11935

22 years agoRe: [PATCH regexec.c] more general .* and .*?
Jeff Pinyan [Fri, 7 Sep 2001 09:41:10 +0000 (05:41 -0400)]
Re: [PATCH regexec.c] more general .* and .*?
Message-ID: <Pine.GSO.4.21.0109070933530.7041-100000@crusoe.crusoe.net>

p4raw-id: //depot/perl@11934

22 years ago(Replaced by #11934)
Jeff Pinyan [Fri, 7 Sep 2001 08:44:17 +0000 (04:44 -0400)]
(Replaced by #11934)
Subject: Re: [PATCH regexec.c] more general .* and .*?
Message-ID: <Pine.GSO.4.21.0109070836110.7041-100000@crusoe.crusoe.net>

p4raw-id: //depot/perl@11933

22 years agoThe #11931 patching misbehaved.
Jarkko Hietaniemi [Fri, 7 Sep 2001 12:27:14 +0000 (12:27 +0000)]
The #11931 patching misbehaved.

p4raw-id: //depot/perl@11932

22 years agoTest::Harness 1.25 sync
Michael G. Schwern [Fri, 7 Sep 2001 03:30:41 +0000 (23:30 -0400)]
Test::Harness 1.25 sync
Message-ID: <20010907033041.A2796@blackrider>

p4raw-id: //depot/perl@11931

22 years agoDigest::MD5 update
Gisle Aas [Thu, 6 Sep 2001 23:32:56 +0000 (16:32 -0700)]
Digest::MD5 update
Message-ID: <lrofon5x47.fsf@caliper.ActiveState.com>

p4raw-id: //depot/perl@11930

22 years agoAdd Tests for the less Pragma
chromatic [Thu, 6 Sep 2001 23:11:44 +0000 (17:11 -0600)]
Add Tests for the less Pragma
Message-ID: <20010907051609.91459.qmail@onion.perl.org>

p4raw-id: //depot/perl@11929

22 years agoThe binary file must somehow differently stored.
Jarkko Hietaniemi [Fri, 7 Sep 2001 11:19:29 +0000 (11:19 +0000)]
The binary file must somehow differently stored.

p4raw-id: //depot/perl@11928

22 years agoAdd more modules to the list of modules that have tests,
Jarkko Hietaniemi [Fri, 7 Sep 2001 03:53:29 +0000 (03:53 +0000)]
Add more modules to the list of modules that have tests,
Schwern's wallet is getting more nervous.
(Run t/lib/1_compile.t manually to see which modules
are lacking tests, or the tests can't be run for some
reason or another, such as the Net:: modules)

p4raw-id: //depot/perl@11927

22 years agoTry to make Socket::inet_ntoa() more robust.
Jarkko Hietaniemi [Fri, 7 Sep 2001 03:43:11 +0000 (03:43 +0000)]
Try to make Socket::inet_ntoa() more robust.

p4raw-id: //depot/perl@11926

22 years agoRe: [PATCH lib/English.t] Test All Aliases (including %Errno)
chromatic [Wed, 5 Sep 2001 22:58:05 +0000 (16:58 -0600)]
Re: [PATCH lib/English.t] Test All Aliases (including %Errno)
Message-Id: <01090522580506.19590@firewheel>

p4raw-id: //depot/perl@11925

22 years agoRe: perlvar manpage and localizing special vars
Stas Bekman [Fri, 7 Sep 2001 10:10:24 +0000 (18:10 +0800)]
Re: perlvar manpage and localizing special vars
Message-ID: <Pine.LNX.4.33.0109071009240.19262-100000@stas.singnet.com.sg>

p4raw-id: //depot/perl@11924

22 years agonoise from make in ext/SDBM
Robin Barker [Thu, 6 Sep 2001 19:36:49 +0000 (20:36 +0100)]
noise from make in ext/SDBM
Message-Id: <200109061836.TAA08747@tempest.npl.co.uk>

p4raw-id: //depot/perl@11923

22 years agoSymbol missing; AIX unhappy.
Jarkko Hietaniemi [Thu, 6 Sep 2001 18:09:08 +0000 (18:09 +0000)]
Symbol missing; AIX unhappy.

p4raw-id: //depot/perl@11922

22 years agoAdd a test for [ID 20010906.019] perl crashes on "undef foo"
Jarkko Hietaniemi [Thu, 6 Sep 2001 17:52:43 +0000 (17:52 +0000)]
Add a test for [ID 20010906.019] perl crashes on "undef foo"
Reported in 5.61, seems to work okay in blead.

p4raw-id: //depot/perl@11921

22 years agoUpdate Changes.
Jarkko Hietaniemi [Thu, 6 Sep 2001 14:35:09 +0000 (14:35 +0000)]
Update Changes.

p4raw-id: //depot/perl@11920

22 years agoDocument the bad assumptions currently breaking
Jarkko Hietaniemi [Thu, 6 Sep 2001 14:20:10 +0000 (14:20 +0000)]
Document the bad assumptions currently breaking
the Socket.t tests 10, 11, and 13 in UNICOS.

p4raw-id: //depot/perl@11919

22 years agomake OPTIMIZE=...
Robin Barker [Thu, 6 Sep 2001 13:31:37 +0000 (14:31 +0100)]
make OPTIMIZE=...
Message-Id: <200109061231.NAA25265@tempest.npl.co.uk>

p4raw-id: //depot/perl@11918

22 years ago[PATCH] for perlhack.pod - no p5p archive on deja/google
Jarkko Hietaniemi [Thu, 6 Sep 2001 14:01:45 +0000 (14:01 +0000)]
[PATCH] for perlhack.pod - no p5p archive on deja/google
From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
Date: Thu, 6 Sep 2001 11:09:40 +0100
Message-ID: <20010906110939.A914@homer.diplex.co.uk>

Subject: Re: [PATCH] for perlhack.pod - no p5p archive on deja/google
From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
Date: 6 Sep 2001 10:14:38 -0000
Message-Id: <slrn9pej4m.1j8.rgarciasuarez@rafael.kazibao.net>

p4raw-id: //depot/perl@11917

22 years agoExtra NUL is Data::Dumper output - patch
Tony Cook [Thu, 6 Sep 2001 12:35:49 +0000 (22:35 +1000)]
Extra NUL is Data::Dumper output - patch
Message-ID: <Pine.LNX.4.10.10109061157210.9366-100000@develop-help.com>

p4raw-id: //depot/perl@11916

22 years agoAvoid redefinition warning
Jarkko Hietaniemi [Thu, 6 Sep 2001 13:51:16 +0000 (13:51 +0000)]
Avoid redefinition warning
Subroutine Cwd::fastcwd redefined at lib/XSLoader.pm line 97.
from
perl -w -Ilib -MCwd -e ''

p4raw-id: //depot/perl@11915

22 years agoUpdate the is_tainted() example implementation.
Jarkko Hietaniemi [Thu, 6 Sep 2001 13:30:32 +0000 (13:30 +0000)]
Update the is_tainted() example implementation.

p4raw-id: //depot/perl@11914

22 years agoMissing) in #11912.
Jarkko Hietaniemi [Thu, 6 Sep 2001 13:15:59 +0000 (13:15 +0000)]
Missing) in #11912.

p4raw-id: //depot/perl@11913

22 years agoRewhack Test-Simple into core harness.
Jarkko Hietaniemi [Thu, 6 Sep 2001 13:08:48 +0000 (13:08 +0000)]
Rewhack Test-Simple into core harness.

p4raw-id: //depot/perl@11912

22 years agoWorkaround for the new Exporter 'feature'.
Jarkko Hietaniemi [Thu, 6 Sep 2001 11:54:06 +0000 (11:54 +0000)]
Workaround for the new Exporter 'feature'.

p4raw-id: //depot/perl@11911

22 years agoRe-introduce pure-Perl fall-back for abs_path,
Jarkko Hietaniemi [Thu, 6 Sep 2001 11:52:56 +0000 (11:52 +0000)]
Re-introduce pure-Perl fall-back for abs_path,
re-introduce #11898.

p4raw-id: //depot/perl@11910

22 years agoMore tests.
Jarkko Hietaniemi [Thu, 6 Sep 2001 03:49:13 +0000 (03:49 +0000)]
More tests.

p4raw-id: //depot/perl@11909

22 years agoRetract #11898 for now because it introduces
Jarkko Hietaniemi [Thu, 6 Sep 2001 03:38:22 +0000 (03:38 +0000)]
Retract #11898 for now because it introduces
a rather nasty depencency: when B is being built,
MakeMaker is used.  MakeMaker uses File::Find.
File::Find uses Cwd::getcwd()...which doesn't
exist yet.

p4raw-id: //depot/perl@11908

22 years agoNew test welcome.
Jarkko Hietaniemi [Thu, 6 Sep 2001 03:20:02 +0000 (03:20 +0000)]
New test welcome.

p4raw-id: //depot/perl@11907

22 years agoOld test begone.
Jarkko Hietaniemi [Thu, 6 Sep 2001 03:08:01 +0000 (03:08 +0000)]
Old test begone.

p4raw-id: //depot/perl@11906

22 years agoTest-Simple syncup from Schwern.
Jarkko Hietaniemi [Thu, 6 Sep 2001 01:41:03 +0000 (01:41 +0000)]
Test-Simple syncup from Schwern.

p4raw-id: //depot/perl@11905

22 years agoIn UNICOS division yada yada.
Jarkko Hietaniemi [Wed, 5 Sep 2001 23:27:57 +0000 (23:27 +0000)]
In UNICOS division yada yada.

p4raw-id: //depot/perl@11902

22 years agoIn UNICOS division is really lossy, better use
Jarkko Hietaniemi [Wed, 5 Sep 2001 23:26:23 +0000 (23:26 +0000)]
In UNICOS division is really lossy, better use
a tolerance test.

p4raw-id: //depot/perl@11901

22 years agoIn UNICOS sigaction() sets an extra flag
Jarkko Hietaniemi [Wed, 5 Sep 2001 23:22:38 +0000 (23:22 +0000)]
In UNICOS sigaction() sets an extra flag
("the signal has been registered for all the processes in
a multitasking group.")

p4raw-id: //depot/perl@11900

22 years agoDocumentation micropatch from Damian.
Jarkko Hietaniemi [Wed, 5 Sep 2001 23:18:48 +0000 (23:18 +0000)]
Documentation micropatch from Damian.

p4raw-id: //depot/perl@11899

22 years ago(Retracted by #11908)
Michael G. Schwern [Wed, 5 Sep 2001 15:58:21 +0000 (11:58 -0400)]
(Retracted by #11908)
Subject: [PATCH] Re: [PATCH lib/File/Find.pm lib/File/Find/taint.t] Fixing those damned taint tests
Message-ID: <20010905155821.I632@blackrider>

p4raw-id: //depot/perl@11898

22 years agoTests for CGI::Carp
Michael G. Schwern [Wed, 5 Sep 2001 19:16:31 +0000 (15:16 -0400)]
Tests for CGI::Carp
Message-ID: <20010905191631.E11386@blackrider>

p4raw-id: //depot/perl@11897

22 years agoRe: [PATCH] Re: English.pm should do *PREMATCH = \$`
chromatic [Wed, 5 Sep 2001 18:08:07 +0000 (12:08 -0600)]
Re: [PATCH] Re: English.pm should do *PREMATCH = \$`
Message-Id: <01090518080700.19590@firewheel>

p4raw-id: //depot/perl@11896

22 years agoFix a typo #11889 and add a test for the same.
Jarkko Hietaniemi [Wed, 5 Sep 2001 22:52:01 +0000 (22:52 +0000)]
Fix a typo #11889 and add a test for the same.

p4raw-id: //depot/perl@11895

22 years agotweak warnings.t and kill_perl.t for VMS
Craig A. Berry [Wed, 5 Sep 2001 17:48:54 +0000 (12:48 -0500)]
tweak warnings.t and kill_perl.t for VMS
Message-Id: <5.1.0.14.0.20010905145002.02b45218@exchi01>

p4raw-id: //depot/perl@11894

22 years agotying a bareword causes a segfault in 5.6.1
Michael G. Schwern [Wed, 5 Sep 2001 17:22:25 +0000 (13:22 -0400)]
tying a bareword causes a segfault in 5.6.1
Message-ID: <20010905172225.C11386@blackrider>

p4raw-id: //depot/perl@11893

22 years agoRe: [ID 20010825.006] -DCRIPPLED_CC is broken
Nicholas Clark [Wed, 5 Sep 2001 20:54:24 +0000 (21:54 +0100)]
Re: [ID 20010825.006] -DCRIPPLED_CC is broken
Message-ID: <20010905205424.C25120@plum.flirble.org>

p4raw-id: //depot/perl@11892

22 years agoForgotten thing.
Jarkko Hietaniemi [Wed, 5 Sep 2001 22:34:16 +0000 (22:34 +0000)]
Forgotten thing.

p4raw-id: //depot/perl@11891

22 years agoRe: [PATCH] Re: English.pm should do *PREMATCH = \$`
chromatic [Wed, 5 Sep 2001 13:22:08 +0000 (07:22 -0600)]
Re: [PATCH] Re: English.pm should do *PREMATCH = \$`
Message-Id: <01090513220807.10587@firewheel>

p4raw-id: //depot/perl@11890

22 years agoinet_ntoa() tweaks:
Jarkko Hietaniemi [Wed, 5 Sep 2001 22:23:06 +0000 (22:23 +0000)]
inet_ntoa() tweaks:
- don't allow addresses with > 255 characters
- indent the HP-UX workaround
- don't leak memory

p4raw-id: //depot/perl@11889

22 years agoClear up a documentation confusion noticed by Xiaoyun Wu
Jarkko Hietaniemi [Wed, 5 Sep 2001 16:26:17 +0000 (16:26 +0000)]
Clear up a documentation confusion noticed by Xiaoyun Wu
<xwu@theeducationcenter.com>

p4raw-id: //depot/perl@11888

22 years agoTypo nits.
Jarkko Hietaniemi [Wed, 5 Sep 2001 15:40:03 +0000 (15:40 +0000)]
Typo nits.

p4raw-id: //depot/perl@11887

22 years ago-Wall nit.
Jarkko Hietaniemi [Wed, 5 Sep 2001 15:30:11 +0000 (15:30 +0000)]
-Wall nit.

p4raw-id: //depot/perl@11886

22 years agoUpdate to Scalar-List-Utils 1.05
Graham Barr [Wed, 5 Sep 2001 15:26:18 +0000 (15:26 +0000)]
Update to Scalar-List-Utils 1.05

p4raw-id: //depot/perl@11885

22 years agoUpdate Changes.
Jarkko Hietaniemi [Wed, 5 Sep 2001 13:05:14 +0000 (13:05 +0000)]
Update Changes.

p4raw-id: //depot/perl@11884

22 years agoUpdate to Scalar-List-Utils 1.04
Graham Barr [Wed, 5 Sep 2001 12:51:35 +0000 (12:51 +0000)]
Update to Scalar-List-Utils 1.04

p4raw-id: //depot/perl@11883

22 years agoThe MacOS reference is okay, no reason to hide it.
Jarkko Hietaniemi [Wed, 5 Sep 2001 12:21:44 +0000 (12:21 +0000)]
The MacOS reference is okay, no reason to hide it.

p4raw-id: //depot/perl@11881

22 years agoFull doc cleanup (was Re: [PATCH lib/Cwd.pm] Try this again.)
Michael G. Schwern [Tue, 4 Sep 2001 15:30:10 +0000 (11:30 -0400)]
Full doc cleanup (was  Re: [PATCH lib/Cwd.pm]  Try this again.)
Message-ID: <20010904153010.H26466@blackrider>

(We'll see whether the ../../lib/Cwd.pm works in alien lands)

p4raw-id: //depot/perl@11880

22 years agocwd() taint safe (was Re: [PATCH lib/Cwd.pm ext/Cwd/Makefile.PL] Full doc cleanup...
Michael G. Schwern [Tue, 4 Sep 2001 17:39:13 +0000 (13:39 -0400)]
cwd() taint safe  (was Re: [PATCH lib/Cwd.pm ext/Cwd/Makefile.PL] Full doc cleanup (was  Re: [PATCH lib/Cwd.pm]  Try this again.))
Message-ID: <20010904173913.C626@blackrider>

p4raw-id: //depot/perl@11879

22 years agoRe: Perl_pp_* in public API?
Craig A. Berry [Tue, 4 Sep 2001 21:51:29 +0000 (16:51 -0500)]
Re: Perl_pp_* in public API?
Message-Id: <a05101000b7bb3f558c8a@[172.16.52.1]>

p4raw-id: //depot/perl@11878