summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Integrate perlio:Jarkko Hietaniemi2002-01-138-26/+83
|\ | | | | | | | | | | | | | | | | | | | | [ 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
| * Slab allocator for opsNick Ing-Simmons2002-01-138-26/+83
| | | | | | | | | | | | | | - moved the statics to intrpvar.h - implemented Slab_Free() - uses PerlMemShared (for now) if distinction exists. p4raw-id: //depot/perlio@14250
* | Start a new test category: uni. Much of t/op/patJarkko Hietaniemi2002-01-135-3/+4
| | | | | | | | | | | | | | | | | | 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
* | enable Win32 to build againMattia Barbon2002-01-131-1/+2
| | | | | | | | | | | | | | Message-ID: <3C4200E4.15926.23F6131@localhost> miniperl.exe.exe does not exe that well. p4raw-id: //depot/perl@14248
* | Mention some of the load-affected tests.Jarkko Hietaniemi2002-01-131-5/+6
| | | | | | p4raw-id: //depot/perl@14247
* | Move the UTF-8 conversion code earlier so thatJarkko Hietaniemi2002-01-132-15/+17
| | | | | | | | | | op/ver is happy. p4raw-id: //depot/perl@14246
* | Upgrade to Scalar-List-Util 1.06. The Makefile.PLsJarkko Hietaniemi2002-01-134-1/+53
| | | | | | | | | | have diverged quite a bit so no updates there. p4raw-id: //depot/perl@14245
* | Make the crypt() pickier: if downgrading doesn't work,Jarkko Hietaniemi2002-01-133-19/+27
| | | | | | | | | | croak. p4raw-id: //depot/perl@14244
* | Grow the buffer in case Unicode caused size changesJarkko Hietaniemi2002-01-131-3/+3
| | | | | | | | | | (and it very probably did). p4raw-id: //depot/perl@14243
* | Future-proofing from Jeffrey Friedl (for conflictingJarkko Hietaniemi2002-01-131-2/+2
| | | | | | | | | | In* and Is* names). p4raw-id: //depot/perl@14242
* | Re: Warning in B.xsMattia Barbon2002-01-131-1/+1
| | | | | | | | | | Message-ID: <3C41E288.20562.1C8C895@localhost> p4raw-id: //depot/perl@14241
* | Re: lookbehind broken with latest bleedperlHugo van der Sanden2002-01-132-2/+41
| | | | | | | | | | Message-Id: <200201131806.g0DI6Mp20089@crypt.compulink.co.uk> p4raw-id: //depot/perl@14240
* | [PATCH] more MM_Unix.t testsJarkko Hietaniemi2002-01-131-16/+96
| | | | | | | | | | | | | | | | | | | | | | | | 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
* | [PATCH] Re: MM_UNIX::parse_version() and my $VERSION Tels2002-01-131-2/+3
| | | | | | | | | | | | | | | | | | | | | | 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
* | Re: [FAIL] Benchmark.t intermittent failureNicholas Clark2002-01-131-2/+2
| | | | | | | | | | Message-ID: <20020113155833.C314@Bagpuss.unfortu.net> p4raw-id: //depot/perl@14237
* | Anton Berezin did more reading and the uid setting storyJarkko Hietaniemi2002-01-132-6/+36
| | | | | | | | | | gets more complex. p4raw-id: //depot/perl@14236
* | Integrate perlio:Jarkko Hietaniemi2002-01-134-6/+74
|\ \ | |/ | | | | | | | | | | | | | | | | [ 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
| * Integrate mainlineNick Ing-Simmons2002-01-1349-293/+1120
| |\ | | | | | | p4raw-id: //depot/perlio@14233
| * | Win32 fixes:Nick Ing-Simmons2002-01-134-6/+74
| | | | | | | | | | | | | | | | | | - vmem.h hack to handle free-by-wrong-thread after eval "". - Initialize timerid p4raw-id: //depot/perlio@14232
* | | Re: HiResH.Merijn Brand2002-01-131-1/+1
| |/ |/| | | | | | | | | | | Message-Id: <20020113100616.B6B5.H.M.BRAND@hccnet.nl> Give up on socketpair in HP-UX. p4raw-id: //depot/perl@14234
* | *groan*Jarkko Hietaniemi2002-01-131-1/+1
| | | | | | p4raw-id: //depot/perl@14231
* | One more sharp s case found by Jeffrey.Jarkko Hietaniemi2002-01-132-13/+31
| | | | | | p4raw-id: //depot/perl@14230
* | Comment tweak.Jarkko Hietaniemi2002-01-131-6/+6
| | | | | | p4raw-id: //depot/perl@14229
* | Don't bother checking for the Greek specialJarkko Hietaniemi2002-01-131-1/+1
| | | | | | | | | | cases if the node is too short. p4raw-id: //depot/perl@14228
* | Update Changes.Jarkko Hietaniemi2002-01-122-1/+218
| | | | | | p4raw-id: //depot/perl@14227
* | Re: [PATCH Configure ext/NDBM_File/hints/linux.pl] Support for linux systems ↵Jonathan Stowe2002-01-122-7/+20
| | | | | | | | | | | | | | with gdbm Message-ID: <Pine.LNX.4.44.0201121107400.26602-100000@orpheus.gellyfish.com> p4raw-id: //depot/perl@14225
* | Quick reformat using indent -kr -nce, as requestedJarkko Hietaniemi2002-01-121-67/+56
| | | | | | | | | | by Dan Kogai and suggest by NI-S. p4raw-id: //depot/perl@14224
* | Couple more Unicode lookbehind tests.Jarkko Hietaniemi2002-01-121-1/+3
| | | | | | p4raw-id: //depot/perl@14223
* | Sharp S as a special treat for our German UTF-8 testers :-)Jarkko Hietaniemi2002-01-124-24/+51
| | | | | | p4raw-id: //depot/perl@14222
* | {PATCH] Fix: Re: [PATCH] B::C, perlcc.PL, B.xs, B.pm, t/TEST, C.xs Mattia Barbon2002-01-121-1/+4
| | | | | | | | | | Message-ID: <3C409E8C.16203.196C2D3@localhost> p4raw-id: //depot/perl@14221
* | Hrmph. Is having a test for an exact version of MM_Unix.pmJarkko Hietaniemi2002-01-121-1/+1
| | | | | | | | | | really worth the bits it's printed on? p4raw-id: //depot/perl@14220
* | Special treatment for U+03B0 and U+0390 in //i,Jarkko Hietaniemi2002-01-123-6/+46
| | | | | | | | | | | | this means that we can remove the minlen pessimisations introduced by the #14096. p4raw-id: //depot/perl@14219
* | Integrate perlio:Jarkko Hietaniemi2002-01-122-74/+57
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | [ 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
| * Win32-ize socketpair testNick Ing-Simmons2002-01-121-3/+13
| | | | | | | | | | | | - Win32 can fork even though $Config{d_fork} is undef - SOCK_DGRAM does not work - skip those tests. p4raw-id: //depot/perlio@14214
| * Abstract out the cloning of SvPVX and handle shared pv in a Nick Ing-Simmons2002-01-121-71/+44
| | | | | | | | | | safe (if suboptimal) manner. Does not fix op/fork.t :-( p4raw-id: //depot/perlio@14213
* | One should first drop the real uid, not the effective uid.Jarkko Hietaniemi2002-01-121-2/+8
| | | | | | | | | | [ID 20020110.003] p4raw-id: //depot/perl@14217
* | B::C, perlcc.PL, B.xs, B.pm, t/TEST, C.xsMattia Barbon2002-01-128-76/+412
| | | | | | | | | | Message-ID: <3C3F756C.4581.2E2A938@localhost> p4raw-id: //depot/perl@14216
* | Re: Magic numbers in B::ConciseStephen McCamant2002-01-121-5/+7
| | | | | | | | | | Message-ID: <15423.26442.891378.802062@soda.csua.berkeley.edu> p4raw-id: //depot/perl@14215
* | More fixes for Stratus VOSPaul Green2002-01-122-5/+14
| | | | | | | | | | Message-Id: <95AE3CDB3543D511883A0020485B38B9023534D3@exna3.stratus.com> p4raw-id: //depot/perl@14212
* | Upgrade to CGI.pm 2.80.Jarkko Hietaniemi2002-01-123-48/+43
| | | | | | p4raw-id: //depot/perl@14211
* | FAQ sync.Jarkko Hietaniemi2002-01-127-7/+7
| | | | | | p4raw-id: //depot/perl@14210
* | This is getting embarrassing.Jarkko Hietaniemi2002-01-121-1/+1
| | | | | | p4raw-id: //depot/perl@14209
* | Doc tweaks.Jarkko Hietaniemi2002-01-121-1/+2
| | | | | | p4raw-id: //depot/perl@14208
* | Updating the test count is good; also rephrasingJarkko Hietaniemi2002-01-121-2/+2
| | | | | | | | | | so that there is no ok output containing "not". p4raw-id: //depot/perl@14207
* | Andreas is busy :-)Jarkko Hietaniemi2002-01-122-1/+15
| | | | | | p4raw-id: //depot/perl@14206
* | Unicode lookbehind looked bad.Jarkko Hietaniemi2002-01-122-2/+9
| | | | | | p4raw-id: //depot/perl@14205
* | Garbage collection.Jarkko Hietaniemi2002-01-121-0/+1
| | | | | | p4raw-id: //depot/perl@14204
* | export win32_async_check or Perl_despatch_signalsMattia Barbon2002-01-123-1/+3
| | | | | | | | | | Message-ID: <3C3F756C.21561.2E2A9CE@localhost> p4raw-id: //depot/perl@14203
* | perldelta nit?Robert Spier2002-01-121-1/+1
| | | | | | | | | | Message-ID: <15423.29428.164185.251700@rls.cx> p4raw-id: //depot/perl@14202
* | Re: [PATCH lib/AnyDBM_File.t] Convert to Test::MoreMichael G. Schwern2002-01-122-3/+2
| | | | | | | | | | Message-ID: <20020111220817.GG2838@blackrider> p4raw-id: //depot/perl@14201