summaryrefslogtreecommitdiff
path: root/Cross
Commit message (Collapse)AuthorAgeFilesLines
* Fix the misplaced warnings and failing tests caused by the precisionNicholas Clark2008-01-231-0/+1
| | | | | | | | loss warning on ++ and -- by moving the check to Configure time, creating a new config.sh variable nv_overflows_integers_at which contains an constant expression for the value of the NV which can't be incremented by 1.0 p4raw-id: //depot/perl@33049
* Add dtrace supportAndy Armstrong2008-01-111-0/+2
| | | | | | | | | Message-Id: <F4AC553F-7C7F-49C3-98C2-E04681E1004F@hexten.net> with fixups as discussed on list, plus adding usedtrace to Glossary, plus propagating all the new config variables everywhere. (Was there an automatic way to do that? I did it with emacs macros) p4raw-id: //depot/perl@32953
* Add a Configure probe for <assert.h>Nicholas Clark2007-12-221-0/+1
| | | p4raw-id: //depot/perl@32705
* Additional version fixups.Steve Peters2007-12-191-2/+2
| | | p4raw-id: //depot/perl@32655
* Bump the version number to 5.11.0Nicholas Clark2007-12-192-32/+32
| | | p4raw-id: //depot/perl@32646
* Re: [PATCH] various RC1 nitsJarkko Hietaniemi2007-11-201-1/+1
| | | | | Message-ID: <4743029A.3010002@iki.fi> p4raw-id: //depot/perl@32425
* No more ld2 and perlld under CygwinJerry D. Hedden2007-09-261-1/+1
| | | | | | From: "Jerry D. Hedden" <jdhedden@cpan.org> Message-ID: <1ff86f510709250745s1d17ae54y6403711e00b306a0@mail.gmail.com> p4raw-id: //depot/perl@31979
* Bump version number to 5.10.0.Rafael Garcia-Suarez2007-09-062-30/+30
| | | p4raw-id: //depot/perl@31799
* bye bye charsizeH.Merijn Brand2007-08-212-2/+0
| | | | | it is^Wwas always 1 p4raw-id: //depot/perl@31745
* Spelling and formatting nitsRafael Garcia-Suarez2007-07-131-16/+22
| | | p4raw-id: //depot/perl@31607
* cross-compilation for linuxVadim Konovalov2007-06-114-27/+106
| | | | | | From: "Konovalov, Vadim Vladimirovich \(Vadim\)** CTR **" <vkonovalov@alcatel-lucent.com> Message-ID: <D16F05D0CAAA234BA2B753B80DE6100D278EBC@DEEXC1U02.de.lucent.com> p4raw-id: //depot/perl@31362
* Re: Cross patch 31287 broke bleadVadim Konovalov2007-05-282-0/+0
| | | | | | Message-ID: <465B11AB.8000608@vkonovalov.ru> Date: Mon, 28 May 2007 21:30:19 +0400 p4raw-id: //depot/perl@31296
* linux arm cross-compilationVadim Konovalov2007-05-284-0/+2701
| | | | | | | Message-ID: <4659F6E2.3090805@vkonovalov.ru> with adjustments to the MANIFEST p4raw-id: //depot/perl@31287
* Remove ext/ThreadJerry D. Hedden2007-05-021-1/+1
| | | | | | From: "Jerry D. Hedden" <jdhedden@cpan.org> Message-ID: <1ff86f510704301406t6373912ame78fea5c7a148cf4@mail.gmail.com> p4raw-id: //depot/perl@31114
* microperl plus missing config varsJarkko Hietaniemi2007-04-011-3/+8
| | | | | Message-ID: <460ED79A.5030809@iki.fi> p4raw-id: //depot/perl@30823
* Configure patch to add detection for DIR.dd_fd member variableSteve Peters2006-11-081-0/+1
| | | | | | From: "Steve Peters" <steve.peters@gmail.com> Message-ID: <fd7a59d30611042340p5543442ctad306aeb748b6bfe@mail.gmail.com> p4raw-id: //depot/perl@29238
* The non-unix parts for localtime_r_needs_tzsetH.Merijn Brand2006-11-061-0/+1
| | | | | Plus forced Glossary entry. That is a TODO for automation p4raw-id: //depot/perl@29213
* Bump version to 5.9.5Rafael Garcia-Suarez2006-10-091-15/+15
| | | p4raw-id: //depot/perl@28969
* Some updates to the cross-compilation config scriptRafael Garcia-Suarez2006-08-101-23/+28
| | | p4raw-id: //depot/perl@28691
* Cross-compilation makefile fails to copy Config_heavy.plRafael Garcia-Suarez2006-08-021-1/+1
| | | | | (noticed by Alexandre Jousset <mid@gtmp.org>) p4raw-id: //depot/perl@28652
* A Configure probe for C99 variadic macros, based on code from Jarkko.Nicholas Clark2006-05-131-0/+1
| | | p4raw-id: //depot/perl@28189
* Add a Configure question for mad (Misc Attribute Decoration - Larry'sNicholas Clark2006-03-071-0/+1
| | | | | perl5 to perl[56] convertor), which if set defines PERL_MAD in config.h p4raw-id: //depot/perl@27407
* Updates to various configurations courtesy of Jarkko.Steve Peters2006-01-041-0/+8
| | | p4raw-id: //depot/perl@26639
* Rediff the Makefile.SH patch for cross-compilation.Rafael Garcia-Suarez2005-10-251-53/+59
| | | | | (this doesn't mean it works, though.) p4raw-id: //depot/perl@25846
* Add a probe for whether sprintf returns the length of the buffer.Nicholas Clark2005-10-241-0/+1
| | | | | | | 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 to the config boilerplates, by JarkkoRafael Garcia-Suarez2005-10-121-0/+3
| | | p4raw-id: //depot/perl@25741
* some dusting off of the cross-compilation informationJarkko Hietaniemi2005-06-301-1/+4
| | | | | Message-ID: <42C385FD.9040601@gmail.com> p4raw-id: //depot/perl@25015
* Attribute configurationAndy Lester2005-05-201-1/+7
| | | | | Message-ID: <20050519173256.GA29039@petdance.com> p4raw-id: //depot/perl@24508
* Add placeholders for the new strlcat and strlcpy entries inNicholas Clark2004-11-301-0/+2
| | | | | | config.sh, to ensure that the config.h generated for cross- compilation will still work. p4raw-id: //depot/perl@23577
* Removed pm_apiversion and xs_apiversion as requested byH.Merijn Brand2004-02-181-2/+0
| | | | | the pumpkin. Chainsaw was still in perfect working order. p4raw-id: //depot/perl@22334
* Cross compilation patches for arm.Redvers Davies2003-12-275-34/+37
| | | | | | Message-Id: <1072098653.4789.6.camel@ragefire> Date: Mon, 22 Dec 2003 08:11:34 -0500 p4raw-id: //depot/perl@21985
* Updated Sharp Zaurus cross-compilation from Redvers Davies.Jarkko Hietaniemi2003-09-067-196/+229
| | | p4raw-id: //depot/perl@21057
* More nanosleep removal.Jarkko Hietaniemi2003-07-011-1/+0
| | | p4raw-id: //depot/perl@19899
* OpenZaurus cross-compilation patches from Redvers Davies.Jarkko Hietaniemi2003-05-286-57/+117
| | | p4raw-id: //depot/perl@19627
* Introduce (undefined) pthread_attr_setscope to non-Configure lands.Jarkko Hietaniemi2003-05-241-0/+1
| | | p4raw-id: //depot/perl@19607
* Add OpenZaurus cross-compilation patches.Jarkko Hietaniemi2003-04-219-3/+1454
| | | p4raw-id: //depot/perl@19297
* Document the cross-compilation options.Jarkko Hietaniemi2001-06-161-1/+2
| | | p4raw-id: //depot/perl@10644
* The first steps towards cross-compilation.Jarkko Hietaniemi2001-06-151-1/+3
| | | | | | | | | | | | | | | | | | | | | | Abstract execution of compiled test executables with $run, and abstract transfer of files with $to and $from. Under cross-compilation the $run, $to, and $from will point to appropriate wrapper scripts, by default ssh and scp, but also rsh, rcp, and cp are supported. If not cross-compiling, they will be set to '', ':', and ':', respectively. With these patches I was able to get Configure for iPAQ ARM Linux on an Intel Linux about 95% right (only a few tests failed to execute or they produced incorrect results), and I was able to compile a functional miniperl. The symbol crosscompile renamed to be usecrosscompile, the corresponding C symbol from CROSSCOMPILE to USE_CROSS_COMPILE. p4raw-id: //depot/perl@10592
* A placeholder.Jarkko Hietaniemi2001-06-141-0/+1
p4raw-id: //depot/perl@10587