Nick Ing-Simmons [Tue, 15 Jan 2002 11:29:47 +0000 (11:29 +0000)]
Regen embed enable slab for PERL_IMPLICIT_SYS
p4raw-id: //depot/perlio@14271
Nick Ing-Simmons [Tue, 15 Jan 2002 08:19:08 +0000 (08:19 +0000)]
Integrate rest of mainline
p4raw-id: //depot/perlio@14270
Nick Ing-Simmons [Tue, 15 Jan 2002 08:02:44 +0000 (08:02 +0000)]
Typo in #else branch of PL_SLAB_ALLOC
p4raw-id: //depot/perlio@14269
Nick Ing-Simmons [Tue, 15 Jan 2002 07:57:47 +0000 (07:57 +0000)]
const-ness fix in savepv's passing of NULL
p4raw-id: //depot/perlio@14268
Nick Ing-Simmons [Tue, 15 Jan 2002 07:42:17 +0000 (07:42 +0000)]
Hand merge of non slab allocator stuff
p4raw-id: //depot/perlio@14267
Nick Ing-Simmons [Tue, 15 Jan 2002 07:39:33 +0000 (07:39 +0000)]
Slab allocator submit after resolve -ay to keep it!
p4raw-id: //depot/perlio@14266
Nick Ing-Simmons [Tue, 15 Jan 2002 07:05:06 +0000 (07:05 +0000)]
Blind integrate of bulk of mainline.
p4raw-id: //depot/perlio@14265
Jarkko Hietaniemi [Tue, 15 Jan 2002 04:19:11 +0000 (04:19 +0000)]
Pod nits.
p4raw-id: //depot/perl@14264
Jarkko Hietaniemi [Tue, 15 Jan 2002 02:14:29 +0000 (02:14 +0000)]
The Unicode categories doc patch to go with #14254,
from Jeffrey.
p4raw-id: //depot/perl@14263
Jarkko Hietaniemi [Tue, 15 Jan 2002 01:30:09 +0000 (01:30 +0000)]
There isn't going to be perl.third.exe.
p4raw-id: //depot/perl@14262
Rafael Garcia-Suarez [Tue, 15 Jan 2002 00:22:52 +0000 (01:22 +0100)]
small coredump correction
Message-ID: <
20020115002252.I691@rafael>
p4raw-id: //depot/perl@14261
Rafael Garcia-Suarez [Mon, 14 Jan 2002 23:03:04 +0000 (00:03 +0100)]
[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
Nick Ing-Simmons [Mon, 14 Jan 2002 22:02:49 +0000 (22:02 +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
Nick Ing-Simmons [Mon, 14 Jan 2002 20:24:28 +0000 (20:24 +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..)
Nick Ing-Simmons [Mon, 14 Jan 2002 16:10:54 +0000 (16:10 +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
Jarkko Hietaniemi [Mon, 14 Jan 2002 14:42:12 +0000 (14:42 +0000)]
Update Changes.
p4raw-id: //depot/perl@14256
Jarkko Hietaniemi [Mon, 14 Jan 2002 14:04:24 +0000 (14:04 +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
Jarkko Hietaniemi [Mon, 14 Jan 2002 13:25:07 +0000 (13:25 +0000)]
Big mktables rewrite from Jeffrey;
documentation not yet updated.
p4raw-id: //depot/perl@14254
Michael G. Schwern [Sun, 13 Jan 2002 21:00:07 +0000 (16:00 -0500)]
Re: [ID
20020113.006] Cwd.pm uses uninitialized $ENV{PATH}
Message-Id: <
20020114020007.GB2877@blackrider>
p4raw-id: //depot/perl@14253
Abe Timmerman [Mon, 14 Jan 2002 02:29:51 +0000 (03:29 +0100)]
Re: Win32 status - progress !
Message-ID: <9rc44u4sl4hjfm32if71ggjlm0qpvvacs3@4ax.com>
p4raw-id: //depot/perl@14252
Jarkko Hietaniemi [Sun, 13 Jan 2002 23:30:05 +0000 (23:30 +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
Nick Ing-Simmons [Sun, 13 Jan 2002 23:22:34 +0000 (23:22 +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
Jarkko Hietaniemi [Sun, 13 Jan 2002 19:55:10 +0000 (19:55 +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
Mattia Barbon [Sun, 13 Jan 2002 21:49:24 +0000 (22:49 +0100)]
enable Win32 to build again
Message-ID: <
3C4200E4.15926.23F6131@localhost>
miniperl.exe.exe does not exe that well.
p4raw-id: //depot/perl@14248
Jarkko Hietaniemi [Sun, 13 Jan 2002 19:50:23 +0000 (19:50 +0000)]
Mention some of the load-affected tests.
p4raw-id: //depot/perl@14247
Jarkko Hietaniemi [Sun, 13 Jan 2002 19:38:17 +0000 (19:38 +0000)]
Move the UTF-8 conversion code earlier so that
op/ver is happy.
p4raw-id: //depot/perl@14246
Jarkko Hietaniemi [Sun, 13 Jan 2002 19:19:59 +0000 (19:19 +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
Jarkko Hietaniemi [Sun, 13 Jan 2002 18:27:00 +0000 (18:27 +0000)]
Make the crypt() pickier: if downgrading doesn't work,
croak.
p4raw-id: //depot/perl@14244
Jarkko Hietaniemi [Sun, 13 Jan 2002 18:12:23 +0000 (18:12 +0000)]
Grow the buffer in case Unicode caused size changes
(and it very probably did).
p4raw-id: //depot/perl@14243
Jarkko Hietaniemi [Sun, 13 Jan 2002 17:46:45 +0000 (17:46 +0000)]
Future-proofing from Jeffrey Friedl (for conflicting
In* and Is* names).
p4raw-id: //depot/perl@14242
Mattia Barbon [Sun, 13 Jan 2002 19:39:52 +0000 (20:39 +0100)]
Re: Warning in B.xs
Message-ID: <
3C41E288.20562.1C8C895@localhost>
p4raw-id: //depot/perl@14241
Hugo van der Sanden [Sun, 13 Jan 2002 18:06:22 +0000 (18:06 +0000)]
Re: lookbehind broken with latest bleedperl
Message-Id: <
200201131806.g0DI6Mp20089@crypt.compulink.co.uk>
p4raw-id: //depot/perl@14240
Jarkko Hietaniemi [Sun, 13 Jan 2002 17:24:51 +0000 (17:24 +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
Tels [Sun, 13 Jan 2002 16:58:27 +0000 (17:58 +0100)]
[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
Nicholas Clark [Sun, 13 Jan 2002 15:58:34 +0000 (15:58 +0000)]
Re: [FAIL] Benchmark.t intermittent failure
Message-ID: <
20020113155833.C314@Bagpuss.unfortu.net>
p4raw-id: //depot/perl@14237
Jarkko Hietaniemi [Sun, 13 Jan 2002 17:08:18 +0000 (17:08 +0000)]
Anton Berezin did more reading and the uid setting story
gets more complex.
p4raw-id: //depot/perl@14236
Jarkko Hietaniemi [Sun, 13 Jan 2002 16:45:52 +0000 (16:45 +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
H.Merijn Brand [Sun, 13 Jan 2002 10:18:46 +0000 (11:18 +0100)]
Re: HiRes
Message-Id: <
20020113100616.B6B5.H.M.BRAND@hccnet.nl>
Give up on socketpair in HP-UX.
p4raw-id: //depot/perl@14234
Nick Ing-Simmons [Sun, 13 Jan 2002 16:29:30 +0000 (16:29 +0000)]
Integrate mainline
p4raw-id: //depot/perlio@14233
Nick Ing-Simmons [Sun, 13 Jan 2002 15:37:48 +0000 (15:37 +0000)]
Win32 fixes:
- vmem.h hack to handle free-by-wrong-thread after eval "".
- Initialize timerid
p4raw-id: //depot/perlio@14232
Jarkko Hietaniemi [Sun, 13 Jan 2002 05:15:01 +0000 (05:15 +0000)]
*groan*
p4raw-id: //depot/perl@14231
Jarkko Hietaniemi [Sun, 13 Jan 2002 05:13:03 +0000 (05:13 +0000)]
One more sharp s case found by Jeffrey.
p4raw-id: //depot/perl@14230
Jarkko Hietaniemi [Sun, 13 Jan 2002 04:43:33 +0000 (04:43 +0000)]
Comment tweak.
p4raw-id: //depot/perl@14229
Jarkko Hietaniemi [Sun, 13 Jan 2002 04:30:45 +0000 (04:30 +0000)]
Don't bother checking for the Greek special
cases if the node is too short.
p4raw-id: //depot/perl@14228
Jarkko Hietaniemi [Sat, 12 Jan 2002 21:00:04 +0000 (21:00 +0000)]
Update Changes.
p4raw-id: //depot/perl@14227
Jonathan Stowe [Sat, 12 Jan 2002 11:13:02 +0000 (11:13 +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
Jarkko Hietaniemi [Sat, 12 Jan 2002 20:18:02 +0000 (20:18 +0000)]
Quick reformat using indent -kr -nce, as requested
by Dan Kogai and suggest by NI-S.
p4raw-id: //depot/perl@14224
Jarkko Hietaniemi [Sat, 12 Jan 2002 20:08:54 +0000 (20:08 +0000)]
Couple more Unicode lookbehind tests.
p4raw-id: //depot/perl@14223
Jarkko Hietaniemi [Sat, 12 Jan 2002 20:05:29 +0000 (20:05 +0000)]
Sharp S as a special treat for our German UTF-8 testers :-)
p4raw-id: //depot/perl@14222
Mattia Barbon [Sat, 12 Jan 2002 20:37:32 +0000 (21:37 +0100)]
{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
Jarkko Hietaniemi [Sat, 12 Jan 2002 18:27:32 +0000 (18:27 +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
Jarkko Hietaniemi [Sat, 12 Jan 2002 18:06:49 +0000 (18:06 +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
Jarkko Hietaniemi [Sat, 12 Jan 2002 16:14:52 +0000 (16:14 +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
Jarkko Hietaniemi [Sat, 12 Jan 2002 16:09:59 +0000 (16:09 +0000)]
One should first drop the real uid, not the effective uid.
[ID
20020110.003]
p4raw-id: //depot/perl@14217
Mattia Barbon [Fri, 11 Jan 2002 23:29:48 +0000 (00:29 +0100)]
B::C, perlcc.PL, B.xs, B.pm, t/TEST, C.xs
Message-ID: <
3C3F756C.4581.2E2A938@localhost>
p4raw-id: //depot/perl@14216
Stephen McCamant [Fri, 11 Jan 2002 14:29:30 +0000 (06:29 -0800)]
Re: Magic numbers in B::Concise
Message-ID: <15423.26442.891378.802062@soda.csua.berkeley.edu>
p4raw-id: //depot/perl@14215
Nick Ing-Simmons [Sat, 12 Jan 2002 12:31:12 +0000 (12:31 +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
Nick Ing-Simmons [Sat, 12 Jan 2002 11:46:28 +0000 (11:46 +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
Paul Green [Fri, 11 Jan 2002 17:30:37 +0000 (12:30 -0500)]
More fixes for Stratus VOS
Message-Id: <
95AE3CDB3543D511883A0020485B38B9023534D3@exna3.stratus.com>
p4raw-id: //depot/perl@14212
Jarkko Hietaniemi [Sat, 12 Jan 2002 06:01:29 +0000 (06:01 +0000)]
Upgrade to CGI.pm 2.80.
p4raw-id: //depot/perl@14211
Jarkko Hietaniemi [Sat, 12 Jan 2002 05:57:36 +0000 (05:57 +0000)]
FAQ sync.
p4raw-id: //depot/perl@14210
Jarkko Hietaniemi [Sat, 12 Jan 2002 05:54:24 +0000 (05:54 +0000)]
This is getting embarrassing.
p4raw-id: //depot/perl@14209
Jarkko Hietaniemi [Sat, 12 Jan 2002 05:30:03 +0000 (05:30 +0000)]
Doc tweaks.
p4raw-id: //depot/perl@14208
Jarkko Hietaniemi [Sat, 12 Jan 2002 05:16:55 +0000 (05:16 +0000)]
Updating the test count is good; also rephrasing
so that there is no ok output containing "not".
p4raw-id: //depot/perl@14207
Jarkko Hietaniemi [Sat, 12 Jan 2002 05:11:20 +0000 (05:11 +0000)]
Andreas is busy :-)
p4raw-id: //depot/perl@14206
Jarkko Hietaniemi [Sat, 12 Jan 2002 04:55:20 +0000 (04:55 +0000)]
Unicode lookbehind looked bad.
p4raw-id: //depot/perl@14205
Jarkko Hietaniemi [Sat, 12 Jan 2002 01:43:48 +0000 (01:43 +0000)]
Garbage collection.
p4raw-id: //depot/perl@14204
Mattia Barbon [Fri, 11 Jan 2002 23:29:48 +0000 (00:29 +0100)]
export win32_async_check or Perl_despatch_signals
Message-ID: <
3C3F756C.21561.2E2A9CE@localhost>
p4raw-id: //depot/perl@14203
Robert Spier [Fri, 11 Jan 2002 15:19:16 +0000 (07:19 -0800)]
perldelta nit?
Message-ID: <15423.29428.164185.251700@rls.cx>
p4raw-id: //depot/perl@14202
Michael G. Schwern [Fri, 11 Jan 2002 17:08:17 +0000 (12:08 -0500)]
Re: [PATCH lib/AnyDBM_File.t] Convert to Test::More
Message-ID: <
20020111220817.GG2838@blackrider>
p4raw-id: //depot/perl@14201
Mike Guy [Fri, 11 Jan 2002 18:36:33 +0000 (18:36 +0000)]
Correct misleading error message
Message-Id: <E16P6XZ-0005kA-00@draco.cus.cam.ac.uk>
hash assignment -> anonymous hash
p4raw-id: //depot/perl@14200
Nikola Knezevic [Fri, 11 Jan 2002 16:58:14 +0000 (17:58 +0100)]
Shut down warnings in Normalize.c
Message-ID: <
543058204.
20020111165814@tesla.rcub.bg.ac.yu>
p4raw-id: //depot/perl@14199
Jarkko Hietaniemi [Fri, 11 Jan 2002 23:53:05 +0000 (23:53 +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
Jarkko Hietaniemi [Fri, 11 Jan 2002 21:48:49 +0000 (21:48 +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
Nick Ing-Simmons [Fri, 11 Jan 2002 20:58:20 +0000 (20:58 +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
Jarkko Hietaniemi [Fri, 11 Jan 2002 20:07:35 +0000 (20:07 +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
Andreas König [Fri, 11 Jan 2002 15:47:15 +0000 (16:47 +0100)]
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
Nick Ing-Simmons [Fri, 11 Jan 2002 18:25:34 +0000 (18:25 +0000)]
Integrate mainline (on Win32 - risky) for vmem.h stuff
Builds and passes a few tests.
p4raw-id: //depot/perlio@14193
Nick Ing-Simmons [Fri, 11 Jan 2002 17:49:39 +0000 (17:49 +0000)]
A mostly-stable version of "new" Win32 signal/kill support.
p4raw-id: //depot/perlio@14192
Jarkko Hietaniemi [Fri, 11 Jan 2002 15:34:53 +0000 (15:34 +0000)]
Update Changes.
p4raw-id: //depot/perl@14191
Stephen McCamant [Thu, 10 Jan 2002 18:21:34 +0000 (10:21 -0800)]
Re: Magic numbers in B::Concise
Message-ID: <15422.19502.380275.403187@soda.csua.berkeley.edu>
p4raw-id: //depot/perl@14190
Jarkko Hietaniemi [Fri, 11 Jan 2002 14:51:11 +0000 (14:51 +0000)]
Upgrade to CGI.pm 2.79. Manual tweaks were
necessary in form.t and html.t @INC setups.
p4raw-id: //depot/perl@14189
Jarkko Hietaniemi [Fri, 11 Jan 2002 14:31:17 +0000 (14:31 +0000)]
Yet another twist.
p4raw-id: //depot/perl@14188
H.Merijn Brand [Fri, 11 Jan 2002 13:04:15 +0000 (14:04 +0100)]
[ 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
Jonathan Stowe [Fri, 11 Jan 2002 09:28:46 +0000 (09:28 +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
Jarkko Hietaniemi [Fri, 11 Jan 2002 14:10:01 +0000 (14:10 +0000)]
Arguments were being mangled.
p4raw-id: //depot/perl@14185
Jonathan Stowe [Thu, 10 Jan 2002 19:55:15 +0000 (19:55 +0000)]
Convert to Test::More
Message-ID: <Pine.LNX.4.33.
0201101948360.9717-100000@orpheus.gellyfish.com>
p4raw-id: //depot/perl@14184
Michael G. Schwern [Fri, 11 Jan 2002 04:26:27 +0000 (23:26 -0500)]
Seperating kill_perl()
Message-ID: <
20020111092626.GA16544@blackrider>
p4raw-id: //depot/perl@14183
Michael G. Schwern [Thu, 10 Jan 2002 21:11:24 +0000 (16:11 -0500)]
Test::Harness 2.01
Message-ID: <
20020111021123.GA30666@blackrider>
p4raw-id: //depot/perl@14182
Jarkko Hietaniemi [Fri, 11 Jan 2002 13:57:38 +0000 (13:57 +0000)]
patch is silly when creating new files: don't run
patch more than once.
p4raw-id: //depot/perl@14181
Jarkko Hietaniemi [Fri, 11 Jan 2002 13:53:49 +0000 (13:53 +0000)]
Forgot from #14179.
p4raw-id: //depot/perl@14180
Michael G. Schwern [Fri, 11 Jan 2002 03:35:51 +0000 (22:35 -0500)]
[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
Michael G. Schwern [Thu, 10 Jan 2002 19:56:23 +0000 (14:56 -0500)]
Test::Simple/More/Builder/Tutorial 0.41
Message-ID: <
20020111005623.GA13192@blackrider>
p4raw-id: //depot/perl@14178
Gurusamy Sarathy [Fri, 11 Jan 2002 02:56:05 +0000 (02:56 +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
Jarkko Hietaniemi [Fri, 11 Jan 2002 02:11:21 +0000 (02:11 +0000)]
Small doc tweaks.
p4raw-id: //depot/perl@14176
Gurusamy Sarathy [Fri, 11 Jan 2002 01:05:15 +0000 (01:05 +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
Hugo van der Sanden [Thu, 10 Jan 2002 18:20:58 +0000 (18:20 +0000)]
micropatch
Message-Id: <
200201101820.g0AIKw208580@crypt.compulink.co.uk>
p4raw-id: //depot/perl@14174
Mattia Barbon [Thu, 10 Jan 2002 18:56:21 +0000 (19:56 +0100)]
Embed.t on Win32
Message-ID: <
3C3DE3D5.7359.1FEB994@localhost>
p4raw-id: //depot/perl@14173
Gisle Aas [Thu, 10 Jan 2002 08:56:05 +0000 (00:56 -0800)]
Re: [PATCH] No 'once' warnings for variables declared with our
Message-ID: <lrg05ep2l6.fsf@caliper.activestate.com>
p4raw-id: //depot/perl@14172
Brendan O'Dea [Fri, 11 Jan 2002 03:49:54 +0000 (14:49 +1100)]
doc fixes
Message-ID: <
20020110164954.GA21891@compusol.com.au>
p4raw-id: //depot/perl@14171