This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
25 years agobring '*' prototype closer to how it behaves internally
Gurusamy Sarathy [Fri, 19 Feb 1999 05:08:29 +0000 (05:08 +0000)]
bring '*' prototype closer to how it behaves internally

p4raw-id: //depot/perl@2978

25 years agostem leakage of perly.h #defines #ifndef PERL_CORE
Gurusamy Sarathy [Fri, 19 Feb 1999 02:50:31 +0000 (02:50 +0000)]
stem leakage of perly.h #defines #ifndef PERL_CORE

p4raw-id: //depot/perl@2977

25 years agodistinguish eval'' from BEGIN|INIT|END CVs (fixes buggy propagation
Gurusamy Sarathy [Thu, 18 Feb 1999 21:41:57 +0000 (21:41 +0000)]
distinguish eval'' from BEGIN|INIT|END CVs (fixes buggy propagation
of lexical searches in BEGIN|INIT|END)

p4raw-id: //depot/perl@2975

25 years agomissing PERL_POLLUTE_MALLOC
Gurusamy Sarathy [Thu, 18 Feb 1999 21:03:06 +0000 (21:03 +0000)]
missing PERL_POLLUTE_MALLOC

p4raw-id: //depot/perl@2974

25 years agodotsh.pl triggers new warnings
Andy Dougherty [Wed, 17 Feb 1999 17:22:50 +0000 (12:22 -0500)]
dotsh.pl triggers new warnings

Message-Id: <Pine.GSU.4.05.9902171720490.17243-100000@newton.phys>

p4raw-id: //depot/perl@2973

25 years agos/#defined/#define/
Gurusamy Sarathy [Thu, 18 Feb 1999 17:04:12 +0000 (17:04 +0000)]
s/#defined/#define/

p4raw-id: //depot/perl@2972

25 years agoensure is data malloc()ed by GDBM is free()d (not Perl_mfree()d)
Gurusamy Sarathy [Thu, 18 Feb 1999 03:26:43 +0000 (03:26 +0000)]
ensure is data malloc()ed by GDBM is free()d (not Perl_mfree()d)

p4raw-id: //depot/perl@2970

25 years agocorrect slurp mode doc
Gurusamy Sarathy [Wed, 17 Feb 1999 23:30:47 +0000 (23:30 +0000)]
correct slurp mode doc

p4raw-id: //depot/perl@2969

25 years agoPATCH: lib/Pod/Functions.pm for perl5.005_55
Tom Christiansen [Wed, 17 Feb 1999 06:53:13 +0000 (23:53 -0700)]
PATCH: lib/Pod/Functions.pm for perl5.005_55

Message-Id: <199902171353.GAA15682@jhereg.perl.com>

p4raw-id: //depot/perl@2964

25 years agofix comppad handling for failures in eval 'qr/(?p{...})/'
Hugo van der Sanden [Wed, 17 Feb 1999 10:06:01 +0000 (10:06 +0000)]
fix comppad handling for failures in eval 'qr/(?p{...})/'
Message-Id: <199902171006.KAA10204@crypt.compulink.co.uk>
Subject: Re: [5.005_53] panic: pad_free curpad

p4raw-id: //depot/perl@2963

25 years agoNaNQ? tweak
Gurusamy Sarathy [Tue, 16 Feb 1999 21:26:28 +0000 (21:26 +0000)]
NaNQ? tweak

p4raw-id: //depot/perl@2962

25 years agoundo change#2465 (qw[] is a real list now)
Gurusamy Sarathy [Tue, 16 Feb 1999 18:04:29 +0000 (18:04 +0000)]
undo change#2465 (qw[] is a real list now)

p4raw-link: @2465 on //depot/cfgperl: 49bb67615f25aa24217b077bcddd9be35d8b60e1

p4raw-id: //depot/perl@2960

25 years agothis was 5.005_55
Gurusamy Sarathy [Tue, 16 Feb 1999 07:09:33 +0000 (07:09 +0000)]
this was 5.005_55

p4raw-id: //depot/perl@2959

25 years agointegrate change#2852 from maint-5.005; integrate cfgperl contents;
Gurusamy Sarathy [Tue, 16 Feb 1999 06:18:27 +0000 (06:18 +0000)]
integrate change#2852 from maint-5.005; integrate cfgperl contents;
elide dups and non-dependents from Changes

p4raw-link: @2852 on //depot/maint-5.005/perl: 9d2bcc06253ec4693886be5b5b7869bda6582d6e

p4raw-id: //depot/perl@2958
p4raw-integrated: from //depot/maint-5.005/perl@2957 'copy in'
README.threads (@1717..) 'merge in' INSTALL (@2737..)
p4raw-integrated: from //depot/maint-5.005/perl@2852 'merge in'
Configure (@2837..)

25 years agopropagate PERL_VERSION everywhere, add to pod
Gurusamy Sarathy [Tue, 16 Feb 1999 04:09:47 +0000 (04:09 +0000)]
propagate PERL_VERSION everywhere, add to pod

p4raw-id: //depot/perl@2957

25 years agoThe pack tests now better in C90 (after the packnative patches).
Jarkko Hietaniemi [Mon, 15 Feb 1999 16:15:03 +0000 (16:15 +0000)]
The pack tests now better in C90 (after the packnative patches).

p4raw-id: //depot/cfgperl@2955

25 years agotweak Configure to follow new PERL_VERSION etc.
Gurusamy Sarathy [Mon, 15 Feb 1999 14:11:50 +0000 (14:11 +0000)]
tweak Configure to follow new PERL_VERSION etc.

p4raw-id: //depot/perl@2954

25 years agoIntegrate from mainperl.
Jarkko Hietaniemi [Mon, 15 Feb 1999 14:02:21 +0000 (14:02 +0000)]
Integrate from mainperl.

p4raw-id: //depot/cfgperl@2953

25 years agoEnhance the packnative patch: use the packnative code
Jarkko Hietaniemi [Mon, 15 Feb 1999 13:50:07 +0000 (13:50 +0000)]
Enhance the packnative patch: use the packnative code
only if required.  Also added hefty testing (hopefully
I didn't assume too much...).  Tested on alpha, ix86, sparc.

p4raw-id: //depot/cfgperl@2952

25 years agoAVAILABILITY from 5.005_03-tobe, will of course
Jarkko Hietaniemi [Mon, 15 Feb 1999 13:46:56 +0000 (13:46 +0000)]
AVAILABILITY from 5.005_03-tobe, will of course
require updating when 5.006 comes out.

p4raw-id: //depot/cfgperl@2951

25 years agowill this be it for 5.005_55?
Gurusamy Sarathy [Mon, 15 Feb 1999 13:28:51 +0000 (13:28 +0000)]
will this be it for 5.005_55?

p4raw-id: //depot/perl@2949

25 years agoIntegrate from mainperl.
Jarkko Hietaniemi [Mon, 15 Feb 1999 13:23:52 +0000 (13:23 +0000)]
Integrate from mainperl.

p4raw-id: //depot/cfgperl@2948

25 years agoperlport.pod 1.39 from Chris.
Jarkko Hietaniemi [Mon, 15 Feb 1999 13:20:41 +0000 (13:20 +0000)]
perlport.pod 1.39 from Chris.

p4raw-id: //depot/cfgperl@2947

25 years agoImport Ultrix update, change #2864,
Spider Boardman [Wed, 10 Feb 1999 23:33:31 +0000 (18:33 -0500)]
Import Ultrix update, change #2864,
To: perlbug@perl.com
Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on RISC-ultrix 4.4 (UNINSTALLED)
Message-Id: <9902110433.AA12816@abyss.zk3.dec.com>

p4raw-link: @2864 on //depot/maint-5.005/perl: b47ccd61abe27ff67b6495fce49fc0fe9fa4cc76

p4raw-id: //depot/cfgperl@2946

25 years agoOpenBSD sparc SHMLBA.
Jarkko Hietaniemi [Mon, 15 Feb 1999 13:04:50 +0000 (13:04 +0000)]
OpenBSD sparc SHMLBA.

p4raw-id: //depot/cfgperl@2945

25 years agoupdate win32/config* stuff, Changes
Gurusamy Sarathy [Mon, 15 Feb 1999 12:09:52 +0000 (12:09 +0000)]
update win32/config* stuff, Changes

p4raw-id: //depot/perl@2944

25 years ago#include patchlevel.h by default, provide
Gurusamy Sarathy [Mon, 15 Feb 1999 11:54:08 +0000 (11:54 +0000)]
#include patchlevel.h by default, provide
PERL_{REVISION,VERSION,SUBVERSION}

p4raw-id: //depot/perl@2943

25 years agoallow /0|NaN/ on some bigfloatpm.t tests for portability; other
Gurusamy Sarathy [Mon, 15 Feb 1999 10:26:59 +0000 (10:26 +0000)]
allow /0|NaN/ on some bigfloatpm.t tests for portability; other
misc fixes

p4raw-id: //depot/perl@2942

25 years agobroken URLs fixed (from Michael G Schwern <schwern@pobox.com>)
Gurusamy Sarathy [Mon, 15 Feb 1999 10:24:37 +0000 (10:24 +0000)]
broken URLs fixed (from Michael G Schwern <schwern@pobox.com>)
Message-ID: <19990207002851.B9185@toldyouso.com>
Message-ID: <19990207212152.A9765@toldyouso.com>
Message-ID: <19990207212041.A9622@toldyouso.com>
Message-ID: <19990207213127.A10244@toldyouso.com>
Message-ID: <19990207212559.A9950@toldyouso.com>
Message-ID: <19990207212842.A9994@toldyouso.com>
Message-ID: <19990207212500.A9860@toldyouso.com>
Message-ID: <19990207213013.A10105@toldyouso.com>

p4raw-id: //depot/perl@2941

25 years agoenable dynaloading in C.pm-compiled programs (non-conflicting part
Vishal Bhatia [Mon, 8 Feb 1999 01:14:41 +0000 (01:14 +0000)]
enable dynaloading in C.pm-compiled programs (non-conflicting part
of suggested patch)
Message-ID: <DHIDFFOPMEFDBAAA@my-dejanews.com>
Subject: [PATCH 5.005_54] some pending C.pm stuff

p4raw-id: //depot/perl@2940

25 years agoIntegrate from mainperl.
Jarkko Hietaniemi [Mon, 15 Feb 1999 08:40:18 +0000 (08:40 +0000)]
Integrate from mainperl.

p4raw-id: //depot/cfgperl@2939

25 years agochange#2839 was bogus, redo
Gurusamy Sarathy [Mon, 15 Feb 1999 06:56:39 +0000 (06:56 +0000)]
change#2839 was bogus, redo

p4raw-link: @2839 on //depot/cfgperl: 49e31778ddc2da4a5967b1a2094361ed5246979b

p4raw-id: //depot/perl@2938
p4raw-integrated: from //depot/maint-5.005/perl@2937 'copy in'
t/lib/h2ph.pht (@2013..)

25 years agosupport Win32::GetFullPathName() and Win32::SetLastError()
Jan Dubois [Tue, 9 Feb 1999 22:27:31 +0000 (23:27 +0100)]
support Win32::GetFullPathName() and Win32::SetLastError()
Message-ID: <36c1a2ed.8007554@smtp1.ibm.net>
Subject: [PATCH _54] Win32::GetFullPathName (Re: File::Spec::Win32 and UNCs)

p4raw-id: //depot/perl@2937

25 years agosupport native integers, pack("L_",...) etc. (via private mail)
Jarkko Hietaniemi [Wed, 10 Feb 1999 00:04:52 +0000 (02:04 +0200)]
support native integers, pack("L_",...) etc. (via private mail)
Message-Id: <199902092204.AAA29065@alpha.hut.fi>
Subject: the "packnative" patch

p4raw-id: //depot/perl@2936

25 years ago5.005_03-MAINT_TRIAL_5 utils/h2xs fixing -A & more
Michael G. Schwern [Tue, 9 Feb 1999 04:13:12 +0000 (23:13 -0500)]
5.005_03-MAINT_TRIAL_5 utils/h2xs fixing -A & more

Message-ID: <19990209041312.A15788@toldyouso.com>

p4raw-id: //depot/perl@2935

25 years agofix bugs in the handling of negative numbers, among other things
Steven Knight [Mon, 8 Feb 1999 01:16:24 +0000 (19:16 -0600)]
fix bugs in the handling of negative numbers, among other things
Message-Id: <199902080716.BAA24652@theopera.baldmt.citilink.com>
Subject: Math::BigFloat and Math::BigInt

p4raw-id: //depot/perl@2934

25 years agos2p incorrectly handles hold space commands
J. van Krieken [Thu, 4 Feb 1999 17:25:25 +0000 (18:25 +0100)]
s2p incorrectly handles hold space commands

Message-Id: <199902041625.RAA14489@atcmpg.ATComputing.nl>

p4raw-id: //depot/perl@2933

25 years agoclarify what a "line" is
Gurusamy Sarathy [Mon, 15 Feb 1999 04:45:55 +0000 (04:45 +0000)]
clarify what a "line" is

p4raw-id: //depot/perl@2932

25 years agobackout change#2811 and add newer version based on File::Spec
Barrie Slaymaker [Thu, 11 Feb 1999 16:29:24 +0000 (11:29 -0500)]
backout change#2811 and add newer version based on File::Spec
Message-ID: <36C34BB4.A62090E0@telerama.com>
Subject: [PATCH]5.005_54 (pod2html) Relative URLs using new File::Spec

p4raw-link: @2811 on //depot/cfgperl: 5a039dd3f529422cb070070772502cedaf09ae20

p4raw-id: //depot/perl@2931

25 years ago5.005_54 #2 Merging File::PathConvert in to File::Spec
Barrie Slaymaker [Thu, 11 Feb 1999 19:39:48 +0000 (14:39 -0500)]
5.005_54 #2 Merging File::PathConvert in to File::Spec

Message-ID: <36C37854.707D139@telerama.com>

p4raw-id: //depot/perl@2930

25 years agopatches suggested by John Bley <jbb6@acpub.duke.edu> (with minor edits)
Gurusamy Sarathy [Mon, 15 Feb 1999 04:06:50 +0000 (04:06 +0000)]
patches suggested by John Bley <jbb6@acpub.duke.edu> (with minor edits)
Date: Wed, 3 Feb 1999 05:24:55 -0500 (EST)
Message-ID: <Pine.SOL.3.91.990203051924.302A-100000@soc11.acpub.duke.edu>
Subject: [PATCH]5.005_54 (DOC) fix many typos
--
Date: Wed, 3 Feb 1999 08:53:53 -0500 (EST)
Message-ID: <Pine.SOL.3.91.990203085157.895A-100000@soc11.acpub.duke.edu>
Subject: [PATCH]5.005_54 (DOC) typos

p4raw-id: //depot/perl@2929

25 years agoallow the Carp routines to pass through exception objects
Gurusamy Sarathy [Mon, 15 Feb 1999 03:39:53 +0000 (03:39 +0000)]
allow the Carp routines to pass through exception objects

p4raw-id: //depot/perl@2928

25 years agomention Proc::Daemon (suggested by Michael G Schwern <schwern@pobox.com>)
Gurusamy Sarathy [Mon, 15 Feb 1999 03:22:57 +0000 (03:22 +0000)]
mention Proc::Daemon (suggested by Michael G Schwern <schwern@pobox.com>)

p4raw-id: //depot/perl@2927

25 years agointegrate h2ph.PL fixes from change#2809 (change#2838 was supposed to
Gurusamy Sarathy [Mon, 15 Feb 1999 03:19:39 +0000 (03:19 +0000)]
integrate h2ph.PL fixes from change#2809 (change#2838 was supposed to
have done that, but didn't)

p4raw-link: @2838 on //depot/cfgperl: 918c3d217e602b4ae4fe26417a4e56f823fdfb18
p4raw-link: @2809 on //depot/maint-5.005/perl: 4c28f65a10cc6728aff4d48b4087b0d45676c637

p4raw-id: //depot/perl@2926
p4raw-integrated: from //depot/maint-5.005/perl@2925 'copy in'
utils/h2ph.PL (@2013..)

25 years agointegrate cfgperl changes into mainline
Gurusamy Sarathy [Mon, 15 Feb 1999 03:17:01 +0000 (03:17 +0000)]
integrate cfgperl changes into mainline

p4raw-id: //depot/perl@2925

25 years agoadd const qualifier to most char* prototypes, handle ripple effect
Gurusamy Sarathy [Mon, 15 Feb 1999 03:07:08 +0000 (03:07 +0000)]
add const qualifier to most char* prototypes, handle ripple effect

p4raw-id: //depot/perl@2924

25 years agoRe: .. misinterpreted as flipflop
Hugo van der Sanden [Thu, 4 Feb 1999 02:37:31 +0000 (02:37 +0000)]
Re: .. misinterpreted as flipflop

Message-Id: <199902040237.CAA03255@crypt.compulink.co.uk>

p4raw-id: //depot/perl@2923

25 years agoregexp flags bug
Hugo van der Sanden [Sun, 31 Jan 1999 01:50:06 +0000 (01:50 +0000)]
regexp flags bug

Message-Id: <199901310150.BAA16299@crypt.compulink.co.uk>

p4raw-id: //depot/perl@2922

25 years agouse New() et al., rather than safemalloc() et al.
Jan Dubois [Fri, 29 Jan 1999 23:27:22 +0000 (00:27 +0100)]
use New() et al., rather than safemalloc() et al.
Message-ID: <36bd33f2.51029616@smtp1.ibm.net>
Subject: [PATCH _03-MT5] POSIX.xs memory API

p4raw-id: //depot/perl@2921

25 years agotweak READ() docs to mention $buffer must be altered by reference
Gurusamy Sarathy [Mon, 15 Feb 1999 00:05:33 +0000 (00:05 +0000)]
tweak READ() docs to mention $buffer must be altered by reference

p4raw-id: //depot/perl@2920

25 years agoapplied suggested patch, with several language/readability tweaks
Ilya Zakharevich [Fri, 29 Jan 1999 00:25:02 +0000 (19:25 -0500)]
applied suggested patch, with several language/readability tweaks
Message-ID: <19990129002502.C2898@monk.mps.ohio-state.edu>
Subject: Re: [PATCH 5.005_*] Better parsing docs

p4raw-id: //depot/perl@2919

25 years agoseveral bug fixes; now croak()s when date exceeds integer limits (instead
Peter Chines [Wed, 27 Jan 1999 16:11:31 +0000 (11:11 -0500)]
several bug fixes; now croak()s when date exceeds integer limits (instead
of silently returning bogus values)
Message-Id: <199901272117.QAA21458@kronos.nhgri.nih.gov>
Subject: Time::Local

p4raw-id: //depot/perl@2918

25 years agoRe: [PATCH 5.005_53] Better perldoc
Ilya Zakharevich [Thu, 28 Jan 1999 10:02:20 +0000 (05:02 -0500)]
Re: [PATCH 5.005_53] Better perldoc

Message-ID: <19990128100220.A1321@monk.mps.ohio-state.edu>

p4raw-id: //depot/perl@2917

25 years agoback out change#2751, apply updated version
Jan Dubois [Sat, 6 Feb 1999 01:06:29 +0000 (02:06 +0100)]
back out change#2751, apply updated version
Message-ID: <36bc844c.18763049@smtp1.ibm.net>
Subject: [PATCH] Cleanup of File::Spec module

p4raw-link: @2751 on //depot/perl: 99804bbbf0b24ddc3b565419ea53f59e7410d1f4

p4raw-id: //depot/perl@2916

25 years agotweak select() test
Gurusamy Sarathy [Sun, 14 Feb 1999 10:48:01 +0000 (10:48 +0000)]
tweak select() test

p4raw-id: //depot/perl@2915

25 years agoallow C<select('foo')> to autovivify *foo (SelectSaver expects that)
Gurusamy Sarathy [Sun, 14 Feb 1999 10:25:55 +0000 (10:25 +0000)]
allow C<select('foo')> to autovivify *foo (SelectSaver expects that)

p4raw-id: //depot/perl@2914

25 years agoRe: SvOPV() or SvPV_nolen() or ...
Kenneth Albanowski [Sat, 23 Jan 1999 21:52:15 +0000 (16:52 -0500)]
Re: SvOPV() or SvPV_nolen() or ...

Message-ID: <Pine.LNX.3.93.990123212857.446B-100000@kjahds.kjahds.com>

p4raw-id: //depot/perl@2913

25 years agoprovide SvPV_nolen(sv) to avoid use of PL_na
Jan Dubois [Sun, 24 Jan 1999 02:45:32 +0000 (03:45 +0100)]
provide SvPV_nolen(sv) to avoid use of PL_na
Message-ID: <36bb7ada.68485547@smtp1.ibm.net>
Subject: [PATCH 5.005_54]  _54 version of SvPV_nolen patch

p4raw-id: //depot/perl@2912

25 years agoelide stray effluvium
Gurusamy Sarathy [Sun, 14 Feb 1999 06:51:05 +0000 (06:51 +0000)]
elide stray effluvium

p4raw-id: //depot/perl@2911

25 years agoslurping an empty file should return '' rather than undef, with
Gurusamy Sarathy [Sun, 14 Feb 1999 05:51:56 +0000 (05:51 +0000)]
slurping an empty file should return '' rather than undef, with
commensurate effects on ARGV processing

p4raw-id: //depot/perl@2910

25 years agoperly_c.diff typo
Gurusamy Sarathy [Sun, 14 Feb 1999 00:02:11 +0000 (00:02 +0000)]
perly_c.diff typo

p4raw-id: //depot/perl@2909

25 years ago"goto must have label" message for C<goto ''>
Jan Dubois [Sat, 13 Feb 1999 13:25:53 +0000 (14:25 +0100)]
"goto must have label" message for C<goto ''>

Message-Id: <36c9629c.13334874@smtp1.ibm.net>

p4raw-id: //depot/perl@2908

25 years agoIntegrate from mainperl.
Jarkko Hietaniemi [Sat, 13 Feb 1999 15:07:26 +0000 (15:07 +0000)]
Integrate from mainperl.

p4raw-id: //depot/cfgperl@2907

25 years agoremove OVERLOAD conditionals
Jan Dubois [Sun, 24 Jan 1999 01:12:00 +0000 (02:12 +0100)]
remove OVERLOAD conditionals

Message-ID: <36b66479.62756298@smtp1.ibm.net>

p4raw-id: //depot/perl@2903

25 years agoscript to generate ctags from etags
Colin Kuskie [Wed, 20 Jan 1999 16:29:35 +0000 (08:29 -0800)]
script to generate ctags from etags
Message-ID: <Pine.GSO.3.96.990120160519.5755Q-100000@pdxue150.cadence.com>
Subject: [PATCH 5.005_54] adding ctags to the source, FAQ, make

p4raw-id: //depot/perl@2902

25 years agoallow boolean assign ops to be lvalues
Gurusamy Sarathy [Fri, 12 Feb 1999 12:40:17 +0000 (12:40 +0000)]
allow boolean assign ops to be lvalues
From: Stephen McCamant <smccam@uclink4.berkeley.edu>
Date: Mon, 11 Jan 1999 16:52:18 -0600 (CST)
Message-ID: <13978.32609.495338.544643@alias-2.pr.mcs.net>
--
From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
Date: Mon, 18 Jan 1999 10:04:00 +0000
Message-Id: <199901181004.KAA17471@crypt.compulink.co.uk>
Subject: Re: [inconsistency 5.005_54] ||= not an lvalue

p4raw-id: //depot/perl@2901

25 years agoConfigure update: OpenBSD thread-awareness, SCO ODT/OSR osvers.
Jarkko Hietaniemi [Fri, 12 Feb 1999 12:03:48 +0000 (12:03 +0000)]
Configure update: OpenBSD thread-awareness, SCO ODT/OSR osvers.

p4raw-id: //depot/cfgperl@2899

25 years agosupport win32_putenv()
Gurusamy Sarathy [Fri, 12 Feb 1999 11:49:25 +0000 (11:49 +0000)]
support win32_putenv()

p4raw-id: //depot/perl@2898

25 years agoadd missing hunk in change#2657
Gurusamy Sarathy [Fri, 12 Feb 1999 11:09:27 +0000 (11:09 +0000)]
add missing hunk in change#2657

p4raw-link: @2657 on //depot/cfgperl: e0c90f07381288b70a424e2e76ab453c6c64c0e1

p4raw-id: //depot/perl@2894

25 years agoRemove extraneous sh in test suites
Ilya Zakharevich [Tue, 19 Jan 1999 20:13:15 +0000 (15:13 -0500)]
Remove extraneous sh in test suites

Message-ID: <19990119201315.A21167@monk.mps.ohio-state.edu>

p4raw-id: //depot/perl@2893

25 years agoupdate change#2670 to later version
Hugo van der Sanden [Sun, 31 Jan 1999 16:16:14 +0000 (16:16 +0000)]
update change#2670 to later version
Message-Id: <199901311616.QAA17673@crypt.compulink.co.uk>
Subject: Re: [PATCH 5.005_54] Evalled substitution parsing

p4raw-link: @2670 on //depot/cfgperl: e9fa98b27b08c227248dead8a754ba7c9269fec0

p4raw-id: //depot/perl@2892

25 years agomake testsuite somewhat location independent
Gurusamy Sarathy [Fri, 12 Feb 1999 10:31:17 +0000 (10:31 +0000)]
make testsuite somewhat location independent

p4raw-id: //depot/perl@2891

25 years agoadd $AutoLoader::VERSION
Gurusamy Sarathy [Fri, 12 Feb 1999 10:00:30 +0000 (10:00 +0000)]
add $AutoLoader::VERSION

p4raw-id: //depot/perl@2890

25 years agotweak PERL_STRICT_CR notes
Gurusamy Sarathy [Fri, 12 Feb 1999 09:55:48 +0000 (09:55 +0000)]
tweak PERL_STRICT_CR notes

p4raw-id: //depot/perl@2889

25 years agoadd note about test-notty target
Gurusamy Sarathy [Fri, 12 Feb 1999 09:41:45 +0000 (09:41 +0000)]
add note about test-notty target

p4raw-id: //depot/perl@2888

25 years agoadd perltodo.pod
Gurusamy Sarathy [Fri, 12 Feb 1999 09:37:37 +0000 (09:37 +0000)]
add perltodo.pod

p4raw-id: //depot/perl@2887

25 years agoIntegrate from mainperl.
Jarkko Hietaniemi [Fri, 12 Feb 1999 08:52:14 +0000 (08:52 +0000)]
Integrate from mainperl.

p4raw-id: //depot/cfgperl@2886

25 years agonote how to find REG_INFTY limit
Gurusamy Sarathy [Fri, 12 Feb 1999 08:42:10 +0000 (08:42 +0000)]
note how to find REG_INFTY limit

p4raw-id: //depot/perl@2885

25 years agoIO is maintained by p5p (per Graham Barr's wishes)
Gurusamy Sarathy [Fri, 12 Feb 1999 08:05:20 +0000 (08:05 +0000)]
IO is maintained by p5p (per Graham Barr's wishes)

p4raw-id: //depot/perl@2882

25 years agofh.t typo
Gurusamy Sarathy [Fri, 12 Feb 1999 07:57:13 +0000 (07:57 +0000)]
fh.t typo

p4raw-id: //depot/perl@2881

25 years agoPERL5OPT=-T enables taint mode (suggested by Jason Riedy <ejr@cise.ufl.edu>)
Gurusamy Sarathy [Fri, 12 Feb 1999 07:38:16 +0000 (07:38 +0000)]
PERL5OPT=-T enables taint mode (suggested by Jason Riedy <ejr@cise.ufl.edu>)

p4raw-id: //depot/perl@2880

25 years agofix ops that are not filehandle constructors to not create GV if it
Gurusamy Sarathy [Fri, 12 Feb 1999 05:39:29 +0000 (05:39 +0000)]
fix ops that are not filehandle constructors to not create GV if it
doesn't already exist (avoids leaks); extend semantics of defined()
so that defined(*{$foo}) works (experimental)

p4raw-id: //depot/perl@2879

25 years agoperlport.pod 1.39
Chris Nandor [Thu, 11 Feb 1999 12:28:35 +0000 (07:28 -0500)]
perlport.pod 1.39

To: perl5-porters@perl.org
Message-Id: <v04020a2db2e8c3177123@[192.168.0.77]>

p4raw-id: //depot/cfgperl@2877

25 years agoremove double typeglob deref (suggested by RonaldWS <ronaldws@aol.com>)
Gurusamy Sarathy [Thu, 11 Feb 1999 11:17:08 +0000 (11:17 +0000)]
remove double typeglob deref (suggested by RonaldWS <ronaldws@aol.com>)

p4raw-id: //depot/perl@2870

25 years agoupdate win32/pod.mak
Gurusamy Sarathy [Thu, 11 Feb 1999 11:00:56 +0000 (11:00 +0000)]
update win32/pod.mak

p4raw-id: //depot/perl@2869

25 years agoRe: [Fwd: IO::Socket::connect and blocking]
Benjamin Low [Fri, 8 Jan 1999 14:36:53 +0000 (01:36 +1100)]
Re: [Fwd: IO::Socket::connect and blocking]

Message-ID: <36957D55.1D65A0B2@unsw.edu.au>

p4raw-id: //depot/perl@2868

25 years agoav_extend() doc tweak from Jan Dubois
Gurusamy Sarathy [Thu, 11 Feb 1999 09:43:03 +0000 (09:43 +0000)]
av_extend() doc tweak from Jan Dubois

p4raw-id: //depot/perl@2867

25 years agodisplay full pathname of unreadable files
Gurusamy Sarathy [Thu, 11 Feb 1999 09:27:17 +0000 (09:27 +0000)]
display full pathname of unreadable files

p4raw-id: //depot/perl@2866

25 years agomissing patch in change#2522
Gurusamy Sarathy [Thu, 11 Feb 1999 09:02:31 +0000 (09:02 +0000)]
missing patch in change#2522

p4raw-link: @2522 on //depot/cfgperl: cfaf527eb4b7a6905c549ce74f6f932b640d93a8

p4raw-id: //depot/perl@2865

25 years agointegrate changes#2738,2740 from maint-5.005
Gurusamy Sarathy [Thu, 11 Feb 1999 08:14:34 +0000 (08:14 +0000)]
integrate changes#2738,2740 from maint-5.005

p4raw-link: @2740 on //depot/maint-5.005/perl: fda131ef1c448f2f359fa621929e2a91dbaa6f83
p4raw-link: @2738 on //depot/maint-5.005/perl: 65d4e8d9e0f956e88a346e6535260dae7f6b8ad6

p4raw-id: //depot/perl@2862
p4raw-integrated: from //depot/maint-5.005/perl@2860 'copy in'
lib/ExtUtils/MakeMaker.pm (@2738..)

25 years agoIntegrate from mainperl.
Jarkko Hietaniemi [Thu, 11 Feb 1999 08:04:25 +0000 (08:04 +0000)]
Integrate from mainperl.

p4raw-id: //depot/cfgperl@2861

25 years agobinmode() support for cygwin32 (suggested by Steven Morlock
Gurusamy Sarathy [Thu, 11 Feb 1999 07:30:08 +0000 (07:30 +0000)]
binmode() support for cygwin32 (suggested by Steven Morlock
<newspost@morlock.net>)

p4raw-id: //depot/perl@2860

25 years agoupdate Changes
Gurusamy Sarathy [Thu, 11 Feb 1999 07:14:21 +0000 (07:14 +0000)]
update Changes

p4raw-id: //depot/perl@2859
p4raw-integrated: from //depot/maint-5.005/perl@2856 'copy in'
pod/perldelta.pod (@2857..)

25 years agointegrate perldelta changes from maint-5.005
Gurusamy Sarathy [Thu, 11 Feb 1999 07:07:39 +0000 (07:07 +0000)]
integrate perldelta changes from maint-5.005

p4raw-id: //depot/perl@2856
p4raw-integrated: from //depot/maint-5.005/perl@2855 'merge in'
pod/perldelta.pod (@2734..)

25 years agoapplied suggested patch; added tests
Adam Krolnik [Sat, 12 Dec 1998 15:30:18 +0000 (09:30 -0600)]
applied suggested patch; added tests
Message-Id: <9812122130.AA03717@gypsy.eng.cyrix.com>
Subject: Range operation doesn't handle IV_MAX

p4raw-id: //depot/perl@2855

25 years agocompatibility fix: magic non-propagation in foreach implicit localization
Gurusamy Sarathy [Thu, 11 Feb 1999 05:00:55 +0000 (05:00 +0000)]
compatibility fix: magic non-propagation in foreach implicit localization

p4raw-id: //depot/perl@2854

25 years agoIntegrate from mainperl.
Jarkko Hietaniemi [Tue, 9 Feb 1999 19:13:28 +0000 (19:13 +0000)]
Integrate from mainperl.

p4raw-id: //depot/cfgperl@2847

25 years agoa modified version of suggested patch for pack template 'Z'; added docs
Valeriy E. Ushakov [Mon, 16 Jun 1997 03:00:31 +0000 (07:00 +0400)]
a modified version of suggested patch for pack template 'Z'; added docs
Message-ID: <%lOHpzIuGV@snark.ptc.spbu.ru>
Subject: lack of pack/unpack letter with useful symmetry for C null delimited strings

p4raw-id: //depot/perl@2846

25 years agoclarify docs for change#2835
Gurusamy Sarathy [Tue, 9 Feb 1999 00:03:26 +0000 (00:03 +0000)]
clarify docs for change#2835

p4raw-link: @2835 on //depot/perl: 8127e0e3c3aeffc5d0bcdebd664c0fd7cd5bd9fe

p4raw-id: //depot/perl@2845

25 years agoaddendum to change#2823
Stephen McCamant [Sun, 13 Dec 1998 16:06:04 +0000 (08:06 -0800)]
addendum to change#2823
Message-ID: <13940.21805.470054.299@fre-76-120.reshall.berkeley.edu>
Subject: [PATCH] Docs and tests for method-call syntax

p4raw-link: @2823 on //depot/perl: b1524f1739a84392b9443982741b38ce39195b6c

p4raw-id: //depot/perl@2844