summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Retract #11166 (and #11237).Jarkko Hietaniemi2001-07-1215-309/+252
| | | p4raw-id: //depot/perl@11285
* UTS tweaks for Hal Morris.Jarkko Hietaniemi2001-07-124-4/+206
| | | p4raw-id: //depot/perl@11284
* Use reentrant API glibcArtur Bergman2001-07-127-33/+64
| | | | | Message-ID: <B772A6AD.2288%artur@contiller.se> p4raw-id: //depot/perl@11283
* Re: ActivePerl 628 + warnings + fork + exec = spurious "Can't exec"?Barrie Slaymaker2001-07-123-6/+6
| | | | | Message-ID: <20010711151146.G24560@jester.slaysys.com> p4raw-id: //depot/perl@11282
* [patch] pthread_atfork bandaidDoug MacEachern2001-07-122-10/+10
| | | | | Message-ID: <Pine.LNX.4.21.0107110855070.11688-100000@mako.covalent.net> p4raw-id: //depot/perl@11281
* [patch] perl_clone leaksDoug MacEachern2001-07-121-1/+4
| | | | | Message-ID: <Pine.LNX.4.21.0107110842390.11688-100000@mako.covalent.net> p4raw-id: //depot/perl@11280
* Update Changes.Jarkko Hietaniemi2001-07-112-1/+286
| | | p4raw-id: //depot/perl@11278
* blead kit timestamps && the problem with running perl embed.plPeter Prymmer2001-07-111-7/+8
| | | | | | | Message-ID: <Pine.OSF.4.10.10107101906360.137455-100000@aspara.forte.com> Backport of embed.pl to 5.003. p4raw-id: //depot/perl@11277
* Re: POSIX test #14 on UTS Hugo van der Sanden2001-07-111-4/+2
| | | | | Message-Id: <200107110202.f6B22Ea10727@crypt.compulink.co.uk> p4raw-id: //depot/perl@11276
* Make the I32 an IV to preserve structure alignment and size.Jarkko Hietaniemi2001-07-111-1/+1
| | | p4raw-id: //depot/perl@11275
* Threadsafe PMOPs! We might still win this war.Artur Bergman2001-07-118-36/+86
| | | | | | | Message-ID: <000b01c10a04$4fa16a10$21000a0a@vogw2kdev> Threadsafe PMOPs for ithreads, waiting for AMS's Perl_re_dup(). p4raw-id: //depot/perl@11274
* Tweak until Pod::Parser gets updated.Jarkko Hietaniemi2001-07-111-2/+2
| | | p4raw-id: //depot/perl@11273
* File::Spec usage tweak.Jarkko Hietaniemi2001-07-111-2/+1
| | | p4raw-id: //depot/perl@11272
* Integrate #11263 from macperl; macos and macosx updates.Jarkko Hietaniemi2001-07-111-14/+7
| | | | | p4raw-id: //depot/perl@11271 p4raw-integrated: from //depot/maint-5.6/macperl@11270 'merge in' pod/perlport.pod (@11007..)
* dynixptx updates for osvers='4.5.2'Peter Prymmer2001-07-113-1/+7
| | | | | Message-ID: <Pine.OSF.4.10.10107101519160.137455-100000@aspara.forte.com> p4raw-id: //depot/perl@11270
* ExtUtils::Constant (was Re: funny numconvert test in perl@11006 (was Re: ↵Nicholas Clark2001-07-112-11/+28
| | | | | | | report on BS2000 wit h perl@11006)) Message-ID: <20010710231742.B59620@plum.flirble.org> p4raw-id: //depot/perl@11269
* [DOC PATCH] Pluggable runopsPaul Johnson2001-07-111-0/+17
| | | | | Message-ID: <20010710215328.B26577@pjcj.net> p4raw-id: //depot/perl@11268
* AuthorsArtur Bergman2001-07-111-1/+0
| | | | | Message-ID: <B771186F.21CD%artur@contiller.se> p4raw-id: //depot/perl@11267
* Re: [PATCH] Small fix to pp_gmtimeDoug MacEachern2001-07-111-2/+7
| | | | | Message-ID: <Pine.LNX.4.21.0107101118020.10475-100000@mako.covalent.net> p4raw-id: //depot/perl@11266
* doc patch; times() in scalar contextMark-Jason Dominus2001-07-111-0/+2
| | | | | Message-ID: <20010710180117.12477.qmail@plover.com> p4raw-id: //depot/perl@11265
* Small fix to pp_gmtimeArtur Bergman2001-07-111-3/+5
| | | | | Message-ID: <B7710E0B.21C5%artur@contiller.se> p4raw-id: //depot/perl@11264
* A proof of the dangers of package; ?Jarkko Hietaniemi2001-07-101-0/+2
| | | p4raw-id: //depot/perl@11262
* Regen toc and modlib.Jarkko Hietaniemi2001-07-102-30/+169
| | | p4raw-id: //depot/perl@11261
* Add compexcl(), casefold(), and casespec() interfaces;Jarkko Hietaniemi2001-07-102-130/+364
| | | | | | and make all interfaces to return hash references instead of hashes. p4raw-id: //depot/perl@11260
* [PATCH bleadperl] Math::Big* doc patches (and some code)Philip Newton2001-07-104-144/+150
| | | | | | | | | | | Date: Tue, 10 Jul 2001 09:55:59 +0200 Message-ID: <20010710.095300@ID-11583.news.dfncis.de> Subject: [DOC PATCH bleadperl] detypo Math::BigInt docs From: "Philip Newton" <Philip.Newton@gmx.net> Date: Tue, 10 Jul 2001 09:56:37 +0200 Message-ID: <20010710.095600@ID-11583.news.dfncis.de> p4raw-id: //depot/perl@11259
* [patch] undef &xsub for 1,2Doug MacEachern2001-07-101-1/+2
| | | | | | | Message-ID: <Pine.LNX.4.21.0107092012570.1913-100000@mako.covalent.net> (This version of the patch with a comment from Gisle.) p4raw-id: //depot/perl@11258
* Mention package; deprecation and the Win32 problems.Jarkko Hietaniemi2001-07-101-1/+11
| | | p4raw-id: //depot/perl@11257
* deprecate package with no argumentsRobin Houston2001-07-104-2/+23
| | | | | Message-ID: <20010710133340.A13452@robin.kitsite.com> p4raw-id: //depot/perl@11256
* Upgrade to podlators 1.10.Jarkko Hietaniemi2001-07-107-293/+400
| | | p4raw-id: //depot/perl@11255
* Upgrade to Term::ANSIColor 1.04.Jarkko Hietaniemi2001-07-105-87/+428
| | | p4raw-id: //depot/perl@11254
* Integrate perlio:Jarkko Hietaniemi2001-07-101-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | [ 11252] Fix open(...,"...:layer(xxx)",...) - use memEQ not strEQ as there is '(' not '\0' [ 11063] Quick for for #ifdef mess p4raw-link: @11252 on //depot/perlio: 4cddb5cd9c04fc106c6cfb974a57915742687c3a p4raw-link: @11063 on //depot/perlio: 9ed1afdbc1bed7621d245b873ba48f50bcb0f262 p4raw-id: //depot/perl@11253
| * Fix open(...,"...:layer(xxx)",...)Nick Ing-Simmons2001-07-101-1/+1
| | | | | | | | | | - use memEQ not strEQ as there is '(' not '\0' p4raw-id: //depot/perlio@11252
| * Integrate mainlineNick Ing-Simmons2001-07-0940-645/+1850
| |\ | | | | | | p4raw-id: //depot/perlio@11240
| * | Integrate mainlineNick Ing-Simmons2001-07-06260-3998/+5586
| | | | | | | | | p4raw-id: //depot/perlio@11183
* | | Telling the number of tests helps.Jarkko Hietaniemi2001-07-101-0/+2
| | | | | | | | | p4raw-id: //depot/perl@11251
* | | Require I18N::Langinfo, not use.Jarkko Hietaniemi2001-07-101-4/+5
| | | | | | | | | p4raw-id: //depot/perl@11250
* | | Add a test for for PerlIO ":encoding(...)" layer.Jarkko Hietaniemi2001-07-103-2/+58
| | | | | | | | | p4raw-id: //depot/perl@11249
* | | PerlIO ":encoding(foobar)" temporary fix.Jarkko Hietaniemi2001-07-101-1/+1
| | | | | | | | | | | | | | | | | | Not really correct, I think, since the change means that prefixes match. p4raw-id: //depot/perl@11248
* | | Update to Math::BigInt 1.36. The biggest news isJarkko Hietaniemi2001-07-107-1118/+1854
| | | | | | | | | | | | | | | | | | | | | | | | the separation of the backend; now the pure Perl implementation is in Math::BigInt::Calc, but one can plugin, say, Math::BigInt::BitVect, and get considerable speedup. p4raw-id: //depot/perl@11247
* | | Re: compatibility questionPeter Prymmer2001-07-101-1/+1
| | | | | | | | | | | | | | | Message-ID: <Pine.OSF.4.10.10107091619360.86512-100000@aspara.forte.com> p4raw-id: //depot/perl@11246
* | | Message-Id: <200107092116.RAA12010@bottesini.harvard.edu>Norton T. Allen2001-07-101-4/+4
| | | | | | | | | p4raw-id: //depot/perl@11245
* | | Encode::Tcl. add "HZ" encoding and bugfixSADAHIRO Tomoyuki2001-07-107-43/+193
| | | | | | | | | | | | | | | Message-Id: <20010710002756.B497.BQW10602@nifty.com> p4raw-id: //depot/perl@11244
* | | Add the new modules to the list of having those own tests.Jarkko Hietaniemi2001-07-091-0/+2
| | | | | | | | | p4raw-id: //depot/perl@11242
* | | Add INOUT to control both ways at the same time.Jarkko Hietaniemi2001-07-091-5/+11
| | | | | | | | | p4raw-id: //depot/perl@11241
* | | More encoding mapping magic.Jarkko Hietaniemi2001-07-091-5/+23
| |/ |/| | | p4raw-id: //depot/perl@11239
* | Update Changes.Jarkko Hietaniemi2001-07-092-1/+72
| | | | | | p4raw-id: //depot/perl@11238
* | (Retracted by #11285).Abhijit Menon-Sen2001-07-091-1/+5
| | | | | | | | | | | | Subject: [PATCH] OPpCONST_OCTAL fixes Message-ID: <20010709073845.A25406@lustre.dyn.wiw.org> p4raw-id: //depot/perl@11237
* | Add a pseudolayer ":locale" to the open pragma whichJarkko Hietaniemi2001-07-092-9/+47
| | | | | | | | | | | | will get the encoding from the locale. Yet undocumented because I can't get the PerlIO :encoding(foobar) to work. p4raw-id: //depot/perl@11236
* | Add more encoding mappings.Jarkko Hietaniemi2001-07-091-2/+17
| | | | | | p4raw-id: //depot/perl@11235
* | Document that using :encoding layer requires using Encode.Jarkko Hietaniemi2001-07-092-1/+3
| | | | | | p4raw-id: //depot/perl@11234