23 years agoRe: [PATCH] length of undefined $(digit) should warn
Rafael Garcia-Suarez [Wed, 16 Jan 2002 13:43:39 +0000]
Re: [PATCH] length of undefined $(digit) should warn
Message-ID: <20020116134339.A704@rafael>

(replaces #14302)

p4raw-id: //depot/perl@14303

23 years ago(replaced by #14303)
Rafael Garcia-Suarez [Tue, 15 Jan 2002 23:02:44 +0000]
(replaced by #14303)
Subject: [PATCH] length of undefined $(digit) should warn
Message-ID: <20020115230244.A31786@rafael>

p4raw-id: //depot/perl@14302

23 years agoThe non-MakeMaker.pm parts of
Tels [Mon, 14 Jan 2002 21:00:31 +0000]
The non-MakeMaker.pm parts of

Subject: [PATCH] Re: MM_Beos.pm?
Message-Id: <200201142006.WAA29544@taas.iki.fi>

p4raw-id: //depot/perl@14301

23 years agoRe: [PATCH] strictifying ExtUtils::MakeMaker, take 3
Michael G. Schwern [Tue, 15 Jan 2002 20:07:50 +0000]
Re: [PATCH] strictifying ExtUtils::MakeMaker, take 3
Message-ID: <20020116010750.GH625@blackrider>

p4raw-id: //depot/perl@14300

23 years agolib/Text/Tabs.pm doc format touchup
Jeffrey Friedl [Tue, 15 Jan 2002 15:30:22 +0000]
lib/Text/Tabs.pm doc format touchup
Message-Id: <200201152330.g0FNUM784820@ventrue.corp.yahoo.com>

p4raw-id: //depot/perl@14299

23 years agoTidy up EXE_EXT patches to MM_Unix.pm
Paul Green [Tue, 15 Jan 2002 22:28:10 +0000]
Tidy up EXE_EXT patches to MM_Unix.pm
Message-ID: <95AE3CDB3543D511883A0020485B38B9023534F0@exna3.stratus.com>

p4raw-id: //depot/perl@14298

23 years agoIntegrate perlio:
Jarkko Hietaniemi [Wed, 16 Jan 2002 13:21:26 +0000]
Integrate perlio:

[ 14296]
offsetof() is in <stddef.h>

p4raw-link: @14296 on //depot/perlio: fc87b71cde2dcc7c5c2201d512e38000eb8087ab

p4raw-id: //depot/perl@14297

23 years agooffsetof() is in <stddef.h>
Nick Ing-Simmons [Wed, 16 Jan 2002 13:02:29 +0000]
offsetof() is in <stddef.h>

p4raw-id: //depot/perlio@14296

23 years agoIntegrate mainline
Nick Ing-Simmons [Wed, 16 Jan 2002 07:25:29 +0000]
Integrate mainline

p4raw-id: //depot/perlio@14295

23 years agoJeffrey's Unicode adventure continues: unify the In/*.pl
Jarkko Hietaniemi [Wed, 16 Jan 2002 05:37:29 +0000]
Jeffrey's Unicode adventure continues: unify the In/*.pl
and Is/*.pl to lib/*.pl, remove In.pl and Is.pl, introduce
Canonical.pl and Exact.pl.

p4raw-id: //depot/perl@14294

23 years agos/SvPV/SvPVbyte/g, as suggested by Gisle Aas.
Jarkko Hietaniemi [Wed, 16 Jan 2002 00:32:27 +0000]
s/SvPV/SvPVbyte/g, as suggested by Gisle Aas.

p4raw-id: //depot/perl@14293

23 years agoAdd Slab_Free to embed.fnc
Mattia Barbon [Tue, 15 Jan 2002 21:59:19 +0000]
Add Slab_Free to embed.fnc
Message-ID: <3C44A637.16602.25EB208@localhost>

p4raw-id: //depot/perl@14292

23 years agoDuh. The updated In/*.pl weren't checked in.
Jarkko Hietaniemi [Tue, 15 Jan 2002 20:00:02 +0000]
Duh.  The updated In/*.pl weren't checked in.

p4raw-id: //depot/perl@14291

23 years agoUpdate Changes.
Jarkko Hietaniemi [Tue, 15 Jan 2002 18:39:54 +0000]
Update Changes.

p4raw-id: //depot/perl@14290

23 years agoJeffrey is trying very hard to avoid working on his
Jarkko Hietaniemi [Tue, 15 Jan 2002 18:38:03 +0000]
Jeffrey is trying very hard to avoid working on his
book, it would seem :-) (better naming, better comments
in the files)

p4raw-id: //depot/perl@14289

23 years agoSome protection against spaces in directory names.
Jarkko Hietaniemi [Tue, 15 Jan 2002 17:55:54 +0000]
Some protection against spaces in directory names.
(Tru64 still has some makedepend problems in such
cases but that looks like Tru64's problem.)

p4raw-id: //depot/perl@14287

23 years agoShould have been in #14285 but I have sausages for fingers.
Jarkko Hietaniemi [Tue, 15 Jan 2002 17:13:28 +0000]
Should have been in #14285 but I have sausages for fingers.

p4raw-id: //depot/perl@14286

23 years agoMM_BeOS from Tels.
Jarkko Hietaniemi [Tue, 15 Jan 2002 17:12:59 +0000]
MM_BeOS from Tels.

p4raw-id: //depot/perl@14285

23 years agoIntegrate perlio:
Jarkko Hietaniemi [Tue, 15 Jan 2002 15:55:53 +0000]
Integrate perlio:

[ 14281]
Correct slab allocator for case where sizeof(IV) > sizeof(IV *)
e.g. -Duse64bitint on a 32-bit platform.
Now uses I32 for use-count and is more careful with its casts.

[ 14277]
Correct name of PL_OP_SLAB_ALLOC

[ 14271]
Regen embed enable slab for PERL_IMPLICIT_SYS

[ 14269]
Typo in #else branch of PL_SLAB_ALLOC

[ 14268]
const-ness fix in savepv's passing of NULL

[ 14267]
Hand merge of non slab allocator stuff

[ 14259]
Use PerlMemShared for CopSTASHPV and CopFILE.  MUCH harder than it sounds!
Need to use CopXXXXX macros everywhere and add CopSTASH_free
Add new scope type and add support for it to scope.c and scope stack
dup-er in sv.c. Add savesharedpv().
Also zealous version of Win32's vmem.h to catch all the abuses.
With this t/op/fork.t passes even with zealous checking and
checker is point a finger at various threads/shared issues.
PL_curcop->cop_io is still an issue.

[ 14257]
Inverted sense of special-ness of specialCopIO - supposed to
be true if value is "special" i.e. NOT an SV.

p4raw-link: @14281 on //depot/perlio: 5a8e194fce7241d2bd0867584a5f8b0c0e672556
p4raw-link: @14277 on //depot/perlio: 6916a0abaebd67f9eaa2ffb20dbbb5aaf1b1719d
p4raw-link: @14271 on //depot/perlio: ba979b3106a5e7f3b2512d1f4e93c681fba7aa9f
p4raw-link: @14269 on //depot/perlio: a594c7b4495766324bc28504b0f4af2b5424ed02
p4raw-link: @14268 on //depot/perlio: 965155cb95a9be50d5ff126b516ea1fda1cb74ee
p4raw-link: @14267 on //depot/perlio: 00ca71c18f4e3a59b9a40525cbef41f099448920
p4raw-link: @14259 on //depot/perlio: 05ec9bb346c404c8906ed1ac374d4bce61c84f5d
p4raw-link: @14257 on //depot/perlio: b47b7e599cdd7224bc23222ddfd89205dbb5c997

p4raw-id: //depot/perl@14284

23 years agoCorrect slab allocator for case where sizeof(IV) > sizeof(IV *)
Nick Ing-Simmons [Tue, 15 Jan 2002 15:08:43 +0000]
Correct slab allocator for case where sizeof(IV) > sizeof(IV *)
e.g. -Duse64bitint on a 32-bit platform.
Now uses I32 for use-count and is more careful with its casts.

p4raw-id: //depot/perlio@14281

23 years agoSocket::sockaddr_family
Gisle Aas [Tue, 15 Jan 2002 06:35:28 +0000]
Socket::sockaddr_family
Message-ID: <lr1ygrk7gv.fsf@caliper.activestate.com>

p4raw-id: //depot/perl@14279

23 years agoStyle issue
Rafael Garcia-Suarez [Tue, 15 Jan 2002 15:36:30 +0000]
Style issue
Message-ID: <20020115153630.A11568@rafael>

p4raw-id: //depot/perl@14278

23 years agoCorrect name of PL_OP_SLAB_ALLOC
Nick Ing-Simmons [Tue, 15 Jan 2002 14:30:51 +0000]
Correct name of PL_OP_SLAB_ALLOC

p4raw-id: //depot/perlio@14277

23 years agoNetWare tweak from Ananth Kesari.
Jarkko Hietaniemi [Tue, 15 Jan 2002 14:22:38 +0000]
NetWare tweak from Ananth Kesari.

p4raw-id: //depot/perl@14276

23 years agoThrowback.
Jarkko Hietaniemi [Tue, 15 Jan 2002 14:19:43 +0000]
Throwback.

p4raw-id: //depot/perl@14275

23 years agoA couple of additional character classes from Jeffrey,
Jarkko Hietaniemi [Tue, 15 Jan 2002 14:16:28 +0000]
A couple of additional character classes from Jeffrey,
hopefully useful in future for internal use for implementing
some special cases of casing.

Also regenerate once more all the character classes,
now without the timestamp.  A timestamp would be kind of
nice but it's not: having a timestamp in a file means that
even if the effective contents of file really didn't
change, the file looks as if it changed.

p4raw-id: //depot/perl@14274

23 years agoMake the test harder.
Jarkko Hietaniemi [Tue, 15 Jan 2002 13:53:01 +0000]
Make the test harder.

p4raw-id: //depot/perl@14273

23 years agoAdditional utf8_heavy.pl tweak from Jeffrey.
Jarkko Hietaniemi [Tue, 15 Jan 2002 13:51:11 +0000]
Additional utf8_heavy.pl tweak from Jeffrey.

p4raw-id: //depot/perl@14272

23 years agoRegen embed enable slab for PERL_IMPLICIT_SYS
Nick Ing-Simmons [Tue, 15 Jan 2002 11:29:47 +0000]
Regen embed enable slab for PERL_IMPLICIT_SYS

p4raw-id: //depot/perlio@14271

23 years agoIntegrate rest of mainline
Nick Ing-Simmons [Tue, 15 Jan 2002 08:19:08 +0000]
Integrate rest of mainline

p4raw-id: //depot/perlio@14270

23 years agoTypo in #else branch of PL_SLAB_ALLOC
Nick Ing-Simmons [Tue, 15 Jan 2002 08:02:44 +0000]
Typo in #else branch of PL_SLAB_ALLOC

p4raw-id: //depot/perlio@14269

23 years agoconst-ness fix in savepv's passing of NULL
Nick Ing-Simmons [Tue, 15 Jan 2002 07:57:47 +0000]
const-ness fix in savepv's passing of NULL

p4raw-id: //depot/perlio@14268

23 years agoHand merge of non slab allocator stuff
Nick Ing-Simmons [Tue, 15 Jan 2002 07:42:17 +0000]
Hand merge of non slab allocator stuff

p4raw-id: //depot/perlio@14267

23 years agoSlab allocator submit after resolve -ay to keep it!
Nick Ing-Simmons [Tue, 15 Jan 2002 07:39:33 +0000]
Slab allocator submit after resolve -ay to keep it!

p4raw-id: //depot/perlio@14266

23 years agoBlind integrate of bulk of mainline.
Nick Ing-Simmons [Tue, 15 Jan 2002 07:05:06 +0000]
Blind integrate of bulk of mainline.

p4raw-id: //depot/perlio@14265

23 years agoPod nits.
Jarkko Hietaniemi [Tue, 15 Jan 2002 04:19:11 +0000]
Pod nits.

p4raw-id: //depot/perl@14264

23 years agoThe Unicode categories doc patch to go with #14254,
Jarkko Hietaniemi [Tue, 15 Jan 2002 02:14:29 +0000]
The Unicode categories doc patch to go with #14254,
from Jeffrey.

p4raw-id: //depot/perl@14263

23 years agoThere isn't going to be perl.third.exe.
Jarkko Hietaniemi [Tue, 15 Jan 2002 01:30:09 +0000]
There isn't going to be perl.third.exe.

p4raw-id: //depot/perl@14262

23 years agosmall coredump correction
Rafael Garcia-Suarez [Tue, 15 Jan 2002 00:22:52 +0000]
small coredump correction
Message-ID: <20020115002252.I691@rafael>

p4raw-id: //depot/perl@14261

23 years ago[PATCH] Overriding readline() should also override <FH>
Rafael Garcia-Suarez [Mon, 14 Jan 2002 23:03:04 +0000]
[PATCH] Overriding readline() should also override <FH>
Date: Mon, 14 Jan 2002 23:03:04 +0100
Message-ID: <20020114230304.A691@rafael>

Subject: Re: [PATCH] Overriding readline() should also override <FH>
From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
Date: Mon, 14 Jan 2002 23:18:43 +0100
Message-ID: <20020114231843.E691@rafael>

p4raw-id: //depot/perl@14260

23 years agoUse PerlMemShared for CopSTASHPV and CopFILE. MUCH harder than it sounds!
Nick Ing-Simmons [Mon, 14 Jan 2002 22:02:49 +0000]
Use PerlMemShared for CopSTASHPV and CopFILE.  MUCH harder than it sounds!
Need to use CopXXXXX macros everywhere and add CopSTASH_free
Add new scope type and add support for it to scope.c and scope stack
dup-er in sv.c. Add savesharedpv().
Also zealous version of Win32's vmem.h to catch all the abuses.
With this t/op/fork.t passes even with zealous checking and
checker is point a finger at various threads/shared issues.

PL_curcop->cop_io is still an issue.

p4raw-id: //depot/perlio@14259

23 years agoIntegrate build parts of mainline
Nick Ing-Simmons [Mon, 14 Jan 2002 20:24:28 +0000]
Integrate build parts of mainline

p4raw-id: //depot/perlio@14258
p4raw-integrated: from //depot/perl@14257 'copy in'
lib/ExtUtils/t/MM_Win32.t (@13972..) lib/ExtUtils/t/MM_Unix.t
(@14220..) lib/ExtUtils/MM_Unix.pm (@14238..)

23 years agoInverted sense of special-ness of specialCopIO - supposed to
Nick Ing-Simmons [Mon, 14 Jan 2002 16:10:54 +0000]
Inverted sense of special-ness of specialCopIO - supposed to
be true if value is "special" i.e. NOT an SV.

p4raw-id: //depot/perlio@14257

23 years agoUpdate Changes.
Jarkko Hietaniemi [Mon, 14 Jan 2002 14:42:12 +0000]
Update Changes.

p4raw-id: //depot/perl@14256

23 years agoRetract #14251 (the op slab allocator from perlio)
Jarkko Hietaniemi [Mon, 14 Jan 2002 14:04:24 +0000]
Retract #14251 (the op slab allocator from perlio)
until we figure out why 2.2.19 x86 debian gets
a circular sibling chain and therefore hangs in
the Perl_ck_subr() sibling for-loop.

p4raw-id: //depot/perl@14255

23 years agoBig mktables rewrite from Jeffrey;
Jarkko Hietaniemi [Mon, 14 Jan 2002 13:25:07 +0000]
Big mktables rewrite from Jeffrey;
documentation not yet updated.

p4raw-id: //depot/perl@14254

23 years agoRe: [ID 20020113.006] Cwd.pm uses uninitialized $ENV{PATH}
Michael G. Schwern [Sun, 13 Jan 2002 21:00:07 +0000]
Re: [ID 20020113.006] Cwd.pm uses uninitialized $ENV{PATH}
   Message-Id: <20020114020007.GB2877@blackrider>

p4raw-id: //depot/perl@14253

23 years agoRe: Win32 status - progress !
Abe Timmerman [Mon, 14 Jan 2002 02:29:51 +0000]
Re: Win32 status - progress !
Message-ID: <9rc44u4sl4hjfm32if71ggjlm0qpvvacs3@4ax.com>

p4raw-id: //depot/perl@14252

23 years agoIntegrate perlio:
Jarkko Hietaniemi [Sun, 13 Jan 2002 23:30:05 +0000]
Integrate perlio:

[ 14250]
Slab allocator for ops
- moved the statics to intrpvar.h
- implemented Slab_Free()
- uses PerlMemShared (for now) if distinction exists.

p4raw-link: @14250 on //depot/perlio: 238a4c30b3724d314933955c5c4a0162eae05ee0

p4raw-id: //depot/perl@14251

23 years agoSlab allocator for ops
Nick Ing-Simmons [Sun, 13 Jan 2002 23:22:34 +0000]
Slab allocator for ops
 - moved the statics to intrpvar.h
 - implemented Slab_Free()
 - uses PerlMemShared (for now) if distinction exists.

p4raw-id: //depot/perlio@14250

23 years agoStart a new test category: uni. Much of t/op/pat
Jarkko Hietaniemi [Sun, 13 Jan 2002 19:55:10 +0000]
Start a new test category: uni.  Much of t/op/pat
should probably be moved here, but holding on that
until Jeffrey finishes his big mktables rewrite.
Bits and pieces of op/split, op/pack, op/append,
op/join, could probably be moved to respective uni
tests, too.

p4raw-id: //depot/perl@14249

23 years agoenable Win32 to build again
Mattia Barbon [Sun, 13 Jan 2002 21:49:24 +0000]
enable Win32 to build again
Message-ID: <3C4200E4.15926.23F6131@localhost>

miniperl.exe.exe does not exe that well.

p4raw-id: //depot/perl@14248

23 years agoMention some of the load-affected tests.
Jarkko Hietaniemi [Sun, 13 Jan 2002 19:50:23 +0000]
Mention some of the load-affected tests.

p4raw-id: //depot/perl@14247

23 years agoMove the UTF-8 conversion code earlier so that
Jarkko Hietaniemi [Sun, 13 Jan 2002 19:38:17 +0000]
Move the UTF-8 conversion code earlier so that
op/ver is happy.

p4raw-id: //depot/perl@14246

23 years agoUpgrade to Scalar-List-Util 1.06. The Makefile.PLs
Jarkko Hietaniemi [Sun, 13 Jan 2002 19:19:59 +0000]
Upgrade to Scalar-List-Util 1.06.  The Makefile.PLs
have diverged quite a bit so no updates there.

p4raw-id: //depot/perl@14245

23 years agoMake the crypt() pickier: if downgrading doesn't work,
Jarkko Hietaniemi [Sun, 13 Jan 2002 18:27:00 +0000]
Make the crypt() pickier: if downgrading doesn't work,
croak.

p4raw-id: //depot/perl@14244

23 years agoGrow the buffer in case Unicode caused size changes
Jarkko Hietaniemi [Sun, 13 Jan 2002 18:12:23 +0000]
Grow the buffer in case Unicode caused size changes
(and it very probably did).

p4raw-id: //depot/perl@14243

23 years agoFuture-proofing from Jeffrey Friedl (for conflicting
Jarkko Hietaniemi [Sun, 13 Jan 2002 17:46:45 +0000]
Future-proofing from Jeffrey Friedl (for conflicting
In* and Is* names).

p4raw-id: //depot/perl@14242

23 years agoRe: Warning in B.xs
Mattia Barbon [Sun, 13 Jan 2002 19:39:52 +0000]
Re: Warning in B.xs
Message-ID: <3C41E288.20562.1C8C895@localhost>

p4raw-id: //depot/perl@14241

23 years agoRe: lookbehind broken with latest bleedperl
Hugo van der Sanden [Sun, 13 Jan 2002 18:06:22 +0000]
Re: lookbehind broken with latest bleedperl
Message-Id: <200201131806.g0DI6Mp20089@crypt.compulink.co.uk>

p4raw-id: //depot/perl@14240

23 years ago[PATCH] more MM_Unix.t tests
Jarkko Hietaniemi [Sun, 13 Jan 2002 17:24:51 +0000]
[PATCH] more MM_Unix.t tests
From: Tels <perl_dummy@bloodgate.com>
Date: Sun, 13 Jan 2002 17:16:19 +0100 (CET)
Message-Id: <200201131621.SAA17925@tiku.hut.fi>

Subject: [PATCH] 14220 misunderstood, I bet
From: andreas.koenig@anima.de (Andreas J. Koenig)
Date: 12 Jan 2002 21:31:58 +0100
Message-ID: <m3k7un8g5d.fsf@anima.de>

p4raw-id: //depot/perl@14239

23 years ago[PATCH] Re: MM_UNIX::parse_version() and my $VERSION
Tels [Sun, 13 Jan 2002 16:58:27 +0000]
[PATCH] Re: MM_UNIX::parse_version() and my $VERSION
Date: Sun, 13 Jan 2002 16:58:27 +0100 (CET)
Message-Id: <200201131602.SAA15687@tiku.hut.fi>

Subject: RE: [PATCH] Re: MM_UNIX::parse_version() and my $VERSION
From: Tels <perl_dummy@bloodgate.com>
Date: Sun, 13 Jan 2002 17:05:23 +0100 (CET)
Message-Id: <200201131610.SAA18974@tiku.hut.fi>

p4raw-id: //depot/perl@14238

23 years agoRe: [FAIL] Benchmark.t intermittent failure
Nicholas Clark [Sun, 13 Jan 2002 15:58:34 +0000]
Re: [FAIL] Benchmark.t intermittent failure
Message-ID: <20020113155833.C314@Bagpuss.unfortu.net>

p4raw-id: //depot/perl@14237

23 years agoAnton Berezin did more reading and the uid setting story
Jarkko Hietaniemi [Sun, 13 Jan 2002 17:08:18 +0000]
Anton Berezin did more reading and the uid setting story
gets more complex.

p4raw-id: //depot/perl@14236

23 years agoIntegrate perlio:
Jarkko Hietaniemi [Sun, 13 Jan 2002 16:45:52 +0000]
Integrate perlio:

[ 14232]
Win32 fixes:
- vmem.h hack to handle free-by-wrong-thread after eval "".
- Initialize timerid

p4raw-link: @14232 on //depot/perlio: 222c300afb1c8466398010a3403616462c302185

p4raw-id: //depot/perl@14235

23 years agoRe: HiRes
H.Merijn Brand [Sun, 13 Jan 2002 10:18:46 +0000]
Re: HiRes
Message-Id: <20020113100616.B6B5.H.M.BRAND@hccnet.nl>

Give up on socketpair in HP-UX.

p4raw-id: //depot/perl@14234

23 years agoIntegrate mainline
Nick Ing-Simmons [Sun, 13 Jan 2002 16:29:30 +0000]
Integrate mainline

p4raw-id: //depot/perlio@14233

23 years agoWin32 fixes:
Nick Ing-Simmons [Sun, 13 Jan 2002 15:37:48 +0000]
Win32 fixes:
 - vmem.h hack to handle free-by-wrong-thread after eval "".
 - Initialize timerid

p4raw-id: //depot/perlio@14232

23 years ago*groan*
Jarkko Hietaniemi [Sun, 13 Jan 2002 05:15:01 +0000]
*groan*

p4raw-id: //depot/perl@14231

23 years agoOne more sharp s case found by Jeffrey.
Jarkko Hietaniemi [Sun, 13 Jan 2002 05:13:03 +0000]
One more sharp s case found by Jeffrey.

p4raw-id: //depot/perl@14230

23 years agoComment tweak.
Jarkko Hietaniemi [Sun, 13 Jan 2002 04:43:33 +0000]
Comment tweak.

p4raw-id: //depot/perl@14229

23 years agoDon't bother checking for the Greek special
Jarkko Hietaniemi [Sun, 13 Jan 2002 04:30:45 +0000]
Don't bother checking for the Greek special
cases if the node is too short.

p4raw-id: //depot/perl@14228

23 years agoUpdate Changes.
Jarkko Hietaniemi [Sat, 12 Jan 2002 21:00:04 +0000]
Update Changes.

p4raw-id: //depot/perl@14227

23 years agoRe: [PATCH Configure ext/NDBM_File/hints/linux.pl] Support for linux systems with...
Jonathan Stowe [Sat, 12 Jan 2002 11:13:02 +0000]
Re: [PATCH Configure ext/NDBM_File/hints/linux.pl] Support for linux systems with gdbm
Message-ID: <Pine.LNX.4.44.0201121107400.26602-100000@orpheus.gellyfish.com>

p4raw-id: //depot/perl@14225

23 years agoQuick reformat using indent -kr -nce, as requested
Jarkko Hietaniemi [Sat, 12 Jan 2002 20:18:02 +0000]
Quick reformat using indent -kr -nce, as requested
by Dan Kogai and suggest by NI-S.

p4raw-id: //depot/perl@14224

23 years agoCouple more Unicode lookbehind tests.
Jarkko Hietaniemi [Sat, 12 Jan 2002 20:08:54 +0000]
Couple more Unicode lookbehind tests.

p4raw-id: //depot/perl@14223

23 years agoSharp S as a special treat for our German UTF-8 testers :-)
Jarkko Hietaniemi [Sat, 12 Jan 2002 20:05:29 +0000]
Sharp S as a special treat for our German UTF-8 testers :-)

p4raw-id: //depot/perl@14222

23 years ago{PATCH] Fix: Re: [PATCH] B::C, perlcc.PL, B.xs, B.pm, t/TEST, C.xs
Mattia Barbon [Sat, 12 Jan 2002 20:37:32 +0000]
{PATCH] Fix:  Re: [PATCH] B::C, perlcc.PL, B.xs, B.pm, t/TEST, C.xs
Message-ID: <3C409E8C.16203.196C2D3@localhost>

p4raw-id: //depot/perl@14221

23 years agoHrmph. Is having a test for an exact version of MM_Unix.pm
Jarkko Hietaniemi [Sat, 12 Jan 2002 18:27:32 +0000]
Hrmph.  Is having a test for an exact version of MM_Unix.pm
really worth the bits it's printed on?

p4raw-id: //depot/perl@14220

23 years agoSpecial treatment for U+03B0 and U+0390 in //i,
Jarkko Hietaniemi [Sat, 12 Jan 2002 18:06:49 +0000]
Special treatment for U+03B0 and U+0390 in //i,
this means that we can remove the minlen pessimisations
introduced by the #14096.

p4raw-id: //depot/perl@14219

23 years agoIntegrate perlio:
Jarkko Hietaniemi [Sat, 12 Jan 2002 16:14:52 +0000]
Integrate perlio:

[ 14214]
Win32-ize socketpair test
- Win32 can fork even though $Config{d_fork} is undef
- SOCK_DGRAM does not work - skip those tests.

[ 14213]
Abstract out the cloning of SvPVX and handle shared pv in a
safe (if suboptimal) manner. Does not fix op/fork.t :-(

p4raw-link: @14214 on //depot/perlio: 26bf1728b5f258bdc26021f9eb583c46488b8859
p4raw-link: @14213 on //depot/perlio: 83841fad1c8ce4928a4239052849bad556adb3d3

p4raw-id: //depot/perl@14218

23 years agoOne should first drop the real uid, not the effective uid.
Jarkko Hietaniemi [Sat, 12 Jan 2002 16:09:59 +0000]
One should first drop the real uid, not the effective uid.
[ID 20020110.003]

p4raw-id: //depot/perl@14217

23 years agoB::C, perlcc.PL, B.xs, B.pm, t/TEST, C.xs
Mattia Barbon [Fri, 11 Jan 2002 23:29:48 +0000]
B::C, perlcc.PL, B.xs, B.pm, t/TEST, C.xs
Message-ID: <3C3F756C.4581.2E2A938@localhost>

p4raw-id: //depot/perl@14216

23 years agoRe: Magic numbers in B::Concise
Stephen McCamant [Fri, 11 Jan 2002 14:29:30 +0000]
Re: Magic numbers in B::Concise
Message-ID: <15423.26442.891378.802062@soda.csua.berkeley.edu>

p4raw-id: //depot/perl@14215

23 years agoWin32-ize socketpair test
Nick Ing-Simmons [Sat, 12 Jan 2002 12:31:12 +0000]
Win32-ize socketpair test
 - Win32 can fork even though $Config{d_fork} is undef
 - SOCK_DGRAM does not work - skip those tests.

p4raw-id: //depot/perlio@14214

23 years agoAbstract out the cloning of SvPVX and handle shared pv in a
Nick Ing-Simmons [Sat, 12 Jan 2002 11:46:28 +0000]
Abstract out the cloning of SvPVX and handle shared pv in a
safe (if suboptimal) manner. Does not fix op/fork.t :-(

p4raw-id: //depot/perlio@14213

23 years agoMore fixes for Stratus VOS
Paul Green [Fri, 11 Jan 2002 17:30:37 +0000]
More fixes for Stratus VOS
   Message-Id: <95AE3CDB3543D511883A0020485B38B9023534D3@exna3.stratus.com>

p4raw-id: //depot/perl@14212

23 years agoUpgrade to CGI.pm 2.80.
Jarkko Hietaniemi [Sat, 12 Jan 2002 06:01:29 +0000]
Upgrade to CGI.pm 2.80.

p4raw-id: //depot/perl@14211

23 years agoFAQ sync.
Jarkko Hietaniemi [Sat, 12 Jan 2002 05:57:36 +0000]
FAQ sync.

p4raw-id: //depot/perl@14210

23 years agoThis is getting embarrassing.
Jarkko Hietaniemi [Sat, 12 Jan 2002 05:54:24 +0000]
This is getting embarrassing.

p4raw-id: //depot/perl@14209

23 years agoDoc tweaks.
Jarkko Hietaniemi [Sat, 12 Jan 2002 05:30:03 +0000]
Doc tweaks.

p4raw-id: //depot/perl@14208

23 years agoUpdating the test count is good; also rephrasing
Jarkko Hietaniemi [Sat, 12 Jan 2002 05:16:55 +0000]
Updating the test count is good; also rephrasing
so that there is no ok output containing "not".

p4raw-id: //depot/perl@14207

23 years agoAndreas is busy :-)
Jarkko Hietaniemi [Sat, 12 Jan 2002 05:11:20 +0000]
Andreas is busy :-)

p4raw-id: //depot/perl@14206

23 years agoUnicode lookbehind looked bad.
Jarkko Hietaniemi [Sat, 12 Jan 2002 04:55:20 +0000]
Unicode lookbehind looked bad.

p4raw-id: //depot/perl@14205

23 years agoGarbage collection.
Jarkko Hietaniemi [Sat, 12 Jan 2002 01:43:48 +0000]
Garbage collection.

p4raw-id: //depot/perl@14204

23 years agoexport win32_async_check or Perl_despatch_signals
Mattia Barbon [Fri, 11 Jan 2002 23:29:48 +0000]
export win32_async_check or Perl_despatch_signals
Message-ID: <3C3F756C.21561.2E2A9CE@localhost>

p4raw-id: //depot/perl@14203

23 years agoperldelta nit?
Robert Spier [Fri, 11 Jan 2002 15:19:16 +0000]
perldelta nit?
Message-ID: <15423.29428.164185.251700@rls.cx>

p4raw-id: //depot/perl@14202

23 years agoRe: [PATCH lib/AnyDBM_File.t] Convert to Test::More
Michael G. Schwern [Fri, 11 Jan 2002 17:08:17 +0000]
Re: [PATCH lib/AnyDBM_File.t] Convert to Test::More
Message-ID: <20020111220817.GG2838@blackrider>

p4raw-id: //depot/perl@14201

23 years agoCorrect misleading error message
Mike Guy [Fri, 11 Jan 2002 18:36:33 +0000]
Correct misleading error message
Message-Id: <E16P6XZ-0005kA-00@draco.cus.cam.ac.uk>

hash assignment -> anonymous hash

p4raw-id: //depot/perl@14200

23 years agoShut down warnings in Normalize.c
Nikola Knezevic [Fri, 11 Jan 2002 16:58:14 +0000]
Shut down warnings in Normalize.c
Message-ID: <543058204.20020111165814@tesla.rcub.bg.ac.yu>

p4raw-id: //depot/perl@14199