summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Allow "no AutoLoader;", based on change #6444,Jarkko Hietaniemi2000-07-271-0/+11
| | | | | | | suggested by Graham Barr. p4raw-link: @6444 on //depot/perl: ed8504609e65bf608915df5053decb2c1e5c56e9 p4raw-id: //depot/perl@6456
* [ID 19990709.002] [DOCUMENTATION PATCH] perldiagRobert Spier2000-07-271-2/+2
| | | | | Message-ID: <14720.15855.787664.424783@rls.cx> p4raw-id: //depot/perl@6455
* Remove EQ, NE, GT, LT, GE, LE (they have been deprecatedJarkko Hietaniemi2000-07-278-146/+103
| | | | | | | | | | | | | | | | | | | | | | | | | | for a long time). Reported in Subject: [ID 20000717.004] Unexpected complaint of NE deprecation From: Ryan Herbert <rherbert@sycamorehq.com> Date: Mon, 17 Jul 2000 11:40:42 -0400 Message-Id: <200007171540.LAA20480@beorn.hq.sai> Patched in Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation From: "Paul Marquess" <Paul.Marquess@btinternet.com> Date: Wed, 26 Jul 2000 23:40:18 +0100 Message-ID: <000001bff752$79511880$0a17073e@tiny> based on an earlier patch from Stephen P. Potter. (Removed later by change #6458 because this patch was for perl 5.6.0, not perl-current) p4raw-link: @6458 (not found) p4raw-id: //depot/perl@6454
* fixes bug 20000508.004Michael Stevens2000-07-271-1/+1
| | | | | Message-ID: <20000727134903.A9351@athenaeum.globnix.org> p4raw-id: //depot/perl@6453
* Further File::Temp patches from Yitzchak Scott-ThoennesJarkko Hietaniemi2000-07-262-6/+11
| | | | | and Craig A. Berry. p4raw-id: //depot/perl@6452
* Be wary of close()s, too.Tim Jenness2000-07-261-11/+13
| | | | | | Subject: Re: [PATCH] perlbug cleanup Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu> p4raw-id: //depot/perl@6451
* Minor doc patch: handy.hDaniel MuiƱo2000-07-262-2/+2
| | | | | Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar> p4raw-id: //depot/perl@6450
* minor doc change - perlgutsMichael Stevens2000-07-261-2/+2
| | | | | Message-ID: <20000713123918.A26561@athenaeum.globnix.org> p4raw-id: //depot/perl@6449
* open() wariness in perlbug.Michael Stevens2000-07-261-8/+9
| | | | | | Subject: [PATCH] perlbug cleanup Message-ID: <20000713155222.A11380@athenaeum.globnix.org> p4raw-id: //depot/perl@6448
* File::Temp patches for VMS and OS/2 from Tim Jenness.Jarkko Hietaniemi2000-07-262-54/+78
| | | p4raw-id: //depot/perl@6447
* docfix from Peter Scott <Peter@PSDT.com>.Jarkko Hietaniemi2000-07-261-9/+6
| | | p4raw-id: //depot/perl@6446
* Fix *foo{FORMAT}.Jarkko Hietaniemi2000-07-263-7/+21
| | | | | | | | | | | | | From: "H.Merijn Brand" <h.m.brand@hccnet.nl> Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?) Date: Wed, 26 Jul 2000 19:51:02 +0200 Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl> From: Graham Barr <gbarr@pobox.com> Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?) Date: Wed, 26 Jul 2000 17:38:36 +0100 Message-ID: <20000726173836.L472@pobox.com> p4raw-id: //depot/perl@6445
* Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,Jarkko Hietaniemi2000-07-262-0/+9
| | | | | from Graham Barr in the module list. p4raw-id: //depot/perl@6444
* More split() doc and test patches from Mike Guy.Jarkko Hietaniemi2000-07-262-2/+2
| | | p4raw-id: //depot/perl@6443
* MacOS nits from Matthias Neeracher.Jarkko Hietaniemi2000-07-262-2/+6
| | | p4raw-id: //depot/perl@6442
* split /^/M. J. T. Guy2000-07-262-1/+9
| | | | | | | Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk> (with notes from tchrist and gbarr) p4raw-id: //depot/perl@6441
* bug fix for munchconfig (turned up by CXX)Peter Prymmer2000-07-261-2/+1
| | | | | Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com> p4raw-id: //depot/perl@6440
* Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]Jeffrey Friedl2000-07-263-37/+38
| | | | | | | | | | to be fatal errors (instead of by default ignoring them, and ignoring with a bug: even though -w gave an error, the opening [ was left in) Reported in: Subject: [ID 20000716.024] [=cc=] / [:blank:] Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com> p4raw-id: //depot/perl@6439
* av.c apidocSimon Cozens2000-07-256-32/+61
| | | | | Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org> p4raw-id: //depot/perl@6438
* [ID 20000724.003] Documentation changes for perllocale.podStephen P. Potter2000-07-251-31/+6
| | | | | Message-Id: <200007241822.OAA06827@spp.users.ds.net> p4raw-id: //depot/perl@6437
* Make large file tests deal with SIGXFSZM. J. T. Guy2000-07-252-19/+38
| | | | | Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk> p4raw-id: //depot/perl@6436
* Get UTF16 BOMs working. Patch fromM. J. T. Guy2000-07-253-2/+16
| | | | | | | | | | | | | | Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00 Date: Tue, 25 Jul 2000 12:52:45 +0100 Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk> and notes from Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> Date: Tue, 25 Jul 2000 11:43:25 +0100 Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk> p4raw-id: //depot/perl@6435
* Make the "uninit variable" warning to say "concat or string"Jarkko Hietaniemi2000-07-254-6/+6
| | | | | | | | | | | | | | | or "join or string" when in concat or join . Subject: Re: [ID 20000403.009] uninitialised concatenation??? From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> Date: Tue, 04 Apr 2000 18:22:58 +0100 Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk> Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.) From: William R Ward <hermit@BayView.COM> Date: Thu, 30 Mar 2000 19:50:03 -0800 Message-Id: <200003310350.TAA13319@komodo.bayview.com> p4raw-id: //depot/perl@6434
* File::Spec::VMS fixup for tmpdir from Craig Berry.Jarkko Hietaniemi2000-07-241-2/+2
| | | p4raw-id: //depot/perl@6433
* Test cases for #6431.M. J. T. Guy2000-07-242-2/+15
| | | | | | Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../) Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk> p4raw-id: //depot/perl@6432
* Bind op fix.M. J. T. Guy2000-07-241-3/+4
| | | | | | Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../) Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk> p4raw-id: //depot/perl@6431
* [ID 20000716.023] syslog test fails without socketsYitzchak Scott-Thoennes2000-07-241-1/+7
| | | | | Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org> p4raw-id: //depot/perl@6430
* Add an optimization for map-maps-a-list-element-to-more-list-elementsBen Tilly2000-07-241-1/+12
| | | | | | | | | case, but add also notes explaining the relationship of this patch and the earlier notes by Sarathy. Subject: Map is still slow Message-ID: <20000715212327.21656.qmail@hotmail.com> p4raw-id: //depot/perl@6429
* Documentation to explain the behaviour of map().Gurusamy Sarathy2000-07-241-10/+24
| | | | | | Subject: Re: Map is still slow Message-Id: <200007152305.QAA26887@molotok.activestate.com> p4raw-id: //depot/perl@6428
* Add tests forHugo van der Sanden2000-07-241-0/+2
| | | | | | | | | [ID 19991110.003] another matching finding by pcre author which has already been fixed by some patch, as verified in Subject: Re: two regex bugs from the mists of time (well, last November) Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk> p4raw-id: //depot/perl@6427
* A missing 'break' after the [[:space:]] switch case.Stephen P. Potter2000-07-241-0/+1
| | | | | | Subject: [ID 20000718.006] Missing 'break' in regcomp.c Message-Id: <200007182025.QAA28383@spp.users.ds.net> p4raw-id: //depot/perl@6426
* The output might have been produced in the wrong order.M. J. T. Guy2000-07-241-0/+1
| | | | | | Subject: [ID 20000720.003] [PATCH] t/op/write.t Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk> p4raw-id: //depot/perl@6425
* Use STDOUT consistently.M. J. T. Guy2000-07-241-2/+2
| | | | | | Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk> p4raw-id: //depot/perl@6424
* Protect against "wild next"s, that is, callbacks doing "next"M. J. T. Guy2000-07-241-9/+9
| | | | | | | | instead of "return". Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0 Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk> p4raw-id: //depot/perl@6423
* Out-of-date note removed.Robert Spier2000-07-241-2/+1
| | | | | | Subject: [PATCH] documentation perlipc Message-ID: <14711.35178.572612.502654@rls.cx> p4raw-id: //depot/perl@6422
* Send all installperl messages to STDERR and be -w clean.M. J. T. Guy2000-07-241-2/+2
| | | | | | Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk> p4raw-id: //depot/perl@6421
* Decutandpasto.Richard Soderberg2000-07-241-1/+1
| | | | | | Subject: [PATCH perl-current] 19990607.008 - perlipc.pod Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net> p4raw-id: //depot/perl@6420
* A cleaner abs_path().Jeff Pinyan2000-07-241-53/+29
| | | | | | Subject: Re: unix alternative to Cwd.pm Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net> p4raw-id: //depot/perl@6419
* Detypo.Richard Soderberg2000-07-231-1/+1
| | | | | | Subject: [PATCH perl-current] Typo in hints/powerux.sh Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net> p4raw-id: //depot/perl@6418
* SDBM_File documentationMark-Jason Dominus2000-07-171-2/+86
| | | | | Message-ID: <20000716174117.18515.qmail@plover.com> p4raw-id: //depot/perl@6417
* MPE/ix updates for perl 5.6.0 from Mark Bixby.Jarkko Hietaniemi2000-07-172-9/+38
| | | p4raw-id: //depot/perl@6416
* Fix the bitvector ops for utf8 (tricky since past 7 bitsJarkko Hietaniemi2000-07-151-11/+17
| | | | | | | | | | | | | | | | | the utf8 'characters' can be more than one octet). Date: Sat, 15 Jul 2000 00:21:56 +0100 From: Tom Hughes <tom@compton.nu> Subject: Re: [ID 20000714.002] Message-ID: <db2334de49.tom@compton.compton.nu> Reported in Subject: [ID 20000714.002] From: "Simon Cozens" <simon@othersideofthe.earth.li> Date: 14 Jul 2000 15:13:09 -0000 Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li> p4raw-id: //depot/perl@6415
* another VMS build tweak from Peter PrymmerJarkko Hietaniemi2000-07-151-1/+4
| | | p4raw-id: //depot/perl@6414
* perlvms.pod whitespace cleanup to keep pod utils happy.Jarkko Hietaniemi2000-07-151-12/+14
| | | p4raw-id: //depot/perl@6413
* More docs for sv functions.Jarkko Hietaniemi2000-07-153-25/+306
| | | | | | | | | | | | | | | | | | | | | | | Subject: [PATCH cfgperl] sv.c apidoc From: simon@brecon.co.uk (Simon Cozens) Date: 13 Jul 2000 09:00:20 GMT Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org> Subject: Re: [PATCH cfgperl] sv.c apidoc From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> Date: Thu, 13 Jul 2000 12:27:41 +0100 Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk> Subject: Re: [PATCH cfgperl] sv.c apidoc From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> Date: Thu, 13 Jul 2000 13:23:09 +0100 Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk> Subject: Re: [PATCH cfgperl] sv.c apidoc From: simon@brecon.co.uk (Simon Cozens) Date: 14 Jul 2000 06:51:02 GMT Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org> p4raw-id: //depot/perl@6412
* lib/b test fixes from Peter Prymmer.Jarkko Hietaniemi2000-07-151-6/+39
| | | p4raw-id: //depot/perl@6411
* [docpatch] Re: [ID 19991002.011] perldoc -f shiftHugo van der Sanden2000-07-151-1/+1
| | | | | | | Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk> Didn't anymore apply, but that point still could use another fix. p4raw-id: //depot/perl@6410
* thinko fix in vms/descrip_mms.template, the win32.pod in lib,Jarkko Hietaniemi2000-07-141-1/+1
| | | | | not in pod, from Peter Prymmer p4raw-id: //depot/perl@6409
* The bug reportJarkko Hietaniemi2000-07-141-0/+2
| | | | | | | [ID 19991110.002] minimal matching discrepancy found by pcre author seems to have been fixed (though differently from what was suggested in the report) in 5.6.0. Add tests to keep the bug from reappearing. p4raw-id: //depot/perl@6408
* Fix AutoSplit to use File::Spec the right way in VMS,Jarkko Hietaniemi2000-07-141-0/+6
| | | | | from Peter Prymmer. p4raw-id: //depot/perl@6407