This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
23 years agointegrate changes#5923,5928,6009 from mainline
Gurusamy Sarathy [Mon, 16 Oct 2000 02:48:03 +0000 (02:48 +0000)]
integrate changes#5923,5928,6009 from mainline

IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)

p4raw-link: @6009 on //depot/perl: c8aac49750e64fa298173e55691b4af8a48992fe
p4raw-link: @5928 on //depot/perl: 334f17bde01003b370737ba39ab0a63542aca6dc
p4raw-link: @5923 on //depot/perl: 8bcaa1dfb69612366728f7905b96ca3f11eafd21

p4raw-id: //depot/maint-5.6/perl@7255
p4raw-integrated: from //depot/perl@7254 'edit in'
ext/IO/lib/IO/Poll.pm (@5928..)
p4raw-integrated: from //depot/perl@6009 'copy in' t/lib/io_poll.t
(@5266..)

23 years agointegrate change#5922 from mainline
Gurusamy Sarathy [Mon, 16 Oct 2000 02:44:46 +0000 (02:44 +0000)]
integrate change#5922 from mainline

commentary about IoTYPE() (from Nathan Torkington)

p4raw-link: @5922 on //depot/perl: 03fcf2fcc9e751244339c3773a608a59a66f59e8

p4raw-id: //depot/maint-5.6/perl@7254

23 years agointegrate change#5921 from mainline
Gurusamy Sarathy [Mon, 16 Oct 2000 02:43:49 +0000 (02:43 +0000)]
integrate change#5921 from mainline

make eq unicode-aware (from Gisle Aas); fix bogus tests revealed

p4raw-link: @5921 on //depot/perl: c5cc35007718d4b8a82486110aec2d59e69a4f79

p4raw-id: //depot/maint-5.6/perl@7253

23 years agointegrate change#5920 from mainline
Gurusamy Sarathy [Mon, 16 Oct 2000 02:42:31 +0000 (02:42 +0000)]
integrate change#5920 from mainline

Larry's fix for buggy propagation of utf8-ness in join(); add test

p4raw-link: @5920 on //depot/perl: 8dbfaa5d36ec189ba6941f2f7fc195eeb1133e3f

p4raw-id: //depot/maint-5.6/perl@7252

23 years agointegrate changes#5915..5919 from mainline
Gurusamy Sarathy [Mon, 16 Oct 2000 02:41:14 +0000 (02:41 +0000)]
integrate changes#5915..5919 from mainline

various (pod tweaks &c)

p4raw-link: @5919 on //depot/perl: f542ffb367db39e7b23dc65e66936110ad283e81on //depot/metaconfig: f3dcc0361213aced1426f867a58b956e13735fcc
p4raw-link: @5915 on //depot/perl: 6ba81f13e82fbd0c09e1f9e57f15d1b48ef61c8b

p4raw-id: //depot/maint-5.6/perl@7251

23 years agointegrate change#5914 from mainline
Gurusamy Sarathy [Mon, 16 Oct 2000 02:38:16 +0000 (02:38 +0000)]
integrate change#5914 from mainline

caller() wasn't returning the right number of elements for
eval {...}

p4raw-link: @5914 on //depot/perl: 811a4de936cdd31b057f2952efd5352bfccbaef0

p4raw-id: //depot/maint-5.6/perl@7250

23 years agointegrate change#5913 from mainline
Gurusamy Sarathy [Mon, 16 Oct 2000 02:37:02 +0000 (02:37 +0000)]
integrate change#5913 from mainline

pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
(from Mark-Jason Dominus)

p4raw-link: @5913 on //depot/perl: 874b18133d8cd6ab29e7805e88ba1ecb668b632a

p4raw-id: //depot/maint-5.6/perl@7249

23 years agointegrate change#5912 from mainline
Gurusamy Sarathy [Mon, 16 Oct 2000 02:35:58 +0000 (02:35 +0000)]
integrate change#5912 from mainline

fix totally broken caching in UNIVERSAL::isa() (from
Nick Ing-Simmons)

p4raw-link: @5912 on //depot/perl: 46e4b22b349f2fc617bcb5c937a01a6be391d76f

p4raw-id: //depot/maint-5.6/perl@7248

23 years agointegrate changes#5910,5911 from mainline
Gurusamy Sarathy [Mon, 16 Oct 2000 02:34:27 +0000 (02:34 +0000)]
integrate changes#5910,5911 from mainline

typo in pod

add linebreak properties from unicode/LineBrk.txt (from
Dave Hartnoll <Dave_Hartnoll@3b2.com>)

p4raw-link: @5911 on //depot/perl: a77b4ae565b96b8c105f16b41208cbbafb447a74
p4raw-link: @5910 on //depot/perl: 7284b4ab7ff638e1d3459e352767847bc6c9e7ff
p4raw-link: @3 on //depot/thrperl: a4f68e9b64464684b732bc17fd65ed4a1aa4708c

p4raw-id: //depot/maint-5.6/perl@7247

23 years agointegrate change#5909 from mainline
Gurusamy Sarathy [Mon, 16 Oct 2000 02:33:29 +0000 (02:33 +0000)]
integrate change#5909 from mainline

mode argument to do_binmode() should be file mode, not boolean

p4raw-link: @5909 on //depot/perl: 100be497fd1deb257705c1648aa68435e70846c6

p4raw-id: //depot/maint-5.6/perl@7246

23 years agointegrate change#5908 from mainline
Gurusamy Sarathy [Mon, 16 Oct 2000 02:31:04 +0000 (02:31 +0000)]
integrate change#5908 from mainline

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)

p4raw-link: @5908 on //depot/perl: f180df804d1cde858e3e94db2f42efcc697d07d9

p4raw-id: //depot/maint-5.6/perl@7245

23 years agointegrate changes#5905,5906,5907,6064 from mainline
Gurusamy Sarathy [Mon, 16 Oct 2000 02:26:51 +0000 (02:26 +0000)]
integrate changes#5905,5906,5907,6064 from mainline

printf/sprintf didn't get quad types right under use64bitint

p4raw-link: @6064 on //depot/perl: be28567c7b4a66645fbbd71964c8c6819169207c
p4raw-link: @5907 on //depot/cfgperl: 7cfcdf208eb7eff0b6f8313f1a5b14880681119d
p4raw-link: @5906 on //depot/cfgperl: c3151b5bff1507258038c60db5a81e30ddecd245
p4raw-link: @5905 on //depot/cfgperl: 686fa4bb8e88f0c9a36218cdbf3c49f4a7b93b2a

p4raw-id: //depot/maint-5.6/perl@7242
p4raw-integrated: from //depot/perl@6064 'edit in' pp_sys.c (@6032..)
sv.c (@6061..)

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 agocreate maint-5.6 branch
Gurusamy Sarathy [Tue, 28 Mar 2000 01:59:14 +0000 (01:59 +0000)]
create maint-5.6 branch

p4raw-id: //depot/maint-5.6/perl@5902

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

24 years agosave RE context when calling __WARN__ and __DIE__ hooks;
Gurusamy Sarathy [Wed, 22 Mar 2000 15:38:49 +0000 (15:38 +0000)]
save RE context when calling __WARN__ and __DIE__ hooks;
add missing stack-of-stacks logic for new code that came
in with lexical warnings (this fixes coredumps from
-Mdiagnostics when the warnings happens to come from within
the RE engine)

p4raw-id: //depot/perl@5877

24 years agomissing pieces in perldelta
Gurusamy Sarathy [Wed, 22 Mar 2000 15:02:59 +0000 (15:02 +0000)]
missing pieces in perldelta

p4raw-id: //depot/perl@5876

24 years agorename tests to more appropriate names
Gurusamy Sarathy [Wed, 22 Mar 2000 14:46:24 +0000 (14:46 +0000)]
rename tests to more appropriate names

p4raw-id: //depot/perl@5875

24 years agoMake the no-luck-on-uselongdouble warning more visible.
Jarkko Hietaniemi [Wed, 22 Mar 2000 14:32:57 +0000 (14:32 +0000)]
Make the no-luck-on-uselongdouble warning more visible.

p4raw-id: //depot/cfgperl@5874

24 years agobackout change#5708; fixups for behavior of recently added -a switch;
Gurusamy Sarathy [Wed, 22 Mar 2000 14:28:56 +0000 (14:28 +0000)]
backout change#5708; fixups for behavior of recently added -a switch;
support -k and -m switches in h2xs (from Hugo van der Sanden)

p4raw-link: @5708 on //depot/perl: ea5e7566745834b0ad6566d9ab0445e5381c11f5

p4raw-id: //depot/perl@5873

24 years agoremove outdated notes in makefiles
Gurusamy Sarathy [Wed, 22 Mar 2000 14:21:20 +0000 (14:21 +0000)]
remove outdated notes in makefiles

p4raw-id: //depot/perl@5872

24 years agoDisable SysV shm and msg even more.
Jarkko Hietaniemi [Wed, 22 Mar 2000 14:17:40 +0000 (14:17 +0000)]
Disable SysV shm and msg even more.

p4raw-id: //depot/cfgperl@5871

24 years agoAugment #5865.
Jarkko Hietaniemi [Wed, 22 Mar 2000 14:16:54 +0000 (14:16 +0000)]
Augment #5865.

p4raw-id: //depot/cfgperl@5870

24 years agoperlbug -ok shouldn't prompt (from Paul Moore
Gurusamy Sarathy [Wed, 22 Mar 2000 14:07:27 +0000 (14:07 +0000)]
perlbug -ok shouldn't prompt (from Paul Moore
<Paul.Moore@uk.origin-it.com>)

p4raw-id: //depot/perl@5869

24 years agointegrate cfgperl contents into mainline
Gurusamy Sarathy [Wed, 22 Mar 2000 13:54:27 +0000 (13:54 +0000)]
integrate cfgperl contents into mainline

p4raw-id: //depot/perl@5868

24 years agoOpenBSD pthreadness fixes from Tom Christiansen.
Jarkko Hietaniemi [Wed, 22 Mar 2000 05:25:40 +0000 (05:25 +0000)]
OpenBSD pthreadness fixes from Tom Christiansen.

p4raw-id: //depot/cfgperl@5867

24 years agoUMRs in universal.c (SvCUR() may not be there unless SvPOK())
Gurusamy Sarathy [Wed, 22 Mar 2000 04:18:39 +0000 (04:18 +0000)]
UMRs in universal.c (SvCUR() may not be there unless SvPOK())

p4raw-id: //depot/perl@5866

24 years agoThe SysV shm*() are in libc but unimplemented.
Jarkko Hietaniemi [Tue, 21 Mar 2000 21:38:20 +0000 (21:38 +0000)]
The SysV shm*() are in libc but unimplemented.

p4raw-id: //depot/cfgperl@5865

24 years agos/setgropus/setgroups/; # detypo in a comment
Jarkko Hietaniemi [Tue, 21 Mar 2000 21:30:02 +0000 (21:30 +0000)]
s/setgropus/setgroups/; # detypo in a comment

p4raw-id: //depot/cfgperl@5864

24 years agoAdd supported platforms.
Jarkko Hietaniemi [Tue, 21 Mar 2000 20:25:40 +0000 (20:25 +0000)]
Add supported platforms.

p4raw-id: //depot/cfgperl@5863

24 years agoIntegrate with Sarathy.
Jarkko Hietaniemi [Tue, 21 Mar 2000 19:19:04 +0000 (19:19 +0000)]
Integrate with Sarathy.

p4raw-id: //depot/cfgperl@5862

24 years agoadd missing bincompat symbols to export list
Gurusamy Sarathy [Tue, 21 Mar 2000 19:07:13 +0000 (19:07 +0000)]
add missing bincompat symbols to export list

p4raw-id: //depot/perl@5861

24 years agoDisallow using too old gcc in {Tru64,Digital UNIX,DEC OSF/1}.
Jarkko Hietaniemi [Tue, 21 Mar 2000 18:59:39 +0000 (18:59 +0000)]
Disallow using too old gcc in {Tru64,Digital UNIX,DEC OSF/1}.
(Even gcc 2.95 doesn't seem to be working 100%.)

p4raw-id: //depot/cfgperl@5860

24 years agoNit for #5802 from Robin Barker.
Jarkko Hietaniemi [Tue, 21 Mar 2000 16:36:27 +0000 (16:36 +0000)]
Nit for #5802 from Robin Barker.

p4raw-id: //depot/cfgperl@5859

24 years agoBe more lenient in the case libsunmath cannot be found.
Jarkko Hietaniemi [Tue, 21 Mar 2000 14:34:25 +0000 (14:34 +0000)]
Be more lenient in the case libsunmath cannot be found.

p4raw-id: //depot/cfgperl@5858

24 years agoIntegrate with Sarathy.
Jarkko Hietaniemi [Tue, 21 Mar 2000 14:14:38 +0000 (14:14 +0000)]
Integrate with Sarathy.

p4raw-id: //depot/cfgperl@5857

24 years agohere lies RC3
Gurusamy Sarathy [Tue, 21 Mar 2000 10:44:10 +0000 (10:44 +0000)]
here lies RC3

p4raw-id: //depot/perl@5856

24 years agoclone awareness for change#5847
Gurusamy Sarathy [Tue, 21 Mar 2000 10:05:42 +0000 (10:05 +0000)]
clone awareness for change#5847

p4raw-link: @5847 on //depot/perl: 9e5093700069f9f74b9ca2d59c30b0b9880239d2

p4raw-id: //depot/perl@5855

24 years agoregen win32/config*
Gurusamy Sarathy [Tue, 21 Mar 2000 09:30:50 +0000 (09:30 +0000)]
regen win32/config*

p4raw-id: //depot/perl@5854

24 years agointegrate cfgperl and vmsperl contents into mainline
Gurusamy Sarathy [Tue, 21 Mar 2000 08:56:58 +0000 (08:56 +0000)]
integrate cfgperl and vmsperl contents into mainline

p4raw-id: //depot/perl@5853

24 years agoREADME.mint tweaks (from Guido Flohr <gufl0000@stud.uni-sb.de>)
Gurusamy Sarathy [Tue, 21 Mar 2000 06:08:20 +0000 (06:08 +0000)]
README.mint tweaks (from Guido Flohr <gufl0000@stud.uni-sb.de>)

p4raw-id: //depot/perl@5852

24 years agomake parenthetic warnings look consistent; make diagnostic on
Gurusamy Sarathy [Tue, 21 Mar 2000 06:06:44 +0000 (06:06 +0000)]
make parenthetic warnings look consistent; make diagnostic on
"use 5.6" et al mention the alternate form; pod fixups

p4raw-id: //depot/perl@5851

24 years agodisable unused Windows code that won't run on Windows 95
Gurusamy Sarathy [Tue, 21 Mar 2000 04:05:00 +0000 (04:05 +0000)]
disable unused Windows code that won't run on Windows 95

p4raw-id: //depot/perl@5850

24 years ago$File::Find::name doesn't reflect top level files
Gurusamy Sarathy [Tue, 21 Mar 2000 03:34:39 +0000 (03:34 +0000)]
$File::Find::name doesn't reflect top level files
correctly (from Simon Cozens <simon@brecon.co.uk>)

p4raw-id: //depot/perl@5849

24 years agotest fails when sockets not available (from Yitzchak Scott-Thoennes)
Gurusamy Sarathy [Tue, 21 Mar 2000 02:46:01 +0000 (02:46 +0000)]
test fails when sockets not available (from Yitzchak Scott-Thoennes)

p4raw-id: //depot/perl@5848

24 years agounder useithreads, PUSHLOOP must save PL_curpad for looking up
Gurusamy Sarathy [Tue, 21 Mar 2000 00:09:09 +0000 (00:09 +0000)]
under useithreads, PUSHLOOP must save PL_curpad for looking up
iterdata, since dounwind() may defer LEAVEs

p4raw-id: //depot/perl@5847

24 years agoDocument the lib/io_multihomed test hang in 64-bit HP-Ux.
Jarkko Hietaniemi [Mon, 20 Mar 2000 23:54:37 +0000 (23:54 +0000)]
Document the lib/io_multihomed test hang in 64-bit HP-Ux.

p4raw-id: //depot/cfgperl@5846

24 years agodetypo
Jarkko Hietaniemi [Mon, 20 Mar 2000 23:45:24 +0000 (23:45 +0000)]
detypo

p4raw-id: //depot/cfgperl@5845

24 years agoIntegrate with Sarathy.
Jarkko Hietaniemi [Mon, 20 Mar 2000 23:17:18 +0000 (23:17 +0000)]
Integrate with Sarathy.

p4raw-id: //depot/cfgperl@5844

24 years agoadd note about symbolic filehandles (from Johan Vromans)
Gurusamy Sarathy [Mon, 20 Mar 2000 22:14:35 +0000 (22:14 +0000)]
add note about symbolic filehandles (from Johan Vromans)

p4raw-id: //depot/perl@5843

24 years agoperlbugtron flags in perlbug (from Richard Foley); eliminate duplicate
Gurusamy Sarathy [Mon, 20 Mar 2000 21:59:51 +0000 (21:59 +0000)]
perlbugtron flags in perlbug (from Richard Foley); eliminate duplicate
code

p4raw-id: //depot/perl@5842

24 years agomore sleep needed from slow systems (from Peter Haworth)
Gurusamy Sarathy [Mon, 20 Mar 2000 21:06:01 +0000 (21:06 +0000)]
more sleep needed from slow systems (from Peter Haworth)

p4raw-id: //depot/perl@5841

24 years agotypo in change#5839
Gurusamy Sarathy [Mon, 20 Mar 2000 21:04:42 +0000 (21:04 +0000)]
typo in change#5839

p4raw-link: @5839 on //depot/perl: d918263624f69db4f9575643879bfa5b4453117e

p4raw-id: //depot/perl@5840

24 years agomake dumpvar.pl recognize emptyness in arrays (from Matthias Urlichs
Gurusamy Sarathy [Mon, 20 Mar 2000 21:03:14 +0000 (21:03 +0000)]
make dumpvar.pl recognize emptyness in arrays (from Matthias Urlichs
<smurf@noris.de>); fix up duplicate code in Dumpvalue.pm

p4raw-id: //depot/perl@5839

24 years agomention handle autovivification in perldata (from Johan Vromans)
Gurusamy Sarathy [Mon, 20 Mar 2000 20:53:25 +0000 (20:53 +0000)]
mention handle autovivification in perldata (from Johan Vromans)

p4raw-id: //depot/perl@5838

24 years agochange#5797 didn't do the right thing for "\xff\N{WHITE SMILING FACE}"
Gurusamy Sarathy [Mon, 20 Mar 2000 20:37:42 +0000 (20:37 +0000)]
change#5797 didn't do the right thing for "\xff\N{WHITE SMILING FACE}"

p4raw-link: @5797 on //depot/perl: e1992b6d91e50ab66a903c570e8d9c48f121f34b

p4raw-id: //depot/perl@5837

24 years agoautovivify open($fh[0],...) properly
Gurusamy Sarathy [Mon, 20 Mar 2000 16:27:13 +0000 (16:27 +0000)]
autovivify open($fh[0],...) properly

p4raw-id: //depot/perl@5836

24 years agoadd @x->[2] bug to known issues (from Johan Vromans)
Gurusamy Sarathy [Sun, 19 Mar 2000 18:51:24 +0000 (18:51 +0000)]
add @x->[2] bug to known issues (from Johan Vromans)

p4raw-id: //depot/perl@5835