23 years agoMake chr() for values >127 to create utf8 when under utf8.
Simon Cozens [Tue, 1 Aug 2000 02:37:02 +0000]
Make chr() for values >127 to create utf8 when under utf8.

Subject: Re: uft8/chr()
Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>

p4raw-id: //depot/perl@6475

23 years agoIn Digital UNIX warn if gcc explicitly chosen because even
Jarkko Hietaniemi [Tue, 1 Aug 2000 02:36:18 +0000]
In Digital UNIX warn if gcc explicitly chosen because even
2.95.2 is known to cause problems.

p4raw-id: //depot/perl@6474

23 years agoMake the safety catch for buggy gccs work with triple version
Maurizio Loreti [Mon, 31 Jul 2000 14:55:06 +0000]
Make the safety catch for buggy gccs work with triple version
numbers like 2.95.2.  Reported in

Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>

p4raw-id: //depot/perl@6473

23 years agofix and question re: waitpid() under win32
Brian Clarke [Fri, 28 Jul 2000 15:18:29 +0000]
fix and question re: waitpid() under win32
Message-ID: <3981DC85.290314EB@appliedmeta.com>

Slightly reformatted and WNOHANG # define moved to win32.h
so that also POSIX.xs sees it, as suggsted by Sarathy.

p4raw-id: //depot/perl@6472

23 years agoallow non-variable as lhs of non-updating tr///
M. J. T. Guy [Mon, 31 Jul 2000 13:28:51 +0000]
allow non-variable as lhs of non-updating tr///
Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>

(aka ID 20000730.002)

p4raw-id: //depot/perl@6471

23 years agoDocument the problem with -P in HP-UX and its workaround.
Milton Hankins {64892} [Wed, 28 Jun 2000 13:58:21 +0000]
Document the problem with -P in HP-UX and its workaround.

Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>

p4raw-id: //depot/perl@6470

23 years agoThe swallow_bom() saga continues. The #23 of require.t
Jarkko Hietaniemi [Mon, 31 Jul 2000 04:15:02 +0000]
The swallow_bom() saga continues.  The #23 of require.t
(UTF16-LE) still fails (silently, no output) but the #22
(UTF16-BE) seems to be working now.  The root of the
failure may be in sv_gets(): is it UTF-16LE-aware,
especially when it comes to line endings?

p4raw-id: //depot/perl@6469

23 years agoFind green threads before native threads.
Jens Thomsen [Fri, 28 Jul 2000 15:54:49 +0000]
Find green threads before native threads.

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

23 years agoFix the HALF_UPGRADE() macro introduced in #6263.
Jarkko Hietaniemi [Sun, 30 Jul 2000 18:36:22 +0000]
Fix the HALF_UPGRADE() macro introduced in #6263.

p4raw-id: //depot/perl@6467

23 years agoA new version of the "remove UPPERACSE string comparison"
Jarkko Hietaniemi [Sun, 30 Jul 2000 04:37:29 +0000]
A new version of the "remove UPPERACSE string comparison"
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

23 years agoDo not upgrade SVs into utf8 just because they participate
Simon Cozens [Fri, 21 Jul 2000 04:37:29 +0000]
Do not upgrade SVs into utf8 just because they participate
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

23 years agoUTF8 concat
Jarkko Hietaniemi [Sat, 29 Jul 2000 22:36:22 +0000]
UTF8 concat
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

23 years agoTune the comments and hopefully stop a memory leak.
Jarkko Hietaniemi [Sat, 29 Jul 2000 00:55:39 +0000]
Tune the comments and hopefully stop a memory leak.

p4raw-id: //depot/perl@6463

23 years agoThe problem described in this
root [Wed, 22 Mar 2000 18:37:42 +0000]
The problem described in this

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

23 years agoTiny fixes for #6460.
Jarkko Hietaniemi [Fri, 28 Jul 2000 23:56:36 +0000]
Tiny fixes for #6460.

p4raw-id: //depot/perl@6461

23 years agoWarn if the version of the operating system used to compile gcc
Kurt D. Starsinic [Mon, 10 Jul 2000 15:54:16 +0000]
Warn if the version of the operating system used to compile gcc
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

23 years agoIn DEC OSF aka Digital UNIX aka Tru64 add the version
Jarkko Hietaniemi [Fri, 28 Jul 2000 22:00:32 +0000]
In DEC OSF aka Digital UNIX aka Tru64 add the version
letter to $Config{osvers}.

p4raw-id: //depot/perl@6459

23 years agoBack out #6454, doesn't seem to work.
Jarkko Hietaniemi [Fri, 28 Jul 2000 04:15:39 +0000]
Back out #6454, doesn't seem to work.
(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

23 years agoUse setproctitle() if available to modify $0.
Jeffrey Friedl [Sun, 23 Jul 2000 01:31:34 +0000]
Use setproctitle() if available to modify $0.

Subject: setting $* on BSD4 broken
Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>

p4raw-id: //depot/perl@6457

23 years agoAllow "no AutoLoader;", based on change #6444,
Jarkko Hietaniemi [Thu, 27 Jul 2000 14:50:47 +0000]
Allow "no AutoLoader;", based on change #6444,
suggested by Graham Barr.

p4raw-link: @6444 on //depot/perl: ed8504609e65bf608915df5053decb2c1e5c56e9

p4raw-id: //depot/perl@6456

23 years ago[ID 19990709.002] [DOCUMENTATION PATCH] perldiag
Robert Spier [Thu, 27 Jul 2000 09:49:35 +0000]
[ID 19990709.002] [DOCUMENTATION PATCH] perldiag
Message-ID: <14720.15855.787664.424783@rls.cx>

p4raw-id: //depot/perl@6455

23 years agoRemove EQ, NE, GT, LT, GE, LE (they have been deprecated
Jarkko Hietaniemi [Thu, 27 Jul 2000 14:03:02 +0000]
Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
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

23 years agofixes bug 20000508.004
Michael Stevens [Thu, 27 Jul 2000 13:49:04 +0000]
fixes bug 20000508.004
Message-ID: <20000727134903.A9351@athenaeum.globnix.org>

p4raw-id: //depot/perl@6453

23 years agoFurther File::Temp patches from Yitzchak Scott-Thoennes
Jarkko Hietaniemi [Wed, 26 Jul 2000 23:51:26 +0000]
Further File::Temp patches from Yitzchak Scott-Thoennes
and Craig A. Berry.

p4raw-id: //depot/perl@6452

23 years agoBe wary of close()s, too.
Tim Jenness [Wed, 26 Jul 2000 09:32:43 +0000]
Be wary of close()s, too.

Subject: Re: [PATCH] perlbug cleanup
Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>

p4raw-id: //depot/perl@6451

23 years agoMinor doc patch: handy.h
Daniel Muiño [Wed, 26 Jul 2000 15:34:25 +0000]
Minor doc patch: handy.h
Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>

p4raw-id: //depot/perl@6450

23 years agominor doc change - perlguts
Michael Stevens [Thu, 13 Jul 2000 12:39:18 +0000]
minor doc change - perlguts
Message-ID: <20000713123918.A26561@athenaeum.globnix.org>

p4raw-id: //depot/perl@6449

23 years agoopen() wariness in perlbug.
Michael Stevens [Thu, 13 Jul 2000 15:52:23 +0000]
open() wariness in perlbug.

Subject: [PATCH] perlbug cleanup
Message-ID: <20000713155222.A11380@athenaeum.globnix.org>

p4raw-id: //depot/perl@6448

23 years agoFile::Temp patches for VMS and OS/2 from Tim Jenness.
Jarkko Hietaniemi [Wed, 26 Jul 2000 18:13:04 +0000]
File::Temp patches for VMS and OS/2 from Tim Jenness.

p4raw-id: //depot/perl@6447

23 years agodocfix from Peter Scott <Peter@PSDT.com>.
Jarkko Hietaniemi [Wed, 26 Jul 2000 18:06:32 +0000]
docfix from Peter Scott <Peter@PSDT.com>.

p4raw-id: //depot/perl@6446

23 years agoFix *foo{FORMAT}.
Jarkko Hietaniemi [Wed, 26 Jul 2000 17:53:31 +0000]
Fix *foo{FORMAT}.

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

23 years agoAllow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
Jarkko Hietaniemi [Wed, 26 Jul 2000 17:49:14 +0000]
Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
from Graham Barr in the module list.

p4raw-id: //depot/perl@6444

23 years agoMore split() doc and test patches from Mike Guy.
Jarkko Hietaniemi [Wed, 26 Jul 2000 16:06:56 +0000]
More split() doc and test patches from Mike Guy.

p4raw-id: //depot/perl@6443

23 years agoMacOS nits from Matthias Neeracher.
Jarkko Hietaniemi [Wed, 26 Jul 2000 16:05:30 +0000]
MacOS nits from Matthias Neeracher.

p4raw-id: //depot/perl@6442

23 years agosplit /^/
M. J. T. Guy [Tue, 25 Jul 2000 14:18:57 +0000]
split /^/
Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>

(with notes from tchrist and gbarr)

p4raw-id: //depot/perl@6441

23 years agobug fix for munchconfig (turned up by CXX)
Peter Prymmer [Tue, 25 Jul 2000 18:59:16 +0000]
bug fix for munchconfig (turned up by CXX)
Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>

p4raw-id: //depot/perl@6440

23 years agoMake the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
Jeffrey Friedl [Sun, 16 Jul 2000 17:55:29 +0000]
Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
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

23 years agoav.c apidoc
Simon Cozens [Mon, 24 Jul 2000 06:40:52 +0000]
av.c apidoc
Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>

p4raw-id: //depot/perl@6438

23 years ago[ID 20000724.003] Documentation changes for perllocale.pod
Stephen P. Potter [Mon, 24 Jul 2000 14:22:23 +0000]
[ID 20000724.003] Documentation changes for perllocale.pod
Message-Id: <200007241822.OAA06827@spp.users.ds.net>

p4raw-id: //depot/perl@6437

23 years agoMake large file tests deal with SIGXFSZ
M. J. T. Guy [Mon, 24 Jul 2000 18:04:28 +0000]
Make large file tests deal with SIGXFSZ
Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>

p4raw-id: //depot/perl@6436

23 years agoGet UTF16 BOMs working. Patch from
M. J. T. Guy [Tue, 25 Jul 2000 12:52:45 +0000]
Get UTF16 BOMs working.  Patch from

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

23 years agoMake the "uninit variable" warning to say "concat or string"
Jarkko Hietaniemi [Tue, 25 Jul 2000 02:39:54 +0000]
Make the "uninit variable" warning to say "concat or string"
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

23 years agoFile::Spec::VMS fixup for tmpdir from Craig Berry.
Jarkko Hietaniemi [Mon, 24 Jul 2000 17:52:56 +0000]
File::Spec::VMS fixup for tmpdir from Craig Berry.

p4raw-id: //depot/perl@6433

23 years agoTest cases for #6431.
M. J. T. Guy [Mon, 24 Jul 2000 15:32:29 +0000]
Test cases for #6431.

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

23 years agoBind op fix.
M. J. T. Guy [Mon, 17 Jul 2000 20:04:56 +0000]
Bind op fix.

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

23 years ago[ID 20000716.023] syslog test fails without sockets
Yitzchak Scott-Thoennes [Sun, 16 Jul 2000 12:07:42 +0000]
[ID 20000716.023] syslog test fails without sockets
Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>

p4raw-id: //depot/perl@6430

23 years agoAdd an optimization for map-maps-a-list-element-to-more-list-elements
Ben Tilly [Sat, 15 Jul 2000 17:23:27 +0000]
Add an optimization for map-maps-a-list-element-to-more-list-elements
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

23 years agoDocumentation to explain the behaviour of map().
Gurusamy Sarathy [Sat, 15 Jul 2000 16:05:09 +0000]
Documentation to explain the behaviour of map().

Subject: Re: Map is still slow
Message-Id: <200007152305.QAA26887@molotok.activestate.com>

p4raw-id: //depot/perl@6428

23 years agoAdd tests for
Hugo van der Sanden [Sat, 22 Jul 2000 18:12:58 +0000]
Add tests for
[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

23 years agoA missing 'break' after the [[:space:]] switch case.
Stephen P. Potter [Tue, 18 Jul 2000 16:25:17 +0000]
A missing 'break' after the [[:space:]] switch case.

Subject: [ID 20000718.006] Missing 'break' in regcomp.c
Message-Id: <200007182025.QAA28383@spp.users.ds.net>

p4raw-id: //depot/perl@6426

23 years agoThe output might have been produced in the wrong order.
M. J. T. Guy [Thu, 20 Jul 2000 18:49:18 +0000]
The output might have been produced in the wrong order.

Subject: [ID 20000720.003] [PATCH] t/op/write.t
Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>

p4raw-id: //depot/perl@6425

23 years agoUse STDOUT consistently.
M. J. T. Guy [Thu, 20 Jul 2000 18:04:01 +0000]
Use STDOUT consistently.

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

23 years agoProtect against "wild next"s, that is, callbacks doing "next"
M. J. T. Guy [Tue, 18 Jul 2000 11:30:16 +0000]
Protect against "wild next"s, that is, callbacks doing "next"
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

23 years agoOut-of-date note removed.
Robert Spier [Thu, 20 Jul 2000 19:21:14 +0000]
Out-of-date note removed.

Subject: [PATCH] documentation perlipc
Message-ID: <14711.35178.572612.502654@rls.cx>

p4raw-id: //depot/perl@6422

23 years agoSend all installperl messages to STDERR and be -w clean.
M. J. T. Guy [Sat, 22 Jul 2000 14:02:11 +0000]
Send all installperl messages to STDERR and be -w clean.

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

23 years agoDecutandpasto.
Richard Soderberg [Sun, 23 Jul 2000 01:37:23 +0000]
Decutandpasto.

Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>

p4raw-id: //depot/perl@6420

23 years agoA cleaner abs_path().
Jeff Pinyan [Sun, 23 Jul 2000 17:43:02 +0000]
A cleaner abs_path().
Subject: Re: unix alternative to Cwd.pm
Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>

p4raw-id: //depot/perl@6419

23 years agoDetypo.
Richard Soderberg [Sun, 23 Jul 2000 01:27:33 +0000]
Detypo.

Subject: [PATCH perl-current] Typo in hints/powerux.sh
Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>

p4raw-id: //depot/perl@6418

23 years agoSDBM_File documentation
Mark-Jason Dominus [Sun, 16 Jul 2000 17:41:17 +0000]
SDBM_File documentation
Message-ID: <20000716174117.18515.qmail@plover.com>

p4raw-id: //depot/perl@6417

23 years agoMPE/ix updates for perl 5.6.0 from Mark Bixby.
Jarkko Hietaniemi [Mon, 17 Jul 2000 19:13:26 +0000]
MPE/ix updates for perl 5.6.0 from Mark Bixby.

p4raw-id: //depot/perl@6416

23 years agoFix the bitvector ops for utf8 (tricky since past 7 bits
Jarkko Hietaniemi [Sat, 15 Jul 2000 14:11:02 +0000]
Fix the bitvector ops for utf8 (tricky since past 7 bits
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

23 years agoanother VMS build tweak from Peter Prymmer
Jarkko Hietaniemi [Sat, 15 Jul 2000 03:13:41 +0000]
another VMS build tweak from Peter Prymmer

p4raw-id: //depot/perl@6414

23 years agoperlvms.pod whitespace cleanup to keep pod utils happy.
Jarkko Hietaniemi [Sat, 15 Jul 2000 03:10:40 +0000]
perlvms.pod whitespace cleanup to keep pod utils happy.

p4raw-id: //depot/perl@6413

23 years agoMore docs for sv functions.
Jarkko Hietaniemi [Sat, 15 Jul 2000 00:31:05 +0000]
More docs for sv functions.

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

23 years agolib/b test fixes from Peter Prymmer.
Jarkko Hietaniemi [Sat, 15 Jul 2000 00:10:41 +0000]
lib/b test fixes from Peter Prymmer.

p4raw-id: //depot/perl@6411

23 years ago[docpatch] Re: [ID 19991002.011] perldoc -f shift
Hugo van der Sanden [Fri, 14 Jul 2000 23:05:20 +0000]
[docpatch] Re: [ID 19991002.011] perldoc -f shift
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

23 years agothinko fix in vms/descrip_mms.template, the win32.pod in lib,
Jarkko Hietaniemi [Fri, 14 Jul 2000 23:15:15 +0000]
thinko fix in vms/descrip_mms.template, the win32.pod in lib,
not in pod, from Peter Prymmer

p4raw-id: //depot/perl@6409

23 years agoThe bug report
Jarkko Hietaniemi [Fri, 14 Jul 2000 20:35:05 +0000]
The bug report
[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

23 years agoFix AutoSplit to use File::Spec the right way in VMS,
Jarkko Hietaniemi [Fri, 14 Jul 2000 17:38:08 +0000]
Fix AutoSplit to use File::Spec the right way in VMS,
from Peter Prymmer.

p4raw-id: //depot/perl@6407

23 years agoMerge perlhacktut into perlhack, update perlguts.
Simon Cozens [Fri, 14 Jul 2000 06:49:21 +0000]
Merge perlhacktut into perlhack, update perlguts.

Subject: Re: Perlhacktut
Date: 14 Jul 2000 06:49:21 GMT
Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>

Subject: Re: Perlhacktut
From: simon@brecon.co.uk (Simon Cozens)
Date: 14 Jul 2000 07:09:45 GMT
Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>

p4raw-id: //depot/perl@6406

23 years agoPERL_OBJECT build tweaks
Gurusamy Sarathy [Fri, 14 Jul 2000 12:15:02 +0000]
PERL_OBJECT build tweaks

p4raw-id: //depot/perl@6404

23 years agoinconsistent types needs casts
Gurusamy Sarathy [Fri, 14 Jul 2000 11:23:41 +0000]
inconsistent types needs casts

p4raw-id: //depot/perl@6403

23 years agotypos in change#6399, regen headers
Gurusamy Sarathy [Fri, 14 Jul 2000 11:12:04 +0000]
typos in change#6399, regen headers

p4raw-link: @6399 on //depot/perl: 01ec43d06089361423d61a40521883bf73e1944a

p4raw-id: //depot/perl@6402

23 years agotypecasts needed for change#6394
Gurusamy Sarathy [Fri, 14 Jul 2000 10:59:12 +0000]
typecasts needed for change#6394

p4raw-link: @6394 on //depot/cfgperl: 78ae23f54fc4e301b66d2a32897cb42fa2633fe7

p4raw-id: //depot/perl@6401

23 years agointegrate cfgperl contents into mainline
Gurusamy Sarathy [Fri, 14 Jul 2000 10:49:37 +0000]
integrate cfgperl contents into mainline

p4raw-id: //depot/perl@6400

23 years agoenable UTF-16 filter by default if relevant BOM is seen; various
Gurusamy Sarathy [Fri, 14 Jul 2000 10:38:35 +0000]
enable UTF-16 filter by default if relevant BOM is seen; various
cleanups (typos, misformatted code, and small bugs)

p4raw-id: //depot/perl@6399

23 years agorename totally bletcherous SvLOCK() thingy (doesn't do what the
Gurusamy Sarathy [Fri, 14 Jul 2000 08:55:38 +0000]
rename totally bletcherous SvLOCK() thingy (doesn't do what the
name suggests anyway)

p4raw-id: //depot/perl@6398

23 years agomove new variables to the end of the interpreter structure (for
Gurusamy Sarathy [Fri, 14 Jul 2000 08:44:33 +0000]
move new variables to the end of the interpreter structure (for
bincompat in code that doesn't #include XSUB.h)

p4raw-id: //depot/perl@6397

23 years agoMakeMaker should not remove editor backups (*~) on `make clean`
Gurusamy Sarathy [Fri, 14 Jul 2000 08:13:58 +0000]
MakeMaker should not remove editor backups (*~) on `make clean`
by default (completes change#6383)

p4raw-link: @6383 on //depot/perl: 56acea6ff1302cdf8b9d387cd3766c26e5146dca

p4raw-id: //depot/perl@6396

23 years agoReplace change #6337 with a better one.
Hugo van der Sanden [Fri, 14 Jul 2000 04:16:20 +0000]
Replace change #6337 with a better one.

Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>

p4raw-link: @6337 on //depot/cfgperl: f06a1d4e6ae96bf8af49f0ef1c79f500d8de0143

p4raw-id: //depot/cfgperl@6395

23 years agoFix the BOM bug: not a byteorder bug, a signedness bug.
Jarkko Hietaniemi [Fri, 14 Jul 2000 01:33:59 +0000]
Fix the BOM bug: not a byteorder bug, a signedness bug.

p4raw-id: //depot/cfgperl@6394

23 years agoremove discarded test
Jarkko Hietaniemi [Thu, 13 Jul 2000 23:41:23 +0000]
remove discarded test

p4raw-id: //depot/cfgperl@6393

23 years agoThe {multiplier} of a fixed substring was overlooked which
Hugo van der Sanden [Thu, 13 Jul 2000 19:27:13 +0000]
The {multiplier} of a fixed substring was overlooked which
caused a wrong initial search offset for that substring.

Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>

p4raw-id: //depot/cfgperl@6392

23 years agotypo fix from Craig Berry
Jarkko Hietaniemi [Thu, 13 Jul 2000 16:37:42 +0000]
typo fix from Craig Berry

p4raw-id: //depot/cfgperl@6391

23 years agoIntegrate with Sarathy.
Jarkko Hietaniemi [Thu, 13 Jul 2000 13:20:12 +0000]
Integrate with Sarathy.

p4raw-id: //depot/cfgperl@6390

23 years agoDetypo from Peter Prymmer, part of #6388.
Jarkko Hietaniemi [Thu, 13 Jul 2000 13:18:48 +0000]
Detypo from Peter Prymmer, part of #6388.

p4raw-id: //depot/cfgperl@6389

23 years agotypos (spotted by Peter Prymmer)
Gurusamy Sarathy [Thu, 13 Jul 2000 06:33:40 +0000]
typos (spotted by Peter Prymmer)

p4raw-id: //depot/perl@6388

23 years agonew selfloader.t in change#6183 doesn't close DATA handles,
Gurusamy Sarathy [Thu, 13 Jul 2000 05:35:28 +0000]
new selfloader.t in change#6183 doesn't close DATA handles,
and thus fails to clean up tmp files on dosish platforms

p4raw-link: @6183 on //depot/perl: bfdd149997f4a56ec34c947f0d733ecbfb53a519

p4raw-id: //depot/perl@6387

23 years agosprintf test tweaks (from Dominic Dunlop)
Gurusamy Sarathy [Wed, 12 Jul 2000 21:42:39 +0000]
sprintf test tweaks (from Dominic Dunlop)

p4raw-id: //depot/perl@6386

23 years agofix bugs in processing %v-*d and similar format specs (from
Gurusamy Sarathy [Wed, 12 Jul 2000 21:33:46 +0000]
fix bugs in processing %v-*d and similar format specs (from
Avi Finkel <avi@finkel.org>)

p4raw-id: //depot/perl@6385

23 years agoreadd missing perldelta.pod changes from changes#6339,6376
Gurusamy Sarathy [Wed, 12 Jul 2000 16:04:19 +0000]
readd missing perldelta.pod changes from changes#6339,6376

p4raw-link: @6376 on //depot/metaconfig: b8372171f570ef8413673058be4226bef77ffce2on //depot/cfgperl: 70e8c5e4f67dde6bf07eb296d727a29b95fe8b5b
p4raw-link: @6339 on //depot/cfgperl: f805f8cce32dfd1ced3ebf12975766f50f88ec0c

p4raw-id: //depot/perl@6384

23 years agodon't clobber *.orig files on *clean targets
Gurusamy Sarathy [Wed, 12 Jul 2000 16:00:51 +0000]
don't clobber *.orig files on *clean targets

p4raw-id: //depot/perl@6383

23 years agofix broken integrations in cfgperl
Gurusamy Sarathy [Wed, 12 Jul 2000 07:59:12 +0000]
fix broken integrations in cfgperl

p4raw-id: //depot/cfgperl@6382
p4raw-integrated: from //depot/perl@6378 'copy in' pod/perldelta.pod
(@6373..)
p4raw-integrated: from //depot/perl@5904 'copy in' Changes (@5903..)

23 years agointegrate cfgperl changes into mainline
Gurusamy Sarathy [Wed, 12 Jul 2000 07:42:17 +0000]
integrate cfgperl changes into mainline

p4raw-id: //depot/perl@6381

23 years agoget sprintf.t to adjust properly for 3-digit exponents
Gurusamy Sarathy [Wed, 12 Jul 2000 07:31:00 +0000]
get sprintf.t to adjust properly for 3-digit exponents

p4raw-id: //depot/perl@6380

23 years agochange#6174 needs corresponding change in win32/config_h.PL,
Gurusamy Sarathy [Wed, 12 Jul 2000 06:40:04 +0000]
change#6174 needs corresponding change in win32/config_h.PL,
which grovels through config_h.SH to find the config.h name

p4raw-link: @6174 on //depot/metaconfig: cfd1a6dce7dce25772bf4f5399e251457574eeeeon //depot/cfgperl: 12ae5dfcd4fd6f54af051c41b2e122532efce8d3

p4raw-id: //depot/perl@6379

23 years agoDo the cc sanity check both before the hints and
Jarkko Hietaniemi [Wed, 12 Jul 2000 05:03:59 +0000]
Do the cc sanity check both before the hints and
after the cc selction.

p4raw-id: //depot/cfgperl@6378

23 years agoFix nits noticed by Boston.pm.
Jarkko Hietaniemi [Wed, 12 Jul 2000 02:49:22 +0000]
Fix nits noticed by Boston.pm.

p4raw-id: //depot/cfgperl@6377

23 years agoConfigure cosmetics and perldelta.
Jarkko Hietaniemi [Tue, 11 Jul 2000 21:22:13 +0000]
Configure cosmetics and perldelta.

p4raw-id: //depot/cfgperl@6376

23 years agowindows build tweaks (op/sprintf.t still fails tests 120-121, 149)
Gurusamy Sarathy [Tue, 11 Jul 2000 21:17:35 +0000]
windows build tweaks (op/sprintf.t still fails tests 120-121, 149)

p4raw-id: //depot/perl@6375