summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Be inspired more by Hugo-- introduce HAS_MODFL_POW32_BUG.Jarkko Hietaniemi2001-06-0815-20/+81
| | | p4raw-id: //depot/perl@10479
* Re: [PATCH perl@10439] fix old $^S description in perlvms.podCraig A. Berry2001-06-081-1/+1
| | | | | Message-Id: <a05100e01b7458075db7d@[172.16.52.1]> p4raw-id: //depot/perl@10478
* Unresolved symbol in ext/re/re.xsGisle Aas2001-06-081-0/+5
| | | | | Message-ID: <lrae3jsupe.fsf@caliper.ActiveState.com> p4raw-id: //depot/perl@10477
* Update Changes.Jarkko Hietaniemi2001-06-082-1/+287
| | | p4raw-id: //depot/perl@10476
* Regen Glossary et alia.Jarkko Hietaniemi2001-06-083-7/+83
| | | p4raw-id: //depot/perl@10475
* Harumph, also AIX will spill its guts (i.e. dump core)Jarkko Hietaniemi2001-06-071-1/+8
| | | | | | if an executable contains modfl() but it hasn't been compiled right (in the case of AIX, with cc -qlongdouble). p4raw-id: //depot/perl@10473
* in change#10451, check that CvOUTSIDE is a CV before looking inGurusamy Sarathy2001-06-071-2/+4
| | | | | | | (it can apparently be SVt_NULL during global destruction) p4raw-link: @10451 on //depot/maint-5.6/perl: 03f9d59115e90b0796ba7943655c020a829c11bf p4raw-id: //depot/perl@10471
* Re: [PATCH perl@10439] diagnostics and long C<=item>sRobin Barker2001-06-072-23/+72
| | | | | Message-Id: <200106071201.NAA13627@tempest.npl.co.uk> p4raw-id: //depot/perl@10470
* long =itemRobin Barker2001-06-074-13/+37
| | | | | Message-Id: <200106071134.MAA10288@tempest.npl.co.uk> p4raw-id: //depot/perl@10469
* IOK vs pIOK docsJarkko Hietaniemi2001-06-071-0/+8
| | | | | | | Date: Thu, 7 Jun 2001 10:09:59 +0100 (BST) Reply-To: Dave Mitchell <davem@fdgroup.co.uk> Message-Id: <200106070909.KAA25610@gizmo.fdgroup.co.uk> p4raw-id: //depot/perl@10468
* Integrate perlio:Jarkko Hietaniemi2001-06-071-5/+5
|\ | | | | | | | | | | | | | | | | | | [ 10466] MULTIPLICITY fix for S_grok_number(), also a few gratuitious trailing whitespace tweaks. Still coredumps in pragma/overload.t - what a nice hard fail that is... p4raw-link: @10466 on //depot/perlio: 6fa402ec5b578488e91e8f7d99060bcd035f4979 p4raw-id: //depot/perl@10467
| * MULTIPLICITY fix for S_grok_number(), also a few gratuitious trailingNick Ing-Simmons2001-06-071-5/+5
| | | | | | | | | | | | whitespace tweaks. Still coredumps in pragma/overload.t - what a nice hard fail that is... p4raw-id: //depot/perlio@10466
| * Raw integrate of mainline for S_grok_number debugNick Ing-Simmons2001-06-0746-4524/+4892
| |\ | |/ |/| | | | | (sv.c has MULTIPLICITY issues as well as whatever else ...) p4raw-id: //depot/perlio@10465
* | The proper prototyping for #10463.Jarkko Hietaniemi2001-06-064-3/+9
| | | | | | p4raw-id: //depot/perl@10464
* | Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)Nicholas Clark2001-06-061-548/+567
| | | | | | | | | | Message-ID: <20010607002959.Z76396@plum.flirble.org> p4raw-id: //depot/perl@10463
* | fix old $^S description in perlvms.podCraig A. Berry2001-06-061-12/+7
| | | | | | | | | | Message-Id: <5.1.0.14.0.20010606174814.03c2c880@exchi01> p4raw-id: //depot/perl@10462
* | Podify the remaining README.platform files;Jarkko Hietaniemi2001-06-0633-3946/+4159
| | | | | | | | | | | | | | | | | | | | merge README.plan9 and plan9/perlplan9.pod; delete plan9/perlplan9.* (the perlplan.doc needs to be regenerated in Plan 9); make the =head1 and =head2 in the README.platform to be a little more verbose (skipped README.os2 not to anger Ilya) so that they look better in the toc; regen toc. p4raw-id: //depot/perl@10461
* | Re: Bug in perlguts documentation?Mike Guy2001-06-061-1/+1
| | | | | | | | | | | | Reply-To: mjtg@cam.ac.uk Message-Id: <E157fiS-0006Q7-00@draco.cus.cam.ac.uk> p4raw-id: //depot/perl@10460
* | Re: [ID 20010604.015] taint + comma = false insecurityMike Guy2001-06-061-5/+9
| | | | | | | | | | | | Reply-To: mjtg@cam.ac.uk Message-Id: <E157flx-0006Uz-00@draco.cus.cam.ac.uk> p4raw-id: //depot/perl@10459
* | Disable long doubles from pre-5.0 Tru64s.Jarkko Hietaniemi2001-06-062-2/+23
| | | | | | p4raw-id: //depot/perl@10458
* | The #10455 exposed that modfl() is fundamentally bustedJarkko Hietaniemi2001-06-061-0/+4
| | | | | | | | | | | | (as in: dumps core) in pre-5.0 Tru64, so better avoid even testing it. p4raw-id: //depot/perl@10457
* | Configure check for geborken modfl(), inspired byHugo van der Sanden2001-06-061-1/+47
| | | | | | | | | | | | Subject: Re: [20010118.017] op/int.t failure Message-Id: <200106051243.NAA15525@crypt.compulink.co.uk> p4raw-id: //depot/perl@10455
* | Integrate changes #10450 and #10451 from maintperl:Jarkko Hietaniemi2001-06-062-8/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | optimize change#10448 slightly (don't repeat search in eval""s lexical scope, since that has already been searched) change#9108 needs subtler treatment for case of closures created within eval"" p4raw-link: @10450 on //depot/maint-5.6/perl: 77991f234c231cb11047bb180fdeef1134557583 p4raw-link: @10448 on //depot/maint-5.6/perl: 332ba4f98bc63c81fd7ba0d06432a7f903d716cf p4raw-link: @9108 on //depot/maint-5.6/perl: 1cf1f64f42eb50a67f2427ff9d6d24023a2b9997 p4raw-id: //depot/perl@10454 p4raw-integrated: from //depot/maint-5.6/perl@10453 'merge in' t/op/misc.t (@10448..) op.c (@10450..)
* | MakeMaker magic to compile (when no dynamic loading)Jarkko Hietaniemi2001-06-061-0/+39
| | | | | | | | | | | | | | | | | | | | | | | | List/Util.xsc as (ListUtil.c and) ListUtil.o since POSIX-BC (BS2000) linker has an evil limitation of being unable to include in the same executable several object files with the same name - case-insensitively - because otherwise we conflict with util.c. Strictly speaking currently required only in POSIX-BC but probably will do no harm elsewhere where static linking is required. p4raw-id: //depot/perl@10453
| * Integrate mainline.Nick Ing-Simmons2001-06-06104-2151/+5382
| |\ | |/ |/| p4raw-id: //depot/perlio@10452
* | Integrate change #10448 from maintperl; lexicalsJarkko Hietaniemi2001-06-064-3/+26
| | | | | | | | | | | | | | | | | | | | | | outside an eval"" weren't resolved correctly inside a subroutine definition inside the eval"" if they were not already referenced in the toplevel of the eval""-ed code p4raw-link: @10448 on //depot/maint-5.6/perl: 332ba4f98bc63c81fd7ba0d06432a7f903d716cf p4raw-id: //depot/perl@10449 p4raw-integrated: from //depot/maint-5.6/perl@10447 'merge in' cop.h (@9288..) t/op/misc.t (@10394..) op.c pp_ctl.c (@10412..)
* | perl570delta.podPeter Scott2001-06-061-1/+1
| | | | | | | | | | Message-Id: <4.3.2.7.2.20010605183619.00a94400@psdt.com> p4raw-id: //depot/perl@10447
* | The fudge factor is no more needed. I hope.Jarkko Hietaniemi2001-06-051-1/+1
| | | | | | p4raw-id: //depot/perl@10446
* | Re: [ID 20010529.006] String plus zero inconsistent across platforms Hugo van der Sanden2001-06-051-17/+12
| | | | | | | | | | Message-Id: <200106051158.MAA04605@crypt.compulink.co.uk> p4raw-id: //depot/perl@10445
* | Make up prototypes only for those who have the functionsJarkko Hietaniemi2001-06-051-8/+10
| | | | | | | | | | but not the prototypes. p4raw-id: //depot/perl@10444
* | Re: Not OK: perl@10439 on win32 Prymmer/Kahn2001-06-052-3/+3
| | | | | | | | | | Message-ID: <Pine.BSF.4.21.0106042136410.26316-100000@shell8.ba.best.com> p4raw-id: //depot/perl@10443
* | Extraction of the *.SH wasn't quite working with -Dmksymlinks.Jarkko Hietaniemi2001-06-051-6/+6
| | | | | | p4raw-id: //depot/perl@10441
* | Unnecessary fuzziness undone, noted by Mike Guy.Jarkko Hietaniemi2001-06-051-1/+1
| | | | | | p4raw-id: //depot/perl@10440
* | Update Changes.Jarkko Hietaniemi2001-06-042-1/+137
| | | | | | p4raw-id: //depot/perl@10439
* | Test case for 'eval "a.b.c.d.e.f;sub"' save stack imbalanceJarkko Hietaniemi2001-06-041-0/+3
| | | | | | | | | | | | bug found by Ilmari Karonen; the bug fixed by Sarathy's lexical leakage patch. p4raw-id: //depot/perl@10438
* | Test case for #10433/#10424.Jarkko Hietaniemi2001-06-041-0/+18
| | | | | | p4raw-id: //depot/perl@10437
* | One fix for strtoul not setting errnoHal Morris2001-06-043-2/+189
| | | | | | | | | | Message-Id: <200106021623.JAA06906@cepheus.utsglobal.com> p4raw-id: //depot/perl@10436
* | Configure tweaks; add prototype probes, make the cpp symbolsJarkko Hietaniemi2001-06-0415-204/+395
| | | | | | | | | | | | probe to cast, not whine; test for %Ld and %Lf before %lld and %llf because the L is the ANSI way. p4raw-id: //depot/perl@10434
* | Sigh. This is what #10424 was supposed to check in.Jarkko Hietaniemi2001-06-043-10/+14
| | | | | | p4raw-id: //depot/perl@10433
* | More verbose failure.Jarkko Hietaniemi2001-06-041-3/+3
| | | | | | p4raw-id: //depot/perl@10432
* | The .pm changes to go with #10428.Jarkko Hietaniemi2001-06-043-22/+18
| | | | | | p4raw-id: //depot/perl@10431
* | On second thoughts show to utf8 skippage message onlyJarkko Hietaniemi2001-06-041-11/+10
| | | | | | | | | | on failures, it's too confusing otherwise, p4raw-id: //depot/perl@10430
* | Do not import anything from Encode.Jarkko Hietaniemi2001-06-041-1/+1
| | | | | | p4raw-id: //depot/perl@10429
* | The #10402 didn't take. Weird.Jarkko Hietaniemi2001-06-043-1494/+2855
| | | | | | p4raw-id: //depot/perl@10428
* | Eradicate traces of 'asciirange' re subpragma.Jarkko Hietaniemi2001-06-044-8/+15
| | | | | | p4raw-id: //depot/perl@10427
* | use is a compile-time thing.Jarkko Hietaniemi2001-06-041-1/+1
| | | | | | p4raw-id: //depot/perl@10426
* | -Wall casting patchRobin Barker2001-06-042-7/+7
| | | | | | | | | | Message-Id: <200106041327.OAA15338@tempest.npl.co.uk> p4raw-id: //depot/perl@10425
* | introducing SVpad_TYPEDAbhijit Menon-Sen2001-06-040-0/+0
| | | | | | | | | | Message-ID: <20010604122602.A5775@lustre.linux.in> p4raw-id: //depot/perl@10424
* | testsuite for change#10192 (from Gisle Aas)Gurusamy Sarathy2001-06-042-0/+64
| | | | | | | | | | p4raw-link: @10192 on //depot/perl: ec4ab249deaa88f5a071536b0473504f26c43486 p4raw-id: //depot/perl@10423
* | Missed from #10420.Jarkko Hietaniemi2001-06-041-1/+1
| | | | | | p4raw-id: //depot/perl@10421