summaryrefslogtreecommitdiff
path: root/lib/ExtUtils/Constant.pm
Commit message (Collapse)AuthorAgeFilesLines
* Move ExtUtils::Constant to from lib to ext.Nicholas Clark2009-09-101-565/+0
|
* bump lib/ExtUtils/Constant.pm version to 0.22 since 5.8.9 had 0.21David Mitchell2009-06-121-1/+1
|
* Patch from MHX to change the WriteConstant()'s documentation to noteNicholas Clark2008-06-111-10/+10
| | | | | | | | that to change the constant subroutine's name one needs XS_SUBNAME not SUBNAME, and then make C_SUBNAME default to XS_SUBNAME to be consistent with the revised documentation. http://rt.cpan.org/Public/Bug/Display.html?id=29968 p4raw-id: //depot/perl@34044
* Re: Change 34005: Re: CPAN Upload: S/SA/SAPER/Sys-Syslog-0.25.tar.gzSébastien Aperghis-Tramoni2008-06-111-1/+5
| | | | | | | Message-Id: <B44DBB66-1AFE-4C93-BE5F-C41CF69166D2@free.fr> [applied manually, plus $VERSION bump] p4raw-id: //depot/perl@34043
* s/%/%%/ in the package name so that it can be used safely in theNicholas Clark2005-12-271-3/+9
| | | | | sprintf format string (and hence not need runtime %s interpolation) p4raw-id: //depot/perl@26507
* Pass in the full arguments to ExtUtils::Constant::ProxySubsNicholas Clark2005-12-271-10/+3
| | | | | | | | Prototype all the missing constants, so that parsing doesn't depend on the phase of the moon. (Well, the system headers) Add an option for making missing constants generate errors at read time (which can be during constant folding). This isn't the default. p4raw-id: //depot/perl@26506
* Add C_FH and XS_FH arguments to ExtUtils::Constant::WriteConstants,Nicholas Clark2005-12-261-13/+33
| | | | | | | to allow the caller to pass in file handles. Use this in Contant.t with tied file handles to capture the output, rather than calling the lower level routines directly. p4raw-id: //depot/perl@26490
* Make ExtUtils::Constant generate the inlineable proxy constant subs.Nicholas Clark2005-12-221-17/+34
| | | | | So far just enough to make Fcntl work. p4raw-id: //depot/perl@26453
* Making ExtUtils::Constant compatible with Perl 5.004Sébastien Aperghis-Tramoni2005-10-311-3/+13
| | | | | | | Message-ID: <1130712761.43654eb9cd9f7@imp4-g19.free.fr> with tweaks by chromatic and me. p4raw-id: //depot/perl@25927
* Assimilate ExtUtils::Constant 0.16Nicholas Clark2005-01-231-993/+34
| | | p4raw-id: //depot/perl@23867
* Avoid dogfood problems when an empty string accidentally ends upNicholas Clark2005-01-131-2/+4
| | | | | as a constant name. [They don't work in qw(), strangely] p4raw-id: //depot/perl@23792
* Bump version numberNicholas Clark2004-11-181-1/+1
| | | p4raw-id: //depot/perl@23517
* Small documentation fix to ExtUtils::ConstantSteve Peters2004-11-121-1/+1
| | | | | Message-ID: <20041112171547.GA8011@kirk.dsl-verizon.net> p4raw-id: //depot/perl@23495
* ExtUtils::Constant 0.14Nicholas Clark2002-08-291-9/+62
| | | | | Message-ID: <20020825170600.GE322@Bagpuss.unfortu.net> p4raw-id: //depot/perl@17801
* ExtUtils::Constant 0.13Nicholas Clark2002-08-251-13/+106
| | | | | Message-ID: <20020823182111.GA281@Bagpuss.unfortu.net> p4raw-id: //depot/perl@17776
* To \X{221E} and beyond in ExtUtils::ConstantNicholas Clark2002-03-241-62/+202
| | | | | Message-ID: <20020324225006.GB410@Bagpuss.unfortu.net> p4raw-id: //depot/perl@15482
* (was Re: [PATCH @13746] h2xs)Nicholas Clark2002-03-041-9/+10
| | | | | Message-ID: <20020304224837.GA4284@Bagpuss.unfortu.net> p4raw-id: //depot/perl@15023
* a few typo fixes Jeffrey Friedl2001-11-121-3/+3
| | | | | | | | | | | Message-Id: <200111120515.fAC5FIc74795@ventrue.corp.yahoo.com> Patching README.foo instead of pod/perlfoo.pod, not patching Math::BigInt (Tels will take care of that), dropping broken hv.c and sv.h patches, patching libnetcfg.PL and perldoc.PL instead of libnetcfg and perldoc, patching ext/Digest/MD5/t/files.t since MD5.pm was changed. p4raw-id: //depot/perl@12954
* Re: What sort of Makefile.PL should h2xs write?Nicholas Clark2001-09-241-31/+114
| | | | | | | Message-ID: <20010923230055.Y4971@plum.flirble.org> (with "sample_constants" changed to "fallback") p4raw-id: //depot/perl@12169
* ExtUtils::Constant (was Re: funny numconvert test in perl@11006 (was Re: ↵Nicholas Clark2001-07-111-5/+19
| | | | | | | report on BS2000 wit h perl@11006)) Message-ID: <20010710231742.B59620@plum.flirble.org> p4raw-id: //depot/perl@11269
* The #10792 didn't take, and s/sighni/signi/, as noticed byJarkko Hietaniemi2001-06-221-1/+3
| | | | | Philip Newton. p4raw-id: //depot/perl@10821
* Re: [PATCH] Re: perl@10611Nicholas Clark2001-06-161-89/+103
| | | | | Message-ID: <20010617001605.V98663@plum.flirble.org> p4raw-id: //depot/perl@10648
* Re: perl@10611 Nicholas Clark2001-06-161-14/+117
| | | | | Message-ID: <20010616165247.O98663@plum.flirble.org> p4raw-id: //depot/perl@10631
* pTHX_ / aTHX_ for ExtUtils/Constant.pmNick Ing-Simmons2001-06-151-12/+12
| | | p4raw-id: //depot/perlio@10616
* INADDR_ANY INADDR_BROADCAST INADDR_LOOPBACK INADDR_NONENicholas Clark2001-06-151-55/+103
| | | | | Message-ID: <20010614235256.G98663@plum.flirble.org> p4raw-id: //depot/perl@10601
* Re: [PATCH] ExtUtils::ConstantNicholas Clark2001-06-131-86/+137
| | | | | Message-ID: <20010612235307.L5901@plum.flirble.org> p4raw-id: //depot/perl@10540
* Add final commas to lists as suggested by Philip Newton.Jarkko Hietaniemi2001-06-111-2/+4
| | | p4raw-id: //depot/perl@10513
* ExtUtils::ConstantNicholas Clark2001-06-101-6/+27
| | | | | Message-ID: <20010610232540.C76396@plum.flirble.org> p4raw-id: //depot/perl@10507
* long =itemRobin Barker2001-06-071-2/+6
| | | | | Message-Id: <200106071134.MAA10288@tempest.npl.co.uk> p4raw-id: //depot/perl@10469
* t/lib/extutils.tNicholas Clark2001-06-031-66/+279
| | | | | Message-ID: <20010602235705.Q12698@plum.flirble.org> p4raw-id: //depot/perl@10399
* Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]Nicholas Clark2001-05-261-0/+630
Message-ID: <20010520192413.G83222@plum.flirble.org> p4raw-id: //depot/perl@10213