summaryrefslogtreecommitdiff
path: root/Porting
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Assimilate Pod-Simple-3.03 to the Perl coreSteve Peters2005-12-071-0/+7
| | | p4raw-id: //depot/perl@26291
* Assimilate Pod-Escapes-1.04. This is a prereq for Pod::Simple, Steve Peters2005-11-291-1/+8
| | | | | which is now a prereq for podlators. p4raw-id: //depot/perl@26224
* Andy Lester maintains Locale::Maketext now.Steve Peters2005-11-121-1/+1
| | | p4raw-id: //depot/perl@26096
* revive probe for futimes ()H.Merijn Brand2005-10-311-0/+4
| | | p4raw-id: //depot/perl@25935
* Check for changes in IO on CPAN.Steve Peters2005-10-281-1/+1
| | | p4raw-id: //depot/perl@25865
* gbarr is maintaining IO.Steve Peters2005-10-281-1/+1
| | | p4raw-id: //depot/perl@25864
* Add a probe for whether sprintf returns the length of the buffer.Nicholas Clark2005-10-241-0/+6
| | | | | | | Update all the canned config.sh files. Assume that symbian and Win32 are all ANSI conformant, note that ARM Linux (ie glibc) will be, don't assume that any other platform is. p4raw-id: //depot/perl@25831
* Update one of merijn's previous emails.Steve Peters2005-10-241-1/+1
| | | p4raw-id: //depot/perl@25828
* Add probe for clearenv (), like #25733 for unsetenv ()H.Merijn Brand2005-10-181-0/+4
| | | p4raw-id: //depot/perl@25793
* Add probe for unsetenv ()Steve Peters2005-10-101-0/+4
| | | | | | Subject: Re: Perl's handling of environ breaks on Solaris 10 Message-ID: <20051010125117.GA27566@mccoy.peters.homeunix.org> p4raw-id: //depot/perl@25733
* Update with new files from C::ZlibRafael Garcia-Suarez2005-10-061-1/+1
| | | p4raw-id: //depot/perl@25706
* 2 more e-mail addresses that map to rgsNicholas Clark2005-09-291-1/+3
| | | p4raw-id: //depot/perl@25660
* checkAUTHORS.pl wasn't aware of one of Merijn's e-mail addressesNicholas Clark2005-09-291-0/+2
| | | p4raw-id: //depot/perl@25659
* Teach the alias mapping about new committers.Nicholas Clark2005-09-291-1/+4
| | | p4raw-id: //depot/perl@25657
* Cope with completely empty lines within the Changes file.Nicholas Clark2005-09-291-1/+3
| | | | | Better diagnostics on "malformed" lines. p4raw-id: //depot/perl@25656
* Extend 25579 to cover vc64 tooSteve Hay2005-09-231-0/+1
| | | p4raw-id: //depot/perl@25581
* Add Porting/checkcfgvar.pl by JarkkoRafael Garcia-Suarez2005-09-231-0/+100
| | | p4raw-id: //depot/perl@25579
* SAPER is the new maintainer of XSLoaderRafael Garcia-Suarez2005-09-231-0/+8
| | | p4raw-id: //depot/perl@25578
* A few POD fixesRafael Garcia-Suarez2005-09-211-0/+2
| | | p4raw-id: //depot/perl@25544
* PodParser is now Pod-Parser on CPANRafael Garcia-Suarez2005-09-211-1/+1
| | | p4raw-id: //depot/perl@25537
* Detection of malloc_size and malloc_good_sizeH.Merijn Brand2005-09-121-0/+8
| | | p4raw-id: //depot/perl@25387
* Don't list test modules when listing cpan versionsRafael Garcia-Suarez2005-09-011-1/+1
| | | p4raw-id: //depot/perl@25345
* Update Porting/repository.pod to recommend Cygwin's ssh on Win32Steve Hay2005-08-081-8/+31
| | | | | | | Cygwin's ssh client seems to be superior to MSYS's ssh client in that it supports the ServerAliveInterval config setting which prevents the ssh client from timing out every so often p4raw-id: //depot/perl@25278
* POD typosPiotr Fusik2005-08-012-4/+4
| | | | | | From: "Piotr Fusik" <pfusik@op.pl> Message-ID: <00ef01c59542$3198ba00$26d34dd5@piec> p4raw-id: //depot/perl@25253
* Add Archive::Tar to the maintainers listRafael Garcia-Suarez2005-06-211-0/+8
| | | p4raw-id: //depot/perl@24931
* Add a Configure test to see if NV 0.0 is stored as all bits zero, andCraig A. Berry2005-06-191-0/+4
| | | | | | | | | | #define NV_ZERO_IS_ALLBITS_ZERO if so. This is always true on VMS: Subject: Re: Configure check for whether 0.0 is stored as all bits zero From: "Craig A. Berry" <craigberry@mac.com> Message-Id: <p06210214beda5bf31c4c@[172.16.52.1]> Date: Sat, 18 Jun 2005 18:23:59 -0500 p4raw-id: //depot/perl@24898
* Add IO::Zlib in maintainers listRafael Garcia-Suarez2005-06-141-0/+8
| | | p4raw-id: //depot/perl@24835
* Update maintainers listRafael Garcia-Suarez2005-06-101-0/+7
| | | p4raw-id: //depot/perl@24790
* Quotes in pod/*.podAndy Lester2005-06-031-1/+1
| | | | | Message-ID: <20050602211954.GA22107@petdance.com> p4raw-id: //depot/perl@24686
* More possible re-order dependencies solvedH.Merijn Brand2005-05-261-0/+4
| | | p4raw-id: //depot/perl@24581
* Reordering config_h.SH after metaconfig now semi automatedH.Merijn Brand2005-05-251-0/+56
| | | | | This will save me *a lot* of manual work p4raw-id: //depot/perl@24576
* Attribute configurationAndy Lester2005-05-203-44/+43
| | | | | Message-ID: <20050519173256.GA29039@petdance.com> p4raw-id: //depot/perl@24508
* Re: [PATCH] ExtUtils-{ParseXS,CBuilder} into bleadperl (was: Re: ↵Yitzchak Scott-Thoennes2005-05-181-0/+14
| | | | | | | [Module::Build] ANNOUNCE: Module::Build 0.2610 -> CPAN) Message-ID: <20050518141131.GA2704@efn.org> p4raw-id: //depot/perl@24500
* Symbian port of PerlJarkko Hietaniemi2005-04-212-0/+13
| | | | | Message-ID: <B356D8F434D20B40A8CEDAEC305A1F2453D653@esebe105.NOE.Nokia.com> p4raw-id: //depot/perl@24271
* H.Merijn changed e-mailH.Merijn Brand2005-04-132-2/+2
| | | p4raw-id: //depot/perl@24234
* Configure now probes for _LIB_VERSION support in math.h/libmH.Merijn Brand2005-04-101-0/+6
| | | | | LIBM_LIB_VERSION is defined if it does p4raw-id: //depot/perl@24217
* The last remains of d_sitecustomizeH.Merijn Brand2005-04-081-1/+0
| | | p4raw-id: //depot/perl@24211
* Add Math::BigInt::FastCalc in maintainer listRafael Garcia-Suarez2005-04-051-0/+7
| | | p4raw-id: //depot/perl@24160
* Bump version to 5.9.3Rafael Garcia-Suarez2005-04-042-128/+151
| | | | | | Restore "DEVEL" tag in patchlevel.h Regenerate Porting/config* p4raw-id: //depot/perl@24149
* const-eight.diffAndy Lester2005-04-041-1/+1
| | | | | Message-ID: <20050330174024.GA12167@petdance.com> p4raw-id: //depot/perl@24148
* Add encoding::warnings to Maintainers.pl and rebuild META.yml for releaseRafael Garcia-Suarez2005-04-011-0/+8
| | | p4raw-id: //depot/perl@24133
* Add a tool to generate data for Module::CoreListRafael Garcia-Suarez2005-03-311-0/+35
| | | p4raw-id: //depot/perl@24115
* Jan Dubois has taken over maintenance of Win32 stuff from SarathySteve Hay2005-02-151-2/+3
| | | p4raw-id: //depot/perl@23972
* Add Module::CoreList in the maintainers listRafael Garcia-Suarez2005-02-081-0/+8
| | | p4raw-id: //depot/perl@23949
* follow-up to 23767Robin Barker2005-01-111-19/+14
| | | | | Message-ID: <533D273D4014D411AB1D00062938C4D90849C56A@hotel.npl.co.uk> p4raw-id: //depot/perl@23781
* Relocatable @INC entries for Unix.Nicholas Clark2004-12-231-0/+7
| | | | | | | | (With appropriate fixups in Config.pm to complete the illusion) Currently can only be enabled with hackery to config.sh TODO - proper Configure support, and support for otherlibdirs in Config.pm p4raw-id: //depot/perl@23674
* Pod::Html is not part of the podlators distributionRafael Garcia-Suarez2004-12-161-1/+1
| | | p4raw-id: //depot/perl@23657
* MANIFEST.SKIP is missing from the list of files that comeRafael Garcia-Suarez2004-12-011-1/+1
| | | | | with MakeMaker p4raw-id: //depot/perl@23581