summaryrefslogtreecommitdiff
path: root/NetWare/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Add XS::APItest to Win32/DJGPP/NetWare.Jarkko Hietaniemi2002-06-111-1/+11
| | | p4raw-id: //depot/perl@17177
* NetWare update from Ananth Kesari.Jarkko Hietaniemi2002-06-061-20/+11
| | | p4raw-id: //depot/perl@17033
* NetWare update from Ananth Kesari.Jarkko Hietaniemi2002-05-311-82/+144
| | | p4raw-id: //depot/perl@16922
* Bump the version numbers to five-eight-oh.Jarkko Hietaniemi2002-05-281-2/+2
| | | p4raw-id: //depot/perl@16843
* NetWare update from C Aditya.Jarkko Hietaniemi2002-04-261-6/+5
| | | p4raw-id: //depot/perl@16190
* NetWare changeover from Watcom to Codewarrior, from C Aditya.Jarkko Hietaniemi2002-04-221-420/+331
| | | p4raw-id: //depot/perl@16076
* Welcome to the 5.7.3.Jarkko Hietaniemi2002-04-101-1/+1
| | | p4raw-id: //depot/perl@15844
* NetWare update from C Aditya.Jarkko Hietaniemi2002-04-051-4/+4
| | | p4raw-id: //depot/perl@15747
* Makefile.PL's in core must be called with PERL_CORE=1Michael G. Schwern2002-03-291-27/+27
| | | | | Message-ID: <20020329231419.GI16816@blackrider> p4raw-id: //depot/perl@15619
* Monster _r patch: try to scan for all known _r variants,Jarkko Hietaniemi2002-03-151-2/+3
| | | | | | | | | | | | | | | | | and then use them (under ithreads). May fail in HP-UX, and the op/groups is known to be fickle everywhere. Known to work in Solaris, Linux, Tru64, IRIX, AIX. (Some compiler warnings in AIX since the first arguments of getnetbyaddr and getnetbyadd_r are of different types. Thanks, IBM.) In non-Configure platforms deny the existence of any of the _r thingies. (Also add the recently introduced d_tm_* to places it wasn't already in.) TODO: the suggested glibc buffer growth retry loop in case some entries (at least for: gr*, host*) are big. Forgot win32/config.win64. p4raw-id: //depot/perl@15238
* NetWare update from Ananth Kesari.Jarkko Hietaniemi2002-02-051-11/+27
| | | p4raw-id: //depot/perl@14567
* Eradicate sharedsv.*Jarkko Hietaniemi2002-01-201-2/+0
| | | p4raw-id: //depot/perlio@14356
* Netware Makefile tweak from Ananth Kesari.Jarkko Hietaniemi2002-01-181-49/+55
| | | p4raw-id: //depot/perl@14329
* NetWare tweak from Ananth Kesari.Jarkko Hietaniemi2001-12-041-1/+1
| | | p4raw-id: //depot/perl@13455
* Implement the sort pragma. Split sort code from pp_ctl.cJarkko Hietaniemi2001-11-211-0/+1
| | | | | | | | | | to pp_sort.c. Includes the quicksort stabilizing layer from John P. Linderman. -Msort=qsort or -Msort=fast is faster than without (or with -Msort=mergesort or -Msort=safe) for short random inputs, but for some reason not quite as fast as 5.6.1 qsort. More benchmarking, profiling, tuning, and optimizing definitely needed. p4raw-id: //depot/perl@13179