25 years agorename s/\bSI_/PERLSI_/ to avoid collisions with sysinfo headers
Gurusamy Sarathy [Mon, 6 Jul 1998 19:23:06 +0000]
rename s/\bSI_/PERLSI_/ to avoid collisions with sysinfo headers

p4raw-id: //depot/perl@1339

25 years agoper Larry suggestion, toss change#1327 and fix the documentation
Gurusamy Sarathy [Mon, 6 Jul 1998 18:45:35 +0000]
per Larry suggestion, toss change#1327 and fix the documentation
to match behavior instead

p4raw-link: @1327 on //depot/perl: 0ce625782f64de805c21893bca308710ed297c68

p4raw-id: //depot/perl@1338

25 years agoallow read(FH,threadsv,...)
Gurusamy Sarathy [Mon, 6 Jul 1998 17:15:26 +0000]
allow read(FH,threadsv,...)

p4raw-id: //depot/perl@1337

26 years ago5.004_70 tweaks
Gurusamy Sarathy [Mon, 6 Jul 1998 09:06:33 +0000]
5.004_70 tweaks

p4raw-id: //depot/perl@1336

26 years agoupdate Changes
Gurusamy Sarathy [Mon, 6 Jul 1998 07:05:37 +0000]
update Changes

p4raw-id: //depot/perl@1335

26 years agoallow eval-groups in patterns only if they C<use re 'eval';>
Gurusamy Sarathy [Mon, 6 Jul 1998 06:41:17 +0000]
allow eval-groups in patterns only if they C<use re 'eval';>

p4raw-id: //depot/perl@1334

26 years agocorrupt malloc ptr on NeXT
Hans Mulder [Mon, 6 Jul 1998 02:11:32 +0000]
corrupt malloc ptr on NeXT

Message-Id: <9807060021.AA29027@icgned.icgroup.nl>

p4raw-id: //depot/perl@1333

26 years agoadded Errno-1.09 from CPAN
Gurusamy Sarathy [Mon, 6 Jul 1998 03:18:34 +0000]
added Errno-1.09 from CPAN

p4raw-id: //depot/perl@1332

26 years agofix small memleak on -e, don't try to find_script() when e_script
Gurusamy Sarathy [Mon, 6 Jul 1998 02:59:09 +0000]
fix small memleak on -e, don't try to find_script() when e_script

p4raw-id: //depot/perl@1331

26 years agoadd Symbol::delete_package()
Gurusamy Sarathy [Mon, 6 Jul 1998 00:40:24 +0000]
add Symbol::delete_package()

p4raw-id: //depot/perl@1330

26 years agopatch to remove assumptions about offset of IV being == sizeof(XPV)
Stephen McCamant [Sun, 5 Jul 1998 17:36:14 +0000]
patch to remove assumptions about offset of IV being == sizeof(XPV)
Message-ID: <13727.63831.95324.696098@alias-2.pr.mcs.net>
Subject: [PATCH] alignment in X[IN]V allocation

p4raw-id: //depot/perl@1329

26 years agomake read() return undef on errors as documented, and clarify docs
Gurusamy Sarathy [Sun, 5 Jul 1998 22:47:57 +0000]
make read() return undef on errors as documented, and clarify docs

p4raw-id: //depot/perl@1328

26 years agofix getc() to return empty string instead of undef on eof, as it was
Gurusamy Sarathy [Sun, 5 Jul 1998 22:11:21 +0000]
fix getc() to return empty string instead of undef on eof, as it was
documented to behave; still returns undef on error

p4raw-id: //depot/perl@1327

26 years agopatch whitespace-mutiliated; applied manually
Hans Mulder [Sun, 5 Jul 1998 23:23:20 +0000]
patch whitespace-mutiliated; applied manually
Message-Id: <9807052133.AA28626@icgned.icgroup.nl>
Subject: [PATCH 5.004_69] building Errno.pm still fails on NeXT

p4raw-id: //depot/perl@1326

26 years agoapplied patch (via private mail), modulo retrohunks in pod/perlfaq2.pod
Tom Christiansen [Sun, 5 Jul 1998 09:15:22 +0000]
applied patch (via private mail), modulo retrohunks in pod/perlfaq2.pod
Subject: Re: docpatch
Message-Id: <199807051515.JAA03644@jhereg.perl.com>

p4raw-id: //depot/perl@1325

26 years agoapplied patch, and undid change#1302 which it made unnecessary
Billy Constantine [Sun, 5 Jul 1998 23:05:52 +0000]
applied patch, and undid change#1302 which it made unnecessary
Subject: [PATCH] utils/h2ph.PL and t/lib/h2ph.t
Message-ID: <Pine.SV4.3.93.980705230337.27658A-100000@xenon.teaching.cs.adelaide.edu.au>

p4raw-link: @1302 on //depot/perl: 1289a8b80f063d20e88094098a0275f4681d9f97

p4raw-id: //depot/perl@1324

26 years agofix t/lib/fields.t's @INC so make test runs
Gurusamy Sarathy [Sun, 5 Jul 1998 20:56:39 +0000]
fix t/lib/fields.t's @INC so make test runs

p4raw-id: //depot/perl@1323

26 years agoadd comments on GV_FOO constants, s/8/GV_ADDINEVAL/
Gurusamy Sarathy [Sun, 5 Jul 1998 20:26:43 +0000]
add comments on GV_FOO constants, s/8/GV_ADDINEVAL/

p4raw-id: //depot/perl@1322

26 years agosundry win32 config tweaks
Gurusamy Sarathy [Sun, 5 Jul 1998 07:41:50 +0000]
sundry win32 config tweaks

p4raw-id: //depot/perl@1321

26 years agoupdate Changes
Gurusamy Sarathy [Sun, 5 Jul 1998 06:30:35 +0000]
update Changes

p4raw-id: //depot/perl@1320

26 years agoadd ck_sysread() for better sysread/read/recv sanity
Gurusamy Sarathy [Sun, 5 Jul 1998 06:27:37 +0000]
add ck_sysread() for better sysread/read/recv sanity

p4raw-id: //depot/perl@1319

26 years agoDocument B::Deparse, add pp_threadsv
Stephen McCamant [Sat, 4 Jul 1998 23:24:47 +0000]
Document B::Deparse, add pp_threadsv
Message-ID: <13726.65230.19324.216849@alias-2.pr.mcs.net>

p4raw-id: //depot/perl@1318

26 years agoadded patch with tweak to doc
Chip Salzenberg [Sat, 4 Jul 1998 20:51:36 +0000]
added patch with tweak to doc
Message-ID: <19980704205136.A16319@perlsupport.com>
Subject: [PATCH _69] Take 2: Warn on C<sub log; log($msg)>

p4raw-id: //depot/perl@1317

26 years agoPorting/Glossary goes podly into Config.pm
Gurusamy Sarathy [Sun, 5 Jul 1998 03:56:22 +0000]
Porting/Glossary goes podly into Config.pm

p4raw-id: //depot/perl@1316

26 years agoadd suggested tool as an example in ExtUtils::Packlist
Alan Burlison [Fri, 3 Jul 1998 11:28:03 +0000]
add suggested tool as an example in ExtUtils::Packlist
Message-Id: <199807031028.LAA10456@sale-wts>
Subject: Re: [make install] another horror story

p4raw-id: //depot/perl@1315

26 years agoavoid race condition (storing ptr to SV before incrementing its
Gurusamy Sarathy [Sun, 5 Jul 1998 02:28:04 +0000]
avoid race condition (storing ptr to SV before incrementing its
REFCNT) and warning in newRV()

p4raw-id: //depot/perl@1314

26 years agoapplied suggested fix for xhv_array sizing, with portability tweaks
Gisle Aas [Sat, 4 Jul 1998 10:20:35 +0000]
applied suggested fix for xhv_array sizing, with portability tweaks
Subject: Re: [PATCH] Re: perl5.004_69 core dump
Message-ID: <m3af6qowmk.fsf@furu.g.aas.no>

p4raw-id: //depot/perl@1313

26 years agohv_max may be a few too many
Gisle Aas [Sat, 4 Jul 1998 09:28:46 +0000]
hv_max may be a few too many
Message-ID: <m3d8bmoz0x.fsf@furu.g.aas.no>

p4raw-id: //depot/perl@1312

26 years agopatchlevel up to 5.004_70, various tweaks
Gurusamy Sarathy [Sun, 5 Jul 1998 00:35:27 +0000]
patchlevel up to 5.004_70, various tweaks
 * fix taint problems due to maintbranch regression
 * PERL_OBJECT now builds again
 * deal with C++ strong-typing problems in hv.c
 * fix mismatch in "reserved word" diagnostic

p4raw-id: //depot/perl@1311

26 years agovarious small tweaks (still fails a few taint tests in {taint,locale}.t)
Gurusamy Sarathy [Sat, 4 Jul 1998 08:32:53 +0000]
various small tweaks (still fails a few taint tests in {taint,locale}.t)

p4raw-id: //depot/perl@1309

26 years agoback out change#1289 (additional pollution breaks things on win32)
Gurusamy Sarathy [Sat, 4 Jul 1998 08:31:17 +0000]
back out change#1289 (additional pollution breaks things on win32)

p4raw-link: @1289 on //depot/perl: e031fa27bae468c1d1f1c2f63947de150db520aa

p4raw-id: //depot/perl@1308

26 years agofix C<local $tied{foo} = $tied{foo}>, add tests
Gurusamy Sarathy [Sat, 4 Jul 1998 07:00:14 +0000]
fix C<local $tied{foo} = $tied{foo}>, add tests

p4raw-id: //depot/perl@1307

26 years agofixes for mortalization bug in xsubpp, other efficiency tweaks
Joshua Pritikin [Wed, 1 Jul 1998 10:09:43 +0000]
fixes for mortalization bug in xsubpp, other efficiency tweaks
Message-Id: <H00000e500086fb3@MHS>
Subject: [PATCH _69] sv_2mortal fix

p4raw-id: //depot/perl@1306

26 years agoadd patch preextend global string table, tweak for 512 entries
Gisle Aas [Sat, 4 Jul 1998 01:04:08 +0000]
add patch preextend global string table, tweak for 512 entries
Subject: Re: [PATCH] Re: perl5.004_69 core dump
Message-ID: <m3ra02v8nr.fsf@furu.g.aas.no>

p4raw-id: //depot/perl@1305

26 years agosimplify xhv_array sizing
Gisle Aas [Sat, 4 Jul 1998 00:49:42 +0000]
simplify xhv_array sizing
Subject: Re: [PATCH] Re: perl5.004_69 core dump
Message-ID: <m3yauav9bt.fsf@furu.g.aas.no>

p4raw-id: //depot/perl@1304

26 years agomake 4-arg win32_select() sleep more reasonably on false values
Blair Zajac [Wed, 1 Jul 1998 19:25:56 +0000]
make 4-arg win32_select() sleep more reasonably on false values
Message-Id: <199807020225.TAA18740@gobi.gps.caltech.edu>
Date: Wed, 1 Jul 1998 19:25:56 -0700 (PDT)
Subject: [PATCH 5.004_69] select dumps core on MSWin32-x86
--
Message-Id: <199807030107.SAA08595@gobi.gps.caltech.edu>
Date: Thu, 2 Jul 1998 18:07:19 -0700 (PDT)
Subject: [PATCH 5.004_69] select dumps core on MSWin32-x86

p4raw-id: //depot/perl@1303

26 years agoadjust h2ph.t for dos-specific problem
Laszlo Molnar [Fri, 3 Jul 1998 23:45:25 +0000]
adjust h2ph.t for dos-specific problem
Message-ID: <19980703234525.C208@cdata.tvnet.hu>
Subject: Re: [PATCH _68] t/lib/h2ph.t problem

p4raw-id: //depot/perl@1302

26 years agofix CPAN.pm problem, OS2 tweaks
Ilya Zakharevich [Fri, 3 Jul 1998 00:59:35 +0000]
fix CPAN.pm problem, OS2 tweaks
Message-Id: <199807030459.AAA00097@monk.mps.ohio-state.edu>
Subject: [PATCH 5.004_68] PAtch to CPAN first-time

p4raw-id: //depot/perl@1301

26 years agoAdd elc target to to makefile
Ilya Zakharevich [Thu, 2 Jul 1998 21:02:59 +0000]
Add elc target to to makefile

Message-Id: <199807030102.VAA26813@monk.mps.ohio-state.edu>

p4raw-id: //depot/perl@1300

26 years agonewer emacs/cperl-mode.el (via private mail)
Ilya Zakharevich [Thu, 2 Jul 1998 21:04:29 +0000]
newer emacs/cperl-mode.el (via private mail)
Message-Id: <199807030104.VAA26825@monk.mps.ohio-state.edu>
Subject: [PATCH 5.004_68] cperl-mode

p4raw-id: //depot/perl@1299

26 years agoMake Power MachTen use vfork and perl's malloc
Dominic Dunlop [Thu, 2 Jul 1998 22:57:26 +0000]
Make Power MachTen use vfork and perl's malloc

Message-Id: <v03110701b1c1603eae52@[195.95.102.68]>

p4raw-id: //depot/perl@1298

26 years agoallow a flags args to fbm_instr() for future needs
Ilya Zakharevich [Thu, 2 Jul 1998 03:49:32 +0000]
allow a flags args to fbm_instr() for future needs
Message-Id: <199807020749.DAA12379@monk.mps.ohio-state.edu>
Subject: [PATCH 5.004_68] mORE FBM_ CHANGES FOR FUTURE

p4raw-id: //depot/perl@1297

26 years agoINSTALL-1.39
Andy Dougherty [Thu, 2 Jul 1998 11:50:41 +0000]
INSTALL-1.39

Message-Id: <Pine.SUN.3.96.980702114956.18246B-100000@newton.phys>

p4raw-id: //depot/perl@1296

26 years agoConfigure update
Andy Dougherty [Wed, 1 Jul 1998 23:07:50 +0000]
Configure update
Message-Id: <9807020307.AA17848@newton.phys.lafayette.edu>
Subject: [PATCH 5.004_69] Config_69-01

p4raw-id: //depot/perl@1295

26 years agoadd perlbug -F switch to save message to file
Hugo van der Sanden [Wed, 1 Jul 1998 21:14:22 +0000]
add perlbug -F switch to save message to file
Message-Id: <l03130301b1c03a649e45@[194.222.64.89]>
Subject: Re: [PATCH 5.004_69] perlbug -fok

p4raw-id: //depot/perl@1294

26 years agocatch nonexistent backrefs in REs
Hugo van der Sanden [Wed, 1 Jul 1998 20:14:05 +0000]
catch nonexistent backrefs in REs
Message-Id: <l03130304b1c027e1df9e@[194.222.64.89]>
Date: Wed, 1 Jul 1998 20:14:05 +0200
Subject: Re: [PATCH _66] for bad backrefs
--
Message-Id: <l03130300b1c03425261c@[194.222.64.89]>
Date: Wed, 1 Jul 1998 20:47:16 +0200
Subject: Re: [PATCH _66] for bad backrefs

p4raw-id: //depot/perl@1293

26 years agofix perlcc to not rm output file, and other -w(arts)
Gurusamy Sarathy [Sat, 4 Jul 1998 05:02:01 +0000]
fix perlcc to not rm output file, and other -w(arts)

p4raw-id: //depot/perl@1292

26 years agoignore stash entries that are not GVs in dump.c
Gurusamy Sarathy [Sat, 4 Jul 1998 04:30:03 +0000]
ignore stash entries that are not GVs in dump.c

p4raw-id: //depot/perl@1291

26 years agocleaner page headers from pod2man
Gurusamy Sarathy [Sat, 4 Jul 1998 03:55:10 +0000]
cleaner page headers from pod2man

p4raw-id: //depot/perl@1290

26 years agowin32iop.h #defines
Anton Berezin [Tue, 30 Jun 1998 18:22:05 +0000]
win32iop.h #defines

Message-Id: <199806301822.SAA09899@lion.plab.ku.dk>

p4raw-id: //depot/perl@1289

26 years agotweaks to Getopt::Std
Robin Barker [Tue, 30 Jun 1998 14:45:49 +0000]
tweaks to Getopt::Std
Message-Id: <14103.9806301345@tempest.cise.npl.co.uk>
Subject: [PATCH perl5.004_69] lib/Getopt/Std.pm
--
Message-Id: <17918.9807021053@tempest.cise.npl.co.uk>
To: perl5-porters@perl.org
Subject: [PATCH perl5.004_69] second: lib/Getopt/Std.pm

p4raw-id: //depot/perl@1288

26 years agoadded patch, with tweaks
Gisle Aas [Fri, 3 Jul 1998 00:50:15 +0000]
added patch, with tweaks
Message-ID: <m3btr7n9zs.fsf@furu.g.aas.no>
Subject: [PATCH] Some AVHV documentation

p4raw-id: //depot/perl@1287

26 years agoapplied patch with tweaks to prose
Gisle Aas [Tue, 30 Jun 1998 13:34:07 +0000]
applied patch with tweaks to prose
Subject: [PATCH] Simplified AVHV support
Message-ID: <m3k95z86og.fsf@furu.g.aas.no>

p4raw-id: //depot/perl@1286

26 years agotweak doc for ".."
M. J. T. Guy [Tue, 30 Jun 1998 12:14:50 +0000]
tweak doc for ".."
Subject: [PATCH] pod for scalar ..
Message-Id: <E0yqyN8-0006gv-00@taurus.cus.cam.ac.uk>

p4raw-id: //depot/perl@1285

26 years agofix use of uninitialized var in pp_unpack()
Jarkko Hietaniemi [Tue, 30 Jun 1998 14:32:17 +0000]
fix use of uninitialized var in pp_unpack()
Message-Id: <199806301132.OAA27353@alpha.hut.fi>
Subject: [PATCH] 5.004_69 (also for 5.004_04) one more^Wless quad bug

p4raw-id: //depot/perl@1284

26 years ago5.004_69: Parsewords.pm: avoid undefined warnings
Jarkko Hietaniemi [Tue, 30 Jun 1998 11:40:22 +0000]
5.004_69: Parsewords.pm: avoid undefined warnings

Message-Id: <199806300840.LAA04872@alpha.hut.fi>

p4raw-id: //depot/perl@1283

26 years agoVMS updates from Dan Sugalski <sugalskd@osshe.edu>
Gurusamy Sarathy [Sat, 4 Jul 1998 02:24:32 +0000]
VMS updates from Dan Sugalski <sugalskd@osshe.edu>
Message-Id: <3.0.5.32.19980629165356.00a20730@ous.edu>
Date: Mon, 29 Jun 1998 16:53:56 -0700
Subject: [PATCH 5.004_69]README.vms doc patch
--
Message-Id: <3.0.5.32.19980629165125.00a4e100@ous.edu>
Date: Mon, 29 Jun 1998 16:51:25 -0700
--
Message-Id: <3.0.5.32.19980702135357.00a5eb40@ous.edu>
Date: Thu, 02 Jul 1998 13:53:57 -0700
Subject: [PATCH 5.004_69]VMS filetest operator fixup

p4raw-id: //depot/perl@1282

26 years agoTweaks to VMS configuration procedure
Hans Mulder [Mon, 29 Jun 1998 16:46:25 +0000]
Tweaks to VMS configuration procedure

Message-Id: <3.0.5.32.19980629164625.00a4d7c0@ous.edu>

p4raw-id: //depot/perl@1281

26 years agodon't attempt to copy directories on VMS
Hans Mulder [Mon, 29 Jun 1998 16:31:29 +0000]
don't attempt to copy directories on VMS
Message-Id: <3.0.5.32.19980629163129.00a82140@ous.edu>
Subject: [PATCH 5.004_69]Tweak to installperl

p4raw-id: //depot/perl@1280

26 years agoadd 'installhtml*dir' to win32 config templates
Douglas Lankshear [Mon, 29 Jun 1998 09:00:13 +0000]
add 'installhtml*dir' to win32 config templates
Subject: [PATCH 5.004_68] For Win32 config
Message-ID: <000a01bda376$ffe8b0b0$a32fa8c0@tau.Active>

p4raw-id: //depot/perl@1279

26 years agoimplemented described fix for h2ph hanging on "enum"
Billy Constantine [Sat, 27 Jun 1998 01:13:12 +0000]
implemented described fix for h2ph hanging on "enum"
Subject: Re: h2ph problem on Solaris 2.6/SPARC/Sun compiler
Message-ID: <Pine.SV4.3.93.980627010407.21715A-100000@xenon.teaching.cs.adelaide.edu.au>

p4raw-id: //depot/perl@1278

26 years agomerge changes#1210,1211,1270 from maintbranch
Gurusamy Sarathy [Sat, 4 Jul 1998 01:51:47 +0000]
merge changes#1210,1211,1270 from maintbranch

p4raw-link: @1270 on //depot/maint-5.004/perl: 413603941653f55130af336b8e990052b26673a6
p4raw-link: @1211 on //depot/maint-5.004/perl: 247620c138019426962998dd7edc0157874220f0
p4raw-link: @1210 on //depot/maint-5.004/perl: 4522f71f5c16bf8892b1952004accec53aab868e

p4raw-id: //depot/perl@1277

26 years agodeprecate use of reserved word "our" (Larry's idea)
Larry Wall [Mon, 22 Jun 1998 08:55:09 +0000]
deprecate use of reserved word "our" (Larry's idea)
Message-Id: <199806221555.IAA07212@wall.org>
Subject: Re: our

p4raw-id: //depot/perl@1276

26 years agotweak win32/config.* variables
Gurusamy Sarathy [Thu, 2 Jul 1998 16:47:20 +0000]
tweak win32/config.* variables

p4raw-id: //depot/perl@1274

26 years agoexport opendir() set of functions on win32
Gurusamy Sarathy [Thu, 2 Jul 1998 16:33:53 +0000]
export opendir() set of functions on win32

p4raw-id: //depot/perl@1273

26 years agofix C<@a = (%a = 1)> bizarreness
Gurusamy Sarathy [Wed, 1 Jul 1998 23:21:49 +0000]
fix C<@a = (%a = 1)> bizarreness

p4raw-id: //depot/perl@1272

26 years agodocument perltrap on precedence of keys/values/each
Gurusamy Sarathy [Tue, 30 Jun 1998 22:49:39 +0000]
document perltrap on precedence of keys/values/each

p4raw-id: //depot/perl@1271

26 years agoRe: [PATCH 5.004_67] MakeMaker mods for PPD support
Murray Nesbitt [Mon, 29 Jun 1998 14:30:59 +0000]
Re: [PATCH 5.004_67] MakeMaker mods for PPD support

Message-Id: <77180549BCE.AAA466A@mail.rdc1.bc.wave.home.com>

p4raw-id: //depot/perl@1269

26 years agoperldoc.PL
Robin Barker [Mon, 29 Jun 1998 15:04:57 +0000]
perldoc.PL

Message-Id: <13254.9806291404@tempest.cise.npl.co.uk>

p4raw-id: //depot/perl@1268

26 years agoadd patch to integrate Math::Trig::Radial into Math::Trig
Jarkko Hietaniemi [Mon, 29 Jun 1998 16:28:53 +0000]
add patch to integrate Math::Trig::Radial into Math::Trig
Message-Id: <199806291328.QAA16916@alpha.hut.fi>
Subject: [PATCH] 5.004_68 (or 5.004_04): radial trig

p4raw-id: //depot/perl@1267

26 years agoRe: [PATCH] Simplified magic_setisa() and improved fields.pm
Gisle Aas [Mon, 29 Jun 1998 12:36:09 +0000]
Re: [PATCH] Simplified magic_setisa() and improved fields.pm

Message-Id: <m367hk4hra.fsf@furu.g.aas.no>

p4raw-id: //depot/perl@1266

26 years agotweaks to overloaded constants (change#1259)
Gurusamy Sarathy [Tue, 30 Jun 1998 05:12:57 +0000]
tweaks to overloaded constants (change#1259)

p4raw-link: @1259 on //depot/perl: b3ac6de7f0c7a63b73f1cf3ea9e371470f7d1cb0

p4raw-id: //depot/perl@1265

26 years agoupdate Changes and perlhist.pod
Gurusamy Sarathy [Mon, 29 Jun 1998 09:17:28 +0000]
update Changes and perlhist.pod

p4raw-id: //depot/perl@1263

26 years agobump patchlevel to 69, various little tweaks (tested on win32, Solaris
Gurusamy Sarathy [Mon, 29 Jun 1998 08:26:36 +0000]
bump patchlevel to 69, various little tweaks (tested on win32, Solaris
under several build configurations)

p4raw-id: //depot/perl@1262

26 years agoadd missing SSCHECK() to rectify faulty SSPUSH*() logic in change#1259
Gurusamy Sarathy [Mon, 29 Jun 1998 06:51:10 +0000]
add missing SSCHECK() to rectify faulty SSPUSH*() logic in change#1259

p4raw-link: @1259 on //depot/perl: b3ac6de7f0c7a63b73f1cf3ea9e371470f7d1cb0

p4raw-id: //depot/perl@1261

26 years ago{perlembed.pod] Re: Memory leak in Perl 5.004 and the fix
Guy Decoux [Mon, 29 Jun 1998 08:10:46 +0000]
{perlembed.pod] Re: Memory leak in Perl 5.004 and the fix

Message-Id: <199806290610.IAA19443@moulon.inra.fr>

p4raw-id: //depot/perl@1260

26 years agoadded patch for overloading constants, made PERL_OBJECT-aware
Ilya Zakharevich [Fri, 26 Jun 1998 23:28:41 +0000]
added patch for overloading constants, made PERL_OBJECT-aware
Message-Id: <199806270328.XAA21088@monk.mps.ohio-state.edu>

p4raw-id: //depot/perl@1259

26 years agofix Socket.pm typo from change#1240
Gurusamy Sarathy [Mon, 29 Jun 1998 05:32:25 +0000]
fix Socket.pm typo from change#1240

p4raw-link: @1240 on //depot/perl: fdb41d65d2165593b3288a1175c6d1bb79774d63

p4raw-id: //depot/perl@1258

26 years agoapplied patch, tweak for threads awareness
Albert Dvornik [Wed, 24 Jun 1998 19:33:09 +0000]
applied patch, tweak for threads awareness
Subject: [PATCH]5.004_04-m4 (CORE) fix for broken "goto &xsub"
Message-Id: <tq4sxawf2h.fsf@puma.genscan.com>

p4raw-id: //depot/perl@1257

26 years agoapplied patch, fixed one more leak, tweaked whitespace bugs
Gurusamy Sarathy [Mon, 29 Jun 1998 03:34:18 +0000]
applied patch, fixed one more leak, tweaked whitespace bugs
From: Guy Decoux <decoux@moulon.inra.fr>
(via)
Date: Fri, 26 Jun 1998 09:59:32 -0400
From: "Chunhui Teng" <cteng@nortel.ca>
Message-Id: <199806261359.JAA02393@bmers357.nortel.ca>
Subject: Memory leak in Perl 5.004 and the fix

p4raw-id: //depot/perl@1256

26 years agoPermissions in MakeMaker (Was: patch to MM_Unix.pm)
Andreas König [Sun, 28 Jun 1998 23:47:07 +0000]
Permissions in MakeMaker (Was: patch to MM_Unix.pm)
Message-ID: <sfc1zs9gpwk.fsf@dubravka.in-berlin.de>

p4raw-id: //depot/perl@1255

26 years agoPUSHSTACK renovation
Joshua Pritikin [Fri, 26 Jun 1998 09:34:34 +0000]
PUSHSTACK renovation

Message-Id: <H00000e500081d23@MHS>

p4raw-id: //depot/perl@1254

26 years agoIV changes for long long (was Re: 5.004_68 on its way to the CPAN)
Stephen McCamant [Sat, 27 Jun 1998 16:38:19 +0000]
IV changes for long long (was Re: 5.004_68 on its way to the CPAN)

Message-Id: <m0yq2fr-000EalC@alias-2.pr.mcs.net>

p4raw-id: //depot/perl@1253

26 years agoImprove warning on zero-length chunks in RE
Ilya Zakharevich [Sat, 27 Jun 1998 19:59:13 +0000]
Improve warning on zero-length chunks in RE

Message-Id: <199806272359.TAA05436@monk.mps.ohio-state.edu>

p4raw-id: //depot/perl@1252

26 years agoadd Math/Trig/Radial.pm, update MANIFEST
Jarkko Hietaniemi [Sat, 27 Jun 1998 17:28:14 +0000]
add Math/Trig/Radial.pm, update MANIFEST
Message-Id: <199806271428.RAA05307@alpha.hut.fi>
Subject: Math::Trig::Radial ?

p4raw-id: //depot/perl@1251

26 years agoapplied patch, tweaked doc, and regen regnodes.h
Ilya Zakharevich [Sat, 27 Jun 1998 02:55:26 +0000]
applied patch, tweaked doc, and regen regnodes.h
Message-Id: <199806270655.CAA29144@monk.mps.ohio-state.edu>
Subject: [PATCH 5.004_68] \z in RE

p4raw-id: //depot/perl@1250

26 years ago[ PATCH 5.004 68 ] Text::ParseWords, ^W fixed, version 3.1
mike@bill.iac.net [Sat, 27 Jun 1998 03:49:13 +0000]
[ PATCH 5.004 68 ] Text::ParseWords, ^W fixed, version 3.1

Message-ID: <19980627034913.A32220@bill.minivend.com>

p4raw-id: //depot/perl@1249

26 years agoFix ptags
Ilya Zakharevich [Fri, 26 Jun 1998 23:52:54 +0000]
Fix ptags

Message-Id: <199806270352.XAA21174@monk.mps.ohio-state.edu>

p4raw-id: //depot/perl@1248

26 years agoapply patch sent via private mail
Stephen McCamant [Fri, 26 Jun 1998 21:32:23 +0000]
apply patch sent via private mail
Message-Id: <m0ypkmt-000EalC@alias-2.pr.mcs.net>
Subject: Re: Enhanced B::Deparse

p4raw-id: //depot/perl@1247

26 years agopat.t tests
Ilya Zakharevich [Fri, 26 Jun 1998 21:09:02 +0000]
pat.t tests

Message-Id: <199806270109.VAA14907@monk.mps.ohio-state.edu>

p4raw-id: //depot/perl@1246

26 years agoimprove recursive error messages!
Joshua Pritikin [Fri, 26 Jun 1998 10:02:32 +0000]
improve recursive error messages!

Message-Id: <H00000e500081d28@MHS>

p4raw-id: //depot/perl@1245

26 years ago: Move REG_INFTY-dependent tests from op/regexp.t
Dominic Dunlop [Thu, 25 Jun 1998 17:46:55 +0000]
: Move REG_INFTY-dependent tests from op/regexp.t

Message-Id: <v03110701b1b83a06733a@[195.95.102.101]>
 to op/pat.t; add tests for a few  more regexp parse failures etc.

p4raw-id: //depot/perl@1244

26 years agospecify *.sym files needed in perl_exp.SH instead of picking up all
Andy Dougherty [Thu, 25 Jun 1998 10:36:21 +0000]
specify *.sym files needed in perl_exp.SH instead of picking up all
Subject: Re: Not OK: perl 5.00468 on aix-thread 4.1.4.0
Message-Id: <Pine.SUN.3.96.980625102459.11241F-100000@newton.phys>

p4raw-id: //depot/perl@1243

26 years agoRe: [PATCH] 4-arg substr update for perl5.004_68
Gisle Aas [Thu, 25 Jun 1998 10:32:43 +0000]
Re: [PATCH] 4-arg substr update for perl5.004_68
Message-ID: <m3iulpubis.fsf@furu.g.aas.no>

p4raw-id: //depot/perl@1242

26 years agoapplied patch, tweaked opcode.pl for PERL_OBJECT, and regen opcode.h
Stephen McCamant [Wed, 24 Jun 1998 21:10:32 +0000]
applied patch, tweaked opcode.pl for PERL_OBJECT, and regen opcode.h
Message-Id: <m0yp1Ue-000EP2C@alias-2.pr.mcs.net>
Subject: [PATCH REPOST] refgen in opcode.pl

p4raw-id: //depot/perl@1241

26 years agoAdd CR LF CRLF to Socket.pm
Chris Nandor [Wed, 24 Jun 1998 19:58:28 +0000]
Add CR LF CRLF to Socket.pm

Message-Id: <v04011709b1b742cd7f0c@[24.48.29.192]>

p4raw-id: //depot/perl@1240

26 years agoOptimize foreach (1..1000000)
Gisle Aas [Wed, 24 Jun 1998 20:26:48 +0000]
Optimize foreach (1..1000000)
Message-ID: <m3lnqmwt93.fsf@furu.g.aas.no>

p4raw-id: //depot/perl@1239

26 years agoavoid creation of %^R
Ilya Zakharevich [Wed, 24 Jun 1998 14:25:06 +0000]
avoid creation of %^R
Message-Id: <199806241825.OAA06346@monk.mps.ohio-state.edu>
Subject: Re: [5.004_68] What is %^R ? [PATCH?]

p4raw-id: //depot/perl@1238

26 years agoNegative LENGTH argument to splice
Gisle Aas [Wed, 24 Jun 1998 15:11:35 +0000]
Negative LENGTH argument to splice
Message-ID: <m3g1gvc5bs.fsf@furu.g.aas.no>

p4raw-id: //depot/perl@1237

26 years agoInsecure $ENV{} message out of step with perldiag
M. J. T. Guy [Wed, 24 Jun 1998 13:13:02 +0000]
Insecure $ENV{} message out of step with perldiag
Message-Id: <E0yooQA-0003za-00@taurus.cus.cam.ac.uk>

p4raw-id: //depot/perl@1236