22 years agoAllow for GNU-isms in h2xs
Ilya Zakharevich [Tue, 31 Jul 2001 05:34:38 +0000]
Allow for GNU-isms in h2xs
Message-ID: <20010731053438.A1754@math.ohio-state.edu>

p4raw-id: //depot/perl@11518

22 years agoAdd -Wall in cflags, not in Configure.
Jarkko Hietaniemi [Tue, 31 Jul 2001 14:14:35 +0000]
Add -Wall in cflags, not in Configure.
(This way -Wall affects only the core and the core XS,
 not user modules' XS.  Concern from Paul Marquess,
 implementation idea from Andy Dougherty.)

p4raw-id: //depot/perl@11516

22 years agoConfigure's detection of system manual
Sean Dague [Sun, 13 May 2001 15:53:15 +0000]
Configure's detection of system manual
Message-ID: <20010513155315.A15833@underhill.dague.net>

p4raw-id: //depot/perl@11514

22 years ago[ID 20010621.004] Typo in perlobj.pod
Audrey Tang [Thu, 21 Jun 2001 23:56:48 +0000]
[ID 20010621.004] Typo in perlobj.pod
Message-Id: <20010621235648.A57340@not.autrijus.org>

p4raw-id: //depot/perl@11513

22 years agoTypo in DB_File.pm
Philip Newton [Tue, 31 Jul 2001 06:19:35 +0000]
Typo in DB_File.pm
Message-Id: <200107310413.f6V4DmL11900@chaos.wustl.edu>

p4raw-id: //depot/perl@11512

22 years agoRe: [ID 20010529.002] typos in man page perlre
Stephen P. Potter [Wed, 30 May 2001 13:59:34 +0000]
Re: [ID 20010529.002] typos in man page perlre
Message-Id: <20010530175939.59DEC729E1@belgarath.spotter.yi.org>

p4raw-id: //depot/perl@11511

22 years agoeval "format foo=" would loop indefinitely; reported in
Mike Guy [Mon, 14 May 2001 16:12:22 +0000]
eval "format foo=" would loop indefinitely; reported in

Subject: A load of old rubbish
Message-Id: <E14zK1G-0003a2-00@virgo.cus.cam.ac.uk>

(The core dumps reported in there already fixed.)

p4raw-id: //depot/perl@11510

22 years agoUpgrade to Switch 2.04, now with Perl 6 given+when.
Jarkko Hietaniemi [Tue, 31 Jul 2001 00:37:49 +0000]
Upgrade to Switch 2.04, now with Perl 6 given+when.

p4raw-id: //depot/perl@11509

22 years agoDB_File-1.78
Paul Marquess [Mon, 30 Jul 2001 22:54:37 +0000]
DB_File-1.78
Message-ID: <AIEAJICLCBDNAAOLLOKLGELNCLAA.Paul_Marquess@Yahoo.co.uk>

p4raw-id: //depot/perl@11508

22 years agoExplain in more detail why -pipe and -fno-common are good.
Jarkko Hietaniemi [Mon, 30 Jul 2001 23:11:10 +0000]
Explain in more detail why -pipe and -fno-common are good.

p4raw-id: //depot/perl@11507

22 years agoPerl hasn't been putting man pages into $prefix/lib for
Jarkko Hietaniemi [Mon, 30 Jul 2001 14:14:39 +0000]
Perl hasn't been putting man pages into $prefix/lib for
a long time now; pointed out by Andy Dougherty.

p4raw-id: //depot/perl@11505

22 years agoDocument the extras Configure option.
Jarkko Hietaniemi [Mon, 30 Jul 2001 14:13:15 +0000]
Document the extras Configure option.

p4raw-id: //depot/perl@11504

22 years agoIntegrate change #11051 from macperl; O_RDONLY is not zero
Jarkko Hietaniemi [Mon, 30 Jul 2001 13:52:14 +0000]
Integrate change #11051 from macperl; O_RDONLY is not zero
everywhere.

p4raw-link: @11051 on //depot/perl: 497b47a829dd93323de2c7f4f6815ab9f23d6ada

p4raw-id: //depot/perl@11503
p4raw-integrated: from //depot/maint-5.6/macperl@11502 'merge in'
doio.c (@11007..)

22 years agoDoubly guard against invoking CPAN if no extras defined,
Jarkko Hietaniemi [Mon, 30 Jul 2001 13:45:27 +0000]
Doubly guard against invoking CPAN if no extras defined,
pointed out by H. Merijn Brand.

p4raw-id: //depot/perl@11502

22 years agoUpdate Changes.
Jarkko Hietaniemi [Mon, 30 Jul 2001 03:53:34 +0000]
Update Changes.

p4raw-id: //depot/perl@11498

22 years agoNow Configure -Dextras=Foo::Bar and "make install" will
Jarkko Hietaniemi [Mon, 30 Jul 2001 03:45:32 +0000]
Now Configure -Dextras=Foo::Bar and "make install" will
fetch and install Foo::Bar.

p4raw-id: //depot/perl@11497

22 years agoextras.make, extras.test, and extras.install make targets.
Jarkko Hietaniemi [Mon, 30 Jul 2001 03:18:01 +0000]
extras.make, extras.test, and extras.install make targets.

p4raw-id: //depot/perl@11495

22 years agoBetter to have the list of extras in $extras than 'define'.
Jarkko Hietaniemi [Mon, 30 Jul 2001 01:37:14 +0000]
Better to have the list of extras in $extras than 'define'.

p4raw-id: //depot/perl@11493

22 years agoMissed from #11490 (the required dependency).
Jarkko Hietaniemi [Mon, 30 Jul 2001 01:32:54 +0000]
Missed from #11490 (the required dependency).

p4raw-id: //depot/perl@11491

22 years agoAdd the support of asking for extra modules or bundles of modules
Jarkko Hietaniemi [Mon, 30 Jul 2001 01:32:02 +0000]
Add the support of asking for extra modules or bundles of modules
to be fetched from the CPAN and installed as a part of the Perl
build process.  None of this installation is yet really done;
only the list is asked, and saved away in extras.lst for
the build and installation process to worry about later.

p4raw-id: //depot/perl@11490

22 years agoBeginnings of better Inf and NaN support.
Jarkko Hietaniemi [Sun, 29 Jul 2001 22:15:25 +0000]
Beginnings of better Inf and NaN support.
At least toke.c and sv.c still need quite a bit of work.

p4raw-id: //depot/perl@11489

22 years agoTop-level Makefile didn't honour OPTIMIZE.
Jarkko Hietaniemi [Sun, 29 Jul 2001 21:18:57 +0000]
Top-level Makefile didn't honour OPTIMIZE.

p4raw-id: //depot/perl@11488

22 years agoUpdate Changes.
Jarkko Hietaniemi [Sun, 29 Jul 2001 20:56:04 +0000]
Update Changes.

p4raw-id: //depot/perl@11487

22 years agoUse Search::Dict 1.02 interface for charinfo().
Jarkko Hietaniemi [Sun, 29 Jul 2001 20:38:09 +0000]
Use Search::Dict 1.02 interface for charinfo().

p4raw-id: //depot/perl@11486

22 years agoNow also allow transforming the read lines before comparing them.
Jarkko Hietaniemi [Sun, 29 Jul 2001 20:37:11 +0000]
Now also allow transforming the read lines before comparing them.
(This will help UnicodeCD.)

p4raw-id: //depot/perl@11485

22 years agoRemove tiehandle code.
Jarkko Hietaniemi [Sun, 29 Jul 2001 20:03:13 +0000]
Remove tiehandle code.

p4raw-id: //depot/perl@11484

22 years agoAllow specifying a comparison function for Search::Dict::look().
Jarkko Hietaniemi [Sun, 29 Jul 2001 19:59:02 +0000]
Allow specifying a comparison function for Search::Dict::look().

p4raw-id: //depot/perl@11483

22 years agoSmall UnicodeCD tweaks.
Jarkko Hietaniemi [Sun, 29 Jul 2001 18:55:04 +0000]
Small UnicodeCD tweaks.

p4raw-id: //depot/perl@11482

22 years agoUnicodeCD::charinfo
SADAHIRO Tomoyuki [Tue, 24 Jul 2001 01:51:32 +0000]
UnicodeCD::charinfo
Message-Id: <20010724015114.CF4D.BQW10602@nifty.com>

p4raw-id: //depot/perl@11481

22 years agoinstallperl
Wilfredo Sánchez [Fri, 27 Jul 2001 19:05:04 +0000]
installperl
Message-Id: <F7912758-82FC-11D5-BFC6-003065D59FBA@thor.sbay.org>

p4raw-id: //depot/perl@11480

22 years agoSet proper compatibility versions in core
Wilfredo Sánchez [Fri, 27 Jul 2001 20:01:49 +0000]
Set proper compatibility versions in core
Message-Id: <E3A6C66A-8304-11D5-BFC6-003065D59FBA@thor.sbay.org>

p4raw-id: //depot/perl@11479

22 years agoDarwin: -fpic not so good
Wilfredo Sánchez [Fri, 27 Jul 2001 18:57:38 +0000]
Darwin: -fpic not so good
Message-Id: <EC1496A6-82FB-11D5-BFC6-003065D59FBA@thor.sbay.org>

p4raw-id: //depot/perl@11477

22 years agoClean up Darwin hints
Wilfredo Sánchez [Fri, 27 Jul 2001 19:13:15 +0000]
Clean up Darwin hints
Message-Id: <1A70CA3F-82FE-11D5-BFC6-003065D59FBA@thor.sbay.org>

p4raw-id: //depot/perl@11476

22 years agosplit()'s unused captures should be undef, not ''
Jeff Pinyan [Fri, 27 Jul 2001 14:00:37 +0000]
split()'s unused captures should be undef, not ''
Message-ID: <Pine.GSO.4.21.0107271358310.28213-100000@crusoe.crusoe.net>

p4raw-id: //depot/perl@11475

22 years ago$^N foolery as well
Jeff Pinyan [Thu, 26 Jul 2001 20:03:12 +0000]
$^N foolery as well
Message-ID: <Pine.GSO.4.21.0107261958380.28213-100000@crusoe.crusoe.net>

p4raw-id: //depot/perl@11474

22 years agofixes to constant.pm documentation
Ilmari Karonen [Tue, 24 Jul 2001 16:44:24 +0000]
fixes to constant.pm documentation
Message-ID: <Pine.SOL.3.96.1010724163055.6822A-100000@simpukka>

p4raw-id: //depot/perl@11473

22 years ago[DOC PATCH bleadperl] perlport.pod and C<..">>"...>
Philip Newton [Fri, 27 Jul 2001 07:51:10 +0000]
[DOC PATCH bleadperl] perlport.pod and C<..">>"...>
Message-Id: <200107270548.f6R5mJL09063@chaos.wustl.edu>

p4raw-id: //depot/perl@11472

22 years agoDoc fix for perlguts / threading
Arthur Bergman [Wed, 25 Jul 2001 11:28:23 +0000]
Doc fix for perlguts / threading
Message-Id:  <B7845DD6.2812%arthur@contiller.se>

p4raw-id: //depot/perl@11471

22 years ago[DOC PATCH bleadperl] INSTALL: README for Unix systems exist
Philip Newton [Wed, 25 Jul 2001 08:19:47 +0000]
[DOC PATCH bleadperl] INSTALL: README for Unix systems exist
Message-Id:  <E15PHy4-0000cR-00@mserv1f.vianw.co.uk>

p4raw-id: //depot/perl@11470

22 years ago[DOC PATCH bleadperl] typo in INSTALL?
Philip Newton [Wed, 25 Jul 2001 08:12:48 +0000]
[DOC PATCH bleadperl] typo in INSTALL?
Message-Id:  <E15PHrJ-00003f-00@mserv1f.vianw.co.uk>

p4raw-id: //depot/perl@11469

22 years agoMore +x.
Jarkko Hietaniemi [Wed, 25 Jul 2001 01:39:11 +0000]
More +x.

p4raw-id: //depot/perl@11468

22 years agoUpdate Changes.
Jarkko Hietaniemi [Tue, 24 Jul 2001 16:05:34 +0000]
Update Changes.

p4raw-id: //depot/perl@11467

22 years agomy C compiler has no HTML parser
Philip Newton [Tue, 24 Jul 2001 06:45:55 +0000]
my C compiler has no HTML parser
Message-ID: <20010724.064500@ID-11583.news.dfncis.de>

p4raw-id: //depot/perl@11466

22 years agoadd io/fs.t to vmsperl test suite
Peter Prymmer [Mon, 23 Jul 2001 16:58:30 +0000]
add io/fs.t to vmsperl test suite
Message-ID: <Pine.OSF.4.10.10107231643480.401242-100000@aspara.forte.com>

p4raw-id: //depot/perl@11465

22 years agoWorkaround on Cwd bootstrap problem.
Jarkko Hietaniemi [Tue, 24 Jul 2001 02:58:20 +0000]
Workaround on Cwd bootstrap problem.

p4raw-id: //depot/perl@11464

22 years agoWhen in Rome, quote like the Romans do.
Jarkko Hietaniemi [Mon, 23 Jul 2001 23:11:41 +0000]
When in Rome, quote like the Romans do.

p4raw-id: //depot/perl@11463

22 years agoOS/2 multi-architecture
Ilya Zakharevich [Mon, 23 Jul 2001 19:29:49 +0000]
OS/2 multi-architecture
Message-ID: <20010723192949.A14802@math.ohio-state.edu>

p4raw-id: //depot/perl@11462

22 years agoMakeMaker FIRST_MAKEFILE and subdir
Ilya Zakharevich [Mon, 23 Jul 2001 18:43:42 +0000]
MakeMaker FIRST_MAKEFILE and subdir
Message-ID: <20010723184342.A14494@math.ohio-state.edu>

p4raw-id: //depot/perl@11461

22 years agoMakeMaker subdir
Ilya Zakharevich [Mon, 23 Jul 2001 18:33:16 +0000]
MakeMaker subdir
Message-ID: <20010723183316.A14298@math.ohio-state.edu>

p4raw-id: //depot/perl@11460

22 years agoOPTIMIZE= during perl make
Ilya Zakharevich [Mon, 23 Jul 2001 18:20:35 +0000]
OPTIMIZE= during perl make
Message-ID: <20010723182035.A14192@math.ohio-state.edu>

p4raw-id: //depot/perl@11459

22 years agoPrint CONFIGURE params in ExtUtils::MakeMaker output
David D. Kilzer [Mon, 23 Jul 2001 11:32:17 +0000]
Print CONFIGURE params in ExtUtils::MakeMaker output
Message-ID: <20010723113217.A28614@elbonia.lubricants-oil.com>

p4raw-id: //depot/perl@11458

22 years agodebug reloading selfloaded stuff
Ilya Zakharevich [Mon, 23 Jul 2001 18:13:20 +0000]
debug reloading selfloaded stuff
Message-ID: <20010723181320.A14005@math.ohio-state.edu>

p4raw-id: //depot/perl@11457

22 years agodebugging selfloaded stuff
Ilya Zakharevich [Mon, 23 Jul 2001 18:07:40 +0000]
debugging selfloaded stuff
Message-ID: <20010723180740.A13960@math.ohio-state.edu>

p4raw-id: //depot/perl@11456

22 years agoutil.c: return required in Perl_my_fork
Craig A. Berry [Mon, 23 Jul 2001 15:35:06 +0000]
util.c: return required in Perl_my_fork
Message-Id: <5.1.0.14.0.20010723152732.02ad4470@exchi01>

p4raw-id: //depot/perl@11455

22 years agoMessage-ID: <002f01c11386$a8539580$bb01a8c0@LSHATZER>
Larry Shatzer, Jr. [Mon, 23 Jul 2001 07:49:05 +0000]
Message-ID: <002f01c11386$a8539580$bb01a8c0@LSHATZER>

p4raw-id: //depot/perl@11454

22 years agowin32\sncfnmcs.pl corrections
Vadim Konovalov [Mon, 23 Jul 2001 12:56:54 +0000]
win32\sncfnmcs.pl corrections
From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
Message-ID: <E3FB32585BF1D411B9E900805FF51A080C1C5D@RU0022EXCH001U>

Rename the script a little bit more sensibly.

p4raw-id: //depot/perl@11453

22 years agoTest tweak.
Jarkko Hietaniemi [Mon, 23 Jul 2001 17:22:37 +0000]
Test tweak.

p4raw-id: //depot/perl@11452

22 years agoToo volatile failsafe check.
Jarkko Hietaniemi [Mon, 23 Jul 2001 17:09:46 +0000]
Too volatile failsafe check.

p4raw-id: //depot/perl@11450

22 years agoFurther doc tweaks.
Jarkko Hietaniemi [Mon, 23 Jul 2001 16:53:59 +0000]
Further doc tweaks.

p4raw-id: //depot/perl@11449

22 years agoDoc tweaks.
Jarkko Hietaniemi [Mon, 23 Jul 2001 05:26:50 +0000]
Doc tweaks.

p4raw-id: //depot/perl@11448

22 years agoDoc tweakery from Abhijit.
Jarkko Hietaniemi [Mon, 23 Jul 2001 04:57:49 +0000]
Doc tweakery from Abhijit.

p4raw-id: //depot/perl@11447

22 years agoAn accidental empty line.
Jarkko Hietaniemi [Sun, 22 Jul 2001 15:41:02 +0000]
An accidental empty line.

p4raw-id: //depot/perl@11446

22 years agoMissing MANIFESTations.
Jarkko Hietaniemi [Sun, 22 Jul 2001 15:38:30 +0000]
Missing MANIFESTations.

p4raw-id: //depot/perl@11445

22 years agoUpdate Changes.
Jarkko Hietaniemi [Sun, 22 Jul 2001 15:30:10 +0000]
Update Changes.

p4raw-id: //depot/perl@11444

22 years agoRe: Typo in Porting/pumpkin/pod ?
Mike Guy [Fri, 20 Jul 2001 16:12:49 +0000]
Re: Typo in Porting/pumpkin/pod ?
Message-Id: <E15NbxR-0006HD-00@draco.cus.cam.ac.uk>

p4raw-id: //depot/perl@11443

22 years agoRe: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
Peter Prymmer [Fri, 20 Jul 2001 17:04:55 +0000]
Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
Message-ID: <Pine.OSF.4.10.10107201650510.144528-100000@aspara.forte.com>

p4raw-id: //depot/perl@11442

22 years agoGetting rid of the expected "UNEXPECTEDLY SUCCEEDED"
Michael G. Schwern [Fri, 20 Jul 2001 20:22:35 +0000]
Getting rid of the expected "UNEXPECTEDLY SUCCEEDED"
Message-ID: <20010720202235.O4498@blackrider>

p4raw-id: //depot/perl@11441

22 years agoRe: [ID 20010720.010] WHere's [:isprint:]?
Jeffrey Friedl [Fri, 20 Jul 2001 22:59:25 +0000]
Re: [ID 20010720.010] WHere's [:isprint:]?
Message-Id: <200107210559.WAA09160@ventrue.corp.yahoo.com>

p4raw-id: //depot/perl@11440

22 years agoRe: [ID 20010720.010] WHere's [:isprint:]?
Mark-Jason Dominus [Fri, 20 Jul 2001 23:16:54 +0000]
Re: [ID 20010720.010] WHere's [:isprint:]?
Message-ID: <20010721031654.21877.qmail@plover.com>

p4raw-id: //depot/perl@11439

22 years agoRe: [PATCH O.pm] avoid to clutter output with -l
Rafael Garcia-Suarez [Sun, 22 Jul 2001 14:56:09 +0000]
Re: [PATCH O.pm] avoid to clutter output with -l
Message-ID: <20010722145609.A766@rafael>

p4raw-id: //depot/perl@11438

22 years agoregexec.c #define cleanup
Mark-Jason Dominus [Sat, 21 Jul 2001 18:33:25 +0000]
regexec.c #define cleanup
Message-ID: <20010721223325.3069.qmail@plover.com>

p4raw-id: //depot/perl@11437

22 years agoWin32 update for t/io/fs.t (may effect NetWare)
Prymmer/Kahn [Sat, 21 Jul 2001 12:08:29 +0000]
Win32 update for t/io/fs.t (may effect NetWare)
Message-ID: <Pine.BSF.4.21.0107211156160.17271-100000@shell8.ba.best.com>

p4raw-id: //depot/perl@11436

22 years agoTypo in #11432.
Jarkko Hietaniemi [Sun, 22 Jul 2001 00:22:51 +0000]
Typo in #11432.

p4raw-id: //depot/perl@11435

22 years agoIntegrate (manually) change #11424 from macperl.
Jarkko Hietaniemi [Sat, 21 Jul 2001 23:12:26 +0000]
Integrate (manually) change #11424 from macperl.

p4raw-link: @11424 on //depot/maint-5.6/macperl: dd32bd975b28e0f40b79ae764812a674d00c835f

p4raw-id: //depot/perl@11434

22 years agoIntegrate change #11408 from macperl.
Jarkko Hietaniemi [Sat, 21 Jul 2001 23:07:43 +0000]
Integrate change #11408 from macperl.

p4raw-link: @11408 on //depot/maint-5.6/macperl: dbb4888cf530f5a0f1689f26b30cde9e6c537f71

p4raw-id: //depot/perl@11433
p4raw-integrated: from //depot/maint-5.6/macperl@11432 'merge in'
README.macos (@11199..) pod/perlport.pod (@11263..)

22 years agoIntegrate change #11388 from macperl (the *.t parts needed hand massage).
Jarkko Hietaniemi [Sat, 21 Jul 2001 23:02:30 +0000]
Integrate change #11388 from macperl (the *.t parts needed hand massage).

p4raw-link: @11388 on //depot/maint-5.6/macperl: fa1e76071cf9cd14bdc552967af2da831117260a

p4raw-id: //depot/perl@11432
p4raw-branched: from //depot/maint-5.6/macperl@11423 'branch in'
macos/MacPerlTests.cmd (@11243..)
p4raw-branched: from //depot/maint-5.6/macperl@11388 'branch in'
macos/xsubpp.patch (@11243..)

22 years agoMake perl fork()-safe (in a slightly limited way) even on
Gurusamy Sarathy [Fri, 20 Jul 2001 18:38:48 +0000]
Make perl fork()-safe (in a slightly limited way) even on
platforms that don't have pthread_atfork() (extension of
the fix in change#11151).

Note that this will not help extensions that call fork()
directly in C, or that link to libraries that call fork()
directly.  Such cases must be fixed to either call
PerlProc_fork(), or call atfork_lock() in parent before the
calling the function that forks and call atfork_unlock()
in both parent and child immediately after the fork().
(There are no worries if C code calls exec() in the child
immediately after a fork().  Only cases where the child
calls perl's API functions (including New()) after the
fork() are problematic.)

This change also eliminates the use of vfork() from perl,
since all such uses were violating the severe restrictions
on modifying the state of the process between the vfork()
and the exec().

This is a modified version of patches suggested by Abhijit
Menon-Sen and Richard Soderberg.

p4raw-link: @11151 on //depot/perl: 50dd6e574ff39b609595ddb16b2fe9f625a26f8c

p4raw-id: //depot/perl@11423

22 years agoFix erronous documentation
Simon Cozens [Fri, 20 Jul 2001 11:42:35 +0000]
Fix erronous documentation
Message-Id:  <20010720114235.A5235@netthink.co.uk>

p4raw-id: //depot/perl@11419

22 years agoadds a comment
Abhijit Menon-Sen [Fri, 20 Jul 2001 21:05:37 +0000]
adds a comment
Message-Id:  <20010720210537.A7678@lustre.dyn.wiw.org>

p4raw-id: //depot/perl@11418

22 years agoINSTALL updates
Andy Dougherty [Fri, 20 Jul 2001 11:01:40 +0000]
INSTALL updates
Message-Id:  <Pine.SOL.4.10.10107201059510.16494-100000@maxwell.phys.lafayette.edu>

p4raw-id: //depot/perl@11417

22 years agoRe: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
Russ Allbery [Thu, 19 Jul 2001 15:52:37 +0000]
Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
Message-Id:  <ylvgko4jm2.fsf@windlord.stanford.edu>

p4raw-id: //depot/perl@11416

22 years agodefer op_seq allocation
Abhijit Menon-Sen [Thu, 19 Jul 2001 22:12:24 +0000]
defer op_seq allocation
Message-Id:  <20010719221224.A13786@lustre.dyn.wiw.org>

p4raw-id: //depot/perl@11415

22 years agoprototype for Time::HiRes::sleep()
Abhijit Menon-Sen [Fri, 20 Jul 2001 01:18:50 +0000]
prototype for Time::HiRes::sleep()
Message-Id:  <20010720011850.A19650@lustre.dyn.wiw.org>
(Private e-mail)

p4raw-id: //depot/perl@11414

22 years agoIntegrate win32/perlhost.h from maintenance branch.
Nick Ing-Simmons [Thu, 19 Jul 2001 06:44:27 +0000]
Integrate win32/perlhost.h from maintenance branch.
(Rest of $ENV{PATH} / system() fix.)

p4raw-id: //depot/perl@11412
p4raw-integrated: from //depot/maint-5.6/perl@11411 'merge in'
win32/perlhost.h (@11400..)

22 years ago[DOC PATCH bleadperl] its vs it's in perlhack.pod
Philip Newton [Wed, 18 Jul 2001 21:43:57 +0000]
[DOC PATCH bleadperl] its vs it's in perlhack.pod
Message-Id:  <E15Mx9y-0007Oz-00@mserv1b.vianw.co.uk>

p4raw-id: //depot/perl@11411

22 years agoSecurity hole in taint checking in open()
deekoo [Thu, 19 Jul 2001 00:03:46 +0000]
Security hole in taint checking in open()
Message-Id:  <Pine.LNX.4.33.0107182248330.11996-100000@chaos.tentacle.net>

p4raw-id: //depot/perl@11410

22 years agoRe: Time::HiRes qw(sleep) fails
Abhijit Menon-Sen [Thu, 19 Jul 2001 04:30:43 +0000]
Re: Time::HiRes qw(sleep) fails
Message-Id:  <20010719043043.A10327@lustre.dyn.wiw.org>

p4raw-id: //depot/perl@11409

22 years agoIntegrate Sarathy's Win32 $ENV{'PATH'}/system fixes (11399, 11400)
Nick Ing-Simmons [Wed, 18 Jul 2001 06:50:33 +0000]
Integrate Sarathy's Win32 $ENV{'PATH'}/system fixes (11399, 11400)
from perl5.6*

p4raw-id: //depot/perl@11405
p4raw-integrated: from //depot/maint-5.6/perl@11404 'merge in'
win32/win32.c (@8917..)
p4raw-integrated: from //depot/maint-5.6/perl@11400 'merge in'
win32/perlhost.h (@11399..)

22 years agoRe: Perl 5.7.2 Has Been Released
Hugo van der Sanden [Wed, 18 Jul 2001 05:58:46 +0000]
Re: Perl 5.7.2 Has Been Released
Message-Id:  <200107180458.f6I4wlJ19966@crypt0.demon.co.uk>

p4raw-id: //depot/perl@11404

22 years agoRe: [ID 20010716.005] numeric conversions in 5.7.[12] changed from perl5.6.1 (leading...
Hugo van der Sanden [Wed, 18 Jul 2001 05:21:54 +0000]
Re: [ID 20010716.005] numeric conversions in 5.7.[12] changed from perl5.6.1 (leading whitespace)
Message-Id:  <200107180421.f6I4Ltc00987@crypt0.demon.co.uk>

p4raw-id: //depot/perl@11403

22 years agoDoc patch: perlre should mention perlrequick and perlretut
Mark-Jason Dominus [Tue, 17 Jul 2001 17:59:20 +0000]
Doc patch: perlre should mention perlrequick and perlretut
Message-Id:  <20010717175920.8177.qmail@plover.com>

p4raw-id: //depot/perl@11402

22 years agoRe: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
Peter Prymmer [Mon, 16 Jul 2001 16:43:14 +0000]
Re: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
Message-Id: <Pine.OSF.4.10.10107161631300.464972-100000@aspara.forte.com>

Move t/base/commonsense.t to t/lib/commonsense.t - base tests
should not depend on existance of Config.pm

p4raw-id: //depot/perl@11398

22 years agoSections on writing tests & patching core mods
Michael G. Schwern [Mon, 16 Jul 2001 18:20:31 +0000]
Sections on writing tests & patching core mods
Message-Id:  <20010716182031.A1128@blackrider>

p4raw-id: //depot/perl@11397

22 years agomake printf refer to sprintf
Gwyn Judd [Tue, 17 Jul 2001 20:55:58 +0000]
make printf refer to sprintf
Message-Id:  <20010717205558.A3107@thislove>

p4raw-id: //depot/perl@11396

22 years agofix t/op/sprintf.t to not load %Config
Peter Prymmer [Mon, 16 Jul 2001 15:48:33 +0000]
fix t/op/sprintf.t to not load %Config
Message-Id:  <Pine.OSF.4.10.10107161543400.464972-100000@aspara.forte.com>

p4raw-id: //depot/perl@11395

22 years agoRe: [PATCH gv.c] allow ${"1f"} to be non-regex var
Jeff Pinyan [Mon, 16 Jul 2001 18:46:53 +0000]
Re: [PATCH gv.c] allow ${"1f"} to be non-regex var
Message-Id:  <Pine.GSO.4.21.0107161829390.1405-100000@crusoe.crusoe.net>

p4raw-id: //depot/perl@11394

22 years agofix PTHREAD_ATFORK croaking too early, too often
Coral [Mon, 16 Jul 2001 14:25:19 +0000]
fix PTHREAD_ATFORK croaking too early, too often
Message-Id:  <200107162125.f6GLPJ345261@moonlight.crystalflame.net>

p4raw-id: //depot/perl@11392

22 years agoRe: [PATCH h2xs.PL ] use Test::More where appropriate (was Re:
Jonathan Stowe [Mon, 16 Jul 2001 18:31:21 +0000]
Re: [PATCH h2xs.PL ] use Test::More where appropriate (was Re:
Message-Id:  <Pine.LNX.4.33.0107161827570.15520-100000@orpheus.gellyfish.com>

p4raw-id: //depot/perl@11391

22 years agoBack out change to h2xs till it passes its test.
Nick Ing-Simmons [Mon, 16 Jul 2001 14:12:58 +0000]
Back out change to h2xs till it passes its test.

p4raw-id: //depot/perl@11385

22 years agouse Test::More where appropriate (was Re: [PATCH]
Jonathan Stowe [Mon, 16 Jul 2001 08:37:05 +0000]
use Test::More where appropriate (was Re: [PATCH]
Message-Id:  <Pine.LNX.4.33.0107160830480.9915-100000@orpheus.gellyfish.com>

p4raw-id: //depot/perl@11384