platform/upstream/perl.git
25 years agoupdate win32/config*.?c
Gurusamy Sarathy [Sun, 25 Oct 1998 10:22:04 +0000 (10:22 +0000)]
update win32/config*.?c

p4raw-id: //depot/perl@2078

25 years agoRe: die with a reference should use overload "" operator
Graham Barr [Sat, 24 Oct 1998 21:45:50 +0000 (16:45 -0500)]
Re: die with a reference  should use overload "" operator

Message-ID: <19981024214550.C508@pobox.com>

p4raw-id: //depot/perl@2077

25 years agoRe: Auto-incrementing tied scalar causes SEGV
Graham Barr [Sat, 24 Oct 1998 12:45:21 +0000 (07:45 -0500)]
Re: Auto-incrementing tied scalar causes SEGV

Message-ID: <19981024124521.C512@pobox.com>

p4raw-id: //depot/perl@2076

25 years agofix C<print $n += 5;> etc.
Gurusamy Sarathy [Sun, 25 Oct 1998 08:24:09 +0000 (08:24 +0000)]
fix C<print $n += 5;> etc.

p4raw-id: //depot/perl@2075

25 years agolist builtins with portability caveats
Jarkko Hietaniemi [Fri, 23 Oct 1998 14:05:23 +0000 (17:05 +0300)]
list builtins with portability caveats
Message-Id: <199810231105.OAA02411@alpha.hut.fi>
Subject: [PATCH] 5.005_02 and 5.005_52: perlfunc.pod and perlport.pod

p4raw-id: //depot/perl@2074

25 years agofix stack overrun in file test operators
Gurusamy Sarathy [Sun, 25 Oct 1998 07:55:43 +0000 (07:55 +0000)]
fix stack overrun in file test operators

p4raw-id: //depot/perl@2073

25 years agoimplement C<goto &func> and other fixes (via private mail)
Vishal Bhatia [Wed, 21 Oct 1998 22:59:03 +0000 (15:59 -0700)]
implement C<goto &func> and other fixes (via private mail)
Message-Id: <19981022055904.20083.qmail@hotmail.com>
Subject: [PATCH 5.005_52] More fixes for B

p4raw-id: //depot/perl@2072

25 years agoRe: taint checking for: use lib "$ENV{'EVIL'}"
Graham Barr [Sat, 17 Oct 1998 20:42:41 +0000 (15:42 -0500)]
Re: taint checking for: use lib "$ENV{'EVIL'}"

Message-ID: <19981017204241.G510@pobox.com>

p4raw-id: //depot/perl@2071

25 years agoavoid bogus line number in XSUB redefined warnings
Gurusamy Sarathy [Sun, 25 Oct 1998 07:07:29 +0000 (07:07 +0000)]
avoid bogus line number in XSUB redefined warnings

p4raw-id: //depot/perl@2070

25 years agoFile::Path::mkpath reports the wrong error
Martijn Koster [Wed, 21 Oct 1998 13:12:03 +0000 (14:12 +0100)]
File::Path::mkpath reports the wrong error

Message-ID: <19981021131203.A15661@excitecorp.com>

p4raw-id: //depot/perl@2069

25 years agoExporter.pm's export_to_level() argument handling buggy
Zachary Miller [Tue, 20 Oct 1998 20:52:20 +0000 (15:52 -0500)]
Exporter.pm's export_to_level() argument handling buggy

Message-Id: <199810210152.UAA07792@simon.er.usgs.gov>

p4raw-id: //depot/perl@2068

25 years agoMake _really_ sure Dynaloader.xs code is initialized only once
Jan Dubois [Wed, 21 Oct 1998 00:55:51 +0000 (02:55 +0200)]
Make _really_ sure Dynaloader.xs code is initialized only once

Message-ID: <36380269.55370608@smtp1.ibm.net>

p4raw-id: //depot/perl@2067

25 years agorecognize '%' as a shell metachar for win32
Jan Dubois [Tue, 20 Oct 1998 21:57:35 +0000 (23:57 +0200)]
recognize '%' as a shell metachar for win32
Message-ID: <3636ea31.49170453@smtp1.ibm.net>
Subject: [PATCH 5.005_02, Win32]  Re: %ENV% not expanded in backquotes?

p4raw-id: //depot/perl@2066

25 years agoremove FAST_SV_GETS remnant (as suggested by Gisle Aas)
Gurusamy Sarathy [Sun, 25 Oct 1998 06:46:30 +0000 (06:46 +0000)]
remove FAST_SV_GETS remnant (as suggested by Gisle Aas)

p4raw-id: //depot/perl@2065

25 years agoord() and unpack("U*",...) should not be negative
Gisle Aas [Tue, 20 Oct 1998 14:24:44 +0000 (16:24 +0200)]
ord() and unpack("U*",...) should not be negative

Message-ID: <m34sszctf7.fsf@furu.g.aas.no>

p4raw-id: //depot/perl@2064

25 years agoImprove sbrk() on OS/2
Ilya Zakharevich [Sun, 18 Oct 1998 23:20:57 +0000 (19:20 -0400)]
Improve sbrk() on OS/2

Message-Id: <199810190320.XAA28249@monk.mps.ohio-state.edu>

p4raw-id: //depot/perl@2063

25 years agoSpeed up aassign
Ilya Zakharevich [Sun, 18 Oct 1998 23:10:29 +0000 (19:10 -0400)]
Speed up aassign

Message-Id: <199810190310.XAA28102@monk.mps.ohio-state.edu>

p4raw-id: //depot/perl@2062

25 years agoRe: '*' prototype does not allow bareword with strict
Graham Barr [Sat, 17 Oct 1998 22:22:02 +0000 (17:22 -0500)]
Re: '*' prototype does not allow bareword with strict

Message-ID: <19981017222202.J510@pobox.com>

p4raw-id: //depot/perl@2061

25 years agohandle '::' in section names properly
Graham Barr [Sat, 17 Oct 1998 12:57:54 +0000 (07:57 -0500)]
handle '::' in section names properly
Message-ID: <19981017125754.C510@pobox.com>
Subject: Re: pod2html

p4raw-id: //depot/perl@2060

25 years agointegrate changes#1982,2014,2021 (from maint-5.005)
Gurusamy Sarathy [Sun, 25 Oct 1998 06:33:43 +0000 (06:33 +0000)]
integrate changes#1982,2014,2021 (from maint-5.005)

p4raw-link: @2021 on //depot/maint-5.005/perl: ece095e7b265a16d4ec3543b1418100f9c635a87
p4raw-link: @2014 on //depot/maint-5.005/perl: cca0b9804acab4b7678c0f185888d57497a5c2a9
p4raw-link: @1982 on //depot/maint-5.005/perl: fe676099d996f70caaedeb6ae85adc3ee59d2240

p4raw-id: //depot/perl@2059

25 years agoallow more win32 symbol exports (suggested by Jan Dubois)
Gurusamy Sarathy [Sun, 25 Oct 1998 05:44:17 +0000 (05:44 +0000)]
allow more win32 symbol exports (suggested by Jan Dubois)

p4raw-id: //depot/perl@2058

25 years agointegrate change#2053 from maint-5.005
Gurusamy Sarathy [Sun, 25 Oct 1998 05:40:40 +0000 (05:40 +0000)]
integrate change#2053 from maint-5.005

p4raw-link: @2053 on //depot/maint-5.005/perl: 2c3f7d309175811e431d5baa7695e7610e2fa584

p4raw-id: //depot/perl@2057
p4raw-integrated: from //depot/maint-5.005/perl@2056 'copy in'
t/cmd/while.t (@1649..) 'merge in' cop.h (@1649..)

25 years agocommented version of a patch suggested by Drago Goricanec
Jarkko Hietaniemi [Fri, 16 Oct 1998 15:24:45 +0000 (18:24 +0300)]
commented version of a patch suggested by Drago Goricanec
Message-ID: <oeeogrc1ype.fsf@alpha.hut.fi>
Subject: Re: [PATCH 5.005_52] Linux select fails with more than 32 FDs

p4raw-id: //depot/perl@2056

25 years agoinclude eof() in description of buffering caveats
Anton Berezin [Fri, 16 Oct 1998 19:22:41 +0000 (21:22 +0200)]
include eof() in description of buffering caveats
Message-Id: <199810161722.TAA28813@lion.plab.ku.dk>
Subject: [DOCPATCH] pod/perlfunc.pod

p4raw-id: //depot/perl@2055

25 years agodisallow 'x' in hex numbers (except leading '0x')
Gisle Aas [Fri, 16 Oct 1998 16:33:12 +0000 (18:33 +0200)]
disallow 'x' in hex numbers (except leading '0x')
Message-ID: <m3n26wtw47.fsf@furu.g.aas.no>
Subject: Re: [PATCH 5.005_52] 'x' is not a legal hex digit

p4raw-id: //depot/perl@2054

25 years agoavoid the circular refcnt logic in magic_mutexfree()
Gurusamy Sarathy [Sun, 25 Oct 1998 04:49:04 +0000 (04:49 +0000)]
avoid the circular refcnt logic in magic_mutexfree()

p4raw-id: //depot/perl@2052

25 years agoproperly restore PL_rsfp_filters after require
Gurusamy Sarathy [Sun, 25 Oct 1998 04:35:07 +0000 (04:35 +0000)]
properly restore PL_rsfp_filters after require

p4raw-id: //depot/perl@2051

25 years agointegrate cfgperl changes back into mainline
Gurusamy Sarathy [Sun, 25 Oct 1998 02:42:32 +0000 (02:42 +0000)]
integrate cfgperl changes back into mainline

p4raw-id: //depot/perl@2050

25 years agoavoid "mysterious" compile-time failures without messages
Gurusamy Sarathy [Sun, 25 Oct 1998 01:30:48 +0000 (01:30 +0000)]
avoid "mysterious" compile-time failures without messages

p4raw-id: //depot/perl@2049

25 years agochr(0xFFFFFFFF) didn't translate to utf8 character
Larry Wall [Fri, 23 Oct 1998 19:31:42 +0000 (19:31 +0000)]
chr(0xFFFFFFFF) didn't translate to utf8 character

p4raw-id: //depot/perl@2040

25 years agotr///d does not seem to work
Larry Wall [Fri, 23 Oct 1998 18:48:34 +0000 (18:48 +0000)]
tr///d does not seem to work

p4raw-id: //depot/perl@2039

25 years agoProgram with utf8 identifiers fails to compile
Larry Wall [Fri, 23 Oct 1998 18:00:41 +0000 (18:00 +0000)]
Program with utf8 identifiers fails to compile

p4raw-id: //depot/perl@2038

25 years agoTest suite portability:
Jarkko Hietaniemi [Fri, 23 Oct 1998 14:04:51 +0000 (14:04 +0000)]
Test suite portability:
- posix-bc does not write to broken pipes
- filehand #11 only iff we have fork
- warning.t can now match $expected using regular expressions

p4raw-id: //depot/cfgperl@2037

25 years agoyacc clarification.
Jarkko Hietaniemi [Fri, 23 Oct 1998 12:12:07 +0000 (12:12 +0000)]
yacc clarification.

p4raw-id: //depot/cfgperl@2036

25 years agoSome C compilers get upset about 8-bit characters in /* comments. */
Jarkko Hietaniemi [Fri, 23 Oct 1998 12:09:59 +0000 (12:09 +0000)]
Some C compilers get upset about 8-bit characters in /* comments. */

p4raw-id: //depot/cfgperl@2035

25 years agoConfigure update: both for pthread_yield more robust
Jarkko Hietaniemi [Thu, 22 Oct 1998 09:11:52 +0000 (09:11 +0000)]
Configure update: both for pthread_yield more robust
testing (all variants of pthread_attr_getdetachstate()) --
and because Configure was broken in major way! About 1000
last lines were truncated.

p4raw-id: //depot/cfgperl@2034

25 years agoDJGPP feedback for #2028.
Jarkko Hietaniemi [Thu, 22 Oct 1998 07:47:10 +0000 (07:47 +0000)]
DJGPP feedback for #2028.

p4raw-id: //depot/cfgperl@2033

25 years agoyielding, the saga continues.
Jarkko Hietaniemi [Wed, 21 Oct 1998 13:03:57 +0000 (13:03 +0000)]
yielding, the saga continues.

p4raw-id: //depot/cfgperl@2032

25 years agoVM/ESA feedback for #2028.
Jarkko Hietaniemi [Wed, 21 Oct 1998 09:15:42 +0000 (09:15 +0000)]
VM/ESA feedback for #2028.

p4raw-id: //depot/cfgperl@2031

25 years agofix handling of mayhaps-extended @_ in goto &sub
Gurusamy Sarathy [Wed, 21 Oct 1998 04:22:53 +0000 (04:22 +0000)]
fix handling of mayhaps-extended @_ in goto &sub

p4raw-id: //depot/perl@2030

25 years agorestore sanity to "constant" references
Gurusamy Sarathy [Wed, 21 Oct 1998 00:54:14 +0000 (00:54 +0000)]
restore sanity to "constant" references

p4raw-id: //depot/perl@2029

25 years agoOLD_PTHREADS_API reorganizing.
Jarkko Hietaniemi [Tue, 20 Oct 1998 15:01:20 +0000 (15:01 +0000)]
OLD_PTHREADS_API reorganizing.

p4raw-id: //depot/cfgperl@2028

25 years ago#2026 fallout.
Jarkko Hietaniemi [Tue, 20 Oct 1998 14:14:51 +0000 (14:14 +0000)]
#2026 fallout.

p4raw-id: //depot/cfgperl@2027

25 years agoVM/ESA update.
Jarkko Hietaniemi [Tue, 20 Oct 1998 11:47:21 +0000 (11:47 +0000)]
VM/ESA update.

p4raw-id: //depot/cfgperl@2026

25 years ago64-bitness, based on
Scott Henry [Mon, 19 Oct 1998 22:38:06 +0000 (15:38 -0700)]
64-bitness, based on
To: perl-64bit@perl.org
Message-ID: <yd8u30zyerl.fsf@hoshi.engr.sgi.com>
Subject: Re: Configure problems/questions...

p4raw-id: //depot/cfgperl@2025

25 years agoAdd lseeksize.
Jarkko Hietaniemi [Tue, 20 Oct 1998 08:09:07 +0000 (08:09 +0000)]
Add lseeksize.

p4raw-id: //depot/cfgperl@2024

25 years agoMumble about _yields() only when threaded.
Jarkko Hietaniemi [Tue, 20 Oct 1998 08:08:33 +0000 (08:08 +0000)]
Mumble about _yields() only when threaded.

p4raw-id: //depot/cfgperl@2023

25 years agoThinko at PTHREADS_CREATED_JOINABLE.
Jarkko Hietaniemi [Tue, 20 Oct 1998 07:46:26 +0000 (07:46 +0000)]
Thinko at PTHREADS_CREATED_JOINABLE.

p4raw-id: //depot/cfgperl@2022

25 years agoYIELD more robustly.
Jarkko Hietaniemi [Mon, 19 Oct 1998 09:15:53 +0000 (09:15 +0000)]
YIELD more robustly.

p4raw-id: //depot/cfgperl@2020

25 years agoVM/ESA (and OS390) are in between of OLD_PTHREADS_API and
Jarkko Hietaniemi [Mon, 19 Oct 1998 08:48:33 +0000 (08:48 +0000)]
VM/ESA (and OS390) are in between of OLD_PTHREADS_API and
the 'new' one (just like DJGPP, it seems).

p4raw-id: //depot/cfgperl@2019

25 years agovmesaish.h doesn't exclude unixish.h.
Jarkko Hietaniemi [Mon, 19 Oct 1998 07:02:44 +0000 (07:02 +0000)]
vmesaish.h doesn't exclude unixish.h.

p4raw-id: //depot/cfgperl@2018

25 years ago1<<$randbits is not good for randbits=48.
Jarkko Hietaniemi [Mon, 19 Oct 1998 06:44:19 +0000 (06:44 +0000)]
1<<$randbits is not good for randbits=48.

p4raw-id: //depot/cfgperl@2017

25 years agoMake #2012 glob pattern more portable.
Jarkko Hietaniemi [Mon, 19 Oct 1998 06:39:47 +0000 (06:39 +0000)]
Make #2012 glob pattern more portable.

p4raw-id: //depot/cfgperl@2016

25 years agoclean numbered core dumps and t/tmp[0-9]*.
Jarkko Hietaniemi [Sat, 17 Oct 1998 15:04:23 +0000 (15:04 +0000)]
clean numbered core dumps and t/tmp[0-9]*.

p4raw-id: //depot/cfgperl@2012

25 years agoMore robust yacc/bison failure output handling.
Jarkko Hietaniemi [Sat, 17 Oct 1998 14:59:15 +0000 (14:59 +0000)]
More robust yacc/bison failure output handling.

p4raw-id: //depot/cfgperl@2011

25 years agoBC2000 POSIX update.
Jarkko Hietaniemi [Sat, 17 Oct 1998 14:51:05 +0000 (14:51 +0000)]
BC2000 POSIX update.

p4raw-id: //depot/cfgperl@2010

25 years agoPOSIX BC2000 port from perl-mvs:
Thomas Dorner [Tue, 29 Sep 1998 13:29:36 +0000 (14:29 +0100)]
POSIX BC2000 port from perl-mvs:

Subject: Ported perl 5.005.02 to BS2000 / POSIX
Message-ID: <9CE47B416A24D2118BC40000F84009B20B72C5@start.de>

p4raw-id: //depot/cfgperl@2009

25 years agoVM/ESA-update.
Jarkko Hietaniemi [Sat, 17 Oct 1998 14:07:49 +0000 (14:07 +0000)]
VM/ESA-update.

p4raw-id: //depot/cfgperl@2008

25 years agoForgot few S_I* imports.
Jarkko Hietaniemi [Sat, 17 Oct 1998 13:55:34 +0000 (13:55 +0000)]
Forgot few S_I* imports.

p4raw-id: //depot/cfgperl@2007

25 years agoThe VM/ESA port essentials, based on
Jarkko Hietaniemi [Sat, 17 Oct 1998 13:43:54 +0000 (13:43 +0000)]
The VM/ESA port essentials, based on

perl-mvs:

From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
Subject: Re: Can't find Data/Dumper.pm
Date: Mon, 28 Sep 1998 07:40:49 +1300
Message-ID: <360E86B0.23847AF4@mailbox.tabnsw.com.au>

private email:

From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
Subject: Re: Perl thread problems in VM/ESA
Date: Thu, 15 Oct 1998 07:18:35 +1300
Message-ID: <3624EAFA.16163A2B@mailbox.tabnsw.com.au>

and private email:

From: Neale Ferguson <NEALE@PUCC.PRINCETON.EDU>
Subject:  perl archive
Date:  Sun, 11 Oct 1998 19:28:54 EDT
Message-Id: <19981011233112Z67215-26626+1513@outbound.Princeton.EDU>
which gave a pointer to

http://pucc.princeton.edu/~neale/perl.tar

(based on Perl 5.005_51)

p4raw-id: //depot/cfgperl@2006

25 years agoIntegrate mainperl.
Jarkko Hietaniemi [Sat, 17 Oct 1998 13:17:19 +0000 (13:17 +0000)]
Integrate mainperl.

p4raw-id: //depot/cfgperl@2005

25 years agoRemoved an extra ' from the int64_t test.
Jarkko Hietaniemi [Sat, 17 Oct 1998 11:19:06 +0000 (11:19 +0000)]
Removed an extra ' from the int64_t test.

p4raw-id: //depot/cfgperl@2004

25 years agosilence -w noises (suggested by Greg Bacon)
Gurusamy Sarathy [Sat, 17 Oct 1998 04:11:40 +0000 (04:11 +0000)]
silence -w noises (suggested by Greg Bacon)

p4raw-id: //depot/perl@2003

25 years agoRe: chr(0xFFFF_FFFF) and "\x{10_FFFF}" [PATCH 5.005_52]
Gisle Aas [Wed, 14 Oct 1998 15:53:14 +0000 (17:53 +0200)]
Re: chr(0xFFFF_FFFF) and "\x{10_FFFF}" [PATCH 5.005_52]

Message-ID: <m3g1cr9rn9.fsf@furu.g.aas.no>

p4raw-id: //depot/perl@2002

25 years agoCore dump from "Missing right brace on \x{}"
Gisle Aas [Wed, 14 Oct 1998 15:17:44 +0000 (17:17 +0200)]
Core dump from "Missing right brace on \x{}"

Message-ID: <m3iuhn9taf.fsf@furu.g.aas.no>

p4raw-id: //depot/perl@2001

25 years agoutf8 substr can access memory outside PVX buffer
Gisle Aas [Wed, 14 Oct 1998 00:38:06 +0000 (02:38 +0200)]
utf8 substr can access memory outside PVX buffer

Message-ID: <m3iuhonl4h.fsf@furu.g.aas.no>

p4raw-id: //depot/perl@2000

25 years agoDoc patch to VMS::Stdio module
Hans Mulder [Tue, 13 Oct 1998 15:10:57 +0000 (08:10 -0700)]
Doc patch to VMS::Stdio module

Message-Id: <3.0.6.32.19981013151057.00a947a0@ous.edu>

p4raw-id: //depot/perl@1999

25 years agoskip readonly vars and unref references when doing a reset()
Gurusamy Sarathy [Sat, 17 Oct 1998 03:00:40 +0000 (03:00 +0000)]
skip readonly vars and unref references when doing a reset()

p4raw-id: //depot/perl@1998

25 years agofix buggy treatment of large checksums on unicode strings
Gisle Aas [Tue, 13 Oct 1998 21:35:39 +0000 (23:35 +0200)]
fix buggy treatment of large checksums on unicode strings
Message-ID: <m31zocp850.fsf@furu.g.aas.no>
Subject: unpack("%48U*",...)  [PATCH 5.005_52]

p4raw-id: //depot/perl@1997

25 years agoMemory overrun in os2.c
Ilya Zakharevich [Tue, 13 Oct 1998 04:46:00 +0000 (00:46 -0400)]
Memory overrun in os2.c

Message-Id: <199810130846.EAA00769@monk.mps.ohio-state.edu>

p4raw-id: //depot/perl@1996

25 years agoclarify section name rules for typemaps
Gurusamy Sarathy [Sat, 17 Oct 1998 02:42:01 +0000 (02:42 +0000)]
clarify section name rules for typemaps

p4raw-id: //depot/perl@1995

25 years agowhitespace-proof grent.t
Gurusamy Sarathy [Sat, 17 Oct 1998 02:33:02 +0000 (02:33 +0000)]
whitespace-proof grent.t

p4raw-id: //depot/perl@1994

25 years agofix bug in B::CC::pp_sassign()
Vishal Bhatia [Sun, 11 Oct 1998 18:41:38 +0000 (11:41 -0700)]
fix bug in B::CC::pp_sassign()
Message-ID: <19981012014139.19614.qmail@hotmail.com>
Subject: B::CC problems with pp_sassign routine

p4raw-id: //depot/perl@1993

25 years agoapplied suggested patch with small doc tweak
Gisle Aas [Sun, 11 Oct 1998 12:53:13 +0000 (14:53 +0200)]
applied suggested patch with small doc tweak
Message-ID: <m3u31bfjza.fsf@furu.g.aas.no>
Subject: Re: [PATCH 5.005_52] Optional syswrite LENGTH argument

p4raw-id: //depot/perl@1992

25 years agoapply non-conflicting parts from suggested patch
Jan Dubois [Sat, 10 Oct 1998 13:15:45 +0000 (15:15 +0200)]
apply non-conflicting parts from suggested patch
Message-ID: <36223ed7.18279374@smtp1.ibm.net>
Subject: [PATCH 5.005_52] Still more MakeMaker  patches

p4raw-id: //depot/perl@1991

25 years agoprovide option to enable optimization with VC (suggested by Jan
Gurusamy Sarathy [Sat, 17 Oct 1998 02:01:24 +0000 (02:01 +0000)]
provide option to enable optimization with VC (suggested by Jan
Dubois)

p4raw-id: //depot/perl@1990

25 years agoRhapsody DR2 has bsd/ctypes.h, not objc/NXCType.h (suggested by
Gurusamy Sarathy [Sat, 17 Oct 1998 01:55:27 +0000 (01:55 +0000)]
Rhapsody DR2 has bsd/ctypes.h, not objc/NXCType.h (suggested by
Dave Leppik <dleppik@gage.com>

p4raw-id: //depot/perl@1989

25 years agostray typo found by Hugo van der Sanden
Gurusamy Sarathy [Sat, 17 Oct 1998 01:49:05 +0000 (01:49 +0000)]
stray typo found by Hugo van der Sanden

p4raw-id: //depot/perl@1988

25 years agoperldoc pod update
Daniel Grisinger [Tue, 6 Oct 1998 23:56:51 +0000 (17:56 -0600)]
perldoc pod update
Message-ID: <m3g1d0kj8c.fsf@perrin.dimensional.com>
Subject: [PATCH _02 and _52] perldoc

p4raw-id: //depot/perl@1987

25 years agoqualify names of builtins
Gurusamy Sarathy [Sat, 17 Oct 1998 01:41:40 +0000 (01:41 +0000)]
qualify names of builtins

p4raw-id: //depot/perl@1986

25 years agointegrate cfgperl mods into mainline
Gurusamy Sarathy [Fri, 16 Oct 1998 01:58:58 +0000 (01:58 +0000)]
integrate cfgperl mods into mainline

p4raw-id: //depot/perl@1978

25 years agostray tweak
Gurusamy Sarathy [Fri, 16 Oct 1998 00:10:52 +0000 (00:10 +0000)]
stray tweak

p4raw-id: //depot/perl@1976

25 years agopropagate typeness of lexicals while cloning them
Gurusamy Sarathy [Thu, 15 Oct 1998 23:54:38 +0000 (23:54 +0000)]
propagate typeness of lexicals while cloning them

p4raw-id: //depot/perl@1975

25 years agos/last/first/ typo in append_list()
Gurusamy Sarathy [Thu, 15 Oct 1998 23:53:25 +0000 (23:53 +0000)]
s/last/first/ typo in append_list()

p4raw-id: //depot/perl@1974

25 years agoTest #162 had been added but the "print 1..161" had not been updated.
Jarkko Hietaniemi [Thu, 15 Oct 1998 07:07:35 +0000 (07:07 +0000)]
Test #162 had been added but the "print 1..161" had not been updated.

p4raw-id: //depot/cfgperl@1972

25 years agocheck in all confperl changes as of change#1964 into cfgperl
Gurusamy Sarathy [Thu, 15 Oct 1998 03:09:58 +0000 (03:09 +0000)]
check in all confperl changes as of change#1964 into cfgperl

p4raw-link: @1964 on //depot/confperl: 2d85315bb227e0962a693eaaadc3f40ca2fbf49b

p4raw-id: //depot/cfgperl@1971

25 years agointegrate mainline to get tr.t
Gurusamy Sarathy [Thu, 15 Oct 1998 03:05:59 +0000 (03:05 +0000)]
integrate mainline to get tr.t

p4raw-id: //depot/cfgperl@1970

25 years agoadd missing tr.t to repository
Gurusamy Sarathy [Thu, 15 Oct 1998 03:04:17 +0000 (03:04 +0000)]
add missing tr.t to repository

p4raw-id: //depot/perl@1969

25 years agocreate cfgperl branch
Gurusamy Sarathy [Thu, 15 Oct 1998 03:02:43 +0000 (03:02 +0000)]
create cfgperl branch

p4raw-id: //depot/cfgperl@1968

25 years agocorrect bugs exposed in MM_Unix.pm by commenting out Selfloader
Gurusamy Sarathy [Thu, 15 Oct 1998 02:46:08 +0000 (02:46 +0000)]
correct bugs exposed in MM_Unix.pm by commenting out Selfloader
(MAN3PODS cannot be set to ' '; stray stricture violation)

p4raw-id: //depot/perl@1967

25 years agotweak to make fix in change#1944 behave correctly for closures
Gurusamy Sarathy [Thu, 15 Oct 1998 02:19:03 +0000 (02:19 +0000)]
tweak to make fix in change#1944 behave correctly for closures
created within eval''

p4raw-link: @1944 on //depot/perl: 6b35e00972a13cc3d5e641e82fd498a9d9f6a324

p4raw-id: //depot/perl@1966

25 years agouse better numbers for exitstatus test
Gurusamy Sarathy [Wed, 14 Oct 1998 23:22:41 +0000 (23:22 +0000)]
use better numbers for exitstatus test

p4raw-id: //depot/perl@1965

25 years agotwo typos
Gurusamy Sarathy [Wed, 14 Oct 1998 05:38:01 +0000 (05:38 +0000)]
two typos

p4raw-id: //depot/perl@1948

25 years agolet docatch() pass the buck when restartop turns out to be null,
Gurusamy Sarathy [Wed, 14 Oct 1998 05:37:10 +0000 (05:37 +0000)]
let docatch() pass the buck when restartop turns out to be null,
making exceptions in BEGIN{} propagate as expected

p4raw-id: //depot/perl@1947

25 years agoadd missing file from change#1943
Gurusamy Sarathy [Tue, 13 Oct 1998 03:41:49 +0000 (03:41 +0000)]
add missing file from change#1943

p4raw-link: @1943 on //depot/perl: 155fc61f8f24f48a8180aab9a504f33842272586

p4raw-id: //depot/perl@1946

25 years agodefer "deep recursion" warnings until CXt_SUB context is properly
Gurusamy Sarathy [Tue, 13 Oct 1998 03:32:02 +0000 (03:32 +0000)]
defer "deep recursion" warnings until CXt_SUB context is properly
set up

p4raw-id: //depot/perl@1945

25 years agochange#1614 merely disabled earlier fix (doh!); undo it and properly
Gurusamy Sarathy [Tue, 13 Oct 1998 03:15:50 +0000 (03:15 +0000)]
change#1614 merely disabled earlier fix (doh!); undo it and properly
fixup the cop_seq value that must be seen by lexical lookups that
emanate within eval''

p4raw-link: @1614 on //depot/perl: bd28dd3ca083953e5682058b02b9529902e14ca9

p4raw-id: //depot/perl@1944

25 years agoensure recursive attempts to findlex()icals know enough about where
Gurusamy Sarathy [Tue, 13 Oct 1998 02:06:09 +0000 (02:06 +0000)]
ensure recursive attempts to findlex()icals know enough about where
the last eval'' context was encountered

p4raw-id: //depot/perl@1943

25 years agoforce copy of substrings when matching against temporaries
Gurusamy Sarathy [Tue, 13 Oct 1998 02:01:24 +0000 (02:01 +0000)]
force copy of substrings when matching against temporaries

p4raw-id: //depot/perl@1942

25 years agodon't longjmp() in pp_goto() (regressive bug from old single-stack
Gurusamy Sarathy [Tue, 13 Oct 1998 01:49:16 +0000 (01:49 +0000)]
don't longjmp() in pp_goto() (regressive bug from old single-stack
implementation)

p4raw-id: //depot/perl@1941