This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
24 years agoallow Configure -S to run non-interactively (spotted by Greg Hudson
Gurusamy Sarathy [Fri, 28 Apr 2000 03:47:29 +0000 (03:47 +0000)]
allow Configure -S to run non-interactively (spotted by Greg Hudson
<ghudson@mit.edu>)

p4raw-id: //depot/perl@5980

24 years agounder useithreads, constant pad entries could inadvertently be
Gurusamy Sarathy [Fri, 28 Apr 2000 03:07:54 +0000 (03:07 +0000)]
under useithreads, constant pad entries could inadvertently be
shared across threads (from Eric Blood <eblood@xmission.com>);
added Eric's test case to testsuite

p4raw-id: //depot/perl@5979

24 years agosync version numbers in File::Spec with the ones on CPAN
Gurusamy Sarathy [Thu, 27 Apr 2000 21:13:00 +0000 (21:13 +0000)]
sync version numbers in File::Spec with the ones on CPAN
(from Barrie Slaymaker)

p4raw-id: //depot/perl@5978

24 years agoautoquote barewords followed by newline and arrow properly
Gurusamy Sarathy [Thu, 27 Apr 2000 21:07:29 +0000 (21:07 +0000)]
autoquote barewords followed by newline and arrow properly
(variant of fix suggested by Rick Delaney and M.J.T. Guy)

p4raw-id: //depot/perl@5977

24 years agoDB_File v1.73 update (from Paul Marquess)
Gurusamy Sarathy [Thu, 27 Apr 2000 20:41:20 +0000 (20:41 +0000)]
DB_File v1.73 update (from Paul Marquess)

p4raw-id: //depot/perl@5976

24 years agoallow sort() reentrancy (variant of patch suggested by
Gurusamy Sarathy [Thu, 27 Apr 2000 20:34:24 +0000 (20:34 +0000)]
allow sort() reentrancy (variant of patch suggested by
Hugo van der Sanden)

p4raw-id: //depot/perl@5975

24 years agochange#4197 somehow missed initializing PL_errors, meaning
Gurusamy Sarathy [Thu, 27 Apr 2000 19:46:57 +0000 (19:46 +0000)]
change#4197 somehow missed initializing PL_errors, meaning
sytax error queueing wasn't working outside eval"" at all;
also fixed eval"" to localize PL_error_count, so that compile-time
eval's don't clobber the error state of the outer context

p4raw-link: @4197 on //depot/perl: 5a844595b9262407e093364ec4d29a22962723f0

p4raw-id: //depot/perl@5974

24 years agofix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
Gurusamy Sarathy [Thu, 27 Apr 2000 18:29:05 +0000 (18:29 +0000)]
fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)

p4raw-id: //depot/perl@5973

24 years agoData::Dumper fumbles negative numbers on 32-bit platforms where
Gurusamy Sarathy [Thu, 27 Apr 2000 18:05:11 +0000 (18:05 +0000)]
Data::Dumper fumbles negative numbers on 32-bit platforms where
IV is >32bits

p4raw-id: //depot/perl@5970

24 years agofix Sys::Syslog breakage on domain sockets (from Tom Hughes)
Gurusamy Sarathy [Thu, 27 Apr 2000 17:50:56 +0000 (17:50 +0000)]
fix Sys::Syslog breakage on domain sockets (from Tom Hughes)

p4raw-id: //depot/perl@5969

24 years agotolerate spaces in group names in test on solaris (from David Boyce
Gurusamy Sarathy [Thu, 27 Apr 2000 17:44:49 +0000 (17:44 +0000)]
tolerate spaces in group names in test on solaris (from David Boyce
<dsb@boyski.com>)

p4raw-id: //depot/perl@5968

24 years agoimproved docs on the warn_uninit diagnostic (from David Glasser
Gurusamy Sarathy [Thu, 27 Apr 2000 17:41:22 +0000 (17:41 +0000)]
improved docs on the warn_uninit diagnostic (from David Glasser
and Simon Cozens)

p4raw-id: //depot/perl@5967

24 years agoadd testsuite for B backends, fix bug in B::Deparse (from
Gurusamy Sarathy [Thu, 27 Apr 2000 16:54:58 +0000 (16:54 +0000)]
add testsuite for B backends, fix bug in B::Deparse (from
Simon Cozens <simon@brecon.co.uk>)

p4raw-id: //depot/perl@5966

24 years agoavoid "will not stay shared" warnings for our variables (from
Gurusamy Sarathy [Thu, 27 Apr 2000 16:10:37 +0000 (16:10 +0000)]
avoid "will not stay shared" warnings for our variables (from
Robin Barker)

p4raw-id: //depot/perl@5965

24 years agoreformat to 72 columns (again)
Gurusamy Sarathy [Thu, 27 Apr 2000 07:05:05 +0000 (07:05 +0000)]
reformat to 72 columns (again)

p4raw-id: //depot/perl@5964

24 years agopatch from Larry to make (\&) prototype work; added tests for
Gurusamy Sarathy [Thu, 27 Apr 2000 06:28:31 +0000 (06:28 +0000)]
patch from Larry to make (\&) prototype work; added tests for
the same

p4raw-id: //depot/perl@5963

24 years agoupdated README.hpux (from Jeff Okamoto)
Gurusamy Sarathy [Thu, 27 Apr 2000 06:15:47 +0000 (06:15 +0000)]
updated README.hpux (from Jeff Okamoto)

p4raw-id: //depot/perl@5962

24 years agorecognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
Gurusamy Sarathy [Thu, 27 Apr 2000 05:55:03 +0000 (05:55 +0000)]
recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)

p4raw-id: //depot/perl@5961

24 years agobetter INSTALL notes on Solaris issues (from Dominic Dunlop)
Gurusamy Sarathy [Thu, 27 Apr 2000 05:49:26 +0000 (05:49 +0000)]
better INSTALL notes on Solaris issues (from Dominic Dunlop)

p4raw-id: //depot/perl@5960

24 years agodoubled words in pods (from Simon Cozens
Gurusamy Sarathy [Thu, 27 Apr 2000 05:33:41 +0000 (05:33 +0000)]
doubled words in pods (from Simon Cozens
<simon.p.cozens@jp.pwcglobal.com>)

p4raw-id: //depot/perl@5959

24 years agochange#3569 deleted some essential code, revert; avoid use of
Gurusamy Sarathy [Thu, 27 Apr 2000 05:11:39 +0000 (05:11 +0000)]
change#3569 deleted some essential code, revert; avoid use of
atexit() to make DynaLoader work properly on AIX under mod_perl
(from Jens-Uwe Mager <jum@helios.de>)

p4raw-link: @3569 on //depot/perl: 054b02d6604bb3beeebed2d8a040d025b131c9a6

p4raw-id: //depot/perl@5958

24 years agopod nits (from A. C. Yardley <yardley@tanet.net>)
Gurusamy Sarathy [Thu, 27 Apr 2000 04:54:51 +0000 (04:54 +0000)]
pod nits (from A. C. Yardley <yardley@tanet.net>)

p4raw-id: //depot/perl@5957

24 years agobetter diagnostics on failed tests (from Ilya Zakharevich)
Gurusamy Sarathy [Thu, 27 Apr 2000 04:51:47 +0000 (04:51 +0000)]
better diagnostics on failed tests (from Ilya Zakharevich)

p4raw-id: //depot/perl@5956

24 years agolongstanding bug exposed by change#3307: sort arguments weren't
Gurusamy Sarathy [Thu, 27 Apr 2000 04:26:44 +0000 (04:26 +0000)]
longstanding bug exposed by change#3307: sort arguments weren't
compiled with the right wantarray context (ensuing runtime lookup
via block_gimme() was getting the incidental context of the
sort() itself)

p4raw-link: @3307 on //depot/perl: 82092f1dcd6e496644fe74540fa706cb390be431

p4raw-id: //depot/perl@5955

24 years agointegrate cfgperl contents into mainline
Gurusamy Sarathy [Wed, 26 Apr 2000 23:42:12 +0000 (23:42 +0000)]
integrate cfgperl contents into mainline

p4raw-id: //depot/perl@5954

24 years agoIntegrate with Sarathy.
Jarkko Hietaniemi [Wed, 26 Apr 2000 23:06:42 +0000 (23:06 +0000)]
Integrate with Sarathy.

p4raw-id: //depot/cfgperl@5953

24 years agoUndo "use integer" addition from 64bitint as it seems
Jarkko Hietaniemi [Wed, 26 Apr 2000 23:03:46 +0000 (23:03 +0000)]
Undo "use integer" addition from 64bitint as it seems
to break most of the subtests in Digital UNIX;
Unicos needs to find another way.

p4raw-id: //depot/cfgperl@5952

24 years agoBe more robust on "extreme" (large absolute value)
Jarkko Hietaniemi [Wed, 26 Apr 2000 22:57:53 +0000 (22:57 +0000)]
Be more robust on "extreme" (large absolute value)
arguments.  Originally reported by Daniel Connelly
as a problem with asinh() on large negative arguments,
asinh() used to bail out because an argument to log()
ended up being zero.  Ilya Zakharevich proposed using
Taylor's series in such cases, which for such large
arguments is a very good approximation.

p4raw-id: //depot/cfgperl@5951

24 years agoreformat perldiag to avoid long lines
Gurusamy Sarathy [Tue, 25 Apr 2000 19:13:12 +0000 (19:13 +0000)]
reformat perldiag to avoid long lines

p4raw-id: //depot/perl@5950

24 years agomake perldoc use the pod2man from the same version (from
Gurusamy Sarathy [Tue, 25 Apr 2000 18:41:11 +0000 (18:41 +0000)]
make perldoc use the pod2man from the same version (from
M.J.T. Guy)

p4raw-id: //depot/perl@5949

24 years agotypo in vars.pm that leads to cryptic message (from Piotr Piatkowski
Gurusamy Sarathy [Tue, 25 Apr 2000 18:21:57 +0000 (18:21 +0000)]
typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
<kompas@kompas.usr.onet.pl>)

p4raw-id: //depot/perl@5948

24 years agouse &dl_error rather than &dl_load_file as the guard for calling
Gurusamy Sarathy [Tue, 25 Apr 2000 18:11:53 +0000 (18:11 +0000)]
use &dl_error rather than &dl_load_file as the guard for calling
boot_DynaLoader() (meant to fix dl_error() redefined warnings in
statically built perl)

p4raw-id: //depot/perl@5947

24 years agoDocument that tr() is not tr(1).
Jarkko Hietaniemi [Tue, 25 Apr 2000 17:37:54 +0000 (17:37 +0000)]
Document that tr() is not tr(1).

p4raw-id: //depot/cfgperl@5946

24 years agomake module name mandatory after -M switch; reorder perldiag
Gurusamy Sarathy [Tue, 25 Apr 2000 16:34:33 +0000 (16:34 +0000)]
make module name mandatory after -M switch; reorder perldiag
alphabetically (from Mark-Jason Dominus)

p4raw-id: //depot/perl@5945

24 years agoOn second thoughts frexp() does have two arguments.
Jarkko Hietaniemi [Tue, 25 Apr 2000 01:15:18 +0000 (01:15 +0000)]
On second thoughts frexp() does have two arguments.

p4raw-id: //depot/cfgperl@5944

24 years agoAdd HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
Jarkko Hietaniemi [Mon, 24 Apr 2000 22:56:32 +0000 (22:56 +0000)]
Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
Now pp_ncmp() returns undef is either operand is a NaN.

p4raw-id: //depot/cfgperl@5943

24 years agoRegen Configure to match #5937.
Jarkko Hietaniemi [Mon, 24 Apr 2000 19:45:17 +0000 (19:45 +0000)]
Regen Configure to match #5937.

p4raw-id: //depot/cfgperl@5942

24 years agoFurther Unicos fixes for Mark Lutz.
Jarkko Hietaniemi [Mon, 24 Apr 2000 19:24:11 +0000 (19:24 +0000)]
Further Unicos fixes for Mark Lutz.

p4raw-id: //depot/cfgperl@5941

24 years agoVarious Unicos 10.0.0.6 fixes.
Mark P Lutz [Fri, 14 Apr 2000 20:21:00 +0000 (20:21 +0000)]
Various Unicos 10.0.0.6 fixes.

Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
Reply-To: tecmpl1@triton.ca.boeing.com
To: perl5-porters@perl.org
Message-Id: <200004142021.UAA36232@triton.ca.boeing.com>

p4raw-id: //depot/cfgperl@5940

24 years agomore pod nits (from Larry Virden)
Gurusamy Sarathy [Mon, 24 Apr 2000 19:01:24 +0000 (19:01 +0000)]
more pod nits (from Larry Virden)

p4raw-id: //depot/perl@5939

24 years agoConsolidated B::Deparse fixes (from Stephen McCamant)
Gurusamy Sarathy [Mon, 24 Apr 2000 18:54:01 +0000 (18:54 +0000)]
Consolidated B::Deparse fixes (from Stephen McCamant)

p4raw-id: //depot/perl@5938

24 years agoIntegrate with Sarathy.
Jarkko Hietaniemi [Mon, 24 Apr 2000 17:39:00 +0000 (17:39 +0000)]
Integrate with Sarathy.

p4raw-id: //depot/cfgperl@5937

24 years agoadditional tests for change#5934 (from Paul Marquess, who also
Gurusamy Sarathy [Mon, 24 Apr 2000 17:30:06 +0000 (17:30 +0000)]
additional tests for change#5934 (from Paul Marquess, who also
sent in the same fix)

p4raw-link: @5934 on //depot/perl: f0a6fc868045c83877fa78e3e0f6f0be236d2a27

p4raw-id: //depot/perl@5936

24 years agoDo not assume sign propagation.
M. J. T. Guy [Tue, 18 Apr 2000 18:24:49 +0000 (19:24 +0100)]
Do not assume sign propagation.
Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
To: payner@ncifcrf.gov, perl5-porters@perl.org
Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk>

p4raw-id: //depot/cfgperl@5935

24 years agopropagate lexical warnings from surrounding scope correctly
Gurusamy Sarathy [Mon, 24 Apr 2000 17:16:54 +0000 (17:16 +0000)]
propagate lexical warnings from surrounding scope correctly
within string eval()

p4raw-id: //depot/perl@5934

24 years agoFlatten the cpp jungle doing the nosuid checking.
Jarkko Hietaniemi [Mon, 24 Apr 2000 17:01:07 +0000 (17:01 +0000)]
Flatten the cpp jungle doing the nosuid checking.

p4raw-id: //depot/cfgperl@5933

24 years agoadd rsignal(), whichsig() and do_join() to public API list
Gurusamy Sarathy [Mon, 24 Apr 2000 09:08:14 +0000 (09:08 +0000)]
add rsignal(), whichsig() and do_join() to public API list
(mod_perl uses them to good advantage)

p4raw-id: //depot/perl@5932

24 years agofix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
Gurusamy Sarathy [Mon, 24 Apr 2000 09:01:40 +0000 (09:01 +0000)]
fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)

p4raw-id: //depot/perl@5931

24 years agosmall os390 tweaks (from Peter Prymmer)
Gurusamy Sarathy [Mon, 24 Apr 2000 08:58:33 +0000 (08:58 +0000)]
small os390 tweaks (from Peter Prymmer)

p4raw-id: //depot/perl@5930

24 years agopod nits
Gurusamy Sarathy [Mon, 24 Apr 2000 08:55:25 +0000 (08:55 +0000)]
pod nits

p4raw-id: //depot/perl@5929

24 years agorevert change#5923 ("breaks" t/lib/io_poll.t)
Gurusamy Sarathy [Mon, 24 Apr 2000 08:50:13 +0000 (08:50 +0000)]
revert change#5923 ("breaks" t/lib/io_poll.t)

p4raw-link: @5923 on //depot/perl: 8bcaa1dfb69612366728f7905b96ca3f11eafd21

p4raw-id: //depot/perl@5928

24 years agoarrange for next() to resume at the unstack op rather than the
Gurusamy Sarathy [Mon, 24 Apr 2000 08:43:24 +0000 (08:43 +0000)]
arrange for next() to resume at the unstack op rather than the
loop conditional, so that scope cleanup happens correctly
(from Stephen McCamant)

p4raw-id: //depot/perl@5927

24 years agoon windows, reserve 16M of stack rather than 128M (allows more
Gurusamy Sarathy [Mon, 24 Apr 2000 08:18:40 +0000 (08:18 +0000)]
on windows, reserve 16M of stack rather than 128M (allows more
threads to run concurrently)

p4raw-id: //depot/perl@5926

24 years agoPOSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
Gurusamy Sarathy [Mon, 24 Apr 2000 08:13:52 +0000 (08:13 +0000)]
POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)

p4raw-id: //depot/perl@5925

24 years agoavoid using uninitialized memory in require version check
Gurusamy Sarathy [Mon, 24 Apr 2000 08:08:59 +0000 (08:08 +0000)]
avoid using uninitialized memory in require version check

p4raw-id: //depot/perl@5924

24 years agovarious bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
Gurusamy Sarathy [Mon, 24 Apr 2000 07:20:14 +0000 (07:20 +0000)]
various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)

p4raw-id: //depot/perl@5923

24 years agocommentary about IoTYPE() (from Nathan Torkington)
Gurusamy Sarathy [Mon, 24 Apr 2000 07:08:42 +0000 (07:08 +0000)]
commentary about IoTYPE() (from Nathan Torkington)

p4raw-id: //depot/perl@5922

24 years agomake eq unicode-aware (from Gisle Aas); fix bogus tests revealed
Gurusamy Sarathy [Mon, 24 Apr 2000 06:58:26 +0000 (06:58 +0000)]
make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
by fix

p4raw-id: //depot/perl@5921

24 years agoLarry's fix for buggy propagation of utf8-ness in join(); add test
Gurusamy Sarathy [Mon, 24 Apr 2000 06:37:59 +0000 (06:37 +0000)]
Larry's fix for buggy propagation of utf8-ness in join(); add test

p4raw-id: //depot/perl@5920

24 years agoConfigure might miss old directories when prefix must be
Gurusamy Sarathy [Mon, 24 Apr 2000 06:21:58 +0000 (06:21 +0000)]
Configure might miss old directories when prefix must be
expanded (from Robin Barker)

p4raw-id: //depot/perl@5919

24 years agoVMS nits in glob() test (from Charles Lane)
Gurusamy Sarathy [Mon, 24 Apr 2000 06:16:11 +0000 (06:16 +0000)]
VMS nits in glob() test (from Charles Lane)

p4raw-id: //depot/perl@5918

24 years agovarious pod nits (from Larry Virden and others)
Gurusamy Sarathy [Mon, 24 Apr 2000 06:11:56 +0000 (06:11 +0000)]
various pod nits (from Larry Virden and others)

p4raw-id: //depot/perl@5917

24 years agoignore dotfiles (.cvsignore etc) in test (from Warren Jones
Gurusamy Sarathy [Mon, 24 Apr 2000 05:52:43 +0000 (05:52 +0000)]
ignore dotfiles (.cvsignore etc) in test (from Warren Jones
<wjones@tc.fluke.com>)

p4raw-id: //depot/perl@5916

24 years agosupported platforms mixed up
Gurusamy Sarathy [Mon, 24 Apr 2000 05:07:01 +0000 (05:07 +0000)]
supported platforms mixed up

p4raw-id: //depot/perl@5915

24 years agocaller() wasn't returning the right number of elements for
Gurusamy Sarathy [Mon, 24 Apr 2000 04:56:08 +0000 (04:56 +0000)]
caller() wasn't returning the right number of elements for
eval {...}

p4raw-id: //depot/perl@5914

24 years agopod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
Gurusamy Sarathy [Mon, 24 Apr 2000 04:35:41 +0000 (04:35 +0000)]
pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
Mark-Jason Dominus)

p4raw-id: //depot/perl@5913

24 years agofix totally broken caching in UNIVERSAL::isa() (from
Gurusamy Sarathy [Mon, 24 Apr 2000 04:17:15 +0000 (04:17 +0000)]
fix totally broken caching in UNIVERSAL::isa() (from
Nick Ing-Simmons)

p4raw-id: //depot/perl@5912

24 years agoadd linebreak properties from unicode/LineBrk.txt (from
Gurusamy Sarathy [Mon, 24 Apr 2000 03:39:47 +0000 (03:39 +0000)]
add linebreak properties from unicode/LineBrk.txt (from
Dave Hartnoll <Dave_Hartnoll@3b2.com>)

p4raw-link: @3 on //depot/thrperl: a4f68e9b64464684b732bc17fd65ed4a1aa4708c

p4raw-id: //depot/perl@5911

24 years agotypo in pod
Gurusamy Sarathy [Mon, 24 Apr 2000 03:23:10 +0000 (03:23 +0000)]
typo in pod

p4raw-id: //depot/perl@5910

24 years agomode argument to do_binmode() should be file mode, not boolean
Gurusamy Sarathy [Mon, 24 Apr 2000 03:22:03 +0000 (03:22 +0000)]
mode argument to do_binmode() should be file mode, not boolean

p4raw-id: //depot/perl@5909

24 years agointroduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
Gurusamy Sarathy [Sun, 16 Apr 2000 16:51:08 +0000 (16:51 +0000)]
introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
always returns a valid GV even when the symbol is trapped by strictures
(avoids coredumps)

TODO: the C<package;> hack needs similar treatment

p4raw-id: //depot/perl@5908

24 years agopp_gmtime() assumed that newSVpvf %d would take C ints,
Jarkko Hietaniemi [Fri, 31 Mar 2000 23:42:56 +0000 (23:42 +0000)]
pp_gmtime() assumed that newSVpvf %d would take C ints,
an assumption which #5905 demolished.

p4raw-id: //depot/cfgperl@5907

24 years agoTypo in #5905.
Jarkko Hietaniemi [Fri, 31 Mar 2000 18:54:37 +0000 (18:54 +0000)]
Typo in #5905.

p4raw-id: //depot/cfgperl@5906

24 years agoFix for "[ID 20000329.080] quad printing does not work as documented",
Jarkko Hietaniemi [Fri, 31 Mar 2000 18:50:54 +0000 (18:50 +0000)]
Fix for "[ID 20000329.080] quad printing does not work as documented",
reported by Joseph N. Hall.  The bug was that even with use64bitint
one had to use the prefixes q, L, or ll with printf/sprintf,
contrary to the documentation and common sense.

p4raw-id: //depot/cfgperl@5905

24 years agoadd Changes, perldelta.pod
Gurusamy Sarathy [Tue, 28 Mar 2000 02:31:32 +0000 (02:31 +0000)]
add Changes, perldelta.pod

p4raw-id: //depot/perl@5904

24 years agorename Changes and perldelta.pod
Gurusamy Sarathy [Tue, 28 Mar 2000 02:03:55 +0000 (02:03 +0000)]
rename Changes and perldelta.pod

p4raw-id: //depot/perl@5903

24 years agoIntegrate with Sarathy.
Jarkko Hietaniemi [Thu, 23 Mar 2000 05:48:43 +0000 (05:48 +0000)]
Integrate with Sarathy.

p4raw-id: //depot/cfgperl@5901

24 years agothree guesses on what this is :-)
Gurusamy Sarathy [Thu, 23 Mar 2000 05:42:43 +0000 (05:42 +0000)]
three guesses on what this is :-)

p4raw-id: //depot/perl@5900

24 years agoupdate patchlevel.h, Changes; regen perltoc.pod perl-5.6.0
Gurusamy Sarathy [Thu, 23 Mar 2000 05:39:11 +0000 (05:39 +0000)]
update patchlevel.h, Changes; regen perltoc.pod

p4raw-id: //depot/perl@5899

24 years agoIntegrate with Sarathy.
Jarkko Hietaniemi [Thu, 23 Mar 2000 05:36:47 +0000 (05:36 +0000)]
Integrate with Sarathy.

p4raw-id: //depot/cfgperl@5898

24 years agorevise perldelta for more optimal ordering, minor Todo
Gurusamy Sarathy [Thu, 23 Mar 2000 05:31:12 +0000 (05:31 +0000)]
revise perldelta for more optimal ordering, minor Todo
rearrangments

p4raw-id: //depot/perl@5897

24 years agopod updates (from Tom Christiansen)
Gurusamy Sarathy [Thu, 23 Mar 2000 05:30:15 +0000 (05:30 +0000)]
pod updates (from Tom Christiansen)

p4raw-id: //depot/perl@5896

24 years agofix misplaced OP refcount for eval root
Gurusamy Sarathy [Thu, 23 Mar 2000 02:33:33 +0000 (02:33 +0000)]
fix misplaced OP refcount for eval root

p4raw-id: //depot/perl@5895

24 years agoIntegrate with Sarathy.
Jarkko Hietaniemi [Wed, 22 Mar 2000 21:37:03 +0000 (21:37 +0000)]
Integrate with Sarathy.

p4raw-id: //depot/cfgperl@5894

24 years agounretract change#5871 (Dominic Dunlop reports machten is better
Gurusamy Sarathy [Wed, 22 Mar 2000 21:08:34 +0000 (21:08 +0000)]
unretract change#5871 (Dominic Dunlop reports machten is better
with it than without)

p4raw-link: @5871 on //depot/cfgperl: eee97483e8b20972a6444d8283945e690003b688

p4raw-id: //depot/perl@5893

24 years agointegrate cfgperl changes into mainline
Gurusamy Sarathy [Wed, 22 Mar 2000 20:37:44 +0000 (20:37 +0000)]
integrate cfgperl changes into mainline

p4raw-id: //depot/perl@5892

24 years agoperlsyn.pod nit (from Tom Christiansen)
Gurusamy Sarathy [Wed, 22 Mar 2000 20:04:01 +0000 (20:04 +0000)]
perlsyn.pod nit (from Tom Christiansen)

p4raw-id: //depot/perl@5891

24 years agotypo in comment
Gurusamy Sarathy [Wed, 22 Mar 2000 19:43:22 +0000 (19:43 +0000)]
typo in comment

p4raw-id: //depot/perl@5890

24 years agoadd README.machten (from Dominic Dunlop)
Gurusamy Sarathy [Wed, 22 Mar 2000 19:41:46 +0000 (19:41 +0000)]
add README.machten (from Dominic Dunlop)

p4raw-id: //depot/perl@5889

24 years agomakefile nits
Gurusamy Sarathy [Wed, 22 Mar 2000 19:29:47 +0000 (19:29 +0000)]
makefile nits

p4raw-id: //depot/perl@5888

24 years agoadd note about lib/open3.t#22 failure on Win2K
Gurusamy Sarathy [Wed, 22 Mar 2000 19:26:03 +0000 (19:26 +0000)]
add note about lib/open3.t#22 failure on Win2K

p4raw-id: //depot/perl@5887

24 years agoio/fs.t tweaks for Windows 2000
Gurusamy Sarathy [Wed, 22 Mar 2000 19:14:20 +0000 (19:14 +0000)]
io/fs.t tweaks for Windows 2000

p4raw-id: //depot/perl@5886

24 years agomake unloading of extension shared objects (change#5381) a build
Gurusamy Sarathy [Wed, 22 Mar 2000 18:41:50 +0000 (18:41 +0000)]
make unloading of extension shared objects (change#5381) a build
option (use "Configure -Accflags=-DDL_UNLOAD_ALL_AT_EXIT" to enable)

p4raw-link: @5381 on //depot/perl: abb9e9dca5a5f1213886f2e81a42c9a565def727

p4raw-id: //depot/perl@5885

24 years agoavoid loading both XSLoader and DynaLoader (avoids dl_error()
Gurusamy Sarathy [Wed, 22 Mar 2000 18:16:45 +0000 (18:16 +0000)]
avoid loading both XSLoader and DynaLoader (avoids dl_error()
redefinition warnings when statically linked)

p4raw-id: //depot/perl@5884

24 years agoIntegrate with Sarathy.
Jarkko Hietaniemi [Wed, 22 Mar 2000 17:45:01 +0000 (17:45 +0000)]
Integrate with Sarathy.

p4raw-id: //depot/cfgperl@5883

24 years agoMetaconfigify #5881.
Jarkko Hietaniemi [Wed, 22 Mar 2000 17:16:27 +0000 (17:16 +0000)]
Metaconfigify #5881.

p4raw-id: //depot/cfgperl@5882

24 years agoavoid including things that aren't directories in inc_version_list
Gurusamy Sarathy [Wed, 22 Mar 2000 17:04:01 +0000 (17:04 +0000)]
avoid including things that aren't directories in inc_version_list
(from Robin Barker)

p4raw-id: //depot/perl@5881

24 years agoavoid File::Compare warning when passed handles (from Nick
Gurusamy Sarathy [Wed, 22 Mar 2000 16:55:42 +0000 (16:55 +0000)]
avoid File::Compare warning when passed handles (from Nick
Ing-Simmons)

p4raw-id: //depot/perl@5880

24 years agoRetract #5871.
Jarkko Hietaniemi [Wed, 22 Mar 2000 16:48:33 +0000 (16:48 +0000)]
Retract #5871.

p4raw-id: //depot/cfgperl@5879

24 years agoRM600-svr4 tweaks (from Frank Ridderbusch
Gurusamy Sarathy [Wed, 22 Mar 2000 16:29:37 +0000 (16:29 +0000)]
RM600-svr4 tweaks (from Frank Ridderbusch
<frank.ridderbusch@pdb.siemens.de>)

p4raw-id: //depot/perl@5878