summaryrefslogtreecommitdiff
path: root/Porting
Commit message (Collapse)AuthorAgeFilesLines
* Add a Configure probe for <assert.h>Nicholas Clark2007-12-223-0/+12
| | | p4raw-id: //depot/perl@32705
* bring Test::Harness up to 3.06Andy Armstrong2007-12-201-1/+1
| | | | | | Message-Id: <5C57804B-6F71-4875-AEB6-C449F893E001@hexten.net> Date: Thu, 20 Dec 2007 17:49:07 +0000 p4raw-id: //depot/perl@32673
* Upgrade to Test::Harness 3.05Nicholas Clark2007-12-191-3/+8
| | | | | | | | | Add test boilerplate to various test files. Add FIXME skips for various tests that don't play nicely with the altered layout in the core. lib/Test/Harness/t/unicode.t appears to fail under UTF-8 locales and so will need fixing. p4raw-id: //depot/perl@32659
* Bump the version number to 5.11.0Nicholas Clark2007-12-191-26/+26
| | | p4raw-id: //depot/perl@32646
* Some things a pumpking should not forget when releasing a new perlRafael Garcia-Suarez2007-12-111-0/+9
| | | p4raw-id: //depot/perl@32609
* The win32 files are not the Win32 (dual-lived) distribution.Rafael Garcia-Suarez2007-12-041-2/+2
| | | | | Plus, regenerate the meta file. p4raw-id: //depot/perl@32574
* Don't list README.win32 as private in the META.ymlRafael Garcia-Suarez2007-12-041-1/+1
| | | p4raw-id: //depot/perl@32573
* uconfig.h must be writable for microperlRafael Garcia-Suarez2007-11-261-0/+1
| | | | | (thanks to Sébastien Aperghis-Tramoni) p4raw-id: //depot/perl@32495
* Make genlog 'unexpand -a' all the spaces into tabs, which results inNicholas Clark2007-11-211-9/+11
| | | | | smaller Changes files. p4raw-id: //depot/perl@32441
* Test::More and Test::Builder are actually part of the Test::Simple distributionRafael Garcia-Suarez2007-11-211-14/+2
| | | p4raw-id: //depot/perl@32440
* Safe.pm is actually not under ext/SafeRafael Garcia-Suarez2007-11-211-1/+1
| | | p4raw-id: //depot/perl@32439
* Update the files that need to be read/write in makerel, removing oneNicholas Clark2007-11-201-2/+6
| | | | | | | | | | | exterminated file, one file that is now a dummy, and adding in various files that are actually read/write because they are regenerated from source files. Change the type of regcharclass.h to read/write in Perforce as it is auto-generated. (And all other auto-generated files are read/write. There's some irony here - the only read/write files are the ones you shouldn't edit. All the ones you can edit are read only.) p4raw-id: //depot/perl@32427
* Re: [PATCH] various RC1 nitsJarkko Hietaniemi2007-11-201-9/+9
| | | | | Message-ID: <4743029A.3010002@iki.fi> p4raw-id: //depot/perl@32425
* Porting/Maintainers.pm uses a _ prototype, which is a 5.10 feature, soNicholas Clark2007-11-121-0/+1
| | | | | use 5.010; to trap 5.8.x and earlier before they choke. p4raw-id: //depot/perl@32297
* B::Lint is dual-lived (revised)Jerry D. Hedden2007-10-181-0/+9
| | | | | | From: "Jerry D. Hedden" <jdhedden@cpan.org> Message-ID: <1ff86f510710180645x115a7949vaea7b45dd2dc3139@mail.gmail.com> p4raw-id: //depot/perl@32131
* Porting/Maintainers.pm --check added functionalityRobin Barker2007-10-111-6/+34
| | | | | | From: "Robin Barker" <Robin.Barker@npl.co.uk> Message-ID: <2C2E01334A940D4792B3E115F95B7226C9D1F2@exchsvr1.npl.ad.local> p4raw-id: //depot/perl@32097
* Porting/Maintainers.plRobin Barker2007-10-101-2/+4
| | | | | | From: "Robin Barker" <Robin.Barker@npl.co.uk> Message-ID: <2C2E01334A940D4792B3E115F95B7226C9D1F1@exchsvr1.npl.ad.local> p4raw-id: //depot/perl@32095
* Update add-package.plJos I. Boumans2007-10-051-3/+9
| | | | | | From: "Jos I. Boumans" <jos@dwim.org> Message-Id: <9D8CA217-8B5B-487E-96A4-92D9047FE921@dwim.org> p4raw-id: //depot/perl@32030
* [patch] Dual-lifing constant.pmSébastien Aperghis-Tramoni2007-09-251-0/+7
| | | | | Message-Id: <454B4D1C-48EE-4CA3-834A-A0F872C9E5FC@free.fr> p4raw-id: //depot/perl@31960
* Updates to AUTHORS etc.Steve Hay2007-09-191-0/+2
| | | p4raw-id: //depot/perl@31910
* Re: [PATCH] Cray XT4/Catamount buildJarkko Hietaniemi2007-09-191-0/+1
| | | | | | | | Message-ID: <46F063E0.1000004@iki.fi> (Restores a pre-generated utils/Makefile for the benefit of Win32, which can't run utils/Makefile.SH itself) p4raw-id: //depot/perl@31899
* Part of the 5.10.0 bumpH.Merijn Brand2007-09-061-29/+29
| | | p4raw-id: //depot/perl@31803
* bye bye charsizeH.Merijn Brand2007-08-212-139/+142
| | | | | it is^Wwas always 1 p4raw-id: //depot/perl@31745
* Win32CORE can be upgraded separately (see change #31663)Rafael Garcia-Suarez2007-08-101-1/+1
| | | | | p4raw-link: @31663 on //depot/perl: 0df3f8e0ab50aff5c8b517e2759e788a33db4509 p4raw-id: //depot/perl@31698
* ssh-keygen usage in repository.pod out of dateYitzchak Scott-Thoennes2007-08-041-1/+4
| | | | | Message-Id: <37856.64.81.167.122.1186166842.squirrel@webmail.efn.org> p4raw-id: //depot/perl@31681
* Updates to AUTHORS and Porting/CheckAUTHORS.plSteve Hay2007-07-201-0/+1
| | | p4raw-id: //depot/perl@31642
* I've had my email address changedSteve Hay2007-07-201-1/+2
| | | p4raw-id: //depot/perl@31641
* Change Porting/regcharclass.pl so it doesn't depend on unpack 'U0C*'Yves Orton2007-07-191-2/+7
| | | | | | Includes an updated regcharclass.h without datestamp in it so when it is trivially rebuilt it doesnt change in terms of contents. p4raw-id: //depot/perl@31636
* (was Re: perldelta)Abigail2007-07-181-4/+6
| | | | | Message-ID: <20070718080406.GE6316@abigail.be> p4raw-id: //depot/perl@31622
* That's NAME, not TITLE.Rafael Garcia-Suarez2007-07-131-2/+2
| | | p4raw-id: //depot/perl@31606
* More missing dual-life modulesRafael Garcia-Suarez2007-07-071-0/+16
| | | p4raw-id: //depot/perl@31566
* Add CPANPLUS::Dist to Maintainers.plRafael Garcia-Suarez2007-07-071-0/+8
| | | p4raw-id: //depot/perl@31565
* Fix corelist.pl after the reorganisation of theRafael Garcia-Suarez2007-07-071-2/+2
| | | | | Compress modules in ext/. Re-update Module::CoreList. p4raw-id: //depot/perl@31562
* base.pm is belong to meRafael Garcia-Suarez2007-07-071-1/+1
| | | p4raw-id: //depot/perl@31545
* Re: Beyond 5.10Abigail2007-07-061-176/+310
| | | | | | | | Message-ID: <20070705195520.GB1314@abigail.nl> Cleans up Porting/checkAUTHORS.pl and adds missing alias mappings to it, and adds missing entries to AUTHORS. p4raw-id: //depot/perl@31543
* Add add-package.pl to the core (was Re: Why no (XML|DBI|WWW|Template) ↵Jos I. Boumans2007-07-021-0/+441
| | | | | | | | modules in the core?) From: "Jos I. Boumans" <kane@dwim.org> Message-Id: <A819F8C7-19C9-4ECE-8CF5-80FAAF54F890@dwim.org> p4raw-id: //depot/perl@31518
* Win32 is dual-lived on CPANJan Dubois2007-06-261-1/+8
| | | | | | From: "Jan Dubois" <jand@activestate.com> Message-ID: <02a501c7b785$4774f890$d65ee9b0$@com> p4raw-id: //depot/perl@31468
* Porting/corecpan.pl -f option doesn't workJan Dubois2007-06-261-1/+1
| | | | | | From: "Jan Dubois" <jand@activestate.com> Message-ID: <02a101c7b784$3f79c720$be6d5560$@com> p4raw-id: //depot/perl@31467
* Rename README and Changes for more readabilityRafael Garcia-Suarez2007-06-251-1/+1
| | | p4raw-id: //depot/perl@31464
* Update list of files that need crlf line endingsRafael Garcia-Suarez2007-06-191-4/+4
| | | p4raw-id: //depot/perl@31419
* R stands for Report, not Reporting.Rafael Garcia-Suarez2007-06-181-1/+1
| | | p4raw-id: //depot/perl@31416
* Regenerate META.yml.Rafael Garcia-Suarez2007-06-181-0/+8
| | | | | Put MAD in Maintainers.pl. p4raw-id: //depot/perl@31415
* checkAUTHORS.pl once moreJerry D. Hedden2007-06-151-2/+1
| | | | | | From: "Jerry D. Hedden" <jdhedden@cpan.org> Message-ID: <1ff86f510706150754g59703eabs7072fb750e160a31@mail.gmail.com> p4raw-id: //depot/perl@31392
* checkAUTHORS.pl againJerry D. Hedden2007-06-151-0/+3
| | | | | | From: "Jerry D. Hedden" <jdhedden@cpan.org> Message-ID: <1ff86f510706150716r5aef08fw12c9ea5d401f5f9a@mail.gmail.com> p4raw-id: //depot/perl@31391
* I have a nameJerry D. Hedden2007-06-151-1/+2
| | | | | | From: "Jerry D. Hedden" <jdhedden@cpan.org> Message-ID: <1ff86f510706150654t24817135t67803e81f444305b@mail.gmail.com> p4raw-id: //depot/perl@31390
* assertions has been removedRafael Garcia-Suarez2007-06-141-7/+0
| | | p4raw-id: //depot/perl@31378
* Remove threads/typemap from Porting/Maintainers.plJerry D. Hedden2007-05-311-1/+1
| | | | | | From: "Jerry D. Hedden" <jdhedden@cpan.org> Message-ID: <1ff86f510705310859y6c101c15t6d823d00ef25309b@mail.gmail.com> p4raw-id: //depot/perl@31318
* Actually, Log::Message::Simple comes from Jos, not Tels.Rafael Garcia-Suarez2007-05-311-1/+1
| | | p4raw-id: //depot/perl@31317
* Update the *::Compress::* modules maintainers informationRafael Garcia-Suarez2007-05-101-1/+22
| | | p4raw-id: //depot/perl@31196
* 1. Add Unicode UCD version; 2. sort *unique*; 3. remove win32/extH.Merijn Brand2007-05-091-4/+10
| | | p4raw-id: //depot/perl@31176