Jarkko Hietaniemi [Mon, 19 Nov 2001 14:28:57 +0000]
Retract #13082 until a better solution is found:
statics break ithreads.
p4raw-id: //depot/perl@13096
Jarkko Hietaniemi [Mon, 19 Nov 2001 14:24:33 +0000]
Figures 1 and 2 for UTF-8.
p4raw-id: //depot/perl@13095
Rafael Garcia-Suarez [Mon, 19 Nov 2001 13:26:45 +0000]
new warning "Useless use of sort in scalar context"
Message-ID: <
20011119132645.A15034@rafael>
p4raw-id: //depot/perl@13094
Michael G. Schwern [Mon, 19 Nov 2001 03:11:12 +0000]
A little extra debugging output
Message-ID: <
20011119031112.E786@blackrider>
p4raw-id: //depot/perl@13093
Michael G. Schwern [Mon, 19 Nov 2001 03:42:56 +0000]
Double FETCH test
Message-ID: <
20011119034256.I786@blackrider>
p4raw-id: //depot/perl@13092
Craig A. Berry [Sun, 18 Nov 2001 14:33:48 +0000]
io_poll.t vms/test.com tweaks
Message-Id: <
a05101001b81db38899ea@[172.16.52.1]>
p4raw-id: //depot/perl@13091
Dave Rolsky [Mon, 19 Nov 2001 00:07:28 +0000]
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
Dave Rolsky [Mon, 19 Nov 2001 00:07:28 +0000]
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
Jarkko Hietaniemi [Mon, 19 Nov 2001 13:44:49 +0000]
The runops_dbg should not be needed.
p4raw-id: //depot/perl@13088
Jarkko Hietaniemi [Mon, 19 Nov 2001 13:28:22 +0000]
do_spawn() cleanup from Charles Lane.
p4raw-id: //depot/perl@13087
Jarkko Hietaniemi [Mon, 19 Nov 2001 13:22:26 +0000]
Update the list of tests.
p4raw-id: //depot/perl@13086
Michael G. Schwern [Fri, 16 Nov 2001 17:37:04 +0000]
Re: [ID
20011116.125] $a = undef; print "$a\n"; does not warn
Message-ID: <
20011116173703.L30160@blackrider>
p4raw-id: //depot/perl@13085
Jarkko Hietaniemi [Sun, 18 Nov 2001 21:38:50 +0000]
FAQ sync.
p4raw-id: //depot/perl@13084
Jarkko Hietaniemi [Sun, 18 Nov 2001 21:37:06 +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
Jarkko Hietaniemi [Sun, 18 Nov 2001 19:13:06 +0000]
(retracted by #13096)
Debugging would be badly skewed by a malloc per regex dump.
p4raw-id: //depot/perl@13082
Nick Ing-Simmons [Sun, 18 Nov 2001 19:08:40 +0000]
Win32 layer has a dup which needs to match new prototype.
p4raw-id: //depot/perlio@13081
Nick Ing-Simmons [Sun, 18 Nov 2001 19:05:02 +0000]
Wrong way to get stdio mode used.
p4raw-id: //depot/perlio@13080
Jarkko Hietaniemi [Sun, 18 Nov 2001 18:59:28 +0000]
Retract #13048: that introduced a malloc() (through savepvn())
to *every* m//, which killed the performance quite badly.
p4raw-id: //depot/perl@13079
Jarkko Hietaniemi [Sun, 18 Nov 2001 17:37:31 +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
Jarkko Hietaniemi [Sun, 18 Nov 2001 17:07:12 +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
Jarkko Hietaniemi [Sun, 18 Nov 2001 16:46:11 +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
Jarkko Hietaniemi [Sun, 18 Nov 2001 16:39:32 +0000]
Integrate PerlIO: duping fixes.
p4raw-id: //depot/perl@13075
Jarkko Hietaniemi [Sun, 18 Nov 2001 16:34:29 +0000]
syswrite() was still returning byte counts, not character counts.
p4raw-id: //depot/perl@13074
Jarkko Hietaniemi [Sun, 18 Nov 2001 16:16:17 +0000]
Add test for sysread().
p4raw-id: //depot/perl@13073
Nick Ing-Simmons [Sun, 18 Nov 2001 16:15:31 +0000]
Allow dup'ing of PerlIO::Scalar etc.
p4raw-id: //depot/perlio@13072
Jarkko Hietaniemi [Sun, 18 Nov 2001 16:12:32 +0000]
Prepend a null byte to the test set.
p4raw-id: //depot/perl@13071
Jarkko Hietaniemi [Sun, 18 Nov 2001 15:13:57 +0000]
Document how "no utf8;" can become handy.
p4raw-id: //depot/perl@13070
Jarkko Hietaniemi [Sun, 18 Nov 2001 14:05:23 +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
Nick Ing-Simmons [Sun, 18 Nov 2001 13:23:33 +0000]
embed.pl generated changes I forgot to include
p4raw-id: //depot/perlio@13068
Nick Ing-Simmons [Sun, 18 Nov 2001 12:50:19 +0000]
Force inclusion of both Perl_runops_* in perl itself,
so they are available for Peek.xs etc.
p4raw-id: //depot/perlio@13067
Nick Ing-Simmons [Sun, 18 Nov 2001 11:00:34 +0000]
Integrate mainline - a few Devel::Peak fails.
p4raw-id: //depot/perlio@13066
Jarkko Hietaniemi [Sun, 18 Nov 2001 01:22:25 +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
Jarkko Hietaniemi [Sat, 17 Nov 2001 22:22:47 +0000]
Banish "use utf8".
p4raw-id: //depot/perl@13064
Jarkko Hietaniemi [Sat, 17 Nov 2001 17:53:38 +0000]
Tweak from Charles Lane.
p4raw-id: //depot/perl@13063
Jarkko Hietaniemi [Sat, 17 Nov 2001 15:35:22 +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..)
Jonathan Stowe [Sat, 17 Nov 2001 14:05:02 +0000]
Sync with CPAN version
Message-Id: <Pine.LNX.4.33.
0111171356190.13024-100000@orpheus.gellyfish.com>
p4raw-id: //depot/perl@13061
Tels [Sat, 17 Nov 2001 11:41:51 +0000]
[PATCH9 File/Find.pm doc nits
p4raw-id: //depot/perl@13060
Tels [Sat, 17 Nov 2001 11:29:23 +0000]
Benchmark.pm nit
p4raw-id: //depot/perl@13059
Andy Dougherty [Fri, 16 Nov 2001 16:28:45 +0000]
lib/Unicode/UCD.t @INC oddity
Message-Id: <Pine.SOL.4.10.
10111161625070.7245-100000@maxwell.phys.lafayette.edu>
p4raw-id: //depot/perl@13057
Charles Lane [Fri, 16 Nov 2001 15:20:11 +0000]
[Patch Perl@13023] VMS system() warning
Message-Id: <
011116152009.39eb8@DUPHY4.Physics.Drexel.Edu>
p4raw-id: //depot/perl@13056
Jarkko Hietaniemi [Fri, 16 Nov 2001 19:03:39 +0000]
It's neither-nor, and protect against the impossible.
p4raw-id: //depot/perl@13055
Jarkko Hietaniemi [Fri, 16 Nov 2001 18:37:30 +0000]
5005threads didn't work because $Thread::VERSION wasn't
visible. Oops.
p4raw-id: //depot/perl@13054
Charles Randall [Fri, 16 Nov 2001 09:31:57 +0000]
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
Russ Allbery [Fri, 16 Nov 2001 09:44:21 +0000]
Re: [h.m.brand@hccnet.nl: Installman problems]
Message-Id: <yln11mwqyy.fsf@windlord.stanford.edu>
p4raw-id: //depot/perl@13052
Jarkko Hietaniemi [Fri, 16 Nov 2001 15:26:41 +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
Jarkko Hietaniemi [Fri, 16 Nov 2001 15:08:52 +0000]
Adding new files to MANIFEST is nice.
p4raw-id: //depot/perl@13050
Jarkko Hietaniemi [Fri, 16 Nov 2001 15:04:45 +0000]
Update Changes.
p4raw-id: //depot/perl@13049
Jeff Pinyan [Wed, 14 Nov 2001 16:35:29 +0000]
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
Jarkko Hietaniemi [Fri, 16 Nov 2001 14:37:32 +0000]
Rename perlunintro to perluniintro; regen toc.
p4raw-id: //depot/perl@13047
Jarkko Hietaniemi [Fri, 16 Nov 2001 14:14:38 +0000]
Document the negated lookahead trick to emulate
character class subtraction.
p4raw-id: //depot/perl@13046
SADAHIRO Tomoyuki [Fri, 16 Nov 2001 23:31:04 +0000]
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
Ilya Zakharevich [Fri, 16 Nov 2001 00:48:09 +0000]
runtime runops switch
Message-ID: <
20011116004809.A934@math.ohio-state.edu>
p4raw-id: //depot/perl@13044
Jarkko Hietaniemi [Fri, 16 Nov 2001 13:24:28 +0000]
Further discourage old Thread code; tell how to tell
the difference.
p4raw-id: //depot/perl@13043
Jarkko Hietaniemi [Fri, 16 Nov 2001 13:16:13 +0000]
A missing return; from Charles Lane.
p4raw-id: //depot/perl@13042
Abhijit Menon-Sen [Fri, 16 Nov 2001 12:11:14 +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
Jarkko Hietaniemi [Fri, 16 Nov 2001 04:48:16 +0000]
Avoid redefinedness warning for now.
p4raw-id: //depot/perl@13040
Jarkko Hietaniemi [Fri, 16 Nov 2001 04:44:30 +0000]
use strict.
p4raw-id: //depot/perl@13039
Charles Lane [Thu, 15 Nov 2001 22:54:47 +0000]
subprocess command line size increase
Message-Id: <
011115225352.2db1e@DUPHY4.Physics.Drexel.Edu>
p4raw-id: //depot/perl@13038
chromatic [Thu, 15 Nov 2001 19:54:23 +0000]
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
Jarkko Hietaniemi [Fri, 16 Nov 2001 04:37:52 +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
Jarkko Hietaniemi [Fri, 16 Nov 2001 03:30:38 +0000]
$VERSION "a5" doesn't quite work.
p4raw-id: //depot/perl@13035
Jarkko Hietaniemi [Fri, 16 Nov 2001 00:38:41 +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
Jarkko Hietaniemi [Fri, 16 Nov 2001 00:37:36 +0000]
Add Larry Shatzer's VERSION verifying script.
p4raw-id: //depot/perl@13033
Michael G. Schwern [Thu, 15 Nov 2001 19:26:40 +0000]
runperl(), \n and stdin
Message-ID: <
20011115192640.R31399@blackrider>
p4raw-id: //depot/perl@13032
Jarkko Hietaniemi [Thu, 15 Nov 2001 23:18:19 +0000]
Document the MY_CXT business; from Paul Marquess.
p4raw-id: //depot/perl@13031
Jarkko Hietaniemi [Thu, 15 Nov 2001 22:03:46 +0000]
VMSCMD synch attempt.
p4raw-id: //depot/perl@13030
Jarkko Hietaniemi [Thu, 15 Nov 2001 21:35:36 +0000]
Advise against -P as instructed by Schwern.
p4raw-id: //depot/perl@13029
John Peacock [Thu, 15 Nov 2001 12:41:04 +0000]
v-strings as Objects Step 1
Message-ID: <
3BF3FE30.70D7EDCA@rowman.com>
p4raw-id: //depot/perl@13028
Michael G. Schwern [Thu, 15 Nov 2001 12:47:59 +0000]
-x (was Re: [PATCH] new tests for command-line switches)
Message-ID: <
20011115124759.E31399@blackrider>
p4raw-id: //depot/perl@13027
Jarkko Hietaniemi [Thu, 15 Nov 2001 20:55:31 +0000]
Upgrade to Getopt::Long 2.26_03.
p4raw-id: //depot/perl@13026
Michael G. Schwern [Thu, 15 Nov 2001 16:24:11 +0000]
VMSCMD missing
Message-Id: <
20011115162411.M31399@blackrider>
p4raw-id: //depot/perl@13025
Robert Spier [Thu, 15 Nov 2001 11:19:21 +0000]
Re: [ID
20010713.001] use lib segmentation fault
Message-Id: <15348.5433.732364.963687@rls.cx>
p4raw-id: //depot/perl@13024
Jarkko Hietaniemi [Thu, 15 Nov 2001 15:35:48 +0000]
Update Changes.
p4raw-id: //depot/perl@13023
Rafael Garcia-Suarez [Thu, 15 Nov 2001 17:00:30 +0000]
new tests for command-line switches
Message-ID: <
20011115170030.A14193@rafael>
p4raw-id: //depot/perl@13022
Jarkko Hietaniemi [Thu, 15 Nov 2001 15:06:36 +0000]
Upgrade to podlators 1.13.
p4raw-id: //depot/perl@13021
Jarkko Hietaniemi [Thu, 15 Nov 2001 14:47:29 +0000]
skip "might be used uninitialized".
p4raw-id: //depot/perl@13020
Jarkko Hietaniemi [Thu, 15 Nov 2001 14:35:55 +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
Rafael Garcia-Suarez [Thu, 15 Nov 2001 08:57:06 +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
Robin Barker [Thu, 15 Nov 2001 13:48:34 +0000]
Re: Strange syntax error with map
Message-Id: <
200111151348.NAA01299@tempest.npl.co.uk>
(Applied with tweaks.)
p4raw-id: //depot/perl@13017
Rafael Garcia-Suarez [Thu, 15 Nov 2001 09:06:39 +0000]
[DOC PATCH] mention Filter::cpp in perlrun
Message-Id: <
20011115090639.A13005@rafael>
p4raw-id: //depot/perl@13016
Jarkko Hietaniemi [Thu, 15 Nov 2001 04:08:50 +0000]
"link =" from utils.lst was being processed oddly.
p4raw-id: //depot/perl@13015
Ilya Zakharevich [Wed, 14 Nov 2001 21:26:31 +0000]
CreateTTY in -d
Message-Id: <
20011114212631.A25705@math.ohio-state.edu>
p4raw-id: //depot/perl@13014
Jarkko Hietaniemi [Thu, 15 Nov 2001 00:46:07 +0000]
Corify the Filter::Simple tests.
p4raw-id: //depot/perl@13013
Jarkko Hietaniemi [Thu, 15 Nov 2001 00:42:25 +0000]
Upgrade to Filter::Simple 0.70.
p4raw-id: //depot/perl@13012
Jarkko Hietaniemi [Wed, 14 Nov 2001 22:38:31 +0000]
Cleanliness inspired by Cygwin.
p4raw-id: //depot/perl@13011
Jarkko Hietaniemi [Wed, 14 Nov 2001 22:30:59 +0000]
Add perlunintro (formerly known as perlunitut); regen toc.
p4raw-id: //depot/perl@13010
Jarkko Hietaniemi [Wed, 14 Nov 2001 22:27:12 +0000]
FAQ sync.
p4raw-id: //depot/perl@13009
Jarkko Hietaniemi [Wed, 14 Nov 2001 22:16:06 +0000]
Quieten pgcc 2.91.66 worries.
p4raw-id: //depot/perl@13008
Jarkko Hietaniemi [Wed, 14 Nov 2001 22:05:01 +0000]
Upgrade to Switch 2.06.
p4raw-id: //depot/perl@13007
Jarkko Hietaniemi [Wed, 14 Nov 2001 21:55:51 +0000]
Upgrade to Attribute::Handlers 0.76.
p4raw-id: //depot/perl@13006
Jarkko Hietaniemi [Wed, 14 Nov 2001 21:53:22 +0000]
Signedness nit.
p4raw-id: //depot/perl@13005
Jarkko Hietaniemi [Wed, 14 Nov 2001 21:24:39 +0000]
VERSIONize.
p4raw-id: //depot/perl@13004
Jarkko Hietaniemi [Wed, 14 Nov 2001 21:17:02 +0000]
No pod in internal Net::FTP classes.
p4raw-id: //depot/perl@13003
Jeff Pinyan [Wed, 14 Nov 2001 09:59:31 +0000]
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
Jarkko Hietaniemi [Wed, 14 Nov 2001 21:09:48 +0000]
test.pl tweaks from Rafael and Pudge (assuming I deciphered
Pudge correctly).
p4raw-id: //depot/perl@13001
Jarkko Hietaniemi [Wed, 14 Nov 2001 21:00:23 +0000]
Add comments to mark where $^X is being handled.
p4raw-id: //depot/perl@13000
Michael G. Schwern [Wed, 14 Nov 2001 16:38:25 +0000]
Re: Test [ID 25] [PATCH t/op/repeat.t] Cleanup and bug test
Message-ID: <
20011114163825.D6519@blackrider>
p4raw-id: //depot/perl@12999
Michael G. Schwern [Wed, 14 Nov 2001 13:19:15 +0000]
Fwd: [craigberry@mac.com: die_exit.t]
Message-ID: <
20011114131915.K5096@blackrider>
p4raw-id: //depot/perl@12998
Charles Lane [Wed, 14 Nov 2001 15:39:12 +0000]
Re: [PATCH] new version of runperl()
Message-Id: <
011114153711.30f96@DUPHY4.Physics.Drexel.Edu>
"VMS $^X pipes etc" patch.
p4raw-id: //depot/perl@12997
Jarkko Hietaniemi [Wed, 14 Nov 2001 19:31:01 +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