This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
25 years agodocumentation for Win32 builtins (somewhat modified)
Jan Dubois [Tue, 30 Mar 1999 08:05:03 +0000 (10:05 +0200)]
documentation for Win32 builtins (somewhat modified)
Message-ID: <37006783.1926460@smtp1.ibm.net>
Subject: Re: Issues with build 509

p4raw-id: //depot/perl@3363

25 years agoprovide File::Copy::syscopy() via Win32::CopyFile() on win32
Gurusamy Sarathy [Mon, 10 May 1999 08:22:07 +0000 (08:22 +0000)]
provide File::Copy::syscopy() via Win32::CopyFile() on win32

p4raw-id: //depot/perl@3362

25 years agoescape ampersands in <pre> sections
Gurusamy Sarathy [Mon, 10 May 1999 08:11:29 +0000 (08:11 +0000)]
escape ampersands in <pre> sections

p4raw-id: //depot/perl@3361

25 years agoAIX hints enhancements (threads build, SOCKS support)
David R. Favor [Wed, 28 Apr 1999 08:45:28 +0000 (03:45 -0500)]
AIX hints enhancements (threads build, SOCKS support)
Message-ID: <372710F8.B1F73BEB@austin.ibm.com>
Subject: Working build for AIX + gcc + threading

p4raw-id: //depot/perl@3360

25 years agomore Compiler patches from Vishal Bhatia <vishalb@my-dejanews.com>
Gurusamy Sarathy [Mon, 10 May 1999 07:49:26 +0000 (07:49 +0000)]
more Compiler patches from Vishal Bhatia <vishalb@my-dejanews.com>
Date: Tue, 27 Apr 1999 23:47:24 PDT
Message-ID: <19990428064724.95244.qmail@hotmail.com>
Subject: [PATCH 5.005_56] Saving Tied hashes ( C.pm)
--
Date: Thu, 29 Apr 1999 18:21:06 -0700
Message-ID: <GEFPBFDJADFJBAAA@my-dejanews.com>
Subject: [PATCH 5.005_56] double constants ( C.pm)
--
Date: Mon, 03 May 1999 20:21:31 PDT
Message-ID: <19990504032131.81113.qmail@hotmail.com>
Subject: [PATCH 5.005_56] Overloading implementation ( Compiler)
--
Date: Thu, 06 May 1999 17:57:09 -0700
Message-ID: <FCJELBLAJBOBAAAA@my-dejanews.com>
Subject: Stash.pm

p4raw-id: //depot/perl@3359

25 years agocygwin32 update (untested adaptation of patch against 5.005_03)
Alexander Smishlajev [Sun, 25 Apr 1999 14:58:29 +0000 (17:58 +0300)]
cygwin32 update (untested adaptation of patch against 5.005_03)
Message-ID: <37230365.5F68B460@turnhere.com>
Subject: [PATCH]5.005_03 (CORE) cygwin32 port

p4raw-id: //depot/perl@3358

25 years agoapplied suggested patch, modulo already applied parts
Charles Bailey [Sat, 24 Apr 1999 20:12:43 +0000 (16:12 -0400)]
applied suggested patch, modulo already applied parts
Message-id: <01JAF9UAV9XG002O0W@mail.newman.upenn.edu>
Subject: [Patch 5.005_56] VMS consolidated patch #2

p4raw-id: //depot/perl@3357

25 years agoapplied suggested patch, with win32 and PERL_OBJECT additions
Tom Hughes [Sat, 24 Apr 1999 18:11:59 +0000 (19:11 +0100)]
applied suggested patch, with win32 and PERL_OBJECT additions
Message-ID: <609bdff748.tom@compton.compton.nu>
Subject: ByteLoader patch

p4raw-id: //depot/perl@3356

25 years agodocument 'test' attribute (from Andreas Koenig)
Gurusamy Sarathy [Mon, 10 May 1999 03:22:49 +0000 (03:22 +0000)]
document 'test' attribute (from Andreas Koenig)

p4raw-id: //depot/perl@3355

25 years agoPATCH for small bug in scan_bin
Paul Marquess [Thu, 22 Apr 1999 23:12:08 +0000 (00:12 +0100)]
PATCH for small bug in scan_bin

Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6B45@mbtlipnt02.btlabs.bt.co.uk>

p4raw-id: //depot/perl@3354

25 years agomore bulletproof workaround for mangled paths (updates changes#3345,3350);
Gurusamy Sarathy [Mon, 10 May 1999 02:39:33 +0000 (02:39 +0000)]
more bulletproof workaround for mangled paths (updates changes#3345,3350);
provide Win32::GetLongPathName() to complement Win32::GetShortPathName()

p4raw-link: @3350 on //depot/perl: b5ce6607ab4b332cfeb9911174599b4208a0bc29
p4raw-link: @3345 on //depot/perl: 95140b9803ddf95b050f1d52936f19393a6b541c

p4raw-id: //depot/perl@3353

25 years agoflush all open output buffers before fork(), exec(), system, qx//
Gurusamy Sarathy [Sun, 9 May 1999 22:47:39 +0000 (22:47 +0000)]
flush all open output buffers before fork(), exec(), system, qx//
and pipe open() operations, simplifying buffering headaches faced
by users; uses fflush(NULL), which may need Configure test

p4raw-id: //depot/perl@3352

25 years agoperlcc on win32 (correct version of fix suggested by Jean-Louis
Gurusamy Sarathy [Sun, 9 May 1999 21:11:51 +0000 (21:11 +0000)]
perlcc on win32 (correct version of fix suggested by Jean-Louis
Leroy <jll@skynet.be>)

p4raw-id: //depot/perl@3351

25 years agonormalize $^X to full pathname on win32
Gurusamy Sarathy [Sun, 9 May 1999 20:39:11 +0000 (20:39 +0000)]
normalize $^X to full pathname on win32

p4raw-id: //depot/perl@3350

25 years agoallow readline($globref), <$globref> already works
Gurusamy Sarathy [Sun, 9 May 1999 20:23:07 +0000 (20:23 +0000)]
allow readline($globref), <$globref> already works

p4raw-id: //depot/perl@3349

25 years agoperldoc cleanups (variant of changes suggested by Christian Lemburg
Gurusamy Sarathy [Sun, 9 May 1999 20:00:09 +0000 (20:00 +0000)]
perldoc cleanups (variant of changes suggested by Christian Lemburg
<lemburg@online-club.de>)

p4raw-id: //depot/perl@3348

25 years agoadditions to Thread.pm docs from Tuomas J. Lukka
Gurusamy Sarathy [Sun, 9 May 1999 18:47:21 +0000 (18:47 +0000)]
additions to Thread.pm docs from Tuomas J. Lukka
<lukka@fas.harvard.edu>

p4raw-id: //depot/perl@3347

25 years agoRe: pdt: Perl Development Tools?
Stephen McCamant [Sat, 17 Apr 1999 02:46:13 +0000 (19:46 -0700)]
Re: pdt: Perl Development Tools?

Message-ID: <14103.57454.614253.598264@fre-76-120.reshall.berkeley.edu>

p4raw-id: //depot/perl@3346

25 years agowork around mangled archname on win32 while finding privlib/sitelib;
Gurusamy Sarathy [Sun, 9 May 1999 18:22:43 +0000 (18:22 +0000)]
work around mangled archname on win32 while finding privlib/sitelib;
normalize lib paths to forward slashes internally

p4raw-id: //depot/perl@3345

25 years agofix typo in dbm filters that caused odbm.t to fail
Gurusamy Sarathy [Sun, 9 May 1999 03:20:06 +0000 (03:20 +0000)]
fix typo in dbm filters that caused odbm.t to fail

p4raw-id: //depot/perl@3344

25 years agotweak test totals
Gurusamy Sarathy [Sun, 9 May 1999 02:02:59 +0000 (02:02 +0000)]
tweak test totals

p4raw-id: //depot/perl@3343

25 years agoimport list propagation busted (pointed out by Ton Hospel
Gurusamy Sarathy [Sun, 9 May 1999 01:42:06 +0000 (01:42 +0000)]
import list propagation busted (pointed out by Ton Hospel
<thospel@mail.dma.be>)

p4raw-id: //depot/perl@3342

25 years agohpux needs {SHLIB_PATH,LDOPTS} rather than LD_{LIBRARY,RUN}_PATH
Gurusamy Sarathy [Sun, 9 May 1999 00:54:18 +0000 (00:54 +0000)]
hpux needs {SHLIB_PATH,LDOPTS} rather than LD_{LIBRARY,RUN}_PATH
(as suggested by Eric Boehm <boehm@nortelnetworks.com>)

p4raw-id: //depot/perl@3341

25 years agogenerate manpages for newly added utils
Gurusamy Sarathy [Sun, 9 May 1999 00:40:41 +0000 (00:40 +0000)]
generate manpages for newly added utils

p4raw-id: //depot/perl@3340

25 years agoRe: ptr to realloced memory in yylex
Hugo van der Sanden [Sun, 2 May 1999 17:59:24 +0000 (18:59 +0100)]
Re: ptr to realloced memory in yylex

Message-Id: <199905021659.RAA14016@crypt.compulink.co.uk>

p4raw-id: //depot/perl@3339

25 years agomake perldoc -f grok nested =items
Gurusamy Sarathy [Sat, 8 May 1999 21:48:22 +0000 (21:48 +0000)]
make perldoc -f grok nested =items

p4raw-id: //depot/perl@3336

25 years agoallow AV/HV dereferences on pseudohashes ($ph->{foo}[1], etc.)
Gurusamy Sarathy [Sat, 8 May 1999 19:48:11 +0000 (19:48 +0000)]
allow AV/HV dereferences on pseudohashes ($ph->{foo}[1], etc.)

p4raw-id: //depot/perl@3335

25 years agoupdate test totals
Gurusamy Sarathy [Sat, 8 May 1999 19:09:41 +0000 (19:09 +0000)]
update test totals

p4raw-id: //depot/perl@3334

25 years agomention unpack('pP',...) footshot (from Albert Dvornik <bert@genscan.com>)
Gurusamy Sarathy [Sat, 8 May 1999 16:56:02 +0000 (16:56 +0000)]
mention unpack('pP',...) footshot (from Albert Dvornik <bert@genscan.com>)

p4raw-id: //depot/perl@3333

25 years agoapplied suggested patch, added tests
William Mann [Mon, 12 Apr 1999 12:25:22 +0000 (08:25 -0400)]
applied suggested patch, added tests
Message-Id: <199904121625.MAA00983@hwsrv1.avici.com>
Subject: BigInt.pm extensions for logical operations

p4raw-id: //depot/perl@3332

25 years agoavoid temporary files named 'tmp'
Gurusamy Sarathy [Sat, 8 May 1999 16:09:33 +0000 (16:09 +0000)]
avoid temporary files named 'tmp'

p4raw-id: //depot/perl@3331

25 years agoImplement OPEN, EOF, SEEK, TELL, BINMODE and FILENO as TIEHANDLE methods.
Nick Ing-Simmons [Sat, 8 May 1999 14:16:30 +0000 (14:16 +0000)]
Implement OPEN, EOF, SEEK, TELL, BINMODE and FILENO as TIEHANDLE methods.
Provide Tie::StdHandle
Basic update of docs.

p4raw-id: //depot/perl@3330

25 years agoTweaks to open(my $fh,...) stuff
Nick Ing-Simmons [Sat, 8 May 1999 12:03:45 +0000 (12:03 +0000)]
Tweaks to open(my $fh,...) stuff

p4raw-id: //depot/perl@3329

25 years agoBring SDBM_File.xs into line with new typemap
Nick Ing-Simmons [Sat, 8 May 1999 11:18:42 +0000 (11:18 +0000)]
Bring SDBM_File.xs into line with new typemap

p4raw-id: //depot/perl@3328

25 years agoadd test case for AUTOLOAD reentrancy fix in change#3279
Gurusamy Sarathy [Sat, 8 May 1999 00:07:11 +0000 (00:07 +0000)]
add test case for AUTOLOAD reentrancy fix in change#3279

p4raw-link: @3279 on //depot/maint-5.004/perl: 0e728c71769b15d79c5e25115ecf62c06ac5c5ea

p4raw-id: //depot/perl@3327

25 years agoImplement open( my $fh, ...) and similar.
Nick Ing-Simmons [Fri, 7 May 1999 21:24:50 +0000 (21:24 +0000)]
Implement open( my $fh, ...) and similar.
  Set flag in op.c for "constructor ops"
  In pp_rv2gv, if flag is set and arg is PADSV and uninit
  vivify as reference to a detached GV.
  (Name of GV is the pad name.)
This scheme should "just work" for pipe/socket etc. too.

#if 0 out the open(FH,undef) for now.
Change t/io/open.t to test open(my $fh,...)

p4raw-id: //depot/perl@3326

25 years agoCorrect SvLEN vs SvCUR which leads to odd "chunk" vs "line" in mess().
Nick Ing-Simmons [Fri, 7 May 1999 21:18:42 +0000 (21:18 +0000)]
Correct SvLEN vs SvCUR  which leads to odd "chunk" vs "line" in mess().

p4raw-id: //depot/perl@3325

25 years agoavoid using PL_sv_mutex in condpair_magic() (avoids hangs when
Gurusamy Sarathy [Fri, 7 May 1999 20:28:31 +0000 (20:28 +0000)]
avoid using PL_sv_mutex in condpair_magic() (avoids hangs when
intervening code has to allocate SVs)

p4raw-id: //depot/perl@3324

25 years agoallow line numbers to show in diagnostics during global destruction
Gurusamy Sarathy [Fri, 7 May 1999 19:45:08 +0000 (19:45 +0000)]
allow line numbers to show in diagnostics during global destruction

p4raw-id: //depot/perl@3323

25 years agoBug in MM_VMS.PM
Dan Sugalski [Fri, 9 Apr 1999 16:16:39 +0000 (09:16 -0700)]
Bug in MM_VMS.PM

Message-Id: <3.0.6.32.19990409161639.02ea1050@ous.edu>

p4raw-id: //depot/perl@3322

25 years ago[perl-5.005.02] detect lack of /dev/tty
Karl Heuer [Wed, 7 Apr 1999 23:58:58 +0000 (19:58 -0400)]
[perl-5.005.02] detect lack of /dev/tty

Message-Id: <199904080358.XAA01192@mescaline.gnu.org>

p4raw-id: //depot/perl@3321

25 years agoallow distinct prefix for versioned executables
Roderick Schertler [Wed, 7 Apr 1999 15:34:56 +0000 (11:34 -0400)]
allow distinct prefix for versioned executables
Message-ID: <3003.923513696@eeyore.ibcinc.com>
Subject: perl55.00503 -> perl5.00503 patch for installperl

p4raw-id: //depot/perl@3320

25 years ago From: Dan Sugalski <sugalskd@osshe.edu>
Gurusamy Sarathy [Fri, 7 May 1999 08:07:02 +0000 (08:07 +0000)]
From: Dan Sugalski <sugalskd@osshe.edu>
Date: Mon, 05 Apr 1999 15:38:42 -0700
Message-Id: <3.0.6.32.19990405153842.0367b650@ous.edu>
Subject: Re: chomp fails with $/ in fixed-length record mode
--
From: Roderick Schertler <roderick@argon.org>
Date: Tue, 06 Apr 1999 21:11:37 -0400
Message-ID: <2795.923447497@eeyore.ibcinc.com>
Subject: Re: chomp fails with $/ in fixed-length record mode

p4raw-id: //depot/perl@3319

25 years agoMake % use fmod()
Ilya Zakharevich [Tue, 6 Apr 1999 01:40:36 +0000 (21:40 -0400)]
Make % use fmod()

Message-ID: <19990406014035.A1238@monk.mps.ohio-state.edu>

p4raw-id: //depot/perl@3318

25 years agoDBM Filters (via private mail)
Paul Marquess [Sun, 18 Apr 1999 21:05:52 +0000 (22:05 +0100)]
DBM Filters (via private mail)
Message-Id: <199904182009.NAA19152@activestate.com>
Subject: DBM Filters

p4raw-id: //depot/perl@3317

25 years agoavoid negative return value from Win32::GetTickCount()
Jan Dubois [Sat, 3 Apr 1999 19:04:18 +0000 (21:04 +0200)]
avoid negative return value from Win32::GetTickCount()
Message-ID: <37084742.22824479@smtp1.ibm.net>
Subject: Re: Win32::GetTickCount

p4raw-id: //depot/perl@3316

25 years agoopen(FH,undef) # creates new_tmpfile opened read/write
Nick Ing-Simmons [Thu, 6 May 1999 21:44:38 +0000 (21:44 +0000)]
open(FH,undef) # creates new_tmpfile opened read/write
Add t/io/open.t with test for above.

p4raw-id: //depot/perl@3315

25 years agocompiler fixes from Vishal Bhatia <vishalb@hotmail.com>
Gurusamy Sarathy [Thu, 6 May 1999 08:01:23 +0000 (08:01 +0000)]
compiler fixes from Vishal Bhatia <vishalb@hotmail.com>
Date: Tue, 30 Mar 1999 23:40:34 PST
Message-ID: <19990331074034.6117.qmail@hotmail.com>
Subject: [PATCH 5.005_56] pp_entersub and pp_leavewrite(CC.pm)
--
Date: Wed, 07 Apr 1999 00:28:23 -0800
Message-ID: <FGBNLNPOEELFAAAA@my-dejanews.com>
Subject: [PATCH 5.005_56] function prototypes(B.pm)
--
Date: Thu, 22 Apr 1999 23:40:52 -0700
Message-ID: <OEAOMKBMLDADCAAA@my-dejanews.com>
Subject: [PATCH 5.005_56 ] discarding worthless padsvs
--
Date: Tue, 27 Apr 1999 01:14:49 PDT
Message-ID: <19990427081449.28615.qmail@hotmail.com>
Subject: [PATCH 5.005_56] pp_ncmp implementation ( CC.pm)

p4raw-id: //depot/perl@3314

25 years agoadd Ethiopic section to unicode master database (from Ken
Gurusamy Sarathy [Thu, 6 May 1999 07:11:50 +0000 (07:11 +0000)]
add Ethiopic section to unicode master database (from Ken
Whistler <kenw@sybase.com>)

p4raw-id: //depot/perl@3312

25 years agoLargefiles for Solaris
Damon Atkins [Tue, 30 Mar 1999 11:26:11 +0000 (21:26 +1000)]
Largefiles for Solaris

Message-Id: <199903300126.LAA20870@sysmgtdev.nabaus.com.au>

p4raw-id: //depot/perl@3311

25 years agoemit more accurate diagnostic for syntax errors involving <>
Gurusamy Sarathy [Thu, 6 May 1999 05:14:35 +0000 (05:14 +0000)]
emit more accurate diagnostic for syntax errors involving <>
within eval""

p4raw-id: //depot/perl@3310

25 years agoadditional test for IPC::Open3 (courtesy RonaldWS@aol.com)
Gurusamy Sarathy [Thu, 6 May 1999 04:36:31 +0000 (04:36 +0000)]
additional test for IPC::Open3 (courtesy RonaldWS@aol.com)

p4raw-id: //depot/perl@3309

25 years agoapplied first part of suggested patch (bug described cannot be
Hugo van der Sanden [Sun, 28 Mar 1999 04:51:34 +0000 (05:51 +0100)]
applied first part of suggested patch (bug described cannot be
reproduced any longer, so the second inconclusive part has not
been applied)
Message-Id: <199903280351.EAA20430@crypt.compulink.co.uk>
Subject: [PATCH 5.005_56] Re: A core dump

p4raw-id: //depot/perl@3308

25 years agofix bogus OPf_REF context in C<sort BLOCK @foo> (extension of
Gurusamy Sarathy [Thu, 6 May 1999 01:56:06 +0000 (01:56 +0000)]
fix bogus OPf_REF context in C<sort BLOCK @foo> (extension of
change#3180)

p4raw-link: @3180 on //depot/perl: fd3835b3e90ede5576a7ad392beef86bf933ce15

p4raw-id: //depot/perl@3307

25 years agoapplied non-conflicting parts of suggested patch
Charles Bailey [Sat, 27 Mar 1999 00:16:51 +0000 (20:16 -0400)]
applied non-conflicting parts of suggested patch
Message-id: <01J9AZY8I2PW001O2S@mail.newman.upenn.edu>
Subject: [Patch 5.005_56] Revised VMS patch

p4raw-id: //depot/perl@3306

25 years agomake perldoc use backslashed pathnames within system() on win32
Gurusamy Sarathy [Wed, 5 May 1999 16:20:19 +0000 (16:20 +0000)]
make perldoc use backslashed pathnames within system() on win32

p4raw-id: //depot/perl@3305

25 years agoupgrade Pod::Parser to v1.081 from CPAN
Gurusamy Sarathy [Wed, 5 May 1999 07:29:43 +0000 (07:29 +0000)]
upgrade Pod::Parser to v1.081 from CPAN

p4raw-id: //depot/perl@3304

25 years agoINSTALL patches
Andy Dougherty [Fri, 19 Mar 1999 12:31:35 +0000 (07:31 -0500)]
INSTALL patches

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

p4raw-id: //depot/perl@3303

25 years agoload base packages based on nonexistent $VERSION
Andreas König [Fri, 19 Mar 1999 06:00:28 +0000 (07:00 +0100)]
load base packages based on nonexistent $VERSION
Message-ID: <sfcsob2m5ub.fsf@dubravka.in-berlin.de>
Subject: Re: base.pm flaw

p4raw-id: //depot/perl@3302

25 years agopod2man outputs switched date and revision label (fix suggested by
Gurusamy Sarathy [Tue, 4 May 1999 05:41:08 +0000 (05:41 +0000)]
pod2man outputs switched date and revision label (fix suggested by
EthanSasiela@mede.com)

p4raw-id: //depot/perl@3301

25 years agoadjust win32_stat() to cope with FindFirstFile() and stat() bugs
Gurusamy Sarathy [Mon, 3 May 1999 18:48:25 +0000 (18:48 +0000)]
adjust win32_stat() to cope with FindFirstFile() and stat() bugs
(makes opendir(D,"c:") work reliably)

p4raw-id: //depot/perl@3300

25 years agoadd test case for change#3298
Gurusamy Sarathy [Sun, 2 May 1999 19:39:55 +0000 (19:39 +0000)]
add test case for change#3298

p4raw-link: @3298 on //depot/perl: 93578b34124e8a3b976cd7f68c60e871e698c9d5

p4raw-id: //depot/perl@3299

25 years agoclose directory handles properly when localized
Gurusamy Sarathy [Sun, 2 May 1999 19:24:41 +0000 (19:24 +0000)]
close directory handles properly when localized

p4raw-id: //depot/perl@3298

25 years agointegrate change#3279 from maint-5.004
Gurusamy Sarathy [Tue, 27 Apr 1999 00:48:42 +0000 (00:48 +0000)]
integrate change#3279 from maint-5.004

p4raw-link: @3279 on //depot/maint-5.004/perl: 0e728c71769b15d79c5e25115ecf62c06ac5c5ea

p4raw-id: //depot/perl@3284

25 years agoallow embedded null characters in diagnostics
Gurusamy Sarathy [Mon, 26 Apr 1999 17:30:31 +0000 (17:30 +0000)]
allow embedded null characters in diagnostics

p4raw-id: //depot/perl@3274

25 years agohand-applied conflicting parts of suggested patch
Charles Bailey [Wed, 17 Mar 1999 23:55:23 +0000 (19:55 -0400)]
hand-applied conflicting parts of suggested patch
Message-id: <01J8YELSL7WK001E7S@mail.newman.upenn.edu>
Subject: [PATCH 5.005_56] VMS configuration/build

p4raw-id: //depot/perl@3273

25 years agoupdate Changes; tweak minor regressions
Gurusamy Sarathy [Mon, 26 Apr 1999 08:25:41 +0000 (08:25 +0000)]
update Changes; tweak minor regressions

p4raw-id: //depot/perl@3272

25 years agointegrate change#3229 from maint-5.004
Gurusamy Sarathy [Mon, 26 Apr 1999 07:52:51 +0000 (07:52 +0000)]
integrate change#3229 from maint-5.004

p4raw-link: @3229 on //depot/maint-5.004/perl: 3e0793ddbcfdff90910112e638ae702c43386bb6

p4raw-id: //depot/perl@3271

25 years agofix buggy reference count on refs to SVs with autoviv magic
Gurusamy Sarathy [Sun, 25 Apr 1999 22:58:27 +0000 (22:58 +0000)]
fix buggy reference count on refs to SVs with autoviv magic
(resulted in C<my @a; $a[1] = 1; print \$_ for @a> and Data::Dumper
accessing free()d memory)

p4raw-id: //depot/perl@3270

25 years agofix bug in change#3123 (off-by-one, caused C<qx[noargs]> to fail
Gurusamy Sarathy [Sat, 24 Apr 1999 17:07:55 +0000 (17:07 +0000)]
fix bug in change#3123 (off-by-one, caused C<qx[noargs]> to fail
on win32)

p4raw-link: @3123 on //depot/perl: 0aaad0ff610b01c0682abfc20594c83a6d49f148

p4raw-id: //depot/perl@3269

25 years agokill dup hunk
Gurusamy Sarathy [Sat, 24 Apr 1999 16:38:25 +0000 (16:38 +0000)]
kill dup hunk

p4raw-id: //depot/perl@3268

25 years agointegrate cfgperl changes into mainline
Gurusamy Sarathy [Sat, 24 Apr 1999 16:35:57 +0000 (16:35 +0000)]
integrate cfgperl changes into mainline

p4raw-id: //depot/perl@3267

25 years agoh2ph
Kurt D. Starsinic [Fri, 23 Apr 1999 12:37:23 +0000 (08:37 -0400)]
h2ph

To: perl5-porters@perl.org, Jarkko Hietaniemi <jhi@iki.fi>,
        Graham Barr <gbarr@pobox.com>, Gurusamy Sarathy <gsar@activestate.com>
Cc: Lionel Cons <lionel.cons@cern.ch>,
        Ilya Zakharevich <ilya@math.ohio-state.edu>,
        David Hayes <david@bdel.com>
Message-ID: <19990423123723.A49550@O2.chapin.edu>

p4raw-id: //depot/cfgperl@3266

25 years agodescrip_mms.template installed files fix
Dan Sugalski [Wed, 21 Apr 1999 08:17:54 +0000 (01:17 -0700)]
descrip_mms.template installed files fix

To: perlbug@perl.org
Message-Id: <3.0.6.32.19990421081754.03127b60@ous.edu>

p4raw-id: //depot/cfgperl@3265

25 years agoRe: 5.006 Todo
Andy Dougherty [Mon, 19 Apr 1999 16:27:07 +0000 (12:27 -0400)]
Re: 5.006 Todo

To: The Perl Porters Mailing List <perl5-porters@perl.org>
Message-Id: <Pine.GSU.4.05.9904191623470.7838-100000@newton.phys>

p4raw-id: //depot/cfgperl@3264

25 years agoConfigure: $sig_count
Chip Salzenberg [Sun, 18 Apr 1999 17:54:36 +0000 (13:54 -0400)]
Configure: $sig_count

To: Perl 5 Porters <perl5-porters@perl.org>
Message-ID: <19990418175436.A27496@perlsupport.com>

p4raw-id: //depot/cfgperl@3263

25 years agoPATCH wrong faq reference in perlbook.pod
Robin Barker [Fri, 9 Apr 1999 16:05:23 +0000 (17:05 +0100)]
PATCH wrong faq reference in perlbook.pod
To: perlbug@perl.com
Message-Id: <199904091505.QAA03757@cyclone.cise.npl.co.uk>

p4raw-id: //depot/cfgperl@3262

25 years agoRe: 5.005_03 and gcc, GNU ld under Solaris 2.6
Andy Dougherty [Wed, 14 Apr 1999 17:07:43 +0000 (13:07 -0400)]
Re: 5.005_03 and gcc, GNU ld under Solaris 2.6

To: Hugo van der Sanden <hugo@corp.netcom.net.uk>
Cc: Perl Porters <perl5-porters@perl.org>
Message-Id: <Pine.GSU.4.05.9904141658290.4262-100000@newton.phys>

p4raw-id: //depot/cfgperl@3261

25 years agoPATCH: 5.005_56: perldata.pod (UPDATE)
Tom Christiansen [Thu, 15 Apr 1999 07:13:41 +0000 (01:13 -0600)]
PATCH: 5.005_56: perldata.pod (UPDATE)

To: pumpkings@jhereg.perl.com
Message-Id: <199904151313.HAA07682@jhereg.perl.com>

p4raw-id: //depot/cfgperl@3260

25 years agoLDLIBPTH also on 'clean' targets.
Jarkko Hietaniemi [Tue, 13 Apr 1999 23:12:52 +0000 (23:12 +0000)]
LDLIBPTH also on 'clean' targets.

p4raw-id: //depot/cfgperl@3259

25 years agoAdd information about the two DEC C compiler optimizer bugs
Jarkko Hietaniemi [Tue, 13 Apr 1999 21:38:46 +0000 (21:38 +0000)]
Add information about the two DEC C compiler optimizer bugs
(what patch levels of the compilers fix them).

p4raw-id: //depot/cfgperl@3258

25 years agoBe polite about ccdlflags and lddflags, too.
Jarkko Hietaniemi [Tue, 13 Apr 1999 14:25:08 +0000 (14:25 +0000)]
Be polite about ccdlflags and lddflags, too.
Avoid Perl's malloc only when threaded.

p4raw-id: //depot/cfgperl@3257

25 years agoCroak if no known ways to semctl() (don't assume union semun).
Jarkko Hietaniemi [Tue, 13 Apr 1999 10:21:33 +0000 (10:21 +0000)]
Croak if no known ways to semctl() (don't assume union semun).

p4raw-id: //depot/cfgperl@3256

25 years ago[Patch 5.005/5.006]Another MM_VMS.pm patch
Hans Mulder [Mon, 12 Apr 1999 13:36:48 +0000 (06:36 -0700)]
[Patch 5.005/5.006]Another MM_VMS.pm patch

To: perl5-porters@perl.org, vmsperl@perl.org
Message-Id: <3.0.6.32.19990412133648.030e7ec0@ous.edu>

p4raw-id: //depot/cfgperl@3255

25 years agoUpdate for OpenBSD hints
Todd C. Miller [Mon, 12 Apr 1999 23:12:22 +0000 (17:12 -0600)]
Update for OpenBSD hints

To: perlbug@perl.com
Message-Id: <199904130512.XAA27712@xerxes.courtesan.com>

p4raw-id: //depot/cfgperl@3254

25 years agoIf both ways to call semctl are broken, skip the tests.
Jarkko Hietaniemi [Sun, 11 Apr 1999 12:52:26 +0000 (12:52 +0000)]
If both ways to call semctl are broken, skip the tests.

p4raw-id: //depot/cfgperl@3226

25 years agoRe: Misspelled macro in ext/POSIX/POSIX.xs?
Andy Dougherty [Fri, 9 Apr 1999 16:58:08 +0000 (12:58 -0400)]
Re: Misspelled macro in ext/POSIX/POSIX.xs?

To: dsembr01@ox.slug.louisville.edu
Cc: perlbug@perl.com
Message-Id: <Pine.GSU.4.05.9904091648570.894-100000@newton.phys>

p4raw-id: //depot/cfgperl@3225

25 years agoRe: prefix= in hints
Andy Dougherty [Fri, 9 Apr 1999 14:54:18 +0000 (10:54 -0400)]
Re: prefix= in hints

To: Perl Porters <perl5-porters@perl.org>
Message-Id: <Pine.GSU.4.05.9904091445280.894-100000@newton.phys>

(Overrides change #3204 from Kurt)

p4raw-link: @3204 on //depot/cfgperl: 8cef0c70022a42ce6ce5ecba75ca3cb331d9c87e

p4raw-id: //depot/cfgperl@3224

25 years agoUnderstand Apollo's //node notation.
Johann Klasek [Fri, 9 Apr 1999 18:21:37 +0000 (20:21 +0200)]
Understand Apollo's //node notation.
To: jhi@iki.fi
Subject: Re: DomainPerl
Message-ID: <19990409182137.A2299@euklid.auto.tuwien.ac.at>

p4raw-id: //depot/cfgperl@3223

25 years agoIntegrate from mainperl.
Jarkko Hietaniemi [Sun, 4 Apr 1999 16:33:49 +0000 (16:33 +0000)]
Integrate from mainperl.

p4raw-id: //depot/cfgperl@3220

25 years agocorrect places that said newSVpv() when they meant newSVpvn()
Gurusamy Sarathy [Sun, 4 Apr 1999 01:59:26 +0000 (01:59 +0000)]
correct places that said newSVpv() when they meant newSVpvn()

p4raw-id: //depot/perl@3217

25 years agoavoid duplicate code
Gurusamy Sarathy [Sat, 3 Apr 1999 23:58:27 +0000 (23:58 +0000)]
avoid duplicate code

p4raw-id: //depot/perl@3216

25 years agogrow PL_tmps_stack more efficiently; make it more amenable to
Gurusamy Sarathy [Sat, 3 Apr 1999 23:14:34 +0000 (23:14 +0000)]
grow PL_tmps_stack more efficiently; make it more amenable to
STRESS_REALLOC testing

p4raw-id: //depot/perl@3215

25 years agoscrounge and save three extra branches in pp_entersub()
Gurusamy Sarathy [Sat, 3 Apr 1999 21:01:09 +0000 (21:01 +0000)]
scrounge and save three extra branches in pp_entersub()

p4raw-id: //depot/perl@3214

25 years agoremove duplicate code and an extra branch in sv_setsv() and
Gurusamy Sarathy [Sat, 3 Apr 1999 17:43:23 +0000 (17:43 +0000)]
remove duplicate code and an extra branch in sv_setsv() and
other hot code by making SvTHINKFIRST() think about FAKE SVs

p4raw-id: //depot/perl@3213

25 years agoFix up some _t nits (Pid_t, Gid_t, Uid_t, etc. instead of int).
John Bley [Thu, 1 Apr 1999 02:01:47 +0000 (21:01 -0500)]
Fix up some _t nits (Pid_t, Gid_t, Uid_t, etc. instead of int).
To: perlbug@perl.org
Subject: [PATCH]5.005_03 (CORE) Fix some _t nits
Message-ID: <Pine.SOL.3.91.990401015805.21458A-100000@soc13.acpub.duke.edu>

p4raw-id: //depot/cfgperl@3212

25 years agoChange #3210 was rather unportable. This is better.
Jarkko Hietaniemi [Sat, 3 Apr 1999 13:27:26 +0000 (13:27 +0000)]
Change #3210 was rather unportable.  This is better.

p4raw-id: //depot/cfgperl@3211

25 years agoAvoid Digital UNIX' ksh.
Jarkko Hietaniemi [Wed, 27 Jan 1999 16:52:33 +0000 (18:52 +0200)]
Avoid Digital UNIX' ksh.
To: Henrik Tougaard <ht000@siberut.foa.dk>
Cc: perlbug@perl.com, ht000@foa.dk
Subject: Re: Not OK perl5.005_03-MAINT_TRIAL_4
Message-ID: <13999.10289.319422.239987@alpha.hut.fi>

p4raw-id: //depot/cfgperl@3210

25 years agoIntegrate from mainperl.
Jarkko Hietaniemi [Sat, 3 Apr 1999 12:49:04 +0000 (12:49 +0000)]
Integrate from mainperl.

p4raw-id: //depot/cfgperl@3209

25 years agoAdd -mabi=64 to ccflags for 64-bit IRIX gcc.
Lionel Cons [Thu, 1 Apr 1999 14:05:28 +0000 (16:05 +0200)]
Add -mabi=64 to ccflags for 64-bit IRIX gcc.
To: jhi@iki.fi
Cc: perlbug@perl.com, kstar@isinet.com,
        Philippe Defert <philippe.defert@cern.ch>
Subject: Re: Not OK: perl 5.00503 on IP27-irix 6.5 (UNINSTALLED)
Message-Id: <199904011205.OAA11380@mercury.cern.ch>

p4raw-id: //depot/cfgperl@3208