24 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

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

p4raw-id: //depot/perl@6660

24 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

24 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

24 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

24 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

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

p4raw-id: //depot/perl@6655

24 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

24 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

24 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

24 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

24 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

24 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

24 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

24 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

24 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

24 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

24 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

24 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

24 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

24 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

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

p4raw-id: //depot/perl@6640

24 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

24 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

24 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

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

p4raw-id: //depot/perl@6636

24 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

24 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

24 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

24 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

24 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

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

p4raw-id: //depot/perl@6630

24 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

24 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

24 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

24 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

24 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

24 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

24 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

24 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

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

p4raw-id: //depot/perl@6621

24 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

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

p4raw-id: //depot/perl@6619

24 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

24 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

24 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

24 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

24 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

24 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

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

p4raw-id: //depot/perl@6612

24 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

24 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

24 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

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

p4raw-id: //depot/perl@6608

24 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

24 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

24 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

24 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

24 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

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

p4raw-id: //depot/perl@6602

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

p4raw-id: //depot/perl@6601

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

p4raw-id: //depot/perl@6600

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

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

p4raw-id: //depot/perl@6599

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

p4raw-id: //depot/perl@6598

24 years agoTests for #6589.
Simon Cozens [Fri, 11 Aug 2000 02:24:52 +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

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

p4raw-id: //depot/perl@6596

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

p4raw-id: //depot/perl@6595

24 years agoGetting perlio and threads to compile
Lupe Christoph [Wed, 9 Aug 2000 11:35:54 +0000]
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

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

p4raw-id: //depot/perl@6593

24 years agoRe: [ID 20000809.006] Debugger lost the ability to see $1 et al
Peter Scott [Thu, 10 Aug 2000 08:23:27 +0000]
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

24 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]
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

24 years agoPreprocessing and postprocessing for File::Find.
Joe Smith [Wed, 9 Aug 2000 02:44:54 +0000]
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

24 years agoB::Deparse didn't do sub attributes.
Simon Cozens [Wed, 9 Aug 2000 04:49:20 +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

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

p4raw-id: //depot/perl@6588

24 years agosleep(1) does not necessarily return 1.
Hugo van der Sanden [Thu, 3 Aug 2000 14:34:22 +0000]
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

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

p4raw-id: //depot/perl@6586

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

p4raw-id: //depot/perl@6585

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

p4raw-id: //depot/perl@6584

24 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]
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

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

p4raw-id: //depot/perl@6582

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

p4raw-id: //depot/perl@6581

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

p4raw-id: //depot/perl@6580

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

p4raw-id: //depot/perl@6579

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

p4raw-id: //depot/perl@6578

24 years agoSmall AUTHORS and MAINTAIN updates. Could do with big updates.
Jarkko Hietaniemi [Thu, 10 Aug 2000 22:35:41 +0000]
Small AUTHORS and MAINTAIN updates.  Could do with big updates.

p4raw-id: //depot/perl@6577

24 years agoUpdate to Getopt::Long 2.23_05, from Johan Vromans.
Jarkko Hietaniemi [Thu, 10 Aug 2000 22:24:54 +0000]
Update to Getopt::Long 2.23_05, from Johan Vromans.

p4raw-id: //depot/perl@6576

24 years agoUpdate to Term::ANSIColor 1.03, from Russ Allbery.
Jarkko Hietaniemi [Thu, 10 Aug 2000 22:02:07 +0000]
Update to Term::ANSIColor 1.03, from Russ Allbery.

p4raw-id: //depot/perl@6575

24 years agoIterating perl6 description.
Jarkko Hietaniemi [Thu, 10 Aug 2000 21:55:03 +0000]
Iterating perl6 description.

p4raw-id: //depot/perl@6574

24 years agoRevert the sv.c part of #6559, a better fix is needed.
Jarkko Hietaniemi [Thu, 10 Aug 2000 21:48:26 +0000]
Revert the sv.c part of #6559, a better fix is needed.

p4raw-id: //depot/perl@6573

24 years agoIt's the 2ndO'ROSSC.
Jarkko Hietaniemi [Thu, 10 Aug 2000 20:33:43 +0000]
It's the 2ndO'ROSSC.

p4raw-id: //depot/perl@6572

24 years agodetypo
Jarkko Hietaniemi [Thu, 10 Aug 2000 15:55:48 +0000]
detypo

p4raw-id: //depot/perl@6571

24 years agoAn exceptionally sticky typo.
Jarkko Hietaniemi [Thu, 10 Aug 2000 14:11:17 +0000]
An exceptionally sticky typo.

p4raw-id: //depot/perl@6570

24 years agodetypo (and test Changes updating script)
Jarkko Hietaniemi [Thu, 10 Aug 2000 14:09:33 +0000]
detypo (and test Changes updating script)

p4raw-id: //depot/perl@6569

24 years agoUpdate Changes.
Jarkko Hietaniemi [Thu, 10 Aug 2000 14:07:07 +0000]
Update Changes.

p4raw-id: //depot/perl@6568

24 years agoAmend the description of Perl6.
Elaine -HFB- Ashton [Wed, 9 Aug 2000 22:11:06 +0000]
Amend the description of Perl6.
Subject: [PATCH Perl-5.6.0] perlfaq1.pod
Message-ID: <20000809221106.A12246@chaos.wustl.edu>

p4raw-id: //depot/perl@6567

24 years agoRemove dead entry in perldiag
Mike Guy [Thu, 10 Aug 2000 14:19:19 +0000]
Remove dead entry in perldiag
Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>

p4raw-id: //depot/perl@6566

24 years agoZero entries were skipped, fix from Adrian Goalby
Jarkko Hietaniemi [Thu, 10 Aug 2000 13:51:48 +0000]
Zero entries were skipped, fix from Adrian Goalby
<argoalby@yahoo.co.uk>

p4raw-id: //depot/perl@6565

24 years agocygwin port
Fifer, Eric [Thu, 10 Aug 2000 13:15:36 +0000]
cygwin port
Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>

p4raw-id: //depot/perl@6564

24 years agoGet back into sync with Jeffrey on the enhanced regex warnings.
Jarkko Hietaniemi [Thu, 10 Aug 2000 12:55:16 +0000]
Get back into sync with Jeffrey on the enhanced regex warnings.

p4raw-id: //depot/perl@6563

24 years agowarn is a macro, avoid using at a variable to avoid warnings
Gurusamy Sarathy [Thu, 10 Aug 2000 08:38:39 +0000]
warn is a macro, avoid using at a variable to avoid warnings
in some configurations; readdir.t is too conservative in
estimating number of *.t's

p4raw-id: //depot/perl@6562