summaryrefslogtreecommitdiff
path: root/djgpp/config.over
Commit message (Collapse)AuthorAgeFilesLines
* Tracked down some other places to make the Unicode-Collate changesChris 'BinGOs' Williams2011-01-231-0/+1
|
* Revert "Tracked down some other places to make the Unicode-Collate changes"Chris 'BinGOs' Williams2011-01-191-1/+0
| | | | | | This reverts commit 7dc5472a0a41a8396671d5586d4c1254a1cb5e8c. Back out XS switch over
* Tracked down some other places to make the Unicode-Collate changesChris 'BinGOs' Williams2011-01-171-0/+1
|
* merge XS-APItest-KeywordRPN into XS-APItestZefram2010-09-261-1/+0
| | | | | 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.
* Implement facility to plug in syntax triggered by keywordsJesse Vincent2009-11-051-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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]
* Change PerlIO::Scalar and Via to scalar and via.Jarkko Hietaniemi2002-07-091-2/+2
| | | p4raw-id: //depot/perl@17454
* Add XS::APItest to Win32/DJGPP/NetWare.Jarkko Hietaniemi2002-06-111-0/+1
| | | p4raw-id: //depot/perl@17177
* DJGPP updates from Laszlo Molnar.Jarkko Hietaniemi2002-05-031-1/+2
| | | p4raw-id: //depot/perl@16370
* DJGPP tweaks from Laszlo Molnar.Jarkko Hietaniemi2001-12-091-2/+3
| | | p4raw-id: //depot/perl@13571
* DJGPP tweaks from Laszlo Molnar.Jarkko Hietaniemi2001-12-021-1/+1
| | | p4raw-id: //depot/perl@13420
* Upgrade to Unicode::Normalize 0.10, now in XS.Jarkko Hietaniemi2001-11-091-0/+1
| | | | | | | | | | | | | | | | | | The CPAN distribution has both pm and XS implementations, and for performance reasons we choose the XS. Another reason to choose the XS is that it doesn't require Lingua::KO::Hangul::Util, which means that we can delete that-- which in turn means that Unicode::UCD cannot expect that: support it, but don't expect. Ditto Unicode::Collate. Note that Unicode::Normalize Makefile.PL and Normalize.xs have been modified from the CPAN 0.10 versions: the first one to be simpler (no pm) and clean up the generated unf*.h files, the second one to quench compiler grumblings. Must notify Sadahiro about these changes. p4raw-id: //depot/perl@12909
* DJGPP tweak from Laszlo Molnar.Jarkko Hietaniemi2001-09-181-1/+2
| | | p4raw-id: //depot/perl@12067
* Decommission Time::Piece; unnecessary Yet Another Time-Date Module.Jarkko Hietaniemi2001-08-101-1/+0
| | | p4raw-id: //depot/perl@11631
* Re: [PATCH] djgpp updatesLaszlo Molnar2001-06-201-1/+4
| | | | | Message-ID: <20010620100515.L5600@libra.eth.ericsson.se> p4raw-id: //depot/perl@10764
* djgpp updatesLaszlo Molnar2001-06-191-1/+1
| | | | | Message-ID: <20010619105906.C5600@libra.eth.ericsson.se> p4raw-id: //depot/perl@10718
* Add Time::Piece, a slight rewrite of Time::Object,Jarkko Hietaniemi2001-04-191-1/+4
| | | | | from Matt Sergeant. p4raw-id: //depot/perl@9748
* Add MIME::Base64 here and there. Again, a lot ofJarkko Hietaniemi2001-03-251-1/+2
| | | | | optimism is in the air. p4raw-id: //depot/perl@9337
* Boldly add extensions to be built to VMS, EPOC, UTS,Jarkko Hietaniemi2001-03-241-1/+3
| | | | | | U/WIN, and VM/ESA (and fixups for DJGPP). Some of these additions may be too optimistic. p4raw-id: //depot/perl@9324
* [patch perl@8102] dos/djgpp updateLaszlo Molnar2000-12-161-1/+3
| | | | | Message-ID: <20001216014052.A335@freemail.hu> p4raw-id: //depot/perl@8142
* [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh ↵Peter J. Farley III2000-11-191-1/+1
| | | | | | | and Storable.pm Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net> p4raw-id: //depot/perl@7749
* DJGPP update from Laszlo Molnar.ml10502000-08-271-1/+2
| | | | | | Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH] Message-Id: <20000826232440.A439@freemail.hu> p4raw-id: //depot/perl@6844
* djgpp update (from Laszlo Molnar)Gurusamy Sarathy2000-02-271-0/+1
| | | p4raw-id: //depot/perl@5288
* dos-djgpp updates (from Laszlo Molnar <laszlo.molnar@eth.ericsson.se>)Gurusamy Sarathy2000-02-221-0/+1
| | | p4raw-id: //depot/perl@5196
* dos-djgpp updateLaszlo Molnar1999-10-251-1/+5
| | | | | | To: Perl 5 Porters <perl5-porters@perl.org> Message-ID: <19991025101130.K459@crater.eth.ericsson.se> p4raw-id: //depot/cfgperl@4454
* dos-djgpp update (from Laszlo Molnar <laszlo.molnar@eth.ericsson.se>)Gurusamy Sarathy1999-09-101-1/+4
| | | p4raw-id: //depot/perl@4121
* [patch 5.005_02] dos-djgpp updateLaszlo Molnar1998-12-131-1/+7
| | | | | | To: Perl 5 Porters <perl5-porters@perl.org> Message-ID: <19981213000844.C264@beeblebrox> p4raw-id: //depot/cfgperl@2473
* dos-djgpp updateLaszlo Molnar1998-07-111-0/+2
| | | | | Message-ID: <19980710231211.A161@cdata.tvnet.hu> p4raw-id: //depot/perl@1433
* dos-djgpp updateLaszlo Molnar1998-07-081-4/+19
| | | | | Message-ID: <19980707234750.A180@cdata.tvnet.hu> p4raw-id: //depot/perl@1373
* dos-djgpp updateLaszlo Molnar1998-04-021-6/+0
| | | p4raw-id: //depot/perl@849
* DOS djgpp updates:Laszlo Molnar1998-03-161-0/+6
| | | | | | | | Subject: [PATCH for 5.004_61] dos-djgpp update Date: Fri, 6 Mar 1998 10:41:01 +0100 Subject: [PATCH 5.004_62] dos-djgpp update Date: Thu, 12 Mar 1998 13:34:51 +0100 p4raw-id: //depot/perl@811
* Major changes to the DOS/djgpp port (including threading):Molnar Laszlo1997-12-171-0/+16
Subject: Re: dos-djgpp port not in perl 5.004_54 p4raw-id: //depot/perl@373