This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
23 years agoUpdate Changes.
Jarkko Hietaniemi [Thu, 17 Aug 2000 14:46:35 +0000 (14:46 +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 (14:44 +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 (14:41 +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 (14:29 +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 (05:38 -0400)]
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 (06:42 -1000)]
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 (12:45 -0700)]
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 (01:22 +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 (01:19 +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 (01:16 +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 (08:39 -0400)]
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 (07:35 -0400)]
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 (01:03 +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 (00:56 +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 (00:51 +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 (00:28 +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 (00:19 +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 (00:04 +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 (23:59 +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 (23:56 +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 (23:53 +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 (23:46 +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 (14:11 +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 (14:10 +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 (02:30 +0200)]
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 (04:15 +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 (05:51 -1000)]
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 (17:09 +0200)]
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 (09:25 -0500)]
[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 (19:05 +0200)]
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 (00:07 +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 (09:31 -0700)]
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 (00:20 +0200)]
(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 (20:12 +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 (21:15 +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 (19:54 +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 (19:26 +0100)]
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 (16: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 (16:34 +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 (18:00 +0100)]
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 (17:55 +0100)]
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 (15:30 +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 (15:27 +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 (15:51 +0200)]
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 (13:10 +0100)]
[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 (15:42 -0700)]
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 (13:45 +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 (03:25 +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 (03:23 +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 (03:08 +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 (14:55 -0700)]
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 (23:44 -1000)]
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 (20:52 +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 (13:58 -0300)]
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 (13:42 -0300)]
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 (20:00 +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 (15:23 +0000)]
Update Changes.

p4raw-id: //depot/perl@6621

23 years agoRe: [PATCH] @+, @- readonly
Mike Guy [Mon, 14 Aug 2000 15:26:55 +0000 (16:26 +0100)]
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 (14:12 +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 (14:09 +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 (14:08 +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 (09:26 +0100)]
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 (09:04 +0100)]
@+, @- 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 (08:57 +0100)]
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 (13:45 +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 (22:13 +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 (16:21 +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 (14:45 +0100)]
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 (14:31 +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 (05:34 +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 (05:32 +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 (05:20 +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 (05:07 +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 (03:35 +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 (18:29 +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 (13:00 +0000)]
PlainText.pm is dead.

p4raw-id: //depot/perl@6602

23 years agoUpdate Changes.
Jarkko Hietaniemi [Fri, 11 Aug 2000 04:06:45 +0000 (04:06 +0000)]
Update Changes.

p4raw-id: //depot/perl@6601

23 years agoAdd a few missing files, update MANIFEST.
Jarkko Hietaniemi [Fri, 11 Aug 2000 04:06:10 +0000 (04:06 +0000)]
Add a few missing files, update MANIFEST.

p4raw-id: //depot/perl@6600

23 years agoAdd Perl debugging tutorial, regen toc.
Richard Foley [Wed, 9 Aug 2000 10:17:15 +0000 (12:17 +0200)]
Add Perl debugging tutorial, regen toc.

Subject: perldebtut.pod
Message-id: <3991138B.262247B8@m.dasa.de>

p4raw-id: //depot/perl@6599

23 years agotiny Changes edit
Jarkko Hietaniemi [Fri, 11 Aug 2000 02:48:56 +0000 (02:48 +0000)]
tiny Changes edit

p4raw-id: //depot/perl@6598

23 years agoTests for #6589.
Simon Cozens [Fri, 11 Aug 2000 02:24:52 +0000 (02:24 +0000)]
Tests for #6589.

Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>

p4raw-id: //depot/perl@6597

23 years agoUpdate Changes.
Jarkko Hietaniemi [Fri, 11 Aug 2000 01:50:07 +0000 (01:50 +0000)]
Update Changes.

p4raw-id: //depot/perl@6596

23 years agonitfix
Jarkko Hietaniemi [Fri, 11 Aug 2000 01:47:16 +0000 (01:47 +0000)]
nitfix

p4raw-id: //depot/perl@6595

23 years agoGetting perlio and threads to compile
Lupe Christoph [Wed, 9 Aug 2000 11:35:54 +0000 (13:35 +0200)]
Getting perlio and threads to compile
Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>

(the Solaris version changes in Configure skipped)

p4raw-id: //depot/perl@6594

23 years agoRe: [ID 20000730.003] utf8::length() bad
Simon Cozens [Tue, 1 Aug 2000 06:55:19 +0000 (06:55 +0000)]
Re: [ID 20000730.003] utf8::length() bad
Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>

p4raw-id: //depot/perl@6593

23 years agoRe: [ID 20000809.006] Debugger lost the ability to see $1 et al
Peter Scott [Thu, 10 Aug 2000 08:23:27 +0000 (01:23 -0700)]
Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>

p4raw-id: //depot/perl@6592

23 years agoRe: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value
Hugo van der Sanden [Thu, 10 Aug 2000 19:23:04 +0000 (20:23 +0100)]
Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value
Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>

p4raw-id: //depot/perl@6591

23 years agoPreprocessing and postprocessing for File::Find.
Joe Smith [Wed, 9 Aug 2000 02:44:54 +0000 (19:44 -0700)]
Preprocessing and postprocessing for File::Find.

Subject: Patch to Find::File.pm to allow alphabetical results
Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>

p4raw-id: //depot/perl@6590

23 years agoB::Deparse didn't do sub attributes.
Simon Cozens [Wed, 9 Aug 2000 04:49:20 +0000 (04:49 +0000)]
B::Deparse didn't do sub attributes.

Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>

p4raw-id: //depot/perl@6589

23 years agodebugger "d" command doesnt check line number
Mike Guy [Tue, 8 Aug 2000 21:54:29 +0000 (22:54 +0100)]
debugger "d" command doesnt check line number
Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>

p4raw-id: //depot/perl@6588

23 years agosleep(1) does not necessarily return 1.
Hugo van der Sanden [Thu, 3 Aug 2000 14:34:22 +0000 (15:34 +0100)]
sleep(1) does not necessarily return 1.

Subject: [PATCH bleadperl] op/lex_assign.t
Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>

p4raw-id: //depot/perl@6587

23 years agoDocument the IO::Select timeout.
Jarkko Hietaniemi [Fri, 11 Aug 2000 00:31:50 +0000 (00:31 +0000)]
Document the IO::Select timeout.

p4raw-id: //depot/perl@6586

23 years agoForgot contributor.
Jarkko Hietaniemi [Fri, 11 Aug 2000 00:13:54 +0000 (00:13 +0000)]
Forgot contributor.

p4raw-id: //depot/perl@6585

23 years agodetypo
Jarkko Hietaniemi [Fri, 11 Aug 2000 00:09:19 +0000 (00:09 +0000)]
detypo

p4raw-id: //depot/perl@6584

23 years agoFixes to looking-like-number to keep behaviour as it was in 5.005_03.
Mike Guy [Thu, 10 Aug 2000 15:50:54 +0000 (16:50 +0100)]
Fixes to looking-like-number to keep behaviour as it was in 5.005_03.

Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>

p4raw-id: //depot/perl@6583

23 years agoUpdate Changes.
Jarkko Hietaniemi [Thu, 10 Aug 2000 23:29:32 +0000 (23:29 +0000)]
Update Changes.

p4raw-id: //depot/perl@6582

23 years agoPut back the std @INC thing.
Jarkko Hietaniemi [Thu, 10 Aug 2000 23:26:16 +0000 (23:26 +0000)]
Put back the std @INC thing.

p4raw-id: //depot/perl@6581

23 years agoUpdate to CGI 2.70, from Lincoln Stein.
Jarkko Hietaniemi [Thu, 10 Aug 2000 23:03:34 +0000 (23:03 +0000)]
Update to CGI 2.70, from Lincoln Stein.

p4raw-id: //depot/perl@6580

23 years agoUpdate to CPAN 1.56, from Andreas König.
Jarkko Hietaniemi [Thu, 10 Aug 2000 22:41:50 +0000 (22:41 +0000)]
Update to CPAN 1.56, from Andreas König.

p4raw-id: //depot/perl@6579

23 years agoUpdate to Pod::Parser 1.17, from Brad Appleton.
Jarkko Hietaniemi [Thu, 10 Aug 2000 22:38:13 +0000 (22:38 +0000)]
Update to Pod::Parser 1.17, from Brad Appleton.

p4raw-id: //depot/perl@6578