summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Move Cwd from lib to ext.Nicholas Clark2009-09-1211-32/+39
* Oops! Correct my declaration of MINIPERL_UP.Nicholas Clark2009-09-121-1/+1
* Replace $(MINIPERL) -"I[-.lib]" with $(MINIPERL_UP)Nicholas Clark2009-09-121-34/+35
* Fix typo for the FILES for AutoLoader, introduced in 4677aef710c2.Nicholas Clark2009-09-121-1/+1
* Update parent to CPAN version 0.223Chris Williams2009-09-123-3/+6
* Moved parent from lib/ to ext/Chris Williams2009-09-1218-14/+17
* Moved AutoLoader from lib/ to ext/Chris Williams2009-09-129-7/+10
* Cleanup makedir.SH reference in Makefile.SHJerry D. Hedden2009-09-121-1/+1
* pod/perltoc.pod needs all the extensions to be built before it can be built.Nicholas Clark2009-09-122-4/+8
* Untangle File::Basename and re - avoid hard-coding the hints value.Nicholas Clark2009-09-122-15/+6
* re.pm will load under miniperl, so don't hard-code its values into ParseXSNicholas Clark2009-09-122-7/+4
* Avoid a parallel make race condition where we load a half-copied module.Nicholas Clark2009-09-121-1/+4
* Move File-Path from lib/ to ext/Chris Williams2009-09-117-5/+8
* Moved Tie-RefHash from lib/ to ext/Chris Williams2009-09-1110-9/+9
* No need to run AutoSplit on lib - all AutoLoader using modules are in ext.Nicholas Clark2009-09-115-93/+2
* instmodsh is a file, not a directory.Craig A. Berry2009-09-111-2/+2
* xsubpp is a file, not a directory.Craig A. Berry2009-09-111-1/+2
* Reorder some build rules to keep up with lib/ --> ext/ move.Craig A. Berry2009-09-111-5/+5
* Always load the re.xs code, unless we're running under miniperl.Nicholas Clark2009-09-111-35/+17
* Move File::Temp from lib/ to ext/Chris Williams2009-09-1114-12/+14
* Move Locale-Codes from lib/ to ext/Chris Williams2009-09-1124-27/+44
* Correct ext/ExtUtils-MakeMaker/MANIFEST for 'core' conentsJerry D. Hedden2009-09-111-15/+0
* Fix test in Cwd for presence of DynaLoader.Nicholas Clark2009-09-111-2/+2
* Moved Locale-Maketext from lib/ to ext/Chris Williams2009-09-1119-23/+23
* Updated Maintainers.pl with the CPAN path for Locale-Maketext-Simple-0.21Chris Williams2009-09-111-1/+1
* Updated Locale-Maketext-Simple to CPAN version 0.21Chris Williams2009-09-1110-6/+227
* Update Maintainers.pl for encoding::warningsRafael Garcia-Suarez2009-09-111-2/+3
* Move Locale-Maketext-Simple from lib/ to ext/Chris Williams2009-09-117-6/+6
* Move encoding::warnings to ext/Rafael Garcia-Suarez2009-09-119-5/+35
* Moved Math-BigInt from lib/ to ext/Chris Williams2009-09-1165-71/+73
* Update Log::Message::Simple to CPAN version 0.06Chris Williams2009-09-111-2/+2
* Moved Math-Complex from lib/ to ext/Chris Williams2009-09-119-14/+11
* Updated Math::BigRat to CPAN version 0.24Chris Williams2009-09-103-6/+11
* Move Math-BigRat from lib/ to ext/Chris Williams2009-09-1019-22/+18
* Update some remaining comments that still point to the old regexp tests locationVincent Pit2009-09-103-4/+4
* Fix paths in threaded regexp testsVincent Pit2009-09-104-4/+4
* Moved bignum from lib/ to ext/Chris Williams2009-09-1030-32/+34
* Sort MANIFESTVincent Pit2009-09-101-33/+33
* missed a comment reference to t/op that should now be t/reYves Orton2009-09-101-1/+1
* move regex related tests out of t/op/ into t/re/Yves Orton2009-09-1046-107/+112
* add more positive gofs GPOS tests and fix some bugs tooYves Orton2009-09-105-11/+31
* Move t/op/rt69056.t test into t/op/subst.tMax Maischein2009-09-103-21/+4
* No tabs in MANIFESTVincent Pit2009-09-101-1/+1
* Add missing entries to .gitignore for EU::{CBuilder,ParseXS}Vincent Pit2009-09-102-0/+4
* Don't modify namelen in the first half of gv_stashpvn()Vincent Pit2009-09-101-6/+7
* Add rt69056.t to MANIFESTAbhijit Menon-Sen2009-09-101-0/+1
* Add test for [perl #69056], 2nd tryMax Maischein2009-09-101-0/+19
* b78fd7160df92414 forgot to add ExtUtils::MakeMaker's MANIFESTNicholas Clark2009-09-101-0/+118
* Move ExtUtils::MakeMaker from lib to ext.Nicholas Clark2009-09-10109-505/+228
* Move ExtUtils::CBuilder from lib to ext.Nicholas Clark2009-09-1016-39/+15