24 years agobetter variant of change#4644 (from Andy Dougherty)
Gurusamy Sarathy [Tue, 28 Dec 1999 02:38:44 +0000]
better variant of change#4644 (from Andy Dougherty)

p4raw-link: @4644 on //depot/perl: 53d4e464026d47e82a58aab9b922fdc92a91a7f3

p4raw-id: //depot/perl@4715

24 years agobe defensive about setting {host,group,pass}cat (from Andy Dougherty)
Gurusamy Sarathy [Tue, 28 Dec 1999 02:36:40 +0000]
be defensive about setting {host,group,pass}cat (from Andy Dougherty)

p4raw-id: //depot/perl@4714

24 years ago$sitelib should be $prefix/lib/perl5/site_perl, as documented in
Gurusamy Sarathy [Tue, 28 Dec 1999 02:35:15 +0000]
$sitelib should be $prefix/lib/perl5/site_perl, as documented in
INSTALL (from Andy Dougherty)

p4raw-id: //depot/perl@4713

24 years agoavoid creating new files during make install
Gurusamy Sarathy [Tue, 28 Dec 1999 02:30:55 +0000]
avoid creating new files during make install

p4raw-id: //depot/perl@4712

24 years agopod edits from Paul Marquess and Mark-Jason Dominus
Gurusamy Sarathy [Tue, 28 Dec 1999 02:24:44 +0000]
pod edits from Paul Marquess and Mark-Jason Dominus

p4raw-id: //depot/perl@4711

24 years agominiperl build fixes for os2 (from Yitzchak Scott-Thoennes
Gurusamy Sarathy [Tue, 28 Dec 1999 02:05:23 +0000]
miniperl build fixes for os2 (from Yitzchak Scott-Thoennes
<sthoenna@efn.org>); add explicit target for opmini.o

p4raw-id: //depot/perl@4710

24 years agopartly fix perldiag regressions identified by Tom Christiansen
Gurusamy Sarathy [Tue, 28 Dec 1999 01:20:39 +0000]
partly fix perldiag regressions identified by Tom Christiansen

p4raw-id: //depot/perl@4709

24 years agoupdate perldiag for change#4707
Gurusamy Sarathy [Mon, 27 Dec 1999 23:33:24 +0000]
update perldiag for change#4707

p4raw-link: @4707 on //depot/perl: 0df16ed7435a5bd0cc9e44b33066360b99ad12b5

p4raw-id: //depot/perl@4708

24 years agoallow spaces in -I switch argument
Gurusamy Sarathy [Mon, 27 Dec 1999 23:23:39 +0000]
allow spaces in -I switch argument

p4raw-id: //depot/perl@4707

24 years agobring in basic threads stuff under USE_ITHREADS
Gurusamy Sarathy [Thu, 23 Dec 1999 08:54:27 +0000]
bring in basic threads stuff under USE_ITHREADS

p4raw-id: //depot/perl@4704

24 years agovirtual directory handling broken on paths with trailing slash
Gurusamy Sarathy [Mon, 20 Dec 1999 17:18:23 +0000]
virtual directory handling broken on paths with trailing slash

p4raw-id: //depot/perl@4702

24 years agorevert optimization in change#4700 (it appears OPpRUNTIME flag
Gurusamy Sarathy [Mon, 20 Dec 1999 17:09:55 +0000]
revert optimization in change#4700 (it appears OPpRUNTIME flag
isn't set for all m/$foo/o)

p4raw-link: @4700 on //depot/perl: 2360cd68127e75c48ae54a165bf882455ec55e1c

p4raw-id: //depot/perl@4701

24 years agoavoid pp_regcomp() changing optree at run time under USE_*THREADS (or
Gurusamy Sarathy [Mon, 20 Dec 1999 16:28:51 +0000]
avoid pp_regcomp() changing optree at run time under USE_*THREADS (or
we have a race on our hands)

p4raw-id: //depot/perl@4700

24 years agopod tweaks
Gurusamy Sarathy [Mon, 20 Dec 1999 16:19:00 +0000]
pod tweaks

p4raw-id: //depot/perl@4699

24 years agouv_to_utf8() could lose 37th bit on HAS_QUAD platforms
Gurusamy Sarathy [Mon, 20 Dec 1999 07:55:07 +0000]
uv_to_utf8() could lose 37th bit on HAS_QUAD platforms

p4raw-id: //depot/perl@4698

24 years agofix from Larry for parsing C<{ 0x1 => 'foo'}> as an
Gurusamy Sarathy [Sat, 18 Dec 1999 01:35:50 +0000]
fix from Larry for parsing C<{ 0x1 => 'foo'}> as an
anon hash rather than a block; test case for the same

p4raw-id: //depot/perl@4697

24 years agoleak in change#4694 spotted by Larry
Gurusamy Sarathy [Fri, 17 Dec 1999 19:55:03 +0000]
leak in change#4694 spotted by Larry

p4raw-link: @4694 on //depot/perl: 94f7643d7f26ed53393f1ab3452245da43de285e

p4raw-id: //depot/perl@4696

24 years agotest case for change#4694
Gurusamy Sarathy [Fri, 17 Dec 1999 18:14:11 +0000]
test case for change#4694

p4raw-link: @4694 on //depot/perl: 94f7643d7f26ed53393f1ab3452245da43de285e

p4raw-id: //depot/perl@4695

24 years agodelete() should return the value as is, not a copy thereof
Gurusamy Sarathy [Fri, 17 Dec 1999 18:09:08 +0000]
delete() should return the value as is, not a copy thereof

p4raw-id: //depot/perl@4694

24 years agofix for C<"\nx\taa\n" =~ /^\S\s+aa$/m> (from Ilya Zakharevich)
Gurusamy Sarathy [Fri, 17 Dec 1999 17:45:58 +0000]
fix for C<"\nx\taa\n" =~ /^\S\s+aa$/m> (from Ilya Zakharevich)

p4raw-id: //depot/perl@4693

24 years agocredits tweak
Gurusamy Sarathy [Fri, 17 Dec 1999 17:41:10 +0000]
credits tweak

p4raw-id: //depot/perl@4692

24 years agoDynaLoader doesn't build properly when $(DLSRC) changes
Gurusamy Sarathy [Fri, 17 Dec 1999 07:12:53 +0000]
DynaLoader doesn't build properly when $(DLSRC) changes
(fix suggested by Hans Mulder)

p4raw-id: //depot/perl@4691

24 years agoadd missing new ops
Gurusamy Sarathy [Fri, 17 Dec 1999 06:26:34 +0000]
add missing new ops

p4raw-id: //depot/perl@4690

24 years agotest harness tweak from Hans Mulder
Gurusamy Sarathy [Fri, 17 Dec 1999 06:16:49 +0000]
test harness tweak from Hans Mulder

p4raw-id: //depot/perl@4689

24 years agominiperl build fixes for NeXTstep and cygwin (from Hans Mulder
Gurusamy Sarathy [Fri, 17 Dec 1999 06:14:23 +0000]
miniperl build fixes for NeXTstep and cygwin (from Hans Mulder
and Lucian CIONCA <Lucian.Cionca@algoritma.ro>)

p4raw-id: //depot/perl@4688

24 years agoapplied suggested patch with whitespace adjustments
Helmut Jarausch [Thu, 16 Dec 1999 08:57:55 +0000]
applied suggested patch with whitespace adjustments
Message-id: <38589B82.C4668E10@numa1.igpm.rwth-aachen.de>
Subject: Re: [ID 19991215.001] patch 5.005_63: Find::Fill cannot handle /

p4raw-id: //depot/perl@4687

24 years agoavoid warnings due to symbols unintroduced by XSLoader (spotted
Gurusamy Sarathy [Fri, 17 Dec 1999 05:48:53 +0000]
avoid warnings due to symbols unintroduced by XSLoader (spotted
by Hans Mulder)

p4raw-id: //depot/perl@4686

24 years agofix bug when one of the operands is +0E+0 (from Ronald J Kimball
Gurusamy Sarathy [Fri, 17 Dec 1999 05:37:51 +0000]
fix bug when one of the operands is +0E+0 (from Ronald J Kimball
<rjk@linguist.dartmouth.edu>)

p4raw-id: //depot/perl@4685

24 years agospell out how to get 4-digit year (from Micheal G Schwern
Gurusamy Sarathy [Thu, 16 Dec 1999 09:32:48 +0000]
spell out how to get 4-digit year (from Micheal G Schwern
<schwern@pobox.com>)

p4raw-id: //depot/perl@4684

24 years agotype mismatch for %c format argument (spotted by Robin Barker
Gurusamy Sarathy [Thu, 16 Dec 1999 09:26:53 +0000]
type mismatch for %c format argument (spotted by Robin Barker
<rmb1@cise.npl.co.uk>)

p4raw-id: //depot/perl@4683

24 years agomingw32 doesn't have anonymous union (from Benjamin Stuhl
Gurusamy Sarathy [Thu, 16 Dec 1999 08:33:28 +0000]
mingw32 doesn't have anonymous union (from Benjamin Stuhl
<sho_pi@hotmail.com>)

p4raw-id: //depot/perl@4682

24 years agomissing backslash (spotted by Johan Vromans)
Gurusamy Sarathy [Thu, 16 Dec 1999 08:31:15 +0000]
missing backslash (spotted by Johan Vromans)

p4raw-id: //depot/perl@4681

24 years agoavoid coredump on diagnostics when STDERR is closed
Gurusamy Sarathy [Thu, 16 Dec 1999 08:26:00 +0000]
avoid coredump on diagnostics when STDERR is closed

p4raw-id: //depot/perl@4680

24 years agointerpreter structure should be nulled under -DMULTIPLICITY
Gurusamy Sarathy [Fri, 10 Dec 1999 01:39:13 +0000]
interpreter structure should be nulled under -DMULTIPLICITY

p4raw-id: //depot/perl@4678

24 years agoupdate Changes
Gurusamy Sarathy [Thu, 9 Dec 1999 11:10:27 +0000]
update Changes

p4raw-id: //depot/perl@4677

24 years agofix File::Find testsuite bugs in symlink-less places
Gurusamy Sarathy [Thu, 9 Dec 1999 10:51:43 +0000]
fix File::Find testsuite bugs in symlink-less places

p4raw-id: //depot/perl@4676

24 years agoUSE_ITHREADS tweaks and notes
Gurusamy Sarathy [Thu, 9 Dec 1999 10:22:31 +0000]
USE_ITHREADS tweaks and notes

p4raw-id: //depot/perl@4675

24 years agoallow new style sort subs to work under usethreads
Gurusamy Sarathy [Thu, 9 Dec 1999 10:21:53 +0000]
allow new style sort subs to work under usethreads

p4raw-id: //depot/perl@4674

24 years agodocument compatibility issue with literal list slices and NOTOP
Gurusamy Sarathy [Thu, 9 Dec 1999 04:00:23 +0000]
document compatibility issue with literal list slices and NOTOP
(C<not (1,2,3)[0]> is now a syntax error)

p4raw-id: //depot/perl@4673

24 years agoavoid mismatched expectation <-> int types for C++ builds
Gurusamy Sarathy [Thu, 9 Dec 1999 01:14:46 +0000]
avoid mismatched expectation <-> int types for C++ builds

p4raw-id: //depot/perl@4672

24 years agonewer version of File::Find with support for following symlinks and
Gurusamy Sarathy [Thu, 9 Dec 1999 00:36:24 +0000]
newer version of File::Find with support for following symlinks and
other features, from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>

p4raw-id: //depot/perl@4671

24 years agoavoid initializing GvCV slot for autovivified filehandles
Gurusamy Sarathy [Thu, 9 Dec 1999 00:13:06 +0000]
avoid initializing GvCV slot for autovivified filehandles

p4raw-id: //depot/perl@4670

24 years agoapply change#4618 again along with Ilya's patch to fix bugs
Gurusamy Sarathy [Wed, 8 Dec 1999 19:09:27 +0000]
apply change#4618 again along with Ilya's patch to fix bugs
in it (see change#4622)

p4raw-link: @4622 on //depot/perl: 34baa6c30415f54e9b8c2e622de1e229cf36d781
p4raw-link: @4618 on //depot/perl: f9d9cdce9cbb41baf3d0716ebac8540732d59bf8

p4raw-id: //depot/perl@4669

24 years agopatch to fix parser bug in C<${h{${a[0]}}} = 13>
Larry Wall [Tue, 7 Dec 1999 12:39:30 +0000]
patch to fix parser bug in C<${h{${a[0]}}} = 13>
Message-Id: <199912072039.MAA13257@kiev.wall.org>
Subject: Re: [ID 19991204.002] Inconsistency of ${hash{key}}

p4raw-id: //depot/perl@4668

24 years agopatch to fix aix hints from ortmann@vnet.ibm.com
Gurusamy Sarathy [Wed, 8 Dec 1999 18:47:37 +0000]
patch to fix aix hints from ortmann@vnet.ibm.com

p4raw-id: //depot/perl@4667

24 years agodocumentation tweaks from M. J. T. Guy, Micheal Schwern, and
Gurusamy Sarathy [Wed, 8 Dec 1999 18:29:02 +0000]
documentation tweaks from M. J. T. Guy, Micheal Schwern, and
Tim Meadowcroft

p4raw-id: //depot/perl@4666

24 years agointroduce save_I8() for saving byte values
Gurusamy Sarathy [Wed, 8 Dec 1999 02:22:31 +0000]
introduce save_I8() for saving byte values

p4raw-id: //depot/perl@4665

24 years agouse SAVEINT() rather than SAVEDESTRUCTOR() for saving PL_expect etc.
Gurusamy Sarathy [Wed, 8 Dec 1999 02:02:33 +0000]
use SAVEINT() rather than SAVEDESTRUCTOR() for saving PL_expect etc.

p4raw-id: //depot/perl@4664

24 years agolongstanding typo in lexer: PL_lex_expect was not properly
Gurusamy Sarathy [Wed, 8 Dec 1999 01:11:44 +0000]
longstanding typo in lexer: PL_lex_expect was not properly
saved on reentry

p4raw-id: //depot/perl@4663

24 years agotypos in change#4546
Gurusamy Sarathy [Tue, 7 Dec 1999 23:16:21 +0000]
typos in change#4546

p4raw-link: @4546 on //depot/perl: 11faa288e292c27cb2ddc4ccdc483b523d26ce19

p4raw-id: //depot/perl@4662

24 years agotypos in change#4660
Gurusamy Sarathy [Tue, 7 Dec 1999 09:33:50 +0000]
typos in change#4660

p4raw-link: @4660 on //depot/perl: 014822e4c0d7b7cfffc319235fe7ea64ec87ecae

p4raw-id: //depot/perl@4661

24 years agotweaks for building with -DUSE_ITHREADS on !WIN32 platforms;
Gurusamy Sarathy [Mon, 6 Dec 1999 23:42:55 +0000]
tweaks for building with -DUSE_ITHREADS on !WIN32 platforms;
fix bug where lc($readonly) could result in bogus errors

p4raw-id: //depot/perl@4660

24 years agoallow IRIX 6.5 to build perl (from Helmut Jarausch
Gurusamy Sarathy [Mon, 6 Dec 1999 15:24:31 +0000]
allow IRIX 6.5 to build perl (from Helmut Jarausch
<jarausch@igpm.rwth-aachen.de>)

p4raw-id: //depot/perl@4659

24 years agofix for -Dp via $^D (suggested by Stephane Payrard
Gurusamy Sarathy [Mon, 6 Dec 1999 15:18:30 +0000]
fix for -Dp via $^D (suggested by Stephane Payrard
<stef@adnaccess.com>)

p4raw-id: //depot/perl@4658

24 years agochange#4641 needs perldiag.pod edit
Gurusamy Sarathy [Mon, 6 Dec 1999 06:50:01 +0000]
change#4641 needs perldiag.pod edit

p4raw-link: @4641 on //depot/perl: b89fed5ff1fc43a68f98ebc06fd23230eb6697a8

p4raw-id: //depot/perl@4657

24 years agoMakefile tweak for change#4649
Gurusamy Sarathy [Mon, 6 Dec 1999 01:36:56 +0000]
Makefile tweak for change#4649

p4raw-link: @4649 on //depot/perl: 52bb0670c0d245e31203752693ee9e8bb24422b0

p4raw-id: //depot/perl@4656

24 years agochange#4653 was missing a patch reject
Gurusamy Sarathy [Sun, 5 Dec 1999 17:23:57 +0000]
change#4653 was missing a patch reject

p4raw-link: @4653 on //depot/perl: 7a958ec31151f9d03a26dcab8abdf5c57315dc96

p4raw-id: //depot/perl@4655

24 years agowindows build tweaks for Borland compiler
Gurusamy Sarathy [Sun, 5 Dec 1999 11:41:04 +0000]
windows build tweaks for Borland compiler

p4raw-id: //depot/perl@4654

24 years agoapplied somewhat modified version of suggested patch
Benjamin Stuhl [Thu, 18 Nov 1999 18:45:27 +0000]
applied somewhat modified version of suggested patch
Message-ID: <19991119024527.72749.qmail@hotmail.com>
Subject: [PATCH 5.005_62] Perl on Win95, Mark IIB

p4raw-id: //depot/perl@4653

24 years ago[ID 19991104.005] modified hints file for UnixWare7 ( svr5)
Mike Hopkirk (hops) [Thu, 4 Nov 1999 16:34:23 +0000]
[ID 19991104.005] modified hints file for UnixWare7 ( svr5)

Message-Id: <199911050034.QAA06499@scoot.pdev.sco.com>

p4raw-id: //depot/perl@4652

24 years agoon dosish platforms, avoid infinite recursion in File::Path::mkpath()
Gurusamy Sarathy [Sun, 5 Dec 1999 09:01:19 +0000]
on dosish platforms, avoid infinite recursion in File::Path::mkpath()
when given non-existent drive names

p4raw-id: //depot/perl@4651

24 years agowindows build tweaks for change#4649
Gurusamy Sarathy [Sun, 5 Dec 1999 08:47:11 +0000]
windows build tweaks for change#4649

p4raw-link: @4649 on //depot/perl: 52bb0670c0d245e31203752693ee9e8bb24422b0

p4raw-id: //depot/perl@4650

24 years agomake File::Glob::glob() the default for CORE::glob()
Gurusamy Sarathy [Sun, 5 Dec 1999 07:49:28 +0000]
make File::Glob::glob() the default for CORE::glob()
(old csh glob can still be had with -DPERL_EXTERNAL_GLOB)

p4raw-id: //depot/perl@4649

24 years agofix bug in processing L<> tags (from j.vavruska@post.cz)
Gurusamy Sarathy [Sun, 5 Dec 1999 00:33:34 +0000]
fix bug in processing L<> tags (from j.vavruska@post.cz)

p4raw-id: //depot/perl@4648

24 years agoremove outdated entry
Gurusamy Sarathy [Sun, 5 Dec 1999 00:14:01 +0000]
remove outdated entry

p4raw-id: //depot/perl@4647

24 years agos/block/loop block/ in diagnostics about next, last, redo
Gurusamy Sarathy [Sat, 4 Dec 1999 22:48:51 +0000]
s/block/loop block/ in diagnostics about next, last, redo

p4raw-id: //depot/perl@4646

24 years agoreadability tweak suggested by GRommel@sears.com
Gurusamy Sarathy [Sat, 4 Dec 1999 22:25:32 +0000]
readability tweak suggested by GRommel@sears.com

p4raw-id: //depot/perl@4645

24 years agoConfigure tweak from Peter Prymmer
Gurusamy Sarathy [Sat, 4 Dec 1999 22:05:00 +0000]
Configure tweak from Peter Prymmer

p4raw-id: //depot/perl@4644

24 years agomake weak keyword check look for defined(&lock), not
Gurusamy Sarathy [Sat, 4 Dec 1999 21:55:27 +0000]
make weak keyword check look for defined(&lock), not
merely defined(*lock)

p4raw-id: //depot/perl@4643

24 years agomake eof() open ARGV if it isn't open already; also fixes bug
Gurusamy Sarathy [Sat, 4 Dec 1999 21:11:51 +0000]
make eof() open ARGV if it isn't open already; also fixes bug
where eof() would operate on any last-read filehandle, not
just ARGV

p4raw-id: //depot/perl@4642

24 years agomake uninitialized value warnings report opcode
Gurusamy Sarathy [Sat, 4 Dec 1999 04:42:25 +0000]
make uninitialized value warnings report opcode

p4raw-id: //depot/perl@4641

24 years agoprovide explicit functions timegm_nocheck() and timelocal_nocheck()
Gurusamy Sarathy [Sat, 4 Dec 1999 02:40:44 +0000]
provide explicit functions timegm_nocheck() and timelocal_nocheck()
that don't do range checking

p4raw-id: //depot/perl@4640

24 years agobetter implementation of change#3326; open(local $foo,...) now
Gurusamy Sarathy [Sat, 4 Dec 1999 01:00:49 +0000]
better implementation of change#3326; open(local $foo,...) now
allowed in addition to any uninitialized variable, for consistency
with how autovivification works elsewhere; add code to use the
variable name as the name of the handle for simple variables, so
that diagnostics report the handle: "... at - line 1, <$foo> line 10."

p4raw-link: @3326 on //depot/perl: 853846ea710f8feaed8c98b358bdc8967dd522d2

p4raw-id: //depot/perl@4639

24 years agopod nits
Gurusamy Sarathy [Fri, 3 Dec 1999 21:20:00 +0000]
pod nits

p4raw-id: //depot/perl@4638

24 years agochange#4431 was flawed
Gurusamy Sarathy [Fri, 3 Dec 1999 08:59:04 +0000]
change#4431 was flawed

p4raw-link: @4431 on //depot/perl: 72b3d9b4e0eb3eb49735d998edaf49073f03375e

p4raw-id: //depot/perl@4637

24 years agopod embellishments from Nathan Torkington
Gurusamy Sarathy [Fri, 3 Dec 1999 07:59:52 +0000]
pod embellishments from Nathan Torkington

p4raw-id: //depot/perl@4636

24 years agoperlfaq4 typo (from Jeff Pinyan <jeffp@crusoe.net>)
Gurusamy Sarathy [Fri, 3 Dec 1999 07:56:04 +0000]
perlfaq4 typo (from Jeff Pinyan <jeffp@crusoe.net>)

p4raw-id: //depot/perl@4635

24 years agotest tweak for VMS (from Craig A. Berry)
Gurusamy Sarathy [Fri, 3 Dec 1999 07:47:47 +0000]
test tweak for VMS (from Craig A. Berry)

p4raw-id: //depot/perl@4634

24 years agopatchls tweak from Andreas Koenig
Gurusamy Sarathy [Fri, 3 Dec 1999 07:44:52 +0000]
patchls tweak from Andreas Koenig

p4raw-id: //depot/perl@4633

24 years agodon't mess with the umask()
Gurusamy Sarathy [Fri, 3 Dec 1999 07:42:23 +0000]
don't mess with the umask()

p4raw-id: //depot/perl@4632

24 years agosupport -a switch to append bytecode to an existing file and make
Gurusamy Sarathy [Fri, 3 Dec 1999 06:52:50 +0000]
support -a switch to append bytecode to an existing file and make
perlcc use it (from Tom Hughes <tom@compton.nu>)

p4raw-id: //depot/perl@4631

24 years agodocument incompatible perl4 vec() vs bitwise ops interaction trap
Gurusamy Sarathy [Fri, 3 Dec 1999 06:46:16 +0000]
document incompatible perl4 vec() vs bitwise ops interaction trap
(from Tom Phoenix)

p4raw-id: //depot/perl@4630

24 years agouse PerlIO abstraction rather than straight stdio (from
Gurusamy Sarathy [Fri, 3 Dec 1999 06:40:15 +0000]
use PerlIO abstraction rather than straight stdio (from
Chip Salzenberg)

p4raw-id: //depot/perl@4629

24 years agoavoid warning in IO::Select::exists() if socket doesn't exist
Gurusamy Sarathy [Fri, 3 Dec 1999 06:15:54 +0000]
avoid warning in IO::Select::exists() if socket doesn't exist

p4raw-id: //depot/perl@4628

24 years agotwo small patches from Peter Prymmer <pvhp@forte.com>
Gurusamy Sarathy [Fri, 3 Dec 1999 06:05:19 +0000]
two small patches from Peter Prymmer <pvhp@forte.com>

p4raw-id: //depot/perl@4627

24 years agoimplement /[:ascii:]/ on ebcdic machines
Peter Prymmer [Thu, 25 Nov 1999 21:06:19 +0000]
implement /[:ascii:]/ on ebcdic machines

Message-Id: <199911260506.VAA17230@brio.forte.com>

p4raw-id: //depot/perl@4626

24 years agoWindows build tweaks due to change#4623
Gurusamy Sarathy [Fri, 3 Dec 1999 05:20:21 +0000]
Windows build tweaks due to change#4623

p4raw-link: @4623 on //depot/perl: 9426adcd48655815b65cea5a9f1eebbe7e23a9df

p4raw-id: //depot/perl@4625

24 years agoadd missing file
Gurusamy Sarathy [Fri, 3 Dec 1999 04:58:30 +0000]
add missing file

p4raw-id: //depot/perl@4624

24 years agoapplied suggested patch; removed $VERSION = $VERSION hack
Ilya Zakharevich [Tue, 16 Nov 1999 01:50:31 +0000]
applied suggested patch; removed $VERSION = $VERSION hack
(change#4043 fixed the need for that)
Message-Id: <199911160650.BAA18874@monk.mps.ohio-state.edu>
Subject: [PATCH 5.005_62] XSLoader.pm

p4raw-link: @4043 on //depot/cfgperl: 09bef84370e90d727656ea11ba5ee8be80e361d3

p4raw-id: //depot/perl@4623

24 years agorevert change#4618 (breaks C<$_ = 'A:B'; s/^[a-z]:/x/>)
Gurusamy Sarathy [Fri, 3 Dec 1999 04:02:39 +0000]
revert change#4618 (breaks C<$_ = 'A:B'; s/^[a-z]:/x/>)

p4raw-link: @4618 on //depot/perl: f9d9cdce9cbb41baf3d0716ebac8540732d59bf8

p4raw-id: //depot/perl@4622

24 years agocaveat about thread-safety of extensions
Gurusamy Sarathy [Thu, 2 Dec 1999 22:24:53 +0000]
caveat about thread-safety of extensions

p4raw-id: //depot/perl@4621

24 years agoXS documentation patches suggested by Ilya, severally adjusted
Gurusamy Sarathy [Thu, 2 Dec 1999 20:31:02 +0000]
XS documentation patches suggested by Ilya, severally adjusted

p4raw-id: //depot/perl@4620

24 years agore-add missing Unicode database master
Gurusamy Sarathy [Thu, 2 Dec 1999 17:52:50 +0000]
re-add missing Unicode database master

p4raw-id: //depot/perl@4619

24 years agoapplied suggested patch with prototype changes
Ilya Zakharevich [Tue, 23 Nov 1999 22:55:55 +0000]
applied suggested patch with prototype changes
Message-Id: <199911240355.WAA23033@monk.mps.ohio-state.edu>
Subject: [PATCH 5.005_62] First char cognizance

p4raw-id: //depot/perl@4618

24 years agofixes for bugs in change#4586 and OS/2 pod tweak, from Ilya
Gurusamy Sarathy [Thu, 2 Dec 1999 06:04:57 +0000]
fixes for bugs in change#4586 and OS/2 pod tweak, from Ilya

p4raw-link: @4586 on //depot/cfgperl: 6eb5f6b9f48454b7ad64225a5bab0de7fdff695c

p4raw-id: //depot/perl@4617

24 years agovarious documentation tweaks suggested by M. J. T. Guy
Gurusamy Sarathy [Thu, 2 Dec 1999 04:30:22 +0000]
various documentation tweaks suggested by M. J. T. Guy

p4raw-id: //depot/perl@4616

24 years agovarious File::Glob fixes for DOSISH platforms
Paul Moore [Tue, 2 Nov 1999 11:11:25 +0000]
various File::Glob fixes for DOSISH platforms
Message-Id: <714DFA46B9BBD0119CD000805FC1F53BDC38E3@UKRUX002.rundc.uk.origin-it.com>
Subject: File::Glob again. Final patch, honest!

p4raw-id: //depot/perl@4615

24 years agoallow XSUBs and prototyped subroutines to be used with sort() (tweaked
Gurusamy Sarathy [Thu, 2 Dec 1999 03:42:55 +0000]
allow XSUBs and prototyped subroutines to be used with sort() (tweaked
variant of patch suggested by Peter Haworth <pmh@edison.ioppublishing.com>)

p4raw-id: //depot/perl@4614

24 years agoignore yet another known scalar leak
Gurusamy Sarathy [Thu, 2 Dec 1999 01:59:19 +0000]
ignore yet another known scalar leak

p4raw-id: //depot/perl@4613

24 years agoavoid potential stack extension bug in pp_unpack() (spotted by Ilya)
Gurusamy Sarathy [Thu, 2 Dec 1999 01:15:02 +0000]
avoid potential stack extension bug in pp_unpack() (spotted by Ilya)

p4raw-id: //depot/perl@4612