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

24 years agoa somewhat tweaked version of suggested patch
Ilya Zakharevich [Wed, 27 Oct 1999 18:57:41 +0000]
a somewhat tweaked version of suggested patch
Message-Id: <199910272257.SAA29928@monk.mps.ohio-state.edu>
Subject: [PATCH 5.005_62] Another round of pack/vec docs patches

p4raw-id: //depot/perl@4611

24 years agomore accurate require() pseudocode (from James P. Williams
Gurusamy Sarathy [Wed, 1 Dec 1999 19:09:31 +0000]
more accurate require() pseudocode (from James P. Williams
<James.P.Williams@USAHQ.UnitedSpaceAlliance.com>)

p4raw-id: //depot/perl@4610

24 years agoavoid "Callback called exit" error on intentional exit()
Gurusamy Sarathy [Wed, 1 Dec 1999 18:43:49 +0000]
avoid "Callback called exit" error on intentional exit()

p4raw-id: //depot/perl@4609

24 years agofind_byclass() prototype was incoherent
Gurusamy Sarathy [Wed, 1 Dec 1999 18:42:38 +0000]
find_byclass() prototype was incoherent

p4raw-id: //depot/perl@4608

24 years agobetter documentation for goto &NAME (from M. J. T. Guy)
Gurusamy Sarathy [Wed, 1 Dec 1999 05:45:10 +0000]
better documentation for goto &NAME (from M. J. T. Guy)

p4raw-id: //depot/perl@4607

24 years agointegrate cfgperl contents into mainline
Gurusamy Sarathy [Wed, 1 Dec 1999 05:33:14 +0000]
integrate cfgperl contents into mainline

p4raw-id: //depot/perl@4606

24 years agoavoid PTR->IV cast warnings
Gurusamy Sarathy [Wed, 1 Dec 1999 05:15:27 +0000]
avoid PTR->IV cast warnings

p4raw-id: //depot/perl@4605

24 years agoemail address changes
Gurusamy Sarathy [Wed, 1 Dec 1999 03:59:56 +0000]
email address changes

p4raw-id: //depot/perl@4604

24 years agominor USE_ITHREADS tweaks
Gurusamy Sarathy [Wed, 1 Dec 1999 03:45:13 +0000]
minor USE_ITHREADS tweaks

p4raw-id: //depot/perl@4603

24 years agomore complete pseudo-fork() support for Windows
Gurusamy Sarathy [Wed, 1 Dec 1999 01:00:09 +0000]
more complete pseudo-fork() support for Windows

p4raw-id: //depot/perl@4602

24 years agorudimentary support for remote debugging, from aeons ago (somewhat
Graham TerMarsch [Sat, 12 Sep 1998 10:46:55 +0000]
rudimentary support for remote debugging, from aeons ago (somewhat
modified)
Message-ID: <35FAB38F.EA9AAC50@activestate.com>
Subject: Re: Patches to perl5db.pl to allow for remote debugging

p4raw-id: //depot/perl@4601

24 years agoSmall VMS nits from Craig A. Berry, <craig.berry@metamor.com>.
Jarkko Hietaniemi [Mon, 22 Nov 1999 21:30:17 +0000]
Small VMS nits from Craig A. Berry, <craig.berry@metamor.com>.

p4raw-id: //depot/cfgperl@4598

24 years agoReplace #4596 with the change done in 5.005_03.
Jarkko Hietaniemi [Sun, 21 Nov 1999 16:21:21 +0000]
Replace #4596 with the change done in 5.005_03.

p4raw-id: //depot/cfgperl@4597

24 years agoSkip processing a file if the file to be opened is '-'
Jarkko Hietaniemi [Sun, 21 Nov 1999 16:07:20 +0000]
Skip processing a file if the file to be opened is '-'
(can happen in UNICOS)

p4raw-id: //depot/cfgperl@4596

24 years agoVMS patches from Peter Prymmer.
Jarkko Hietaniemi [Sun, 21 Nov 1999 14:05:10 +0000]
VMS patches from Peter Prymmer.

p4raw-id: //depot/cfgperl@4595

24 years agoDocument known limitations of fdopen() on some systems,
Chip Salzenberg [Fri, 19 Nov 1999 21:16:00 +0000]
Document known limitations of fdopen() on some systems,
as they apply to open() and sysopen().

p4raw-id: //depot/perl@4600

24 years agoUndef printf before redirecting it to PerlIO_stdoutf.
Chip Salzenberg [Fri, 19 Nov 1999 17:20:19 +0000]
Undef printf before redirecting it to PerlIO_stdoutf.
(Avoids an irritating warning when compiling with PerlIO.)

p4raw-id: //depot/perl@4599

24 years agoThe find_byclass prototype is already in proto.h.
Jarkko Hietaniemi [Thu, 18 Nov 1999 17:07:14 +0000]
The find_byclass prototype is already in proto.h.

p4raw-id: //depot/cfgperl@4594

24 years agoRegen Configure.
Jarkko Hietaniemi [Tue, 16 Nov 1999 21:17:25 +0000]
Regen Configure.

p4raw-id: //depot/cfgperl@4592

24 years agoIntegrate with Sarathy.
Jarkko Hietaniemi [Tue, 16 Nov 1999 14:53:19 +0000]
Integrate with Sarathy.

p4raw-id: //depot/cfgperl@4591

24 years agoPod::Parser updates (v1.091) from Brad Appleton <bradapp@enteract.com>
Gurusamy Sarathy [Tue, 16 Nov 1999 05:57:56 +0000]
Pod::Parser updates (v1.091) from Brad Appleton <bradapp@enteract.com>

p4raw-id: //depot/perl@4590

24 years agoadd a synchronous stub fork() for USE_ITHREADS to prove that a simple
Gurusamy Sarathy [Mon, 15 Nov 1999 18:47:34 +0000]
add a synchronous stub fork() for USE_ITHREADS to prove that a simple
C<if (fork()) { print "parent" } else { print "child" }> works on
Windows (incidentally running a cloned^2 interpreter :)

p4raw-id: //depot/perl@4589

24 years agocloning the stack (part 1)
Gurusamy Sarathy [Mon, 15 Nov 1999 14:34:36 +0000]
cloning the stack (part 1)

p4raw-id: //depot/perl@4588

24 years agoIntegrate with Sarathy.
Jarkko Hietaniemi [Mon, 15 Nov 1999 00:22:20 +0000]
Integrate with Sarathy.

p4raw-id: //depot/cfgperl@4587

24 years agoIlya's "hopscotch" patch, reworked by Ilya to fit.
Jarkko Hietaniemi [Sun, 14 Nov 1999 21:17:26 +0000]
Ilya's "hopscotch" patch, reworked by Ilya to fit.

p4raw-id: //depot/cfgperl@4586

24 years agotweak for win32 build
Gurusamy Sarathy [Sun, 14 Nov 1999 20:01:45 +0000]
tweak for win32 build

p4raw-id: //depot/perl@4585

24 years agocosmetic tweaks
Gurusamy Sarathy [Sun, 14 Nov 1999 19:46:25 +0000]
cosmetic tweaks

p4raw-id: //depot/perl@4584

24 years agofix problem pointer casts
Gurusamy Sarathy [Sun, 14 Nov 1999 17:38:32 +0000]
fix problem pointer casts

p4raw-id: //depot/perl@4583

24 years agoIntegrate with Sarathy.
Jarkko Hietaniemi [Sun, 14 Nov 1999 17:10:01 +0000]
Integrate with Sarathy.

p4raw-id: //depot/cfgperl@4582

24 years agoThe separation of 64-bitness and largefileness continues
Jarkko Hietaniemi [Sun, 14 Nov 1999 17:08:23 +0000]
The separation of 64-bitness and largefileness continues
(with a setback, see hpux.sh).

p4raw-id: //depot/cfgperl@4581

24 years agoAnother Unicode update.
Jarkko Hietaniemi [Sun, 14 Nov 1999 13:26:41 +0000]
Another Unicode update.

p4raw-id: //depot/cfgperl@4580

24 years agosundry cleanups for cloned interpreters (only known failure mode
Gurusamy Sarathy [Sun, 14 Nov 1999 10:21:49 +0000]
sundry cleanups for cloned interpreters (only known failure mode
is due to regexps keeping non-constant data in their compiled
structures)

p4raw-id: //depot/perl@4579

24 years agofix bug in change#4515 (STOP blocks now see @ARGV like the rest)
Gurusamy Sarathy [Sun, 14 Nov 1999 03:37:37 +0000]
fix bug in change#4515 (STOP blocks now see @ARGV like the rest)

p4raw-link: @4515 on //depot/perl: 4f25aa189c4a92535547c706ad37c13b7caee387

p4raw-id: //depot/perl@4578

24 years agoChange #4576 accidentally leaked also parts of
Jarkko Hietaniemi [Sat, 13 Nov 1999 19:50:24 +0000]
Change #4576 accidentally leaked also parts of
Ilya's patch that won't apply cleanly anymore.

p4raw-id: //depot/cfgperl@4577

24 years agoIntegrate with Sarathy.
Jarkko Hietaniemi [Sat, 13 Nov 1999 19:43:37 +0000]
Integrate with Sarathy.

p4raw-id: //depot/cfgperl@4576

24 years agotypos in change#4561 and change#4565
Gurusamy Sarathy [Sat, 13 Nov 1999 19:41:46 +0000]
typos in change#4561 and change#4565

p4raw-link: @4565 on //depot/cfgperl: 6688c047a9590c3f89dc0c1c9d684b235df668c4
p4raw-link: @4561 on //depot/cfgperl: 8bc9d5905854a266b70e2103e09a997741ac5d52

p4raw-id: //depot/perl@4575

24 years agorevert non-kosher parts of change#4562 (sort order problems
Gurusamy Sarathy [Sat, 13 Nov 1999 19:31:19 +0000]
revert non-kosher parts of change#4562 (sort order problems
should be ignored (on ebcdic) by fixing dumper.t/T() to sort
result and expected lines; /[:ascii:]/ not working should be
fixed, not ignored in regexp.t; result from sort should be
fixed to be ascii portable on ebcdic, not ebcdic-specific)

p4raw-link: @4562 on //depot/cfgperl: ee50adbe6978769b1ad873bd2be52593b054ff83

p4raw-id: //depot/perl@4574

24 years agointegrate cfgperl changes into mainline
Gurusamy Sarathy [Sat, 13 Nov 1999 19:13:04 +0000]
integrate cfgperl changes into mainline

p4raw-id: //depot/perl@4573

24 years agoupdates to README.vms
Craig A. Berry [Wed, 27 Oct 1999 11:02:54 +0000]
updates to README.vms

To: perl5-porters@perl.org, VMSPERL@perl.org
Message-Id: <4.2.0.58.19991027105257.00addc10@mmtnt11.metamor.com>

p4raw-id: //depot/cfgperl@4572

24 years ago[5.005_62 PATCH] support link() on WinNT and NTFS
Jan Dubois [Tue, 9 Nov 1999 00:38:33 +0000]
[5.005_62 PATCH] support link() on WinNT and NTFS

To: perl5-porters@perl.org, Perl-Win32-Porters@activestate.com
Cc: Douglas Lankshear <dougl@activestate.com>,
        Gurusamy Sarathy <gsar@activestate.com>
Message-ID: <382b5d24.10899522@smtprelay.t-online.de>

p4raw-id: //depot/cfgperl@4571

24 years agomakedef.pl goof
Ilya Zakharevich [Mon, 8 Nov 1999 23:55:21 +0000]
makedef.pl goof

To: perl5-porters@perl.org (Mailing list Perl5)
Message-Id: <199911090455.XAA25627@monk.mps.ohio-state.edu>

p4raw-id: //depot/cfgperl@4570

24 years ago[DOCPATCH 5.005_62 perlfaq9.pod] Mention HTML::FormatText
Michael G. Schwern [Wed, 10 Nov 1999 17:21:46 +0000]
[DOCPATCH 5.005_62 perlfaq9.pod] Mention HTML::FormatText

To: perl5-porters@perl.org, pod-people@perl.org
Cc: tchrist@mox.perl.com, gnat@frii.com
Message-ID: <19991110172146.A23527@athens.aocn.com>

p4raw-id: //depot/cfgperl@4569

24 years agoDynaLoader_pm.PL patch (backslashes in strings)
Paul Moore [Wed, 10 Nov 1999 22:52:02 +0000]
DynaLoader_pm.PL patch (backslashes in strings)

To: <perl5-porters@perl.org>
Message-ID: <LPBBIIMJKJMPNOGHGLLCMEBFCAAA.gustav@morpheus.demon.co.uk>

p4raw-id: //depot/cfgperl@4568

24 years ago[ID 19991112.002] patch: Exporter.pm not reporting path
JD Laub [Fri, 12 Nov 1999 08:58:28 +0000]
[ID 19991112.002] patch: Exporter.pm not reporting path

To: perl5-porters@perl.org
Message-Id: <199911121558.IAA08915@mocha.iasi.com>

p4raw-id: //depot/cfgperl@4567

24 years agosmall patch for perldoc
Bernard Quatermass [Fri, 12 Nov 1999 23:11:43 +0000]
small patch for perldoc

To: perl5-porters@perl.org
Message-Id: <VA.0000001c.00d1e05a@quatermass.co.uk>

p4raw-id: //depot/cfgperl@4566

24 years ago[ID 19991112.004] Bug in IO::Socket (patch included)
Scott Gifford [Fri, 12 Nov 1999 18:55:30 +0000]
[ID 19991112.004] Bug in IO::Socket (patch included)

To: perl5-porters@perl.org
Cc: gbarr@pobox.com
Message-Id: <m3emdvw9hp.fsf@sgifford.tir.com>

p4raw-id: //depot/cfgperl@4565

24 years agoApplied manually:
Craig A. Berry [Tue, 9 Nov 1999 18:16:14 +0000]
Applied manually:
To: perl5-porters@perl.org, VMSPERL@perl.org
Subject: [PATCH 5.005_62] patches required to build on VMS
Message-Id: <4.2.2.19991109173839.00d12630@mmtnt11.metamor.com>

p4raw-id: //depot/cfgperl@4564

24 years agoRegen Unicode tables to include a warning:
Jarkko Hietaniemi [Sat, 13 Nov 1999 17:18:41 +0000]
Regen Unicode tables to include a warning:
Thou Shalt Not Edit Them By Hand; add missing
(Unicode 2.0 -introduced) tables to MANIFEST;
convert the equivalence tables to be valid Perl code.

p4raw-id: //depot/cfgperl@4563

24 years agowas Re: [ID 19991102.003] perl on os390
Peter Prymmer [Wed, 10 Nov 1999 14:34:36 +0000]
was Re: [ID 19991102.003] perl on os390

To: gsar@activestate.com, perl-mvs@perl.org, perlbug@perl.com
Message-Id: <199911102234.OAA01018@brio.forte.com>

p4raw-id: //depot/cfgperl@4562

24 years ago$Config{myarchname} is not a good architecture identifier
Jarkko Hietaniemi [Sat, 13 Nov 1999 16:29:37 +0000]
$Config{myarchname} is not a good architecture identifier
because it may contain host/node identification like
CPU serial numbers.

p4raw-id: //depot/cfgperl@4561

24 years agoContinue largefileness separation from quadness;
Jarkko Hietaniemi [Sat, 13 Nov 1999 16:26:13 +0000]
Continue largefileness separation from quadness;
move nv-preserving test out of perl.h into Configure;
use HAS_SETVBUF in IO.

p4raw-id: //depot/cfgperl@4560