This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
24 years agoMove _GNU_SOURCE into config_h.SH awaay from Configure
Jarkko Hietaniemi [Tue, 18 Jan 2000 21:11:03 +0000 (21:11 +0000)]
Move _GNU_SOURCE into config_h.SH awaay from Configure
as suggested by Andy.

p4raw-id: //depot/cfgperl@4815

24 years agometaconfig todo note from Andy.
Jarkko Hietaniemi [Tue, 18 Jan 2000 19:41:33 +0000 (19:41 +0000)]
metaconfig todo note from Andy.

p4raw-id: //depot/cfgperl@4813

24 years agoMore -V.
Jarkko Hietaniemi [Tue, 18 Jan 2000 15:02:55 +0000 (15:02 +0000)]
More -V.

p4raw-id: //depot/cfgperl@4812

24 years agoMore compile-time options shown with -V.
Jarkko Hietaniemi [Tue, 18 Jan 2000 10:35:30 +0000 (10:35 +0000)]
More compile-time options shown with -V.

p4raw-id: //depot/cfgperl@4811

24 years agoAdd -D_GNU_SOURCE into ccflags for gcc (for now to expose
Jarkko Hietaniemi [Mon, 17 Jan 2000 08:35:49 +0000 (08:35 +0000)]
Add -D_GNU_SOURCE into ccflags for gcc (for now to expose
the strtold() and qgcvt() prototypes for long doubles, but
it should be okay in any case); fix bad assumptions in the
test suite about string->float conversions; though the out
parameter of strtold() (and strtoll()) is unused, it is nicer
to have it in correct type.

p4raw-id: //depot/cfgperl@4810

24 years agostrtoll works better ternary.
Jarkko Hietaniemi [Sun, 16 Jan 2000 19:21:18 +0000 (19:21 +0000)]
strtoll works better ternary.

p4raw-id: //depot/cfgperl@4809

24 years agoKnow strtoll.
Jarkko Hietaniemi [Sun, 16 Jan 2000 19:12:58 +0000 (19:12 +0000)]
Know strtoll.

p4raw-id: //depot/cfgperl@4808

24 years agoIntegrate with Sarathy.
Jarkko Hietaniemi [Sun, 16 Jan 2000 17:57:03 +0000 (17:57 +0000)]
Integrate with Sarathy.

p4raw-id: //depot/cfgperl@4807

24 years agoContinue qgcvt work; closer now but not yet there.
Jarkko Hietaniemi [Sun, 16 Jan 2000 16:37:47 +0000 (16:37 +0000)]
Continue qgcvt work; closer now but not yet there.

p4raw-id: //depot/cfgperl@4806

24 years agoMetaconfig and Porting patches from Andy; start using the new
Jarkko Hietaniemi [Sat, 15 Jan 2000 22:26:16 +0000 (22:26 +0000)]
Metaconfig and Porting patches from Andy; start using the new
long long and long double thingies from #4804; regen Configure.

p4raw-id: //depot/perl@4805

24 years agoMetaconfig and Porting patches from Andy; start using the new
Jarkko Hietaniemi [Sat, 15 Jan 2000 22:26:16 +0000 (22:26 +0000)]
Metaconfig and Porting patches from Andy; start using the new
long long and long double thingies from #4804; regen Configure.

p4raw-id: //depot/cfgperl@4805

24 years agominor optimization (avoid double sv_upgrade() for "our Foo $bar;")
Gurusamy Sarathy [Fri, 14 Jan 2000 04:40:49 +0000 (04:40 +0000)]
minor optimization (avoid double sv_upgrade() for "our Foo $bar;")

p4raw-id: //depot/perl@4803

24 years agoadd note about "our"
Gurusamy Sarathy [Fri, 14 Jan 2000 04:35:55 +0000 (04:35 +0000)]
add note about "our"

p4raw-id: //depot/perl@4802

24 years agonailed "our" declarations, and better warnings on duplicate
Gurusamy Sarathy [Fri, 14 Jan 2000 04:16:51 +0000 (04:16 +0000)]
nailed "our" declarations, and better warnings on duplicate
"our" declarations

p4raw-id: //depot/perl@4801

24 years agoavoid spurious "Useless use of variable" warning on C<our $foo;>
Gurusamy Sarathy [Fri, 14 Jan 2000 01:27:13 +0000 (01:27 +0000)]
avoid spurious "Useless use of variable" warning on C<our $foo;>

p4raw-id: //depot/perl@4800

24 years agodoc typo
Gurusamy Sarathy [Fri, 14 Jan 2000 01:17:15 +0000 (01:17 +0000)]
doc typo

p4raw-id: //depot/perl@4799

24 years agoIntegrate with Sarathy.
Jarkko Hietaniemi [Thu, 13 Jan 2000 16:31:34 +0000 (16:31 +0000)]
Integrate with Sarathy.

p4raw-id: //depot/cfgperl@4798

24 years agoclearer docs for change#4796; faster av_exists()
Gurusamy Sarathy [Thu, 13 Jan 2000 08:12:56 +0000 (08:12 +0000)]
clearer docs for change#4796; faster av_exists()

p4raw-link: @4796 on //depot/perl: 010205895f86f073b0b2a20bd4cfbb05f0134888

p4raw-id: //depot/perl@4797

24 years agosupport delete() and exists() on array, tied array, and pseudo-hash
Gurusamy Sarathy [Thu, 13 Jan 2000 06:49:03 +0000 (06:49 +0000)]
support delete() and exists() on array, tied array, and pseudo-hash
elements or slices

p4raw-id: //depot/perl@4796

24 years agoextend site_perl changes change#4773 to vendor_perl as well
Gurusamy Sarathy [Tue, 11 Jan 2000 20:52:30 +0000 (20:52 +0000)]
extend site_perl changes change#4773 to vendor_perl as well

p4raw-link: @4773 on //depot/perl: 273cf8d1f309172b4416e78e4a8e80c12d941254

p4raw-id: //depot/perl@4795

24 years agorework INSTALL to reflect new logic for versioning sitelibs
Gurusamy Sarathy [Tue, 11 Jan 2000 19:18:50 +0000 (19:18 +0000)]
rework INSTALL to reflect new logic for versioning sitelibs

p4raw-id: //depot/perl@4794

24 years agotest for change#4792
Gurusamy Sarathy [Tue, 11 Jan 2000 01:44:00 +0000 (01:44 +0000)]
test for change#4792

p4raw-link: @4792 on //depot/perl: ad4e2db76417dc3c9feb57d207a4bcf3bf734aaf

p4raw-id: //depot/perl@4793

24 years agopseudo forked children inherit environment correctly
Gurusamy Sarathy [Tue, 11 Jan 2000 01:22:36 +0000 (01:22 +0000)]
pseudo forked children inherit environment correctly

p4raw-id: //depot/perl@4792

24 years agotest tweak
Gurusamy Sarathy [Mon, 10 Jan 2000 19:14:03 +0000 (19:14 +0000)]
test tweak

p4raw-id: //depot/perl@4791

24 years agocheck for USE_ITHREADS sanity was too restrictive
Gurusamy Sarathy [Mon, 10 Jan 2000 18:56:16 +0000 (18:56 +0000)]
check for USE_ITHREADS sanity was too restrictive

p4raw-id: //depot/perl@4790

24 years agoadd workaround for textmode read() bug in MSVCRT; make chdir() do
Gurusamy Sarathy [Mon, 10 Jan 2000 18:30:24 +0000 (18:30 +0000)]
add workaround for textmode read() bug in MSVCRT; make chdir() do
a real SetCurrentDirectory() in toplevel host

p4raw-id: //depot/perl@4789

24 years agoEPOC port update (from Olaf Flebbe <O.Flebbe@science-computing.de>)
Gurusamy Sarathy [Mon, 10 Jan 2000 05:27:03 +0000 (05:27 +0000)]
EPOC port update (from Olaf Flebbe <O.Flebbe@science-computing.de>)

p4raw-id: //depot/perl@4782

24 years agopod typos (from Abigail <abigail@delanet.com>)
Gurusamy Sarathy [Mon, 10 Jan 2000 05:11:03 +0000 (05:11 +0000)]
pod typos (from Abigail <abigail@delanet.com>)

p4raw-id: //depot/perl@4781

24 years agofailing RE test added (from Robert Cunningham <rkc@ll.mit.edu>)
Gurusamy Sarathy [Mon, 10 Jan 2000 05:07:35 +0000 (05:07 +0000)]
failing RE test added (from Robert Cunningham <rkc@ll.mit.edu>)

p4raw-id: //depot/perl@4780

24 years agoterminate -s switch processing only on C<-->, not on C<--foo>
Gurusamy Sarathy [Mon, 10 Jan 2000 05:06:16 +0000 (05:06 +0000)]
terminate -s switch processing only on C<-->, not on C<--foo>

p4raw-id: //depot/perl@4779

24 years agouseithreads needs usemultiplicity
Gurusamy Sarathy [Mon, 10 Jan 2000 04:38:45 +0000 (04:38 +0000)]
useithreads needs usemultiplicity

p4raw-id: //depot/perl@4778

24 years agouse $Config{version} rather than $] where appropriate
Gurusamy Sarathy [Mon, 10 Jan 2000 01:18:04 +0000 (01:18 +0000)]
use $Config{version} rather than $] where appropriate

p4raw-id: //depot/perl@4777

24 years agoenable fork.t on windows
Gurusamy Sarathy [Mon, 10 Jan 2000 00:11:34 +0000 (00:11 +0000)]
enable fork.t on windows

p4raw-id: //depot/perl@4776

24 years agobroken test for use5005threads
Gurusamy Sarathy [Mon, 10 Jan 2000 00:07:29 +0000 (00:07 +0000)]
broken test for use5005threads

p4raw-id: //depot/perl@4775

24 years agomore windows build tweaks
Gurusamy Sarathy [Sun, 9 Jan 2000 23:56:37 +0000 (23:56 +0000)]
more windows build tweaks

p4raw-id: //depot/perl@4774

24 years agomore changes for new-style version numbers (versions numbers on
Gurusamy Sarathy [Sun, 9 Jan 2000 22:27:19 +0000 (22:27 +0000)]
more changes for new-style version numbers (versions numbers on
the filesystem look like 5.5.640, except on DOS-DJGPP and VMS where
they look like 5_5_640; delete @Config{pm_apiversion,xs_apiversion};
split $Config{apiversion} into three, @Config{apirevision,apiversion,
apisubversion} for CPP friendliness; $Config{sitelib} now defaults
to .../site_perl/$version, just like $Config{privlib}, making sitelib
completely independent across versions and substantially eliminating
chances of breaking older installations by overwriting newly built
extensions; all this means compatibility inclusions for @INC will need
to take into account older sitelib versions (this still TODO)

windows, vms, dos tweaks for the above

p4raw-id: //depot/perl@4773

24 years agos/usethreads/use5005threads/g
Gurusamy Sarathy [Sun, 9 Jan 2000 19:05:33 +0000 (19:05 +0000)]
s/usethreads/use5005threads/g

p4raw-id: //depot/perl@4772

24 years agoConfigure changes for new-style version numbers (from Andy Dougherty,
Gurusamy Sarathy [Sun, 9 Jan 2000 18:51:50 +0000 (18:51 +0000)]
Configure changes for new-style version numbers (from Andy Dougherty,
slightly altered)

p4raw-id: //depot/perl@4771

24 years agofix for 'make utest' failures (from Ilya Zakharevich)
Gurusamy Sarathy [Fri, 7 Jan 2000 22:18:54 +0000 (22:18 +0000)]
fix for 'make utest' failures (from Ilya Zakharevich)

p4raw-id: //depot/perl@4770

24 years agocygwin update (from Eric Fifer <EFifer@sanwaint.com>)
Gurusamy Sarathy [Fri, 7 Jan 2000 18:23:16 +0000 (18:23 +0000)]
cygwin update (from Eric Fifer <EFifer@sanwaint.com>)

p4raw-id: //depot/perl@4769

24 years agotypo on h2xs.PL (from Helmut Jarausch)
Gurusamy Sarathy [Fri, 7 Jan 2000 18:12:15 +0000 (18:12 +0000)]
typo on h2xs.PL (from Helmut Jarausch)

p4raw-id: //depot/perl@4768

24 years agoVMS update (from Peter Prymmer <pvhp@forte.com>)
Gurusamy Sarathy [Fri, 7 Jan 2000 17:58:45 +0000 (17:58 +0000)]
VMS update (from Peter Prymmer <pvhp@forte.com>)

p4raw-id: //depot/perl@4767

24 years agoos2/POSIX.mkfifo not needed (from Yitzchak Scott-Thoennes
Gurusamy Sarathy [Fri, 7 Jan 2000 17:54:05 +0000 (17:54 +0000)]
os2/POSIX.mkfifo not needed (from Yitzchak Scott-Thoennes
<sthoenna@efn.org>)

p4raw-id: //depot/perl@4766

24 years agoadd workaround for dlopen() bug on OpenBSD (relative paths that
Gurusamy Sarathy [Thu, 6 Jan 2000 20:11:46 +0000 (20:11 +0000)]
add workaround for dlopen() bug on OpenBSD (relative paths that
match /^lib/ won't load properly)

p4raw-id: //depot/perl@4765

24 years agoadd undocumented globals for compatibility--find.pl, and find2perl
Gurusamy Sarathy [Thu, 6 Jan 2000 19:51:08 +0000 (19:51 +0000)]
add undocumented globals for compatibility--find.pl, and find2perl
generated code need them (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)

p4raw-id: //depot/perl@4764

24 years agofix various C-backend shenanigans
Gurusamy Sarathy [Thu, 6 Jan 2000 10:51:07 +0000 (10:51 +0000)]
fix various C-backend shenanigans

p4raw-id: //depot/perl@4763

24 years agotweak test in change#4757 for Windows
Gurusamy Sarathy [Thu, 6 Jan 2000 04:09:00 +0000 (04:09 +0000)]
tweak test in change#4757 for Windows

p4raw-link: @4757 on //depot/perl: faecd977681fb50ecb4b9174f76ac49d0d9e21c7

p4raw-id: //depot/perl@4762

24 years agoUSE_ITHREADS tweak (reused pad values could be SvREADONLY if
Gurusamy Sarathy [Thu, 6 Jan 2000 02:55:30 +0000 (02:55 +0000)]
USE_ITHREADS tweak (reused pad values could be SvREADONLY if
they belonged to freed OP_CONSTs)

p4raw-id: //depot/perl@4761

24 years agoconstant ranges could escape bareword check in list context
Gurusamy Sarathy [Thu, 6 Jan 2000 00:22:40 +0000 (00:22 +0000)]
constant ranges could escape bareword check in list context

p4raw-id: //depot/perl@4760

24 years agoRe: minimal m//g matches appear busted
Ilya Zakharevich [Wed, 5 Jan 2000 15:23:18 +0000 (10:23 -0500)]
Re: minimal m//g matches appear busted

Message-Id: <20000105152318.A7400@monk.mps.ohio-state.edu>

p4raw-id: //depot/perl@4759

24 years agovarious nits identified by warnings unmasked by recent changes
Gurusamy Sarathy [Wed, 5 Jan 2000 12:49:40 +0000 (12:49 +0000)]
various nits identified by warnings unmasked by recent changes

p4raw-id: //depot/perl@4758

24 years agosevere bugs in change#3786 fixed
Gurusamy Sarathy [Wed, 5 Jan 2000 12:48:10 +0000 (12:48 +0000)]
severe bugs in change#3786 fixed

p4raw-link: @3786 on //depot/perl: 6170680bfd1817febf6b13f65734e3e2e6e3f9bf

p4raw-id: //depot/perl@4757

24 years agotweak change#4745 to make ebcdic output match for chars <= 037
Gurusamy Sarathy [Wed, 5 Jan 2000 11:25:10 +0000 (11:25 +0000)]
tweak change#4745 to make ebcdic output match for chars <= 037

p4raw-link: @4745 on //depot/perl: 0407a77bc74fb10c233a2d09d551311e3628eba5

p4raw-id: //depot/perl@4756

24 years agocygwin support tweaks (from Eric Fifer <EFifer@sanwaint.com>)
Gurusamy Sarathy [Wed, 5 Jan 2000 06:56:05 +0000 (06:56 +0000)]
cygwin support tweaks (from Eric Fifer <EFifer@sanwaint.com>)

p4raw-id: //depot/perl@4755

24 years agoavoid expensive Version_check (from Andreas Koenig)
Gurusamy Sarathy [Wed, 5 Jan 2000 06:52:25 +0000 (06:52 +0000)]
avoid expensive Version_check (from Andreas Koenig)

p4raw-id: //depot/perl@4754

24 years agoReloading File::Copy
Andreas König [Mon, 3 Jan 2000 21:56:02 +0000 (22:56 +0100)]
Reloading File::Copy

Message-ID: <sfcvh5azxgd.fsf@hohenstaufen.in-berlin.de>

p4raw-id: //depot/perl@4753

24 years agos/USE_TEXTMODE_SCRIPTS/PERL_TEXTMODE_SCRIPTS/g
Gurusamy Sarathy [Tue, 4 Jan 2000 01:19:20 +0000 (01:19 +0000)]
s/USE_TEXTMODE_SCRIPTS/PERL_TEXTMODE_SCRIPTS/g

p4raw-id: //depot/perl@4752

24 years agoavoid using (custom) autoloader in MakeMaker (from Andreas Koenig)
Gurusamy Sarathy [Mon, 3 Jan 2000 18:26:08 +0000 (18:26 +0000)]
avoid using (custom) autoloader in MakeMaker (from Andreas Koenig)

p4raw-id: //depot/perl@4751

24 years agomake DProf look at $ENV{PERL_DPROF_OUT_FILE_NAME} to make it possible
Gurusamy Sarathy [Sun, 2 Jan 2000 21:58:02 +0000 (21:58 +0000)]
make DProf look at $ENV{PERL_DPROF_OUT_FILE_NAME} to make it possible
to write to a file other than tmon.out (suggested by Haakon Alstadheim
<Haakon.Alstadheim@sds.no>)

p4raw-id: //depot/perl@4750

24 years agodisable optimization in change#3612 for join() and quotemeta()--this
Gurusamy Sarathy [Sun, 2 Jan 2000 21:37:29 +0000 (21:37 +0000)]
disable optimization in change#3612 for join() and quotemeta()--this
removes all the gross hacks for the special cases in that change; fix
pp_concat() for when TARG == arg (modified version of patch suggested
by Ilya Zakharevich)

p4raw-link: @3612 on //depot/perl: b162f9ead0a98db35cdcfc8c889e344c040c8d8e

p4raw-id: //depot/perl@4749

24 years agoMakeMaker should attempt to "require" rather than "use" prerequisites
Gurusamy Sarathy [Sun, 2 Jan 2000 20:26:06 +0000 (20:26 +0000)]
MakeMaker should attempt to "require" rather than "use" prerequisites
to avoid imports (from Michael G Schwern <schwern@pobox.com>)

p4raw-id: //depot/perl@4748

24 years agofix 4-arg substr() when used as argument to subroutine
Gurusamy Sarathy [Sun, 2 Jan 2000 20:17:36 +0000 (20:17 +0000)]
fix 4-arg substr() when used as argument to subroutine

p4raw-id: //depot/perl@4747

24 years agousethreads build fixups for NeXTstep (as suggested by Hans Mulder)
Gurusamy Sarathy [Sun, 2 Jan 2000 18:45:58 +0000 (18:45 +0000)]
usethreads build fixups for NeXTstep (as suggested by Hans Mulder)

p4raw-id: //depot/perl@4746

24 years agoebcdic fix for Data::Dumper from Peter Prymmer
Gurusamy Sarathy [Sun, 2 Jan 2000 18:15:44 +0000 (18:15 +0000)]
ebcdic fix for Data::Dumper from Peter Prymmer

p4raw-id: //depot/perl@4745

24 years agomissing files in previous submit
Gurusamy Sarathy [Fri, 31 Dec 1999 22:42:23 +0000 (22:42 +0000)]
missing files in previous submit

p4raw-id: //depot/perl@4744

24 years agovarious Windows build tweaks
Gurusamy Sarathy [Fri, 31 Dec 1999 06:47:18 +0000 (06:47 +0000)]
various Windows build tweaks

p4raw-id: //depot/perl@4743

24 years agochange#4705 breaks code that interpolates $], so leave string value
Gurusamy Sarathy [Thu, 30 Dec 1999 21:32:36 +0000 (21:32 +0000)]
change#4705 breaks code that interpolates $], so leave string value
of $] as it was for compatibility (and perhaps introduce $^V or similar
for the utf8 representation, maybe?)

p4raw-link: @4705 on //depot/utfperl: a7cb1f9979dd83ab32266dc555f72f0939829c3f

p4raw-id: //depot/perl@4742

24 years agoavoid CRLF in byteloadable files created by perlcc
Gurusamy Sarathy [Thu, 30 Dec 1999 19:36:21 +0000 (19:36 +0000)]
avoid CRLF in byteloadable files created by perlcc

p4raw-id: //depot/perl@4741

24 years agoleave DATA open in binmode if __END__ line doesn't have CRLF
Gurusamy Sarathy [Thu, 30 Dec 1999 19:35:07 +0000 (19:35 +0000)]
leave DATA open in binmode if __END__ line doesn't have CRLF

p4raw-id: //depot/perl@4740

24 years agoenable the PERL_BINMODE_SCRIPTS behavior by default on Windows
Gurusamy Sarathy [Thu, 30 Dec 1999 05:44:21 +0000 (05:44 +0000)]
enable the PERL_BINMODE_SCRIPTS behavior by default on Windows
to allow ByteLoader to work; the DATA filehandles continue to
be left open in text mode for compatibility

p4raw-id: //depot/perl@4739

24 years agoCR-LF support broken for formats
Gurusamy Sarathy [Thu, 30 Dec 1999 04:36:12 +0000 (04:36 +0000)]
CR-LF support broken for formats

p4raw-id: //depot/perl@4738

24 years agomake DProf functional under pseudo-fork()
Gurusamy Sarathy [Wed, 29 Dec 1999 22:30:52 +0000 (22:30 +0000)]
make DProf functional under pseudo-fork()

p4raw-id: //depot/perl@4737

24 years agoslurp mode fix in change#2910 wasn't quite right (spotted by Hans
Gurusamy Sarathy [Wed, 29 Dec 1999 21:04:59 +0000 (21:04 +0000)]
slurp mode fix in change#2910 wasn't quite right (spotted by Hans
Mulder)

p4raw-link: @2910 on //depot/perl: fbad3eb55c1f8c84d1dfd0e484ecddeffc891e79

p4raw-id: //depot/perl@4736

24 years agore.pm is needed earlier, xsubpp now uses it (spotted by Andreas
Gurusamy Sarathy [Wed, 29 Dec 1999 18:12:40 +0000 (18:12 +0000)]
re.pm is needed earlier, xsubpp now uses it (spotted by Andreas
Koenig)

p4raw-id: //depot/perl@4735

24 years agoWindows build tweaks
Gurusamy Sarathy [Tue, 28 Dec 1999 21:10:37 +0000 (21:10 +0000)]
Windows build tweaks

p4raw-id: //depot/perl@4734

24 years agoremove never-taken branch for making getc() operate on ARGV (spotted
Gurusamy Sarathy [Tue, 28 Dec 1999 20:45:15 +0000 (20:45 +0000)]
remove never-taken branch for making getc() operate on ARGV (spotted
by Ralph Corderoy <ralph@inputplus.demon.co.uk>)

p4raw-id: //depot/perl@4733

24 years agotests for change#4642 and pod fixups suggested by Ralph Corderoy
Gurusamy Sarathy [Tue, 28 Dec 1999 20:42:13 +0000 (20:42 +0000)]
tests for change#4642 and pod fixups suggested by Ralph Corderoy
<ralph@inputplus.demon.co.uk>

p4raw-link: @4642 on //depot/perl: db7ec62399075c965a182629c9ca8ed4044fc594

p4raw-id: //depot/perl@4732

24 years agooptimize XSUBs to use targets if the -nooptimize xsubpp option is
Gurusamy Sarathy [Tue, 28 Dec 1999 20:23:17 +0000 (20:23 +0000)]
optimize XSUBs to use targets if the -nooptimize xsubpp option is
not supplied (variant of patch suggested by Ilya Zakharevich)

p4raw-id: //depot/perl@4731

24 years agorange operator does magical string increment iff both operands
Gurusamy Sarathy [Tue, 28 Dec 1999 19:55:56 +0000 (19:55 +0000)]
range operator does magical string increment iff both operands
are non-numbers, from Tom Phoenix <rootbeer@redcat.com>; fixed
the "foreach (RANGE)" case as well

p4raw-id: //depot/perl@4730

24 years agoWin9x + GCC update from Benjamin Stuhl <sho_pi@hotmail.com>
Gurusamy Sarathy [Tue, 28 Dec 1999 18:40:19 +0000 (18:40 +0000)]
Win9x + GCC update from Benjamin Stuhl <sho_pi@hotmail.com>

p4raw-id: //depot/perl@4729

24 years agotypecasts needed
Gurusamy Sarathy [Tue, 28 Dec 1999 07:44:19 +0000 (07:44 +0000)]
typecasts needed

p4raw-id: //depot/perl@4728

24 years agochange#4721 needed line number adjustments
Gurusamy Sarathy [Tue, 28 Dec 1999 06:23:08 +0000 (06:23 +0000)]
change#4721 needed line number adjustments

p4raw-link: @4721 on //depot/perl: 59af875452bab7830a612945a2ac1c23c411527f

p4raw-id: //depot/perl@4727

24 years agointegrate utfperl contents into mainline
Gurusamy Sarathy [Tue, 28 Dec 1999 04:18:15 +0000 (04:18 +0000)]
integrate utfperl contents into mainline

p4raw-id: //depot/perl@4726

24 years agointegrate mainline contents
Gurusamy Sarathy [Tue, 28 Dec 1999 04:08:09 +0000 (04:08 +0000)]
integrate mainline contents

p4raw-id: //depot/utfperl@4725

24 years agofix for /(^|a)b/ breakage from Ilya Zakharevich
Gurusamy Sarathy [Tue, 28 Dec 1999 03:44:10 +0000 (03:44 +0000)]
fix for /(^|a)b/ breakage from Ilya Zakharevich

p4raw-id: //depot/perl@4724

24 years agomore ebcdic testsuite fixups (from Peter Prymmer)
Gurusamy Sarathy [Tue, 28 Dec 1999 03:28:39 +0000 (03:28 +0000)]
more ebcdic testsuite fixups (from Peter Prymmer)

p4raw-id: //depot/perl@4723

24 years agoavoid "used once" warning
Gurusamy Sarathy [Tue, 28 Dec 1999 03:14:48 +0000 (03:14 +0000)]
avoid "used once" warning

p4raw-id: //depot/perl@4722

24 years agoebcdic tweaks for tests from Peter Prymmer
Gurusamy Sarathy [Tue, 28 Dec 1999 03:10:32 +0000 (03:10 +0000)]
ebcdic tweaks for tests from Peter Prymmer

p4raw-id: //depot/perl@4721

24 years agopod nits from Simon Cozens <simon@brecon.co.uk> and others
Gurusamy Sarathy [Tue, 28 Dec 1999 03:08:39 +0000 (03:08 +0000)]
pod nits from Simon Cozens <simon@brecon.co.uk> and others

p4raw-id: //depot/perl@4720

24 years agoperlport v1.45 from Chris Nandor
Gurusamy Sarathy [Tue, 28 Dec 1999 03:01:04 +0000 (03:01 +0000)]
perlport v1.45 from Chris Nandor

p4raw-id: //depot/perl@4719

24 years agonewer version of constant.pm from Tom Phoenix; added Tom's notes to
Gurusamy Sarathy [Tue, 28 Dec 1999 02:59:16 +0000 (02:59 +0000)]
newer version of constant.pm from Tom Phoenix; added Tom's notes to
perldelta; added STOP, DESTROY and AUTOLOAD to specials list

p4raw-id: //depot/perl@4718

24 years agocygwin update from Eric Fifer <EFifer@sanwaint.com>
Gurusamy Sarathy [Tue, 28 Dec 1999 02:47:04 +0000 (02:47 +0000)]
cygwin update from Eric Fifer <EFifer@sanwaint.com>

p4raw-id: //depot/perl@4717

24 years agotweak to show up db-linked-with-libpthread-but-not-perl problem
Gurusamy Sarathy [Tue, 28 Dec 1999 02:40:51 +0000 (02:40 +0000)]
tweak to show up db-linked-with-libpthread-but-not-perl problem
(from Andy Dougherty)

p4raw-id: //depot/perl@4716

24 years agobetter variant of change#4644 (from Andy Dougherty)
Gurusamy Sarathy [Tue, 28 Dec 1999 02:38:44 +0000 (02:38 +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 (02:36 +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 (02:35 +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 (02:30 +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 (02:24 +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 (02:05 +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 (01:20 +0000)]
partly fix perldiag regressions identified by Tom Christiansen

p4raw-id: //depot/perl@4709