24 years agofurther qualify references to "alphanumeric" (from Wolfgang Laun
Gurusamy Sarathy [Thu, 1 Jun 2000 08:24:40 +0000]
further qualify references to "alphanumeric" (from Wolfgang Laun
<wolfgang.laun@alcatel.at>)

p4raw-id: //depot/perl@6186

24 years agoremove incorrect documentation about implicit split to @_ in
Gurusamy Sarathy [Thu, 1 Jun 2000 08:12:00 +0000]
remove incorrect documentation about implicit split to @_ in
list context, which never really worked in perl 5 (from
M.J.T. Guy)

p4raw-id: //depot/perl@6185

24 years agotweak for change#6127
Gurusamy Sarathy [Thu, 1 Jun 2000 07:52:27 +0000]
tweak for change#6127

p4raw-link: @6127 on //depot/perl: 968b39461011b9bd1e503c77c95c2eeec281b946

p4raw-id: //depot/perl@6184

24 years agoSelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
Gurusamy Sarathy [Thu, 1 Jun 2000 07:41:02 +0000]
SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
<nick@ccl4.org>)

p4raw-id: //depot/perl@6183

24 years agobuggy modulus on UVs introduced by change#3378 (resulted in
Gurusamy Sarathy [Wed, 31 May 2000 22:37:51 +0000]
buggy modulus on UVs introduced by change#3378 (resulted in
4063328477 % 65535 amounting to 27406, instead of 27407)

p4raw-link: @3378 on //depot/perl: 25da4f389200e19df8aa50bcef9af9506f48ed2e

p4raw-id: //depot/perl@6179

24 years agofix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
Gurusamy Sarathy [Wed, 31 May 2000 05:05:42 +0000]
fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
(from Ilya Zakharevich)

p4raw-id: //depot/perl@6172

24 years agoscalar() doesn't force scalar context when used in void context
Gurusamy Sarathy [Wed, 31 May 2000 05:01:47 +0000]
scalar() doesn't force scalar context when used in void context
(from Simon Cozens)

p4raw-id: //depot/perl@6171

24 years agochange#6142 needs tweaks to tests to work where there's no symlink()
Gurusamy Sarathy [Wed, 31 May 2000 04:41:33 +0000]
change#6142 needs tweaks to tests to work where there's no symlink()
(from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)

p4raw-link: @6142 on //depot/perl: 704ea872433dd6d5a1c650f509289fdea5c037ab

p4raw-id: //depot/perl@6170

24 years agointegrate cfgperl contents into mainline
Gurusamy Sarathy [Wed, 31 May 2000 04:29:49 +0000]
integrate cfgperl contents into mainline

p4raw-id: //depot/perl@6169

24 years agoTweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
Jarkko Hietaniemi [Tue, 30 May 2000 22:53:37 +0000]
Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.

p4raw-id: //depot/cfgperl@6168

24 years agotweak todo
Jarkko Hietaniemi [Tue, 30 May 2000 22:20:21 +0000]
tweak todo

p4raw-id: //depot/cfgperl@6167

24 years agoIntroduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
Jarkko Hietaniemi [Tue, 30 May 2000 22:11:51 +0000]
Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
in case somebody wants to write an extension for more
shadow database interfaces.

p4raw-id: //depot/cfgperl@6166

24 years agoIntegrate with Sarathy.
Jarkko Hietaniemi [Tue, 30 May 2000 18:35:34 +0000]
Integrate with Sarathy.

p4raw-id: //depot/cfgperl@6165

24 years agodetypo
Jarkko Hietaniemi [Tue, 30 May 2000 18:30:16 +0000]
detypo

p4raw-id: //depot/cfgperl@6164

24 years agofix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
Gurusamy Sarathy [Tue, 30 May 2000 03:24:03 +0000]
fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)

p4raw-link: @4579 on //depot/perl: ed094fafab5cc8979a919ec8755493543b6bddf5

p4raw-id: //depot/perl@6163

24 years agofix memory leak in method call optimization (change#3768);
Gurusamy Sarathy [Tue, 30 May 2000 03:09:38 +0000]
fix memory leak in method call optimization (change#3768);
made C<eval "$x->foo()"> leak

p4raw-link: @3768 on //depot/perl: f5d5a27c761624409884a263632e1a922439502b

p4raw-id: //depot/perl@6162

24 years agoAdd autogeneration of perlmodlib.pod and the new perlnewmod.pod,
Jarkko Hietaniemi [Mon, 29 May 2000 17:56:26 +0000]
Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
both from Simon Cozens.

p4raw-id: //depot/cfgperl@6161

24 years agoChanges for the File::Temp 0.08 (change #6159) test suite
Jarkko Hietaniemi [Mon, 29 May 2000 17:23:55 +0000]
Changes for the File::Temp 0.08 (change #6159) test suite
to fit better into the Perl distribution test framework.

p4raw-link: @6159 on //depot/cfgperl: 1c19c86813086fb9efca2171c6506afe1bfe8cc4

p4raw-id: //depot/cfgperl@6160

24 years agoUpgrade to File::Temp 0.08 from Tim Jenness via CPAN.
Jarkko Hietaniemi [Mon, 29 May 2000 16:55:36 +0000]
Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.

p4raw-id: //depot/cfgperl@6159

24 years agoRegen Configure to jive with #6149.
Jarkko Hietaniemi [Mon, 29 May 2000 03:10:36 +0000]
Regen Configure to jive with #6149.

p4raw-id: //depot/cfgperl@6157

24 years agoIntegrate with Sarathy.
Jarkko Hietaniemi [Mon, 29 May 2000 03:01:38 +0000]
Integrate with Sarathy.

p4raw-id: //depot/cfgperl@6156

24 years agosmall bug in change#6144; remove random \xA0 character that snuck
Gurusamy Sarathy [Sun, 28 May 2000 21:15:58 +0000]
small bug in change#6144; remove random \xA0 character that snuck
in via change#6145

p4raw-link: @6145 on //depot/perl: e03d20b37534005291cfa8844300128459541e0e
p4raw-link: @6144 on //depot/perl: 0eb0485562acdea1555bc121d0e989d63a918d26

p4raw-id: //depot/perl@6155

24 years agoavoid type mismatch warning
Gurusamy Sarathy [Sun, 28 May 2000 21:04:19 +0000]
avoid type mismatch warning

p4raw-id: //depot/perl@6154

24 years agoprettier Test::Harness output on failed tests (from Nicholas Clark
Gurusamy Sarathy [Sun, 28 May 2000 20:58:31 +0000]
prettier Test::Harness output on failed tests (from Nicholas Clark
<nick@Bagpuss.uk.boo.com>)

p4raw-id: //depot/perl@6153

24 years agocosmetic fixups of RE debug output (from Ilya Zakharevich)
Gurusamy Sarathy [Sun, 28 May 2000 20:53:42 +0000]
cosmetic fixups of RE debug output (from Ilya Zakharevich)

p4raw-id: //depot/perl@6152

24 years agofix accidental pessimization in RE optimizer (from Ilya Zakharevich)
Gurusamy Sarathy [Sun, 28 May 2000 20:50:28 +0000]
fix accidental pessimization in RE optimizer (from Ilya Zakharevich)

p4raw-id: //depot/perl@6151

24 years agoperlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
Gurusamy Sarathy [Sun, 28 May 2000 20:39:58 +0000]
perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)

p4raw-id: //depot/perl@6150

24 years agoOS/2 tweaks for usethreads build (from Rocco Caputo
Gurusamy Sarathy [Sun, 28 May 2000 20:35:16 +0000]
OS/2 tweaks for usethreads build (from Rocco Caputo
<troc@netrus.net>)

p4raw-id: //depot/perl@6149

24 years agoclose open file before chmod() (from Rocco Caputo <troc@netrus.net>)
Gurusamy Sarathy [Sun, 28 May 2000 20:21:07 +0000]
close open file before chmod() (from Rocco Caputo <troc@netrus.net>)

p4raw-id: //depot/perl@6148

24 years agoadd a make entry to Config.pm so "perl -V:make" works on VMS
Gurusamy Sarathy [Sun, 28 May 2000 20:12:41 +0000]
add a make entry to Config.pm so "perl -V:make" works on VMS
(from Peter Prymmer)

p4raw-id: //depot/perl@6147

24 years agodoc typo
Gurusamy Sarathy [Sun, 28 May 2000 20:06:15 +0000]
doc typo

p4raw-id: //depot/perl@6146

24 years agomake xsubpp skip embedded pod (from Matthias Neeracher
Gurusamy Sarathy [Sun, 28 May 2000 18:44:33 +0000]
make xsubpp skip embedded pod (from Matthias Neeracher
<neeri@iis.ee.ethz.ch>)

p4raw-id: //depot/perl@6145

24 years agoMacOS support, part 2: make AutoSplit use File::Spec instead
Gurusamy Sarathy [Sun, 28 May 2000 18:42:49 +0000]
MacOS support, part 2: make AutoSplit use File::Spec instead
of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
<neeri@iis.ee.ethz.ch>)

p4raw-id: //depot/perl@6144

24 years agoMacOS support, part 1 (from Matthias Neeracher
Gurusamy Sarathy [Sun, 28 May 2000 18:41:12 +0000]
MacOS support, part 1 (from Matthias Neeracher
<neeri@iis.ee.ethz.ch>)

p4raw-id: //depot/perl@6143

24 years agoFile::Find fails to chdir when chasing symlinks (from
Gurusamy Sarathy [Sun, 28 May 2000 18:21:51 +0000]
File::Find fails to chdir when chasing symlinks (from
Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)

p4raw-id: //depot/perl@6142

24 years agoBSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
Jarkko Hietaniemi [Sun, 28 May 2000 14:25:15 +0000]
BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
forwarded by Peter Seebach from the bsdi-users mailing list.
p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>

p4raw-id: //depot/perl@6141

24 years agoIntegrate with Sarathy.
Jarkko Hietaniemi [Sun, 28 May 2000 14:11:57 +0000]
Integrate with Sarathy.

p4raw-id: //depot/cfgperl@6140

24 years agorevise mktables.PL for bugs and newness in Unicode 3.0
Gurusamy Sarathy [Sun, 28 May 2000 10:01:48 +0000]
revise mktables.PL for bugs and newness in Unicode 3.0
(from James Bence <jbence@amgen.com>)

p4raw-id: //depot/perl@6139

24 years agoadd note about the handling of negative indices to tied arrays
Gurusamy Sarathy [Sun, 28 May 2000 08:50:32 +0000]
add note about the handling of negative indices to tied arrays
(from Michael G Schwern <schwern@pobox.com>)

p4raw-id: //depot/perl@6138

24 years agofix bogus redeclaration warning for "our" variables in different
Gurusamy Sarathy [Sun, 28 May 2000 08:46:10 +0000]
fix bogus redeclaration warning for "our" variables in different
scopes

p4raw-id: //depot/perl@6137

24 years agorandom pod typos (from Peter Scott <Peter@PSDT.com>)
Gurusamy Sarathy [Sun, 28 May 2000 08:31:20 +0000]
random pod typos (from Peter Scott <Peter@PSDT.com>)

p4raw-id: //depot/perl@6136

24 years agoenable Test::Harness to dynamically determine column width etc.
Gurusamy Sarathy [Sun, 28 May 2000 08:17:50 +0000]
enable Test::Harness to dynamically determine column width etc.
(from Rob Napier <rnapier@employees.org>)

p4raw-id: //depot/perl@6135

24 years agomake Test::Harness use wait.h/WCOREDUMP if available
Gurusamy Sarathy [Sun, 28 May 2000 08:13:39 +0000]
make Test::Harness use wait.h/WCOREDUMP if available
(from Ben Tilly <ben_tilly@hotmail.com>)

p4raw-id: //depot/perl@6134

24 years agoelide bogus test in change#6132
Gurusamy Sarathy [Sun, 28 May 2000 08:08:05 +0000]
elide bogus test in change#6132

p4raw-link: @6132 on //depot/perl: 114bafba71b4fe6a08258e1f6dfc504b5d9fd70c

p4raw-id: //depot/perl@6133

24 years agowarnings::enabled() doesn't fall back to looking at $^W if
Gurusamy Sarathy [Sun, 28 May 2000 08:03:14 +0000]
warnings::enabled() doesn't fall back to looking at $^W if
caller isn't using lexical warnings (from Paul Marquess)

p4raw-id: //depot/perl@6132

24 years agoavoid warnings in POSIX.pm (from Barrie Slaymaker)
Gurusamy Sarathy [Sun, 28 May 2000 07:57:47 +0000]
avoid warnings in POSIX.pm (from Barrie Slaymaker)

p4raw-id: //depot/perl@6131

24 years agofix places that mean C<"word" character> but say C<alphanumeric
Gurusamy Sarathy [Sun, 28 May 2000 07:29:12 +0000]
fix places that mean C<"word" character> but say C<alphanumeric
character>

p4raw-id: //depot/perl@6130

24 years agoVMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
Gurusamy Sarathy [Sun, 28 May 2000 07:18:41 +0000]
VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)

p4raw-id: //depot/perl@6129

24 years agonew perlxstut example for passing/returning refs to arrays
Gurusamy Sarathy [Sun, 28 May 2000 07:12:55 +0000]
new perlxstut example for passing/returning refs to arrays
(from David Lowe <dlowe@pootpoot.com>)

p4raw-id: //depot/perl@6128

24 years agocall_method(...,G_EVAL) can longjmp() out if the method probing
Gurusamy Sarathy [Sun, 28 May 2000 07:02:50 +0000]
call_method(...,G_EVAL) can longjmp() out if the method probing
failed (from Gisle Aas)

p4raw-id: //depot/perl@6127

24 years agochange#2879 broke rvalue autovivification of magicals such as ${$num}
Gurusamy Sarathy [Sun, 28 May 2000 06:39:53 +0000]
change#2879 broke rvalue autovivification of magicals such as ${$num}
(reworked variant of patch suggested by Simon Cozens)

p4raw-link: @2879 on //depot/perl: 35cd451c5a1303394968903750cc3b3a1a6bc892

p4raw-id: //depot/perl@6126

24 years agoenable propagating exception objects via Perl_croak() in XS code
Gurusamy Sarathy [Sun, 28 May 2000 05:14:55 +0000]
enable propagating exception objects via Perl_croak() in XS code
(from Gisle Aas)

p4raw-id: //depot/perl@6125

24 years agointegrate vmsperl contents into mainline
Gurusamy Sarathy [Sun, 28 May 2000 05:07:28 +0000]
integrate vmsperl contents into mainline

p4raw-id: //depot/perl@6124

24 years agoclarify gotcha with #line directives (from Rocco Caputo
Gurusamy Sarathy [Sun, 28 May 2000 05:03:53 +0000]
clarify gotcha with #line directives (from Rocco Caputo
<troc@netrus.net>)

p4raw-id: //depot/perl@6123

24 years agodowngrade fatal error on C<"foo@nosucharray.com"> to optional warning
Gurusamy Sarathy [Sun, 28 May 2000 04:58:29 +0000]
downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
(from Mark-Jason Dominus)

p4raw-id: //depot/perl@6122

24 years agoAllow eliminate_macros() and fixpath() to handle space-delimited
Charles Bailey [Thu, 25 May 2000 04:46:54 +0000]
Allow eliminate_macros() and fixpath() to handle space-delimited
       lists (based on fixes by Craig Berry)

p4raw-id: //depot/vmsperl@6121

24 years agoAdd missing escape (Charles Lane)
Charles Bailey [Thu, 25 May 2000 04:25:38 +0000]
Add missing escape (Charles Lane)

p4raw-id: //depot/vmsperl@6120

24 years agoQuiet error messages in vmsish.t (Charles Lane)
Charles Bailey [Thu, 25 May 2000 04:21:25 +0000]
Quiet error messages in vmsish.t (Charles Lane)

p4raw-id: //depot/vmsperl@6119

24 years agoRegularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
Charles Bailey [Thu, 25 May 2000 04:17:57 +0000]
Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
       Flatten case labels in switch statements uniformly (Charles Bailey)

p4raw-id: //depot/vmsperl@6118

24 years agoTreat sockets as special in sys(read|write) (Charles Lane et al.)
Charles Bailey [Thu, 25 May 2000 03:58:09 +0000]
Treat sockets as special in sys(read|write) (Charles Lane et al.)

p4raw-id: //depot/vmsperl@6117

24 years agoMiscellaneous cosmetic fixes (Charles Lane)
Charles Bailey [Thu, 25 May 2000 03:11:15 +0000]
Miscellaneous cosmetic fixes (Charles Lane)

p4raw-id: //depot/vmsperl@6116

24 years agoAdd bounds checking for several strings (Charles Lane)
Charles Bailey [Thu, 25 May 2000 03:10:36 +0000]
Add bounds checking for several strings (Charles Lane)

p4raw-id: //depot/vmsperl@6115

24 years agoUrk -- undo previous removal of vmsish 'exit' change
Charles Bailey [Thu, 25 May 2000 02:25:34 +0000]
Urk -- undo previous removal of vmsish 'exit' change

p4raw-id: //depot/vmsperl@6114

24 years agoUgly workaround for version-specific RTL error
Charles Bailey [Wed, 24 May 2000 02:24:40 +0000]
Ugly workaround for version-specific RTL error

p4raw-id: //depot/vmsperl@6113

24 years agoCheck for existence of file before trying to delete
Charles Bailey [Wed, 24 May 2000 02:19:55 +0000]
Check for existence of file before trying to delete

p4raw-id: //depot/vmsperl@6112

24 years agoResync with mainline prior to post-5.6.0 updates
Charles Bailey [Tue, 23 May 2000 23:35:13 +0000]
Resync with mainline prior to post-5.6.0 updates

p4raw-id: //depot/vmsperl@6111

24 years agotodo tweak
Jarkko Hietaniemi [Tue, 23 May 2000 19:28:32 +0000]
todo tweak

p4raw-id: //depot/cfgperl@6110

24 years agoIntegrate with Sarathy.
Jarkko Hietaniemi [Thu, 18 May 2000 17:38:54 +0000]
Integrate with Sarathy.

p4raw-id: //depot/cfgperl@6109

24 years agoreenable fake signal handling on Windows, bugs and all
Gurusamy Sarathy [Wed, 17 May 2000 02:24:56 +0000]
reenable fake signal handling on Windows, bugs and all

p4raw-id: //depot/perl@6108

24 years agoTweak the todo list.
Jarkko Hietaniemi [Mon, 15 May 2000 18:01:41 +0000]
Tweak the todo list.

p4raw-id: //depot/cfgperl@6107

24 years agoThe (Configure) script refuses to go on, after asking for
Jarkko Hietaniemi [Mon, 15 May 2000 13:41:48 +0000]
The (Configure) script refuses to go on, after asking for
'You may also choose to try maximal 64-bitness....'.
If answer is yes the script can't find the 'workshoplibpth.cbu' file.
-- Patrick Zima
p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de>

p4raw-id: //depot/cfgperl@6106

24 years agoIntegrate with Sarathy.
Jarkko Hietaniemi [Thu, 11 May 2000 14:37:43 +0000]
Integrate with Sarathy.

p4raw-id: //depot/cfgperl@6105

24 years agoPL_sys_intern was being initialized too late on windows
Gurusamy Sarathy [Thu, 11 May 2000 03:39:07 +0000]
PL_sys_intern was being initialized too late on windows

p4raw-id: //depot/perl@6104

24 years agoTest tweaking for Unicos continues.
Jarkko Hietaniemi [Tue, 9 May 2000 19:42:20 +0000]
Test tweaking for Unicos continues.

p4raw-id: //depot/cfgperl@6103

24 years agoThe test suite tweak in #6101 wasn't quite right.
Jarkko Hietaniemi [Tue, 9 May 2000 16:47:27 +0000]
The test suite tweak in #6101 wasn't quite right.

p4raw-id: //depot/cfgperl@6102

24 years agoHints and test tweaks for Unicos.
Jarkko Hietaniemi [Tue, 9 May 2000 15:35:34 +0000]
Hints and test tweaks for Unicos.

p4raw-id: //depot/cfgperl@6101

24 years agoMore compilation tweakery from Allen Smith.
Jarkko Hietaniemi [Mon, 8 May 2000 21:15:06 +0000]
More compilation tweakery from Allen Smith.

p4raw-id: //depot/cfgperl@6100

24 years agoTweaks for the cc bugs from Allen Smith.
Jarkko Hietaniemi [Mon, 8 May 2000 19:21:18 +0000]
Tweaks for the cc bugs from Allen Smith.

p4raw-id: //depot/cfgperl@6099

24 years agoAdd a note about other, yet unsupported, shadow password APIs.
Jarkko Hietaniemi [Mon, 8 May 2000 19:13:37 +0000]
Add a note about other, yet unsupported, shadow password APIs.

p4raw-id: //depot/cfgperl@6098

24 years agoAdd a note about possible compilation problems from Allen Smith.
Jarkko Hietaniemi [Mon, 8 May 2000 18:46:34 +0000]
Add a note about possible compilation problems from Allen Smith.

p4raw-id: //depot/cfgperl@6097

24 years agoIntegrate with Sarathy.
Jarkko Hietaniemi [Mon, 8 May 2000 17:33:10 +0000]
Integrate with Sarathy.

p4raw-id: //depot/cfgperl@6096

24 years agoIntroduce NV_PRESERVED_BITS. Not yet used anywhere but
Jarkko Hietaniemi [Mon, 8 May 2000 16:21:33 +0000]
Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
might be useful in future.

p4raw-id: //depot/cfgperl@6095

24 years agocygwin update (from Eric Fifer <efifer@sanwaint.com>)
Gurusamy Sarathy [Mon, 8 May 2000 14:22:22 +0000]
cygwin update (from Eric Fifer <efifer@sanwaint.com>)

p4raw-id: //depot/perl@6094

24 years agofork() failure to create pseudo process sets errno=EAGAIN and returns
Gurusamy Sarathy [Mon, 8 May 2000 12:52:28 +0000]
fork() failure to create pseudo process sets errno=EAGAIN and returns
undef on windows (from Clinton Pierce <clintp@geeksalad.org>)

p4raw-id: //depot/perl@6093

24 years agoRegen perltoc with the fixed buildtoc.
Jarkko Hietaniemi [Sun, 7 May 2000 22:40:34 +0000]
Regen perltoc with the fixed buildtoc.

p4raw-id: //depot/cfgperl@6092

24 years agoIntegrate with Sarathy.
Jarkko Hietaniemi [Sun, 7 May 2000 22:24:16 +0000]
Integrate with Sarathy.

p4raw-id: //depot/cfgperl@6091

24 years agoconcat doesn't preserve utf8-ness, and doesn't invalidate
Gurusamy Sarathy [Sun, 7 May 2000 19:47:07 +0000]
concat doesn't preserve utf8-ness, and doesn't invalidate
[NI]OK; added tests for both

p4raw-id: //depot/perl@6090

24 years agobuildtoc tweak to fix newline lossage
Gurusamy Sarathy [Sun, 7 May 2000 18:18:38 +0000]
buildtoc tweak to fix newline lossage

p4raw-id: //depot/perl@6089

24 years agoRemove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
Jarkko Hietaniemi [Sun, 7 May 2000 16:35:36 +0000]
Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
because we do not use those.  The HAS_GETSPNAM remains,
though, because we still do use that.

p4raw-id: //depot/cfgperl@6088

24 years agoreverse() and quotemeta() weren't preserving utf8-ness; add tests
Gurusamy Sarathy [Sun, 7 May 2000 16:05:16 +0000]
reverse() and quotemeta() weren't preserving utf8-ness; add tests

p4raw-id: //depot/perl@6087

24 years agoIntegrate with Sarathy.
Jarkko Hietaniemi [Sun, 7 May 2000 15:27:07 +0000]
Integrate with Sarathy.

p4raw-id: //depot/cfgperl@6086

24 years agorepeat operator (x) doesn't preserve utf8-ness
Gurusamy Sarathy [Sun, 7 May 2000 05:52:02 +0000]
repeat operator (x) doesn't preserve utf8-ness

p4raw-id: //depot/perl@6085

24 years agosubstr() does not preserve utf8-ness (from Stefan Eissing
Gurusamy Sarathy [Sun, 7 May 2000 05:39:55 +0000]
substr() does not preserve utf8-ness (from Stefan Eissing
<Eissing@medicaldataservice.de>); added tests

p4raw-id: //depot/perl@6084

24 years agonote about undocumented caller() return value (from M.J.T. Guy);
Gurusamy Sarathy [Sun, 7 May 2000 05:24:46 +0000]
note about undocumented caller() return value (from M.J.T. Guy);
yet another peek.t tweak

p4raw-id: //depot/perl@6083

24 years agopeek.t non-portable to ithreads
Gurusamy Sarathy [Sun, 7 May 2000 05:08:40 +0000]
peek.t non-portable to ithreads

p4raw-id: //depot/perl@6082

24 years agobetter default perlbug categories for ok reports (from Richard Foley)
Gurusamy Sarathy [Sun, 7 May 2000 04:17:04 +0000]
better default perlbug categories for ok reports (from Richard Foley)

p4raw-id: //depot/perl@6081

24 years agoadd File::Temp v0.08 from CPAN, with small tweaks to testsuite
Gurusamy Sarathy [Sun, 7 May 2000 04:08:07 +0000]
add File::Temp v0.08 from CPAN, with small tweaks to testsuite
(from Tim Jenness <t.jenness@jach.hawaii.edu>)

p4raw-id: //depot/perl@6080

24 years agoremove outdated kludge in Carp (NULLs are permitted in diagnostics now)
Gurusamy Sarathy [Sun, 7 May 2000 04:01:38 +0000]
remove outdated kludge in Carp (NULLs are permitted in diagnostics now)

p4raw-id: //depot/perl@6079

24 years agoworkaround for CRT bug in chdir() (from Charles Lane, via
Gurusamy Sarathy [Sun, 7 May 2000 01:24:19 +0000]
workaround for CRT bug in chdir() (from Charles Lane, via
Peter Prymmer)

p4raw-id: //depot/perl@6078

24 years agoavoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
Gurusamy Sarathy [Sun, 7 May 2000 01:22:23 +0000]
avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
and Tom Phoenix)

p4raw-id: //depot/perl@6077