22 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..)

22 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

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

p4raw-id: //depot/perl@14256

22 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

22 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

22 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

22 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

22 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

22 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

22 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

22 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

22 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

22 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

22 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

22 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

22 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

22 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

22 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

22 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

22 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

22 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

22 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

22 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

22 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

22 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

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

p4raw-id: //depot/perlio@14233

22 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

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

p4raw-id: //depot/perl@14231

22 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

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

p4raw-id: //depot/perl@14229

22 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

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

p4raw-id: //depot/perl@14227

22 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

22 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

22 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

22 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

22 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

22 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

22 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

22 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

22 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

22 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

22 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

22 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

22 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

22 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

22 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

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

p4raw-id: //depot/perl@14210

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

p4raw-id: //depot/perl@14209

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

p4raw-id: //depot/perl@14208

22 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

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

p4raw-id: //depot/perl@14206

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

p4raw-id: //depot/perl@14205

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

p4raw-id: //depot/perl@14204

22 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

22 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

22 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

22 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

22 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

22 years agoAdd a new test for is-sprintf-preserving Unicodeness:
Jarkko Hietaniemi [Fri, 11 Jan 2002 23:53:05 +0000]
Add a new test for is-sprintf-preserving Unicodeness:
#14194 and an old one from kill_perl.t (I could have used
sprintf.t, but it's format was quite fixed, and I didn't
feel like breaking the format)

p4raw-id: //depot/perl@14198

22 years agoIntegrate perlio:
Jarkko Hietaniemi [Fri, 11 Jan 2002 21:48:49 +0000]
Integrate perlio:

[ 14196]
Install dummy signal() handlers for Win32's SIGINT and SIGBREAK
as C runtime seems to get its hands on them even though we said
they were handled.
Still an issue with "die" out of signal handler - get panic: pp_iter

p4raw-link: @14196 on //depot/perlio: f646a69a049030ff75ef540aa2c16835b7972cc1

p4raw-id: //depot/perl@14197

22 years agoInstall dummy signal() handlers for Win32's SIGINT and SIGBREAK
Nick Ing-Simmons [Fri, 11 Jan 2002 20:58:20 +0000]
Install dummy signal() handlers for Win32's SIGINT and SIGBREAK
as C runtime seems to get its hands on them even though we said
they were handled.
Still an issue with "die" out of signal handler - get panic: pp_iter

p4raw-id: //depot/perlio@14196

22 years agoIntegrate perlio:
Jarkko Hietaniemi [Fri, 11 Jan 2002 20:07:35 +0000]
Integrate perlio:

[ 14192]
A mostly-stable version of "new" Win32 signal/kill support.

p4raw-link: @14192 on //depot/perlio: 1018e26f1c13277648057b08a7b77db44ebc46fe

p4raw-id: //depot/perl@14195

22 years agoFix for
Andreas König [Fri, 11 Jan 2002 15:47:15 +0000]
Fix for

Subject: UTF-8 sprintf bug in bleadperl
Message-ID: <m3vge99c7g.fsf@anima.de>

I have tests, have just to figure out where to put them
since op/sprintf looks a bit unfriendly for tests of
somewhat freer form.

p4raw-id: //depot/perl@14194

22 years agoIntegrate mainline (on Win32 - risky) for vmem.h stuff
Nick Ing-Simmons [Fri, 11 Jan 2002 18:25:34 +0000]
Integrate mainline (on Win32 - risky) for vmem.h stuff
Builds and passes a few tests.

p4raw-id: //depot/perlio@14193

22 years agoA mostly-stable version of "new" Win32 signal/kill support.
Nick Ing-Simmons [Fri, 11 Jan 2002 17:49:39 +0000]
A mostly-stable version of "new" Win32 signal/kill support.

p4raw-id: //depot/perlio@14192

22 years agoUpdate Changes.
Jarkko Hietaniemi [Fri, 11 Jan 2002 15:34:53 +0000]
Update Changes.

p4raw-id: //depot/perl@14191

22 years agoRe: Magic numbers in B::Concise
Stephen McCamant [Thu, 10 Jan 2002 18:21:34 +0000]
Re: Magic numbers in B::Concise
Message-ID: <15422.19502.380275.403187@soda.csua.berkeley.edu>

p4raw-id: //depot/perl@14190

22 years agoUpgrade to CGI.pm 2.79. Manual tweaks were
Jarkko Hietaniemi [Fri, 11 Jan 2002 14:51:11 +0000]
Upgrade to CGI.pm 2.79.  Manual tweaks were
necessary in form.t and html.t @INC setups.

p4raw-id: //depot/perl@14189

22 years agoYet another twist.
Jarkko Hietaniemi [Fri, 11 Jan 2002 14:31:17 +0000]
Yet another twist.

p4raw-id: //depot/perl@14188

22 years ago[ PATCH ] AIX to pick the correct CC if more than one installed
H.Merijn Brand [Fri, 11 Jan 2002 13:04:15 +0000]
[ PATCH ] AIX to pick the correct CC if more than one installed
Message-Id: <20020111125951.BD84.H.M.BRAND@hccnet.nl>

p4raw-id: //depot/perl@14187

22 years ago[REPATCH] RE: [PATCH lib/AnyDBM_File.t] null key support back in DB v3
Jonathan Stowe [Fri, 11 Jan 2002 09:28:46 +0000]
[REPATCH] RE: [PATCH lib/AnyDBM_File.t] null key support back in DB v3
Message-ID: <Pine.LNX.4.33.0201110927480.10327-100000@orpheus.gellyfish.com>

p4raw-id: //depot/perl@14186

22 years agoArguments were being mangled.
Jarkko Hietaniemi [Fri, 11 Jan 2002 14:10:01 +0000]
Arguments were being mangled.

p4raw-id: //depot/perl@14185

22 years agoConvert to Test::More
Jonathan Stowe [Thu, 10 Jan 2002 19:55:15 +0000]
Convert to Test::More
Message-ID: <Pine.LNX.4.33.0201101948360.9717-100000@orpheus.gellyfish.com>

p4raw-id: //depot/perl@14184

22 years agoSeperating kill_perl()
Michael G. Schwern [Fri, 11 Jan 2002 04:26:27 +0000]
Seperating kill_perl()
Message-ID: <20020111092626.GA16544@blackrider>

p4raw-id: //depot/perl@14183

22 years agoTest::Harness 2.01
Michael G. Schwern [Thu, 10 Jan 2002 21:11:24 +0000]
Test::Harness 2.01
Message-ID: <20020111021123.GA30666@blackrider>

p4raw-id: //depot/perl@14182

22 years agopatch is silly when creating new files: don't run
Jarkko Hietaniemi [Fri, 11 Jan 2002 13:57:38 +0000]
patch is silly when creating new files: don't run
patch more than once.

p4raw-id: //depot/perl@14181

22 years agoForgot from #14179.
Jarkko Hietaniemi [Fri, 11 Jan 2002 13:53:49 +0000]
Forgot from #14179.

p4raw-id: //depot/perl@14180

22 years ago[PATCH] is() undef/'' behavior change
Michael G. Schwern [Fri, 11 Jan 2002 03:35:51 +0000]
[PATCH] is() undef/'' behavior change
Date: Fri, 11 Jan 2002 03:35:51 -0500
Message-ID: <20020111083551.GC30666@blackrider>

Subject: [PATCH] Pod::InputObjects warnings & is() undef/'' fix
From: Michael G Schwern <schwern@pobox.com>
Date: Fri, 11 Jan 2002 03:37:44 -0500
Message-ID: <20020111083744.GD30666@blackrider>

p4raw-id: //depot/perl@14179

22 years agoTest::Simple/More/Builder/Tutorial 0.41
Michael G. Schwern [Thu, 10 Jan 2002 19:56:23 +0000]
Test::Simple/More/Builder/Tutorial 0.41
Message-ID: <20020111005623.GA13192@blackrider>

p4raw-id: //depot/perl@14178

22 years agomalloc() things must be free()d, not Safefree()d (bug in change#11280
Gurusamy Sarathy [Fri, 11 Jan 2002 02:56:05 +0000]
malloc() things must be free()d, not Safefree()d (bug in change#11280
revealed by -D_USE_MSVCRT_MEM_ALLOC -D_USE_LINKED_LIST)

turns out even the malloc() was never really needed to begin with,
so get rid of it

p4raw-link: @11280 on //depot/perl: dc507217b3331807446df6e7f16977ee2fdc418e

p4raw-id: //depot/perl@14177

22 years agoSmall doc tweaks.
Jarkko Hietaniemi [Fri, 11 Jan 2002 02:11:21 +0000]
Small doc tweaks.

p4raw-id: //depot/perl@14176

22 years agosupport using the CRT's malloc() family of functions instead of
Gurusamy Sarathy [Fri, 11 Jan 2002 01:05:15 +0000]
support using the CRT's malloc() family of functions instead of
the internal one when ithreads is enabled; allocate large blocks
using VirtualAlloc() since the Heap*() functions may only be tuned
for small allocations (from Doug Lankshear <dougl@ActiveState.com>)

pass -D_USE_MSVCRT_MEM_ALLOC via cflags to enable the CRT's malloc();
also see comments at the top of win32/vmem.h for other options that
can be set

p4raw-id: //depot/perl@14175

22 years agomicropatch
Hugo van der Sanden [Thu, 10 Jan 2002 18:20:58 +0000]
micropatch
Message-Id: <200201101820.g0AIKw208580@crypt.compulink.co.uk>

p4raw-id: //depot/perl@14174

22 years agoEmbed.t on Win32
Mattia Barbon [Thu, 10 Jan 2002 18:56:21 +0000]
Embed.t on Win32
Message-ID: <3C3DE3D5.7359.1FEB994@localhost>

p4raw-id: //depot/perl@14173

22 years agoRe: [PATCH] No 'once' warnings for variables declared with our
Gisle Aas [Thu, 10 Jan 2002 08:56:05 +0000]
Re: [PATCH] No 'once' warnings for variables declared with our
Message-ID: <lrg05ep2l6.fsf@caliper.activestate.com>

p4raw-id: //depot/perl@14172

22 years agodoc fixes
Brendan O'Dea [Fri, 11 Jan 2002 03:49:54 +0000]
doc fixes
Message-ID: <20020110164954.GA21891@compusol.com.au>

p4raw-id: //depot/perl@14171

22 years agoIntegrate perlio:
Jarkko Hietaniemi [Thu, 10 Jan 2002 17:48:42 +0000]
Integrate perlio:

[ 14167]
More signal hackery

p4raw-link: @14167 on //depot/perlio: c843839fe3793388103a32dc99c4be8c19237088

p4raw-id: //depot/perl@14170

22 years agoNo need to show internal encodings, or return them
Jarkko Hietaniemi [Thu, 10 Jan 2002 17:47:34 +0000]
No need to show internal encodings, or return them
in random order.

p4raw-id: //depot/perl@14169

22 years agoIntegrate mainline
Nick Ing-Simmons [Thu, 10 Jan 2002 17:33:31 +0000]
Integrate mainline

p4raw-id: //depot/perlio@14168

22 years agoMore signal hackery
Nick Ing-Simmons [Thu, 10 Jan 2002 17:08:35 +0000]
More signal hackery

p4raw-id: //depot/perlio@14167

22 years agoI think we can claim to be supporting Unicode
Jarkko Hietaniemi [Thu, 10 Jan 2002 15:24:41 +0000]
I think we can claim to be supporting Unicode
"loose matching" now.

p4raw-id: //depot/perl@14166

22 years agodoc patch
Mark-Jason Dominus [Thu, 10 Jan 2002 15:12:27 +0000]
doc patch
Message-ID: <20020110151227.14850.qmail@plover.com>

p4raw-id: //depot/perl@14165

22 years agoRe: [ID 20011223.001] accept leaks memory
Andy Dougherty [Thu, 10 Jan 2002 10:13:07 +0000]
Re: [ID 20011223.001] accept leaks memory
Message-ID: <Pine.SOL.4.10.10201100919390.4429-100000@maxwell.phys.lafayette.edu>

p4raw-id: //depot/perl@14164

22 years agoIntegrate perlio:
Jarkko Hietaniemi [Thu, 10 Jan 2002 14:52:08 +0000]
Integrate perlio:

[ 14160]
Skeleton coding of more kill() support on Win32.

p4raw-link: @14160 on //depot/perlio: 7e5f34c004e38c183d0eea277019a4ee68395ce0

p4raw-id: //depot/perl@14163

22 years agoMagic numbers in B::Concise
Stephen McCamant [Wed, 9 Jan 2002 23:04:01 +0000]
Magic numbers in B::Concise
Message-ID: <15421.15585.813580.211907@soda.csua.berkeley.edu>

p4raw-id: //depot/perl@14162

22 years agoNo 'once' warnings for variables declared with our
Gisle Aas [Wed, 9 Jan 2002 21:52:40 +0000]
No 'once' warnings for variables declared with our
Message-ID: <lrg05e7nx3.fsf@caliper.activestate.com>

p4raw-id: //depot/perl@14161

22 years agoSkeleton coding of more kill() support on Win32.
Nick Ing-Simmons [Wed, 9 Jan 2002 21:29:39 +0000]
Skeleton coding of more kill() support on Win32.

p4raw-id: //depot/perlio@14160

22 years agoB::Deparse : support for \[...] prototypes
Rafael Garcia-Suarez [Wed, 9 Jan 2002 23:24:32 +0000]
B::Deparse : support for \[...] prototypes
Message-ID: <20020109232432.A692@rafael>

p4raw-id: //depot/perl@14159

22 years agoRe: [PATCH pp_sys.c] Fix segfault in dbmclose in DESTROY (was Re: [ID 20020104.007...
Jonathan Stowe [Wed, 9 Jan 2002 19:37:38 +0000]
Re: [PATCH pp_sys.c] Fix segfault in dbmclose in DESTROY (was Re: [ID 20020104.007] coredump on dbmclose)
Message-ID: <Pine.LNX.4.33.0201091924020.21574-100000@orpheus.gellyfish.com>

p4raw-id: //depot/perl@14158