23 years agoDocument the NDBM_File and ODBM_File as SDBM_File
Jarkko Hietaniemi [Fri, 18 Aug 2000 18:20:40 +0000]
Document the NDBM_File and ODBM_File as SDBM_File
was documented in #6417.

p4raw-id: //depot/perl@6701

23 years agocygwin port
Fifer, Eric [Fri, 18 Aug 2000 17:30:05 +0000]
cygwin port
Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>

p4raw-id: //depot/perl@6700

23 years agoDocument code point which makes if (defined %stash::) to work
Jarkko Hietaniemi [Fri, 18 Aug 2000 16:21:49 +0000]
Document code point which makes if (defined %stash::) to work
(noted by Spider Boardman).

p4raw-id: //depot/perl@6699

23 years agoUpdate Changes.
Jarkko Hietaniemi [Fri, 18 Aug 2000 13:43:27 +0000]
Update Changes.

p4raw-id: //depot/perl@6698

23 years agoTiny Getopt::Long patch from Johan Vromans.
Jarkko Hietaniemi [Fri, 18 Aug 2000 13:35:57 +0000]
Tiny Getopt::Long patch from Johan Vromans.

p4raw-id: //depot/perl@6697

23 years ago[ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only...
Paul David Fardy [Thu, 17 Aug 2000 17:23:40 +0000]
[ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>

p4raw-id: //depot/perl@6696

23 years agoperlfunc.pod -- clarifying sprintf array argument issues
Daniel Chetlin [Fri, 18 Aug 2000 03:13:36 +0000]
perlfunc.pod -- clarifying sprintf array argument issues
Message-ID: <20000818031336.B14165@ilmd.chetlin.org>

p4raw-id: //depot/perl@6695

23 years agoperltrap.pod spring cleaning
Daniel Chetlin [Fri, 18 Aug 2000 03:06:54 +0000]
perltrap.pod spring cleaning
Message-ID: <20000818030654.A14165@ilmd.chetlin.org>

plus Mike Guy's nitfix.

p4raw-id: //depot/perl@6694

23 years agoUnbuffer the output.
Yitzchak Scott-Thoennes [Thu, 17 Aug 2000 18:39:29 +0000]
Unbuffer the output.

Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
Message-ID: <RPJn5gzkgydf092yn@efn.org>

p4raw-id: //depot/perl@6693

23 years agoDelete the image, too, not just its MANIFEStation.
Jarkko Hietaniemi [Fri, 18 Aug 2000 05:19:17 +0000]
Delete the image, too, not just its MANIFEStation.

p4raw-id: //depot/perl@6692

23 years agoPropagate new Configure vars.
Jarkko Hietaniemi [Fri, 18 Aug 2000 05:10:26 +0000]
Propagate new Configure vars.

p4raw-id: //depot/perl@6691

23 years agoUpdate Changes.
Jarkko Hietaniemi [Fri, 18 Aug 2000 04:30:56 +0000]
Update Changes.

p4raw-id: //depot/perl@6690

23 years agoFix the lib/complex failure of
Abigail [Tue, 15 Aug 2000 04:06:38 +0000]
Fix the lib/complex failure of
       Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13
       Message-Id: <20000815040638.8524.qmail@foad.org>

Linux long double accuracy issue: something that
when printed with %g looks like "2" but int() of it is 1.

p4raw-id: //depot/perl@6689

23 years agoThe byteorder code in #6671 was wrong.
Jarkko Hietaniemi [Fri, 18 Aug 2000 03:15:35 +0000]
The byteorder code in #6671 was wrong.

p4raw-id: //depot/perl@6688

23 years agonewSVrv() memory leak
Jan Dubois [Thu, 17 Aug 2000 18:31:55 +0000]
newSVrv() memory leak
Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>

p4raw-id: //depot/perl@6687

23 years agoUse NVs in POSIX math, not doubles.
Abigail [Thu, 17 Aug 2000 20:49:18 +0000]
Use NVs in POSIX math, not doubles.
Subject: [ID 20000817.014] POSIX & modfl
Message-Id: <20000817204918.23123.qmail@foad.org>

p4raw-id: //depot/perl@6686

23 years agoIntroduce NVef, NVff, and NVgf, use the middle one.
Abigail [Tue, 15 Aug 2000 04:06:38 +0000]
Introduce NVef, NVff, and NVgf, use the middle one.
(helps for lib/peek + Linux + long doubles)  Reported in
Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13
Message-Id: <20000815040638.8524.qmail@foad.org>

(note: the lib/complex failure has not yet been addressed)

p4raw-id: //depot/perl@6685

23 years agoAdd byteorder to the myconfig output.
Jarkko Hietaniemi [Thu, 17 Aug 2000 23:22:19 +0000]
Add byteorder to the myconfig output.

p4raw-id: //depot/perl@6684

23 years agoThe image doth not exist, spotted by Johan Vromans.
Jarkko Hietaniemi [Thu, 17 Aug 2000 23:20:19 +0000]
The image doth not exist, spotted by Johan Vromans.

p4raw-id: //depot/perl@6683

23 years agoDocument what the backtick returns if the command fails.
Jarkko Hietaniemi [Thu, 17 Aug 2000 22:38:16 +0000]
Document what the backtick returns if the command fails.

p4raw-id: //depot/perl@6682

23 years agoDo not use prototyping here.
Abigail [Thu, 17 Aug 2000 20:55:56 +0000]
Do not use prototyping here.

Subject: [ID 20000817.016] [PATCH] Peek.xs
Message-Id: <20000817205556.24270.qmail@foad.org>

p4raw-id: //depot/perl@6681

23 years agoDon't propose using modules built for 5.005 if no binary
Jeff Okamoto [Wed, 16 Aug 2000 15:56:14 +0000]
Don't propose using modules built for 5.005 if no binary
compatibility with 5.005 is attempted.
Subject: Minor nit with 5.7.0 (6655)
Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>

p4raw-id: //depot/perl@6680

23 years agoMicroperl config update.
Jarkko Hietaniemi [Thu, 17 Aug 2000 19:16:39 +0000]
Microperl config update.

p4raw-id: //depot/perl@6679

23 years agoThe #6648 wasn't protective enough for limited platforms
Jarkko Hietaniemi [Thu, 17 Aug 2000 19:16:13 +0000]
The #6648 wasn't protective enough for limited platforms
(like microperl).

p4raw-id: //depot/perl@6678

23 years agoUpdate Changes.
Jarkko Hietaniemi [Thu, 17 Aug 2000 14:46:35 +0000]
Update Changes.

p4raw-id: //depot/perl@6677

23 years agoAdd perlebcdic from Peter Prymmer, regen toc.
Jarkko Hietaniemi [Thu, 17 Aug 2000 14:44:02 +0000]
Add perlebcdic from Peter Prymmer, regen toc.

p4raw-id: //depot/perl@6676

23 years agoperldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
Jarkko Hietaniemi [Thu, 17 Aug 2000 14:41:52 +0000]
perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.

p4raw-id: //depot/perl@6675

23 years agoGet -DLEAKTEST to compile (not necessarily to work, mind)
Jarkko Hietaniemi [Thu, 17 Aug 2000 14:29:43 +0000]
Get -DLEAKTEST to compile (not necessarily to work, mind)

Subject: [ID 20000724.006] -DLEAKTEST problem
From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
Date: Tue, 25 Jul 2000 00:36:32 -0500
Message-Id: <20000725003632.A26186@www.llamacom.com>

Reminder sent

Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error
From: Hugo <hv@crypt.compulink.co.uk>
Date: Thu, 17 Aug 2000 15:23:42 +0100
Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>

p4raw-id: //depot/perl@6674

23 years agoRe: [PATCH]Re: Questions about Math::BigFloat
John Peacock [Tue, 1 Aug 2000 09:38:12 +0000]
Re: [PATCH]Re: Questions about Math::BigFloat
Message-ID: <3986D2C4.54B78FE4@UnivPress.com>

p4raw-id: //depot/perl@6673

23 years agoCwd.pm now uses strict
Tim Jenness [Wed, 16 Aug 2000 16:42:35 +0000]
Cwd.pm now uses strict
Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>

p4raw-id: //depot/perl@6672

23 years agoMake $Config{byteorder} more magical so that it is
Wilfredo Sánchez [Mon, 31 Jul 2000 19:45:31 +0000]
Make $Config{byteorder} more magical so that it is
dynamically computed: nice for 'fat binaries'.

Subject: [PATCH]: default byteorder
Message-Id: <200008010245.TAA04459@ns1.abstrata.com>

p4raw-id: //depot/perl@6671

23 years agomove WNOHANG definition to where other such things are
Gurusamy Sarathy [Thu, 17 Aug 2000 01:22:21 +0000]
move WNOHANG definition to where other such things are

p4raw-id: //depot/perl@6670

23 years agoUpdate Changes.
Jarkko Hietaniemi [Thu, 17 Aug 2000 01:19:17 +0000]
Update Changes.

p4raw-id: //depot/perl@6669

23 years agoDoc nits spotted by Richard Soderberg.
Jarkko Hietaniemi [Thu, 17 Aug 2000 01:16:29 +0000]
Doc nits spotted by Richard Soderberg.

p4raw-id: //depot/perl@6668

23 years agoRe: perldebut.pod - spelling
Casey R. Tweten [Wed, 16 Aug 2000 12:39:08 +0000]
Re: perldebut.pod - spelling
Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>

p4raw-id: //depot/perl@6667

23 years agoRe: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
Casey R. Tweten [Wed, 16 Aug 2000 11:35:09 +0000]
Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>

p4raw-id: //depot/perl@6666

23 years agoadd "ok" targets from change#6632 in makefile.mk
Gurusamy Sarathy [Thu, 17 Aug 2000 01:03:52 +0000]
add "ok" targets from change#6632 in makefile.mk

p4raw-link: @6632 on //depot/perl: 017e10814b1e1d25c7506a0b0903863aee5cb0ca

p4raw-id: //depot/perl@6665

23 years agoavoid warnings from dense compiler
Gurusamy Sarathy [Thu, 17 Aug 2000 00:56:11 +0000]
avoid warnings from dense compiler

p4raw-id: //depot/perl@6664

23 years agoTweak the regex compilation errors once more.
Jarkko Hietaniemi [Thu, 17 Aug 2000 00:51:49 +0000]
Tweak the regex compilation errors once more.

p4raw-id: //depot/perl@6663

23 years agotrailing new %ENV entries weren't being pushed into the real
Gurusamy Sarathy [Thu, 17 Aug 2000 00:28:19 +0000]
trailing new %ENV entries weren't being pushed into the real
environment of subprocesses on Windows

p4raw-id: //depot/perl@6662

23 years agowaitpid() now handles externally spawned pids correctly;
Gurusamy Sarathy [Thu, 17 Aug 2000 00:19:20 +0000]
waitpid() now handles externally spawned pids correctly;
fixes for backtick/wait/waitpid failures on Windows 9x

these changes make the pid returned by process functions on
Windows 9x always positive by clearing the high bit (which
is always set on Win9x); pseudo-process PIDs are likewise
always negative now on Win9x (just as on NT/2000)

p4raw-id: //depot/perl@6661

23 years agoRetract #6645.
Jarkko Hietaniemi [Thu, 17 Aug 2000 00:04:32 +0000]
Retract #6645.

p4raw-id: //depot/perl@6660

23 years agoon windows, the return values from wait() and waitpid() don't
Gurusamy Sarathy [Wed, 16 Aug 2000 23:59:28 +0000]
on windows, the return values from wait() and waitpid() don't
match those of pseudo-pids

p4raw-id: //depot/perl@6659

23 years agopod nit seen in passing
Gurusamy Sarathy [Wed, 16 Aug 2000 23:56:14 +0000]
pod nit seen in passing

p4raw-id: //depot/perl@6658

23 years agochange#6328 could make close(SOCKET) return false on windows
Gurusamy Sarathy [Wed, 16 Aug 2000 23:53:42 +0000]
change#6328 could make close(SOCKET) return false on windows
when it shouldn't

p4raw-link: @6328 on //depot/perl: 4e94524934c1af4124b2888d9716e5304ee50ad9

p4raw-id: //depot/perl@6657

23 years agocheck that the number pseudo children doesn't exceed
Gurusamy Sarathy [Wed, 16 Aug 2000 23:46:57 +0000]
check that the number pseudo children doesn't exceed
MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
the WaitForMultipleObjects() limit that would cause wait()
to crash)

wait() and waitpid() could potentially be rewritten to use
more than one thread to do the waiting to eliminate this
limitation

p4raw-id: //depot/perl@6656

23 years agoUpdate Changes.
Jarkko Hietaniemi [Wed, 16 Aug 2000 14:11:05 +0000]
Update Changes.

p4raw-id: //depot/perl@6655

23 years agoUpdate to perldebtut 1.9, from Richard Foley.
Jarkko Hietaniemi [Wed, 16 Aug 2000 14:10:12 +0000]
Update to perldebtut 1.9, from Richard Foley.

p4raw-id: //depot/perl@6654

23 years agoChange the regx compilation error markers to use = instead of <
Lupe Christoph [Fri, 11 Aug 2000 00:30:27 +0000]
Change the regx compilation error markers to use = instead of <
since pod makes using the latter quite messy.  Reported in
ID 20000814.006 by Abigail and in
Subject: Unknown escape E<> ?
Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>

p4raw-id: //depot/perl@6653

23 years agoChange the perlbug address to perl.org since it's more forgiving.
Abigail [Tue, 15 Aug 2000 04:15:40 +0000]
Change the perlbug address to perl.org since it's more forgiving.

Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
Message-Id: <20000815041540.8633.qmail@foad.org>

p4raw-id: //depot/perl@6652

23 years agoCwd::_backtick_pwd does not check return value
Tim Jenness [Tue, 15 Aug 2000 15:51:59 +0000]
Cwd::_backtick_pwd does not check return value
Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>

p4raw-id: //depot/perl@6651

23 years agoUpdate to CPAN 1.57.
Andreas König [Wed, 16 Aug 2000 15:09:46 +0000]
Update to CPAN 1.57.

Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>

p4raw-id: //depot/perl@6650

23 years ago[ID 20000324.040] minor fix to perlhpux.pod
Larry W. Virden [Fri, 24 Mar 2000 14:25:37 +0000]
[ID 20000324.040] minor fix to perlhpux.pod
Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>

p4raw-id: //depot/perl@6649

23 years agoThe numeric locale was reset to "C" by s?printf and never restored.
Christian Kirsch [Wed, 9 Aug 2000 17:05:17 +0000]
The numeric locale was reset to "C" by s?printf and never restored.

Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
Message-Id: <20000809170517.A25389@held>

No test since adding the failing example to locale.t
does not fail -- probably because the locale settings are so
thoroughly tweaked by that time.  Running the example standalone
does fail, though.  UPDATE: test case added at change #7540.

p4raw-link: @7540 (not found)

p4raw-id: //depot/perl@6648

23 years agoUpdate Changes and test semi-automatic patchlevel updating.
Jarkko Hietaniemi [Wed, 16 Aug 2000 00:07:54 +0000]
Update Changes and test semi-automatic patchlevel updating.

p4raw-id: //depot/perl@6647

23 years agoFix a dependency problem.
Peter Prymmer [Tue, 15 Aug 2000 16:31:34 +0000]
Fix a dependency problem.

Subject: [PATCH: 6640] VMS Makefile.SH update
Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>

p4raw-id: //depot/perl@6646

23 years ago(Retracted by #6660)
Dominic Dunlop [Tue, 15 Aug 2000 22:20:52 +0000]
(Retracted by #6660)

Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>

p4raw-id: //depot/perl@6645

23 years ago[ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
Abigail [Tue, 15 Aug 2000 20:12:41 +0000]
[ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
Message-Id: <20000815201241.25556.qmail@foad.org>

p4raw-id: //depot/perl@6644

23 years ago(an already applied patch)
Jarkko Hietaniemi [Tue, 15 Aug 2000 21:15:28 +0000]
(an already applied patch)

p4raw-id: //depot/perl@6643

23 years agomagic callbacks all need to have same type signature
Gurusamy Sarathy [Tue, 15 Aug 2000 19:54:05 +0000]
magic callbacks all need to have same type signature

p4raw-id: //depot/perl@6642

23 years agofor t/lib/peek.t (was Re: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int...
Mike Guy [Tue, 15 Aug 2000 18:26:45 +0000]
for t/lib/peek.t (was Re: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13)
Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>

Only the peek.t part applied, not the hash quality part.

p4raw-id: //depot/perl@6641

23 years agoUpdate Changes.
Jarkko Hietaniemi [Tue, 15 Aug 2000 16:37:37 +0000]
Update Changes.

p4raw-id: //depot/perl@6640

23 years agoMissed a file from #6638.
Jarkko Hietaniemi [Tue, 15 Aug 2000 16:34:55 +0000]
Missed a file from #6638.

p4raw-id: //depot/perl@6639

23 years agocygwin port
Fifer, Eric [Tue, 15 Aug 2000 17:00:49 +0000]
cygwin port
Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>

p4raw-id: //depot/perl@6638

23 years agodebugger exit code should reflect user exit code
Mike Guy [Tue, 15 Aug 2000 16:55:59 +0000]
debugger exit code should reflect user exit code
Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>

p4raw-id: //depot/perl@6637

23 years agoUpdate Changes.
Jarkko Hietaniemi [Tue, 15 Aug 2000 15:30:58 +0000]
Update Changes.

p4raw-id: //depot/perl@6636

23 years agoUse -Dusedevel; regen Configure and the respective Porting stuff.
Jarkko Hietaniemi [Tue, 15 Aug 2000 15:27:21 +0000]
Use -Dusedevel; regen Configure and the respective Porting stuff.

p4raw-id: //depot/perl@6635

23 years agoDon't blow limited stacks, a lower number is enough to
Dominic Dunlop [Tue, 15 Aug 2000 13:51:24 +0000]
Don't blow limited stacks, a lower number is enough to
tickle the lookbehind limit.

Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>

p4raw-id: //depot/perl@6634

23 years ago[ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
Mike Guy [Tue, 15 Aug 2000 12:10:50 +0000]
[ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>

p4raw-id: //depot/perl@6633

23 years agomake ok etc also for win32.
Prymmer/Kahn [Mon, 14 Aug 2000 22:42:06 +0000]
make ok etc also for win32.

Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>

p4raw-id: //depot/perl@6632

23 years agoUpdate (kinda) to Test 1.14, from Joshua Pritikin.
Jarkko Hietaniemi [Tue, 15 Aug 2000 13:45:03 +0000]
Update (kinda) to Test 1.14, from Joshua Pritikin.

p4raw-id: //depot/perl@6631

23 years agoUpdate Changes.
Jarkko Hietaniemi [Tue, 15 Aug 2000 03:25:09 +0000]
Update Changes.

p4raw-id: //depot/perl@6630

23 years agomagic_regdatum_set() is void, not int.
Jarkko Hietaniemi [Tue, 15 Aug 2000 03:23:53 +0000]
magic_regdatum_set() is void, not int.

p4raw-id: //depot/perl@6629

23 years agoMake the user to give up his firstborn, err, to knowingly
Jarkko Hietaniemi [Tue, 15 Aug 2000 03:08:02 +0000]
Make the user to give up his firstborn, err, to knowingly
verify installing an unstable developer release.  Also bump
the release to 5.7.0, but leave a patch tag in the local
patches saying that this is not yet the real thing.

p4raw-id: //depot/perl@6628

23 years agoREADME.os2 update.
Yitzchak Scott-Thoennes [Wed, 2 Aug 2000 21:55:09 +0000]
README.os2 update.

Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
Message-ID: <tsPi5gzkgegX092yn@efn.org>

p4raw-id: //depot/perl@6627

23 years agoRe: File::Temp problems on VMS in bleedperl
Tim Jenness [Mon, 14 Aug 2000 09:44:33 +0000]
Re: File::Temp problems on VMS in bleedperl
cc: vmsperl@perl.org
Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>

p4raw-id: //depot/perl@6626

23 years agoAdd SUIDMAIL as was done for the CERT alert.
Jarkko Hietaniemi [Mon, 14 Aug 2000 20:52:16 +0000]
Add SUIDMAIL as was done for the CERT alert.

p4raw-id: //depot/perl@6625

23 years agosfio2000
Daniel Muiño [Mon, 14 Aug 2000 16:58:11 +0000]
sfio2000
Message-ID: <20000814165811.B16368@con2-dgi>

p4raw-id: //depot/perl@6624

23 years agowarning: storage class after type is obsolescent
Daniel Muiño [Mon, 14 Aug 2000 16:42:47 +0000]
warning: storage class after type is obsolescent
Message-ID: <20000814164247.A16368@con2-dgi>

p4raw-id: //depot/perl@6623

23 years ago[ID 20000814.002] [Patch] Email address in Changes.
Abigail [Mon, 14 Aug 2000 20:00:10 +0000]
[ID 20000814.002] [Patch] Email address in Changes.
Message-Id: <20000814200010.27271.qmail@foad.org>

p4raw-id: //depot/perl@6622

23 years agoUpdate Changes.
Jarkko Hietaniemi [Mon, 14 Aug 2000 15:23:05 +0000]
Update Changes.

p4raw-id: //depot/perl@6621

23 years agoRe: [PATCH] @+, @- readonly
Mike Guy [Mon, 14 Aug 2000 15:26:55 +0000]
Re: [PATCH] @+, @- readonly
Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>

p4raw-id: //depot/perl@6620

23 years agoUpdate Changes.
Jarkko Hietaniemi [Mon, 14 Aug 2000 14:12:08 +0000]
Update Changes.

p4raw-id: //depot/perl@6619

23 years agoFor now remove the mail code.
Jarkko Hietaniemi [Mon, 14 Aug 2000 14:09:34 +0000]
For now remove the mail code.

p4raw-id: //depot/perl@6618

23 years agoDrop the eg/ mentions and also mention the recent suidperl thing.
Jarkko Hietaniemi [Mon, 14 Aug 2000 14:08:28 +0000]
Drop the eg/ mentions and also mention the recent suidperl thing.

p4raw-id: //depot/perl@6617

23 years agoRe: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
Mike Guy [Mon, 14 Aug 2000 08:26:02 +0000]
Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>

p4raw-id: //depot/perl@6616

23 years ago@+, @- readonly (was Re: @<punct> interpolating in "")
Mike Guy [Mon, 14 Aug 2000 08:04:22 +0000]
@+, @- readonly (was Re: @<punct> interpolating in "")
Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>

p4raw-id: //depot/perl@6615

23 years agoTest fails / warnings with perl-current #6612
Mike Guy [Mon, 14 Aug 2000 07:57:23 +0000]
Test fails / warnings with perl-current #6612
Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>

p4raw-id: //depot/perl@6614

23 years agoVMS configure.com update continues.
Jarkko Hietaniemi [Mon, 14 Aug 2000 13:45:33 +0000]
VMS configure.com update continues.

p4raw-id: //depot/perl@6613

23 years agoUpdate Changes.
Jarkko Hietaniemi [Sun, 13 Aug 2000 22:13:35 +0000]
Update Changes.

p4raw-id: //depot/perl@6612

23 years agoUpgrade to CGI 2.71, from Lincoln Stein.
Jarkko Hietaniemi [Sun, 13 Aug 2000 16:21:45 +0000]
Upgrade to CGI 2.71, from Lincoln Stein.

p4raw-id: //depot/perl@6611

23 years agot/op/regmesg.t fails if REG_INFTY set
Mike Guy [Sun, 13 Aug 2000 13:45:51 +0000]
t/op/regmesg.t fails if REG_INFTY set
Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>

p4raw-id: //depot/perl@6610

23 years agoAndreas says that 1.56 is fine, so reverting back to it.
Jarkko Hietaniemi [Sun, 13 Aug 2000 14:31:26 +0000]
Andreas says that 1.56 is fine, so reverting back to it.

p4raw-id: //depot/perl@6609

23 years agoUpdate Changes.
Jarkko Hietaniemi [Sun, 13 Aug 2000 05:34:20 +0000]
Update Changes.

p4raw-id: //depot/perl@6608

23 years agoPut back the \z changes of #5406 to CPAN.pm.
Jarkko Hietaniemi [Sun, 13 Aug 2000 05:32:01 +0000]
Put back the \z changes of #5406 to CPAN.pm.

p4raw-id: //depot/perl@6607

23 years agoFix-n-skip the tests under 5005threads.
Jarkko Hietaniemi [Sun, 13 Aug 2000 05:20:16 +0000]
Fix-n-skip the tests under 5005threads.

p4raw-id: //depot/perl@6606

23 years agoFix the test for 5005threads.
Jarkko Hietaniemi [Sun, 13 Aug 2000 05:07:48 +0000]
Fix the test for 5005threads.

p4raw-id: //depot/perl@6605

23 years agoShould have deleted this in #6603.
Jarkko Hietaniemi [Sun, 13 Aug 2000 03:35:37 +0000]
Should have deleted this in #6603.

p4raw-id: //depot/perl@6604

23 years agoRewrite of vms/subconfigure.com as configure.com,
Jarkko Hietaniemi [Sat, 12 Aug 2000 18:29:32 +0000]
Rewrite of vms/subconfigure.com as configure.com,
from Peter Prymmer and the vmsperl crew.

p4raw-id: //depot/perl@6603

23 years agoPlainText.pm is dead.
Jarkko Hietaniemi [Fri, 11 Aug 2000 13:00:01 +0000]
PlainText.pm is dead.

p4raw-id: //depot/perl@6602