summaryrefslogtreecommitdiff
path: root/Cross/config.sh-arm-linux-n770
Commit message (Collapse)AuthorAgeFilesLines
* Bump the perl version in various places for 5.15.9Abigail2012-03-191-20/+20
|
* Bump versions from 5.15.7 to 5.15.8Max Maischein2012-02-201-20/+20
|
* Bump the perl version in various places for v5.15.7Chris 'BinGOs' Williams2012-01-201-20/+20
|
* Bump the perl version in various places for 5.15.6Dave Rolsky2011-12-191-20/+20
|
* Bump the perl version for 5.15.5Steve Hay2011-11-201-20/+20
|
* Bump the perl version in various places for 5.15.4Florian Ragwitz2011-10-201-20/+20
|
* bump version to 5.15.3 using Porting/bump-perl-versionStevan Little2011-09-201-20/+20
|
* bump version to 5.12.2 using Porting/bump-perl-versionRicardo Signes2011-08-201-20/+20
|
* bump perl version number to 5.15.1Zefram2011-07-201-20/+20
|
* Bump the perl version in various places for 5.15.0David Mitchell2011-05-181-19/+19
|
* First provisional bump to 5.14.0-RC0Jesse Vincent2011-04-021-23/+23
|
* Bump the perl version for 5.13.11Florian Ragwitz2011-03-201-20/+20
|
* Bump the perl version in various places to 5.13.10Ævar Arnfjörð Bjarmason2011-02-201-20/+20
| | | | | | | | | | Done with: ./perl -Ilib Porting/bump-perl-version -s 5.13.9 5.13.10 > /tmp/scan ./perl -Ilib Porting/bump-perl-version -u < /tmp/scan And then manually editing the README.vms file to update the vmstar example.
* Tracked down some other places to make the Unicode-Collate changesChris 'BinGOs' Williams2011-01-231-3/+3
|
* Bump the perl version in various places to 5.13.9Jesse Vincent2011-01-201-20/+20
|
* Revert "Tracked down some other places to make the Unicode-Collate changes"Chris 'BinGOs' Williams2011-01-191-3/+3
| | | | | | This reverts commit 7dc5472a0a41a8396671d5586d4c1254a1cb5e8c. Back out XS switch over
* Tracked down some other places to make the Unicode-Collate changesChris 'BinGOs' Williams2011-01-171-3/+3
|
* bump perl version number for 5.13.8Zefram2010-12-191-20/+20
|
* Bump the perl version in various places for v5.13.7Chris 'BinGOs' Williams2010-11-201-20/+20
|
* Bump version to 5.13.6Tatsuhiko Miyagawa2010-10-201-20/+20
|
* merge XS-APItest-KeywordRPN into XS-APItestZefram2010-09-261-3/+3
| | | | | XS-APItest-KeywordRPN has turned out to be less useful as an independent module than expected, and less strictly about RPN than it originally was.
* Bump version to 5.13.5Steve Hay2010-09-191-20/+20
|
* Bump the perl version to 5.13.4Florian Ragwitz2010-08-201-20/+20
|
* Bump API subversionFlorian Ragwitz2010-07-231-3/+3
|
* Bump the perl version to 5.13.3David Golden2010-07-191-17/+17
|
* Bump the perl version in various places for 5.13.2Matt S Trout2010-06-211-17/+17
|
* Bump the perl version in various places for 5.13.1Ricardo Signes2010-05-201-17/+17
|
* Bump to 5.13.0Jesse Vincent2010-04-121-19/+19
|
* Bump to 5.12.0Jesse Vincent2010-03-141-21/+21
|
* Bump version to 5.11.5Steve Hay2010-02-201-17/+17
|
* bump version for 5.11.4Ricardo Signes2010-01-191-17/+17
|
* Bump to 5.11.3Jesse Vincent2009-12-201-17/+17
|
* Bump 5.11.1 -> 5.11.2 in all sorts of places it's (oh so unfortunately) ↵Leon Brocard2009-11-181-17/+17
| | | | hardcoded
* Implement facility to plug in syntax triggered by keywordsJesse Vincent2009-11-051-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Date: Tue, 27 Oct 2009 01:29:40 +0000 From: Zefram <zefram@fysh.org> To: perl5-porters@perl.org Subject: bareword sub lookups Attached is a patch that changes how the tokeniser looks up subroutines, when they're referenced by a bareword, for prototype and const-sub purposes. Formerly, it has looked up bareword subs directly in the package, which is contrary to the way the generated op tree looks up the sub, via an rv2cv op. The patch makes the tokeniser generate the rv2cv op earlier, and dig around in that. The motivation for this is to allow modules to hook the rv2cv op creation, to affect the name->subroutine lookup process. Currently, such hooking affects op execution as intended, but everything goes wrong with a bareword ref where the tokeniser looks at some unrelated CV, or a blank space, in the package. With the patch in place, an rv2cv hook correctly affects the tokeniser and therefore the prototype-based aspects of parsing. The patch also changes ck_subr (which applies the argument context and checking parts of prototype behaviour) to handle subs referenced by an RV const op inside the rv2cv, where formerly it would only handle a gv op inside the rv2cv. This is to support the most likely kind of modified rv2cv op. [This commit includes the Makefile.PL for XS-APITest-KeywordRPN missing from the original patch, as well as updates to perldiag.pod and a MANIFEST sort]
* Bump 5.11.0 -> 5.11.1 in all sorts of places it's (oh so unfortunately) ↵Jesse Vincent2009-10-201-17/+17
| | | | hardcoded
* fix some perl version numbersDavid Mitchell2009-07-141-5/+5
|
* Convert xsutils.c and lib/attributes.pm to a regular XS extension.Nicholas Clark2009-04-121-3/+3
|
* Remove attrs, which has been deprecated since 1999/10/02.Nicholas Clark2009-04-121-3/+3
|
* - crosscompilation - step 1 of N+1Vadim Konovalov2008-09-081-0/+8
| | | | | Message-ID: <48C49629.4000208@vkonovalov.ru> p4raw-id: //depot/perl@34317
* Additional version fixups.Steve Peters2007-12-191-2/+2
| | | p4raw-id: //depot/perl@32655
* Bump the version number to 5.11.0Nicholas Clark2007-12-191-15/+15
| | | p4raw-id: //depot/perl@32646
* Bump version number to 5.10.0.Rafael Garcia-Suarez2007-09-061-15/+15
| | | p4raw-id: //depot/perl@31799
* bye bye charsizeH.Merijn Brand2007-08-211-1/+0
| | | | | it is^Wwas always 1 p4raw-id: //depot/perl@31745
* linux arm cross-compilationVadim Konovalov2007-05-281-0/+1057
Message-ID: <4659F6E2.3090805@vkonovalov.ru> with adjustments to the MANIFEST p4raw-id: //depot/perl@31287