This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
22 years agonew warning "Useless use of sort in scalar context"
Rafael Garcia-Suarez [Mon, 19 Nov 2001 13:26:45 +0000 (14:26 +0100)]
new warning "Useless use of sort in scalar context"
Message-ID: <20011119132645.A15034@rafael>

p4raw-id: //depot/perl@13094

22 years agoA little extra debugging output
Michael G. Schwern [Mon, 19 Nov 2001 03:11:12 +0000 (22:11 -0500)]
A little extra debugging output
Message-ID: <20011119031112.E786@blackrider>

p4raw-id: //depot/perl@13093

22 years agoDouble FETCH test
Michael G. Schwern [Mon, 19 Nov 2001 03:42:56 +0000 (22:42 -0500)]
Double FETCH test
Message-ID: <20011119034256.I786@blackrider>

p4raw-id: //depot/perl@13092

22 years agoio_poll.t vms/test.com tweaks
Craig A. Berry [Sun, 18 Nov 2001 14:33:48 +0000 (08:33 -0600)]
io_poll.t vms/test.com tweaks
Message-Id: <a05101001b81db38899ea@[172.16.52.1]>

p4raw-id: //depot/perl@13091

22 years agoExtUtils::Install - use File::Spec instead of ExtUtils::MakeMaker
Dave Rolsky [Mon, 19 Nov 2001 00:07:28 +0000 (18:07 -0600)]
ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMaker
Message-ID: <Pine.LNX.4.40.0111190006040.4213-100000@urth.org>

p4raw-id: //depot/perl@13090

22 years agoExtUtils::Install - use File::Spec instead of ExtUtils::MakeMaker
Dave Rolsky [Mon, 19 Nov 2001 00:07:28 +0000 (18:07 -0600)]
ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMaker
Message-ID: <Pine.LNX.4.40.0111190006040.4213-100000@urth.org>

p4raw-id: //depot/perl@13089

22 years agoThe runops_dbg should not be needed.
Jarkko Hietaniemi [Mon, 19 Nov 2001 13:44:49 +0000 (13:44 +0000)]
The runops_dbg should not be needed.

p4raw-id: //depot/perl@13088

22 years agodo_spawn() cleanup from Charles Lane.
Jarkko Hietaniemi [Mon, 19 Nov 2001 13:28:22 +0000 (13:28 +0000)]
do_spawn() cleanup from Charles Lane.

p4raw-id: //depot/perl@13087

22 years agoUpdate the list of tests.
Jarkko Hietaniemi [Mon, 19 Nov 2001 13:22:26 +0000 (13:22 +0000)]
Update the list of tests.

p4raw-id: //depot/perl@13086

22 years agoRe: [ID 20011116.125] $a = undef; print "$a\n"; does not warn
Michael G. Schwern [Fri, 16 Nov 2001 17:37:04 +0000 (12:37 -0500)]
Re: [ID 20011116.125] $a = undef; print "$a\n"; does not warn
Message-ID: <20011116173703.L30160@blackrider>

p4raw-id: //depot/perl@13085

22 years agoFAQ sync.
Jarkko Hietaniemi [Sun, 18 Nov 2001 21:38:50 +0000 (21:38 +0000)]
FAQ sync.

p4raw-id: //depot/perl@13084

22 years agoIntegrate perlio:
Jarkko Hietaniemi [Sun, 18 Nov 2001 21:37:06 +0000 (21:37 +0000)]
Integrate perlio:

[ 13081]
Win32 layer has a dup which needs to match new prototype.

[ 13080]
Wrong way to get stdio mode used.

[ 13072]
Allow dup'ing of PerlIO::Scalar etc.

p4raw-link: @13081 on //depot/perlio: af9603a6cfcfbd30bbf18d21ddf3f61b30e8004c
p4raw-link: @13080 on //depot/perlio: 293ed4d2d77af94fb636abf7295b5e2dd98c1695
p4raw-link: @13072 on //depot/perlio: ecdeb87c58ecf41e283516bbe30cb8616ec66e13

p4raw-id: //depot/perl@13083

22 years ago(retracted by #13096)
Jarkko Hietaniemi [Sun, 18 Nov 2001 19:13:06 +0000 (19:13 +0000)]
(retracted by #13096)
Debugging would be badly skewed by a malloc per regex dump.

p4raw-id: //depot/perl@13082

22 years agoWin32 layer has a dup which needs to match new prototype.
Nick Ing-Simmons [Sun, 18 Nov 2001 19:08:40 +0000 (19:08 +0000)]
Win32 layer has a dup which needs to match new prototype.

p4raw-id: //depot/perlio@13081

22 years agoWrong way to get stdio mode used.
Nick Ing-Simmons [Sun, 18 Nov 2001 19:05:02 +0000 (19:05 +0000)]
Wrong way to get stdio mode used.

p4raw-id: //depot/perlio@13080

22 years agoRetract #13048: that introduced a malloc() (through savepvn())
Jarkko Hietaniemi [Sun, 18 Nov 2001 18:59:28 +0000 (18:59 +0000)]
Retract #13048: that introduced a malloc() (through savepvn())
to *every* m//, which killed the performance quite badly.

p4raw-id: //depot/perl@13079

22 years agoPass 1 at perldelta.pod: sort the section contents
Jarkko Hietaniemi [Sun, 18 Nov 2001 17:37:31 +0000 (17:37 +0000)]
Pass 1 at perldelta.pod: sort the section contents
together, drop all but the 5.7.2 known problems,
leave the 5.7.1 security note since that's the
fullest explanation (update the date on that).

p4raw-id: //depot/perl@13078

22 years agoRetract 11635: close 20011113.110, reopen 20010809.028.
Jarkko Hietaniemi [Sun, 18 Nov 2001 17:07:12 +0000 (17:07 +0000)]
Retract 11635: close 20011113.110, reopen 20010809.028.

Tiny problem in the test for 20011113.110: I hope
'my $x= [("foo") x 1]' was never going to produce [qw(foo foo)] :-)

p4raw-id: //depot/perl@13077

22 years agoAll of syswrite/send/sendto need to return character counts,
Jarkko Hietaniemi [Sun, 18 Nov 2001 16:46:11 +0000 (16:46 +0000)]
All of syswrite/send/sendto need to return character counts,
and character counts from the offset, not the beginning of
the scalar.

p4raw-id: //depot/perl@13076

22 years agoIntegrate PerlIO: duping fixes.
Jarkko Hietaniemi [Sun, 18 Nov 2001 16:39:32 +0000 (16:39 +0000)]
Integrate PerlIO: duping fixes.

p4raw-id: //depot/perl@13075

22 years agosyswrite() was still returning byte counts, not character counts.
Jarkko Hietaniemi [Sun, 18 Nov 2001 16:34:29 +0000 (16:34 +0000)]
syswrite() was still returning byte counts, not character counts.

p4raw-id: //depot/perl@13074

22 years agoAdd test for sysread().
Jarkko Hietaniemi [Sun, 18 Nov 2001 16:16:17 +0000 (16:16 +0000)]
Add test for sysread().

p4raw-id: //depot/perl@13073

22 years agoAllow dup'ing of PerlIO::Scalar etc.
Nick Ing-Simmons [Sun, 18 Nov 2001 16:15:31 +0000 (16:15 +0000)]
Allow dup'ing of PerlIO::Scalar etc.

p4raw-id: //depot/perlio@13072

22 years agoPrepend a null byte to the test set.
Jarkko Hietaniemi [Sun, 18 Nov 2001 16:12:32 +0000 (16:12 +0000)]
Prepend a null byte to the test set.

p4raw-id: //depot/perl@13071

22 years agoDocument how "no utf8;" can become handy.
Jarkko Hietaniemi [Sun, 18 Nov 2001 15:13:57 +0000 (15:13 +0000)]
Document how "no utf8;" can become handy.

p4raw-id: //depot/perl@13070

22 years agoIntegrate perlio:
Jarkko Hietaniemi [Sun, 18 Nov 2001 14:05:23 +0000 (14:05 +0000)]
Integrate perlio:

[ 13068]
embed.pl generated changes I forgot to include

[ 13067]
Force inclusion of both Perl_runops_* in perl itself,
so they are available for Peek.xs etc.

[ 12874]
Keep It Simple and Stupid version of readonly hash support.
- Test for SvREAONLY(hv) at a few spots in hv.c
- add the error message to perldiag.pod
- (dubious) add access::readonly() to univeral.c
- add test using above
- fixup ext/B/t/stash.t to account for access:: existing

p4raw-link: @13068 on //depot/perlio: 543c00c93a3f7ccd573dc2e23ffd06654cf38058
p4raw-link: @13067 on //depot/perlio: 60e4ec2e6ee5ed6e4095807a4e0ada718c12b221
p4raw-link: @12874 on //depot/perlio: 1b1f1335be81080356b687a63b64fde210a3b697

p4raw-id: //depot/perl@13069

22 years agoembed.pl generated changes I forgot to include
Nick Ing-Simmons [Sun, 18 Nov 2001 13:23:33 +0000 (13:23 +0000)]
embed.pl generated changes I forgot to include

p4raw-id: //depot/perlio@13068

22 years agoForce inclusion of both Perl_runops_* in perl itself,
Nick Ing-Simmons [Sun, 18 Nov 2001 12:50:19 +0000 (12:50 +0000)]
Force inclusion of both Perl_runops_* in perl itself,
so they are available for Peek.xs etc.

p4raw-id: //depot/perlio@13067

22 years agoIntegrate mainline - a few Devel::Peak fails.
Nick Ing-Simmons [Sun, 18 Nov 2001 11:00:34 +0000 (11:00 +0000)]
Integrate mainline - a few Devel::Peak fails.

p4raw-id: //depot/perlio@13066

22 years agoStart working on perldelta. This is not yet any sort of
Jarkko Hietaniemi [Sun, 18 Nov 2001 01:22:25 +0000 (01:22 +0000)]
Start working on perldelta.  This is not yet any sort of
editing; just concatenating perl570delta, perl571delta,
and perl572delta.  Any sorting not done, any duplicate
removal not done, any removal or update of obsolete items
not done, any changes since 5.7.2 not included.  So there.

p4raw-id: //depot/perl@13065

22 years agoBanish "use utf8".
Jarkko Hietaniemi [Sat, 17 Nov 2001 22:22:47 +0000 (22:22 +0000)]
Banish "use utf8".

p4raw-id: //depot/perl@13064

22 years agoTweak from Charles Lane.
Jarkko Hietaniemi [Sat, 17 Nov 2001 17:53:38 +0000 (17:53 +0000)]
Tweak from Charles Lane.

p4raw-id: //depot/perl@13063

22 years agoIntegrate change #13058 from maintperl;
Jarkko Hietaniemi [Sat, 17 Nov 2001 15:35:22 +0000 (15:35 +0000)]
Integrate change #13058 from maintperl;
change#12559 breaks things on Win9x because command.com doesn't
grok dquotes at all; disable all the system() smarts for
command.com

p4raw-link: @13058 on //depot/maint-5.6/perl: 50ebe189cec19a941749051b01f36b6a9a290d1e
p4raw-link: @12559 on //depot/maint-5.6/perl: c196af81e4de7395bbcca7607214cb47be8a55c0

p4raw-id: //depot/perl@13062
p4raw-integrated: from //depot/maint-5.6/perl@13061 'merge in'
win32/win32.c (@12747..)

22 years agoSync with CPAN version
Jonathan Stowe [Sat, 17 Nov 2001 14:05:02 +0000 (14:05 +0000)]
Sync with CPAN version
Message-Id: <Pine.LNX.4.33.0111171356190.13024-100000@orpheus.gellyfish.com>

p4raw-id: //depot/perl@13061

22 years ago[PATCH9 File/Find.pm doc nits
Tels [Sat, 17 Nov 2001 11:41:51 +0000 (12:41 +0100)]
[PATCH9 File/Find.pm doc nits

p4raw-id: //depot/perl@13060

22 years agoBenchmark.pm nit
Tels [Sat, 17 Nov 2001 11:29:23 +0000 (12:29 +0100)]
Benchmark.pm nit

p4raw-id: //depot/perl@13059

22 years agolib/Unicode/UCD.t @INC oddity
Andy Dougherty [Fri, 16 Nov 2001 16:28:45 +0000 (11:28 -0500)]
lib/Unicode/UCD.t @INC oddity
Message-Id: <Pine.SOL.4.10.10111161625070.7245-100000@maxwell.phys.lafayette.edu>

p4raw-id: //depot/perl@13057

22 years ago[Patch Perl@13023] VMS system() warning
Charles Lane [Fri, 16 Nov 2001 15:20:11 +0000 (10:20 -0500)]
[Patch Perl@13023] VMS system() warning
Message-Id: <011116152009.39eb8@DUPHY4.Physics.Drexel.Edu>

p4raw-id: //depot/perl@13056

22 years agoIt's neither-nor, and protect against the impossible.
Jarkko Hietaniemi [Fri, 16 Nov 2001 19:03:39 +0000 (19:03 +0000)]
It's neither-nor, and protect against the impossible.

p4raw-id: //depot/perl@13055

22 years ago5005threads didn't work because $Thread::VERSION wasn't
Jarkko Hietaniemi [Fri, 16 Nov 2001 18:37:30 +0000 (18:37 +0000)]
5005threads didn't work because $Thread::VERSION wasn't
visible.  Oops.

p4raw-id: //depot/perl@13054

22 years agoRobustness against Linux using something else than gcc;
Charles Randall [Fri, 16 Nov 2001 09:31:57 +0000 (01:31 -0800)]
Robustness against Linux using something else than gcc;
based on

Subject: [ID 20011116.124] perl 5.6.1 with Intel's icc on RedHat Linux 7.2
Message-Id: <20011116173157.2322.qmail@web20904.mail.yahoo.com>

p4raw-id: //depot/perl@13053

22 years agoRe: [h.m.brand@hccnet.nl: Installman problems]
Russ Allbery [Fri, 16 Nov 2001 09:44:21 +0000 (01:44 -0800)]
Re: [h.m.brand@hccnet.nl: Installman problems]
Message-Id: <yln11mwqyy.fsf@windlord.stanford.edu>

p4raw-id: //depot/perl@13052

22 years agoUpdate perluniintro on the UTF-8 output matters
Jarkko Hietaniemi [Fri, 16 Nov 2001 15:26:41 +0000 (15:26 +0000)]
Update perluniintro on the UTF-8 output matters
(that -w will warn unless the stream is explicitly UTF-8-ified).

p4raw-id: //depot/perl@13051

22 years agoAdding new files to MANIFEST is nice.
Jarkko Hietaniemi [Fri, 16 Nov 2001 15:08:52 +0000 (15:08 +0000)]
Adding new files to MANIFEST is nice.

p4raw-id: //depot/perl@13050

22 years agoUpdate Changes.
Jarkko Hietaniemi [Fri, 16 Nov 2001 15:04:45 +0000 (15:04 +0000)]
Update Changes.

p4raw-id: //depot/perl@13049

22 years agoRe: [PATCH regcomp.[ch], regexp.h, pp_hot.c, t/op/re_tests] lazy $& and \Z fix
Jeff Pinyan [Wed, 14 Nov 2001 16:35:29 +0000 (11:35 -0500)]
Re: [PATCH regcomp.[ch], regexp.h, pp_hot.c, t/op/re_tests] lazy $& and \Z fix
Message-ID: <Pine.GSO.4.21.0111141634020.16649-100000@crusoe.crusoe.net>

p4raw-id: //depot/perl@13048

22 years agoRename perlunintro to perluniintro; regen toc.
Jarkko Hietaniemi [Fri, 16 Nov 2001 14:37:32 +0000 (14:37 +0000)]
Rename perlunintro to perluniintro; regen toc.

p4raw-id: //depot/perl@13047

22 years agoDocument the negated lookahead trick to emulate
Jarkko Hietaniemi [Fri, 16 Nov 2001 14:14:38 +0000 (14:14 +0000)]
Document the negated lookahead trick to emulate
character class subtraction.

p4raw-id: //depot/perl@13046

22 years agoUnicode General Category: Cn
SADAHIRO Tomoyuki [Fri, 16 Nov 2001 23:31:04 +0000 (08:31 +0900)]
Unicode General Category: Cn
Message-Id: <20011116232709.23CF.BQW10602@nifty.com>

(with the tweak that Cntrl is not C, it's Cc)

p4raw-id: //depot/perl@13045

22 years agoruntime runops switch
Ilya Zakharevich [Fri, 16 Nov 2001 00:48:09 +0000 (19:48 -0500)]
runtime runops switch
Message-ID: <20011116004809.A934@math.ohio-state.edu>

p4raw-id: //depot/perl@13044

22 years agoFurther discourage old Thread code; tell how to tell
Jarkko Hietaniemi [Fri, 16 Nov 2001 13:24:28 +0000 (13:24 +0000)]
Further discourage old Thread code; tell how to tell
the difference.

p4raw-id: //depot/perl@13043

22 years agoA missing return; from Charles Lane.
Jarkko Hietaniemi [Fri, 16 Nov 2001 13:16:13 +0000 (13:16 +0000)]
A missing return; from Charles Lane.

p4raw-id: //depot/perl@13042

22 years ago[PATCH] Doc spellcheck + podcheck
Abhijit Menon-Sen [Fri, 16 Nov 2001 12:11:14 +0000 (12:11 +0000)]
[PATCH] Doc spellcheck + podcheck
From: Autrijus Tang <autrijus@egb.elixus.org>
Date: Thu, 15 Nov 2001 22:49:05 -0800
Message-Id: <20011116064905.GA44092@egb.elixus.org>

Subject: [PATCH] podcheck+spellcheck, the rest of the story
From: Autrijus Tang <autrijus@egb.elixus.org>
Date: Fri, 16 Nov 2001 00:42:20 -0800
Message-Id: <20011116084220.GA44295@egb.elixus.org>

Subject: Re: [PATCH] podcheck+spellcheck, the rest of the story
From: Nicholas Clark <nick@ccl4.org>
Date: Fri, 16 Nov 2001 10:32:01 +0000
Message-Id: <20011116103200.F62891@plum.flirble.org>
(Applied after suitable de-mangling.)

p4raw-id: //depot/perl@13041

22 years agoAvoid redefinedness warning for now.
Jarkko Hietaniemi [Fri, 16 Nov 2001 04:48:16 +0000 (04:48 +0000)]
Avoid redefinedness warning for now.

p4raw-id: //depot/perl@13040

22 years agouse strict.
Jarkko Hietaniemi [Fri, 16 Nov 2001 04:44:30 +0000 (04:44 +0000)]
use strict.

p4raw-id: //depot/perl@13039

22 years agosubprocess command line size increase
Charles Lane [Thu, 15 Nov 2001 22:54:47 +0000 (17:54 -0500)]
subprocess command line size increase
Message-Id: <011115225352.2db1e@DUPHY4.Physics.Drexel.Edu>

p4raw-id: //depot/perl@13038

22 years agoFix AIX Failure (was Re: Smoke 12998 /pro/3gl/CPAN/perl-current)
chromatic [Thu, 15 Nov 2001 19:54:23 +0000 (12:54 -0700)]
Fix AIX Failure (was Re: Smoke 12998 /pro/3gl/CPAN/perl-current)
Message-ID: <20011116030139.6821.qmail@onion.perl.org>

p4raw-id: //depot/perl@13037

22 years agoMake Thread a wrapper for both ithreads and 5005threads.
Jarkko Hietaniemi [Fri, 16 Nov 2001 04:37:52 +0000 (04:37 +0000)]
Make Thread a wrapper for both ithreads and 5005threads.
Needs a lot of work and Arthur's eyeballing (and finishing
few missing odds and ends of threads.pm).  Now Thread
is an extension without its own .pm.

If there are people who have experience working with
either the 5005threads or the ithreads: cleaning up
the documentation (Thread.pm, threads.pm, and perl*thrtut.pod),
and porting the various Thread::* modules, like Thread::Queue,
to work also with ithreads, is needed.

Removed the 5005threads requirement from the 5005 tests
for easier testing (not all of them work yet since
they use the Thread::* modules that have not been made
to work with ithreads).  Leave the 5005 tests named as
*.tx so that they are not run by "make test".

p4raw-id: //depot/perl@13036

22 years ago$VERSION "a5" doesn't quite work.
Jarkko Hietaniemi [Fri, 16 Nov 2001 03:30:38 +0000 (03:30 +0000)]
$VERSION "a5" doesn't quite work.

p4raw-id: //depot/perl@13035

22 years agoAdd the fruits of Larry Shatzer's version verifying script.
Jarkko Hietaniemi [Fri, 16 Nov 2001 00:38:41 +0000 (00:38 +0000)]
Add the fruits of Larry Shatzer's version verifying script.
(There are some straddlers, but they will be fixed in the
upcoming releases of the modules.)

p4raw-id: //depot/perl@13034

22 years agoAdd Larry Shatzer's VERSION verifying script.
Jarkko Hietaniemi [Fri, 16 Nov 2001 00:37:36 +0000 (00:37 +0000)]
Add Larry Shatzer's VERSION verifying script.

p4raw-id: //depot/perl@13033

22 years agorunperl(), \n and stdin
Michael G. Schwern [Thu, 15 Nov 2001 19:26:40 +0000 (14:26 -0500)]
runperl(), \n and stdin
Message-ID: <20011115192640.R31399@blackrider>

p4raw-id: //depot/perl@13032

22 years agoDocument the MY_CXT business; from Paul Marquess.
Jarkko Hietaniemi [Thu, 15 Nov 2001 23:18:19 +0000 (23:18 +0000)]
Document the MY_CXT business; from Paul Marquess.

p4raw-id: //depot/perl@13031

22 years agoVMSCMD synch attempt.
Jarkko Hietaniemi [Thu, 15 Nov 2001 22:03:46 +0000 (22:03 +0000)]
VMSCMD synch attempt.

p4raw-id: //depot/perl@13030

22 years agoAdvise against -P as instructed by Schwern.
Jarkko Hietaniemi [Thu, 15 Nov 2001 21:35:36 +0000 (21:35 +0000)]
Advise against -P as instructed by Schwern.

p4raw-id: //depot/perl@13029

22 years agov-strings as Objects Step 1
John Peacock [Thu, 15 Nov 2001 12:41:04 +0000 (07:41 -0500)]
v-strings as Objects Step 1
Message-ID: <3BF3FE30.70D7EDCA@rowman.com>

p4raw-id: //depot/perl@13028

22 years ago-x (was Re: [PATCH] new tests for command-line switches)
Michael G. Schwern [Thu, 15 Nov 2001 12:47:59 +0000 (07:47 -0500)]
-x  (was Re: [PATCH] new tests for command-line switches)
Message-ID: <20011115124759.E31399@blackrider>

p4raw-id: //depot/perl@13027

22 years agoUpgrade to Getopt::Long 2.26_03.
Jarkko Hietaniemi [Thu, 15 Nov 2001 20:55:31 +0000 (20:55 +0000)]
Upgrade to Getopt::Long 2.26_03.

p4raw-id: //depot/perl@13026

22 years agoVMSCMD missing
Michael G. Schwern [Thu, 15 Nov 2001 16:24:11 +0000 (11:24 -0500)]
VMSCMD missing
Message-Id: <20011115162411.M31399@blackrider>

p4raw-id: //depot/perl@13025

22 years agoRe: [ID 20010713.001] use lib segmentation fault
Robert Spier [Thu, 15 Nov 2001 11:19:21 +0000 (03:19 -0800)]
Re: [ID 20010713.001] use lib segmentation fault
Message-Id: <15348.5433.732364.963687@rls.cx>

p4raw-id: //depot/perl@13024

22 years agoUpdate Changes.
Jarkko Hietaniemi [Thu, 15 Nov 2001 15:35:48 +0000 (15:35 +0000)]
Update Changes.

p4raw-id: //depot/perl@13023

22 years agonew tests for command-line switches
Rafael Garcia-Suarez [Thu, 15 Nov 2001 17:00:30 +0000 (18:00 +0100)]
new tests for command-line switches
Message-ID: <20011115170030.A14193@rafael>

p4raw-id: //depot/perl@13022

22 years agoUpgrade to podlators 1.13.
Jarkko Hietaniemi [Thu, 15 Nov 2001 15:06:36 +0000 (15:06 +0000)]
Upgrade to podlators 1.13.

p4raw-id: //depot/perl@13021

22 years agoskip "might be used uninitialized".
Jarkko Hietaniemi [Thu, 15 Nov 2001 14:47:29 +0000 (14:47 +0000)]
skip "might be used uninitialized".

p4raw-id: //depot/perl@13020

22 years agoFix for "perlio bug in koi8-r encoding". The problem
Jarkko Hietaniemi [Thu, 15 Nov 2001 14:35:55 +0000 (14:35 +0000)]
Fix for "perlio bug in koi8-r encoding".  The problem
seemed to be that binmode() always flushed the handle,
which is not so good when switching encodings.  Fixed,
added Matt Sergeant's testcase, documented in perlfunc/binmode,
also added a pointer about disciplines to perlfunc/open,
and in general cleaned up and reformatted the open entry.

p4raw-id: //depot/perl@13019

22 years agoRe: [ID 20011114.118] chop and chomp bind too tightly
Rafael Garcia-Suarez [Thu, 15 Nov 2001 08:57:06 +0000 (08:57 +0000)]
Re: [ID 20011114.118] chop and chomp bind too tightly
Message-Id: <slrn9v70s9.gqe.rgarciasuarez@rafael.kazibao.net>

chop() and chomp() are not real list functions,
so let's not have them overrideable.  (Casey will
be confused since in #7071 he patched the other way.)

p4raw-id: //depot/perl@13018

22 years agoRe: Strange syntax error with map
Robin Barker [Thu, 15 Nov 2001 13:48:34 +0000 (13:48 +0000)]
Re: Strange syntax error with map
Message-Id: <200111151348.NAA01299@tempest.npl.co.uk>
(Applied with tweaks.)

p4raw-id: //depot/perl@13017

22 years ago[DOC PATCH] mention Filter::cpp in perlrun
Rafael Garcia-Suarez [Thu, 15 Nov 2001 09:06:39 +0000 (10:06 +0100)]
[DOC PATCH] mention Filter::cpp in perlrun
Message-Id: <20011115090639.A13005@rafael>

p4raw-id: //depot/perl@13016

22 years ago"link =" from utils.lst was being processed oddly.
Jarkko Hietaniemi [Thu, 15 Nov 2001 04:08:50 +0000 (04:08 +0000)]
"link =" from utils.lst was being processed oddly.

p4raw-id: //depot/perl@13015

22 years agoCreateTTY in -d
Ilya Zakharevich [Wed, 14 Nov 2001 21:26:31 +0000 (16:26 -0500)]
CreateTTY in -d
Message-Id: <20011114212631.A25705@math.ohio-state.edu>

p4raw-id: //depot/perl@13014

22 years agoCorify the Filter::Simple tests.
Jarkko Hietaniemi [Thu, 15 Nov 2001 00:46:07 +0000 (00:46 +0000)]
Corify the Filter::Simple tests.

p4raw-id: //depot/perl@13013

22 years agoUpgrade to Filter::Simple 0.70.
Jarkko Hietaniemi [Thu, 15 Nov 2001 00:42:25 +0000 (00:42 +0000)]
Upgrade to Filter::Simple 0.70.

p4raw-id: //depot/perl@13012

22 years agoCleanliness inspired by Cygwin.
Jarkko Hietaniemi [Wed, 14 Nov 2001 22:38:31 +0000 (22:38 +0000)]
Cleanliness inspired by Cygwin.

p4raw-id: //depot/perl@13011

22 years agoAdd perlunintro (formerly known as perlunitut); regen toc.
Jarkko Hietaniemi [Wed, 14 Nov 2001 22:30:59 +0000 (22:30 +0000)]
Add perlunintro (formerly known as perlunitut); regen toc.

p4raw-id: //depot/perl@13010

22 years agoFAQ sync.
Jarkko Hietaniemi [Wed, 14 Nov 2001 22:27:12 +0000 (22:27 +0000)]
FAQ sync.

p4raw-id: //depot/perl@13009

22 years agoQuieten pgcc 2.91.66 worries.
Jarkko Hietaniemi [Wed, 14 Nov 2001 22:16:06 +0000 (22:16 +0000)]
Quieten pgcc 2.91.66 worries.

p4raw-id: //depot/perl@13008

22 years agoUpgrade to Switch 2.06.
Jarkko Hietaniemi [Wed, 14 Nov 2001 22:05:01 +0000 (22:05 +0000)]
Upgrade to Switch 2.06.

p4raw-id: //depot/perl@13007

22 years agoUpgrade to Attribute::Handlers 0.76.
Jarkko Hietaniemi [Wed, 14 Nov 2001 21:55:51 +0000 (21:55 +0000)]
Upgrade to Attribute::Handlers 0.76.

p4raw-id: //depot/perl@13006

22 years agoSignedness nit.
Jarkko Hietaniemi [Wed, 14 Nov 2001 21:53:22 +0000 (21:53 +0000)]
Signedness nit.

p4raw-id: //depot/perl@13005

22 years agoVERSIONize.
Jarkko Hietaniemi [Wed, 14 Nov 2001 21:24:39 +0000 (21:24 +0000)]
VERSIONize.

p4raw-id: //depot/perl@13004

22 years agoNo pod in internal Net::FTP classes.
Jarkko Hietaniemi [Wed, 14 Nov 2001 21:17:02 +0000 (21:17 +0000)]
No pod in internal Net::FTP classes.

p4raw-id: //depot/perl@13003

22 years agoRe: [PATCH regexec.c] lookahead for REF, MINMOD, PLUS, CURLY*
Jeff Pinyan [Wed, 14 Nov 2001 09:59:31 +0000 (04:59 -0500)]
Re: [PATCH regexec.c] lookahead for REF, MINMOD, PLUS, CURLY*
Message-ID: <Pine.GSO.4.21.0111140958390.1124-100000@crusoe.crusoe.net>

p4raw-id: //depot/perl@13002

22 years agotest.pl tweaks from Rafael and Pudge (assuming I deciphered
Jarkko Hietaniemi [Wed, 14 Nov 2001 21:09:48 +0000 (21:09 +0000)]
test.pl tweaks from Rafael and Pudge (assuming I deciphered
Pudge correctly).

p4raw-id: //depot/perl@13001

22 years agoAdd comments to mark where $^X is being handled.
Jarkko Hietaniemi [Wed, 14 Nov 2001 21:00:23 +0000 (21:00 +0000)]
Add comments to mark where $^X is being handled.

p4raw-id: //depot/perl@13000

22 years agoRe: Test [ID 25] [PATCH t/op/repeat.t] Cleanup and bug test
Michael G. Schwern [Wed, 14 Nov 2001 16:38:25 +0000 (11:38 -0500)]
Re: Test [ID 25] [PATCH t/op/repeat.t] Cleanup and bug test
Message-ID: <20011114163825.D6519@blackrider>

p4raw-id: //depot/perl@12999

22 years agoFwd: [craigberry@mac.com: die_exit.t]
Michael G. Schwern [Wed, 14 Nov 2001 13:19:15 +0000 (08:19 -0500)]
Fwd: [craigberry@mac.com: die_exit.t]
Message-ID: <20011114131915.K5096@blackrider>

p4raw-id: //depot/perl@12998

22 years agoRe: [PATCH] new version of runperl()
Charles Lane [Wed, 14 Nov 2001 15:39:12 +0000 (10:39 -0500)]
Re: [PATCH] new version of runperl()
Message-Id: <011114153711.30f96@DUPHY4.Physics.Drexel.Edu>

"VMS $^X pipes etc" patch.

p4raw-id: //depot/perl@12997

22 years agotest.pl runperl() nits from Chris Nandor and Craig Berry,
Jarkko Hietaniemi [Wed, 14 Nov 2001 19:31:01 +0000 (19:31 +0000)]
test.pl runperl() nits from Chris Nandor and Craig Berry,
and add "verbose" option to show the final command.

p4raw-id: //depot/perl@12996

22 years agoGoof in some of the comment fields of #12994.
Jarkko Hietaniemi [Wed, 14 Nov 2001 15:02:29 +0000 (15:02 +0000)]
Goof in some of the comment fields of #12994.

p4raw-id: //depot/perl@12995

22 years agoThe First, Last ranges in the Unicode data weren't
Jarkko Hietaniemi [Wed, 14 Nov 2001 14:59:32 +0000 (14:59 +0000)]
The First, Last ranges in the Unicode data weren't
getting their general categories added properly;
noticed by Jeffrey Friedl.

p4raw-id: //depot/perl@12994