summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Find green threads before native threads.Jens Thomsen2000-07-301-3/+4
| | | | | | Subject: Re: Patch to jpl/JNI/Makefile.PL Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com> p4raw-id: //depot/perl@6468
* Fix the HALF_UPGRADE() macro introduced in #6263.Jarkko Hietaniemi2000-07-301-10/+10
| | | p4raw-id: //depot/perl@6467
* A new version of the "remove UPPERACSE string comparison"Jarkko Hietaniemi2000-07-309-218/+171
| | | | | | | | operators. The problem with the previous one (change #6454) was that it was for Perl 5.6.0. From Paul Marquess. p4raw-link: @6454 on //depot/perl: d164fe835174420df93c1795763a090dc6471f0a p4raw-id: //depot/perl@6466
* Do not upgrade SVs into utf8 just because they participateSimon Cozens2000-07-291-56/+72
| | | | | | | | | | | | | in eq or cmp. Reported and fix suggested in Subject: [ID 20000720.009] sv_eq UTF8 bug Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li> Exercise for the kind reader: should we or should we not cache the utf8 conversion alongside the SV? (as magic, as the strxfrm()ed version is cached under use locale) Argue both for and against. p4raw-id: //depot/perl@6465
* UTF8 concatJarkko Hietaniemi2000-07-291-24/+58
| | | | | | | | | | | | | | | | | | From: simon@brecon.co.uk (Simon Cozens) Date: 30 Jun 2000 06:13:25 GMT Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> (with a memory leak fixed, plus a few casts added) This also seems to help for Subject: [ID 20000716.015] join UTF8 weirdness From: root <root@ak-71.mind.de> Date: Sat, 15 Jul 2000 15:29:54 +0200 Message-Id: <200007151329.PAA13970@ak-71.mind.de> (from Andreas König) p4raw-id: //depot/perl@6464
* Tune the comments and hopefully stop a memory leak.Jarkko Hietaniemi2000-07-292-1/+7
| | | p4raw-id: //depot/perl@6463
* The problem described in thisroot2000-07-291-1/+13
| | | | | | | | | Subject: [ID 20000322.018] named chars aren't magical enough Message-Id: <200003230137.SAA29532@dixie.cscaper.com> has been fixed in perl 5.6.0 but just in case added a test to keep it away. (The report from Joseph Hall.) p4raw-id: //depot/perl@6462
* Tiny fixes for #6460.Jarkko Hietaniemi2000-07-281-3/+3
| | | p4raw-id: //depot/perl@6461
* Warn if the version of the operating system used to compile gccKurt D. Starsinic2000-07-282-2/+34
| | | | | | | | | | differs from the current version of the operating system. Also display the gcc compilation os and version in myconfig. Inspiration from Subject: Re: [ID 20000710.003] ERRORS!! Message-ID: <20000710155416.A1384@O2.chapin.edu> p4raw-id: //depot/perl@6460
* In DEC OSF aka Digital UNIX aka Tru64 add the versionJarkko Hietaniemi2000-07-281-2/+6
| | | | | letter to $Config{osvers}. p4raw-id: //depot/perl@6459
* Back out #6454, doesn't seem to work.Jarkko Hietaniemi2000-07-288-103/+146
| | | | | | (Reason: that patch was for perl 5.6.0, not perl-current) (A version of the patch for perl-current came in later as #6466) p4raw-id: //depot/perl@6458
* Use setproctitle() if available to modify $0.Jeffrey Friedl2000-07-273-2/+17
| | | | | | Subject: setting $* on BSD4 broken Message-Id: <200007230831.BAA08379@ventrue.yahoo.com> p4raw-id: //depot/perl@6457
* 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