summaryrefslogtreecommitdiff
path: root/Porting/check83.pl
Commit message (Collapse)AuthorAgeFilesLines
* Switch most open() calls to three-argument form.John Lightsey2016-12-231-1/+1
| | | | | | | | | | Switch from two-argument form. Filehandle cloning is still done with the two argument form for backward compatibility. Committer: Get all porting tests to pass. Increment some $VERSIONs. Run: ./perl -Ilib regen/mk_invlists.pl; ./perl -Ilib regen/regcharclass.pl For: RT #130122
* Make everything exec-bit.txt lists executableFlorian Ragwitz2010-08-191-0/+0
| | | | | | | All these files used to be executable in the release tarballs. Apparently things also work without that in the repository, but I'd rather add this possibly unecessary change to blead instead of breaking the upcoming release. This should probably be looked into again afterwards.
* Passing regexp vars as argument is unsafeGisle Aas2010-04-181-1/+1
| | | | | In this case $_[0] is unexpectedly modified by matching a regular expression inside the function, making it report bad file names.
* Avoid "Use of uninitialized value $base" for the CPANPLUS .hidden fileGisle Aas2010-04-181-1/+4
|
* Add directory depth check for older VMS systems to check83.plCraig A. Berry2007-03-111-0/+8
| | | p4raw-id: //depot/perl@30542
* Make report on bad filenames easier to readRafael Garcia-Suarez2006-03-071-2/+2
| | | p4raw-id: //depot/perl@27400
* Some cleanups by Jarkko (and one by myself) to check83.plRafael Garcia-Suarez2005-12-151-6/+10
| | | p4raw-id: //depot/perl@26364
* Re: check83.plYitzchak Scott-Thoennes2005-12-131-15/+14
| | | | | Message-ID: <20051211151958.GA6188@efn.org> p4raw-id: //depot/perl@26338
* In Porting scripts, use standard perl path of "/usr/bin/perl".Chip Salzenberg2003-02-241-1/+1
| | | p4raw-id: //depot/perl@18767
* MANIFES --> MANIFESTPhilip Newton2002-03-271-10/+11
| | | | | | | Message-ID: <n963aus588jr9ql5vo1il72adol3e9kois@4ax.com> (plus a few tweaks more) p4raw-id: //depot/perl@15546
* Clarify the 8.3 rule.Jarkko Hietaniemi2002-03-251-0/+11
| | | p4raw-id: //depot/perl@15491
* More pathname portability checks.Jarkko Hietaniemi2002-03-191-2/+12
| | | p4raw-id: //depot/perl@15337
* Find more conflicts by lowercasing.Jarkko Hietaniemi2001-09-221-0/+46
p4raw-id: //depot/perl@12131