summaryrefslogtreecommitdiff
path: root/NetWare/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Bump the perl version in various places for 5.15.0David Mitchell2011-05-181-2/+2
|
* First provisional bump to 5.14.0-RC0Jesse Vincent2011-04-021-2/+2
|
* Bump the perl version for 5.13.11Florian Ragwitz2011-03-201-2/+2
|
* Bump the perl version in various places to 5.13.10Ævar Arnfjörð Bjarmason2011-02-201-2/+2
| | | | | | | | | | 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.
* Break out the generated function Perl_keywords() into keywords.c, a new file.Nicholas Clark2011-01-241-0/+1
| | | | | | | | As it and Perl_yylex() both need FEATURE_IS_ENABLED, feature_is_enabled() is no longer static, and the two macro definitions move from toke.c to perl.h Previously, one had to cut and paste the output of perl_keywords.pl into the middle of toke.c, and it was not clear that it was generated code.
* Tracked down some other places to make the Unicode-Collate changesChris 'BinGOs' Williams2011-01-231-1/+4
|
* Bump the perl version in various places to 5.13.9Jesse Vincent2011-01-201-2/+2
|
* Revert "Tracked down some other places to make the Unicode-Collate changes"Chris 'BinGOs' Williams2011-01-191-4/+1
| | | | | | This reverts commit 7dc5472a0a41a8396671d5586d4c1254a1cb5e8c. Back out XS switch over
* Tracked down some other places to make the Unicode-Collate changesChris 'BinGOs' Williams2011-01-171-1/+4
|
* Generate pp_* prototypes in pp_proto.h, and remove pp.symNicholas Clark2011-01-091-1/+1
| | | | | | | | | | | Eliminate the #define pp_foo Perl_pp_foo(pTHX) macros, and update the 13 locations that relied on them. regen/opcode.pl now generates prototypes for the PP functions directly, into pp_proto.h. It no longer writes pp.sym, and regen/embed.pl no longer reads this, removing the only ordering dependency in the regen scripts. opcode.pl is now responsible for prototypes for pp_* functions. (embed.pl remains responsible for ck_* functions, reading from regen/opcodes)
* bump perl version number for 5.13.8Zefram2010-12-191-2/+2
|
* Bump the perl version in various places for v5.13.7Chris 'BinGOs' Williams2010-11-201-2/+2
|
* Bump version to 5.13.6Tatsuhiko Miyagawa2010-10-201-2/+2
|
* merge XS-APItest-KeywordRPN into XS-APItestZefram2010-09-261-11/+1
| | | | | 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-2/+2
|
* Bump the perl version to 5.13.4Florian Ragwitz2010-08-201-2/+2
|
* Bump the perl version to 5.13.3David Golden2010-07-191-2/+2
|
* Bump the perl version in various places for 5.13.2Matt S Trout2010-06-211-2/+2
|
* Bump the perl version in various places for 5.13.1Ricardo Signes2010-05-201-2/+2
|
* Bump to 5.13.0Jesse Vincent2010-04-121-2/+2
|
* Bump to 5.12.0Jesse Vincent2010-03-141-2/+2
|
* Bump version to 5.11.5Steve Hay2010-02-201-2/+2
|
* bump version for 5.11.4Ricardo Signes2010-01-191-2/+2
|
* Bump to 5.11.3Jesse Vincent2009-12-201-2/+2
|
* Bump 5.11.1 -> 5.11.2 in all sorts of places it's (oh so unfortunately) ↵Leon Brocard2009-11-181-2/+2
| | | | hardcoded
* Implement facility to plug in syntax triggered by keywordsJesse Vincent2009-11-051-1/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-2/+2
| | | | hardcoded
* Move lib from lib to ext.Nicholas Clark2009-09-181-2/+0
| | | | | Nothing up to and including minitest uses lib, and not needing many special case rules to extract from lib/lib_pm.PL simplifies all the Makefiles.
* Revert 109e4020 and 2da760ce for now. Win32 needs to AutoSplit DynaLoader.pmNicholas Clark2009-09-161-1/+5
| | | | | | | | | | Khan! Win32 is special. It builds DynaLoader by hand, copies in DynaLoader.pm (and XSLoader.pm) to lib, and *then* runs, and relies on, the general AutoSplit to split them. It would be better if everything standardised on building DynaLoader via its Makefile.PL and MakeMaker. This reverts commit 2da760ceef1d2d90b3141bdeb239c7d7580be05a. This reverts commit 109e4020ef40828991be28fb05d9f269b4d92530.
* No need to run AutoSplit on lib on Win32 or NetWare either - see ebca06e9.Nicholas Clark2009-09-151-5/+1
|
* Removed vestigal support for Tenon Intersystems MachTen Unix layer for MacOS ↵Jesse Vincent2009-08-031-1/+0
| | | | | | Classic. Perl hasn't supported MachTen since 5.6.
* Convert xsutils.c and lib/attributes.pm to a regular XS extension.Nicholas Clark2009-04-121-4/+13
|
* Remove attrs, which has been deprecated since 1999/10/02.Nicholas Clark2009-04-121-12/+2
|
* Remove all mention of checkpodsAlex Vandiver2008-12-251-1/+0
|
* Bump the version number to 5.11.0Nicholas Clark2007-12-191-2/+2
| | | p4raw-id: //depot/perl@32646
* Bump version number to 5.10.0.Rafael Garcia-Suarez2007-09-061-2/+2
| | | p4raw-id: //depot/perl@31799
* delete thrdvar.h and move its contents to intrpvar.hDave Mitchell2007-05-201-2/+1
| | | p4raw-id: //depot/perl@31245
* Remove ext/ThreadJerry D. Hedden2007-05-021-12/+1
| | | | | | From: "Jerry D. Hedden" <jdhedden@cpan.org> Message-ID: <1ff86f510704301406t6373912ame78fea5c7a148cf4@mail.gmail.com> p4raw-id: //depot/perl@31114
* Re: new C3 MRO patchBrandon Black2007-04-191-0/+1
| | | | | | From: "Brandon Black" <blblack@gmail.com> Message-ID: <84621a60704171114k29b0460el5b08ce5185d55ed5@mail.gmail.com> p4raw-id: //depot/perl@30980
* Bump version to 5.9.5Rafael Garcia-Suarez2006-10-091-2/+2
| | | p4raw-id: //depot/perl@28969
* Remove perlcc and the byteloaderRafael Garcia-Suarez2006-09-061-1/+0
| | | p4raw-id: //depot/perl@28790
* Bump version number to 5.9.4Rafael Garcia-Suarez2006-01-301-2/+2
| | | | | Regenerate template config in Porting p4raw-id: //depot/perl@27007
* Add a new file, mathoms.c, to hold old code kept around for binarySteve Peters2005-10-281-0/+1
| | | | | | | compatability with previous versions of Perl. Change also includes various Makefile changes to compile the new file and link it into libperl. p4raw-id: //depot/perl@25866
* Bump version to 5.9.3Rafael Garcia-Suarez2005-04-041-2/+2
| | | | | | Restore "DEVEL" tag in patchlevel.h Regenerate Porting/config* p4raw-id: //depot/perl@24149
* Bump bleadperl's version number to 5.9.2.Rafael Garcia-Suarez2004-03-181-2/+2
| | | p4raw-id: //depot/perl@22523
* Bump up perl's version number to 5.9.1.Rafael Garcia-Suarez2004-02-171-2/+2
| | | | | | Add perl591delta in perl.pod. Update the sample config files in Porting/. p4raw-id: //depot/perl@22318
* Happy chainsaw stories; The removal of the 5005 threadsH.Merijn Brand2002-10-191-27/+3
| | | | | Still imcomplete. Configure will follow p4raw-id: //depot/perl@18030
* Change version from 5.8.0 to 5.9.0.Hugo van der Sanden2002-08-041-2/+2
| | | p4raw-id: //depot/perl@17671
* NetWare tweaks from Ananth KesariJarkko Hietaniemi2002-07-181-0/+3
| | | | | (the #17601 helped also NetWare) p4raw-id: //depot/perl@17620
* NetWare update from Ananth Kesari.Jarkko Hietaniemi2002-06-281-6/+6
| | | p4raw-id: //depot/perl@17376