summaryrefslogtreecommitdiff
path: root/lib/ExtUtils/Constant/Base.pm
Commit message (Expand)AuthorAgeFilesLines
* Move ExtUtils::Constant to from lib to ext.Nicholas Clark2009-09-101-1006/+0
* Bump the VERSION of ExtUtils::Constant::Base.Nicholas Clark2007-04-121-1/+1
* ExtUtils/Constant/Base.pm: use constant folding to eliminated dead codeAlexey Tourbin2007-02-241-7/+7
* Allow a macro of "0" to mean "#if 0" for convenient elimination ofNicholas Clark2006-05-011-2/+2
* Add method macro_from_item to encapsulate the entire logic for gettingNicholas Clark2005-12-261-3/+7
* Use inlineable proxy constant subs for POSIX.Nicholas Clark2005-12-221-1/+2
* Break out the code to generate #ifdef/#endif into new methodsNicholas Clark2005-12-221-21/+33
* Break out the item normalisation code into a method normalise_items.Nicholas Clark2005-12-221-76/+92
* More consistent names for all the parameter name/declaration methodsNicholas Clark2005-01-281-13/+13
* Correct and update comments (before anyone writes in)Nicholas Clark2005-01-241-7/+6
* Add weights to ExtUtils::Constant to allow sorting by expectedNicholas Clark2005-01-241-9/+27
* Assimilate ExtUtils::Constant 0.16Nicholas Clark2005-01-231-0/+956