summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* sprinkle dVARJarkko Hietaniemi2006-01-061-1/+9
* Upgrade to CPAN.pm 1.83Rafael Garcia-Suarez2006-01-055-26/+53
* Don't warn about invalid dirhandles in DirHandle::DESTROY().Steve Peters2006-01-041-1/+4
* [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.81.tar.gzAndreas König2006-01-032-6/+29
* Documentation fix for File::Temp::newpm@capmon.dk2006-01-021-2/+2
* [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.80_58.tar.gzAndreas König2006-01-021-2/+2
* Upgrade to CPAN-1.80_57Steve Peters2005-12-315-162/+384
* Calling Perl_hv_clear_placeholders while the hash iterator was activeNicholas Clark2005-12-311-1/+20
* POSIX now declares missing constants as sub ... ();, so Net::PingNicholas Clark2005-12-301-6/+6
* Re: [PATCH] Re: INSTALLSCRIPT versus INSTALLDIRSRafael Garcia-Suarez2005-12-303-10/+32
* Test that constant overloading is propagated into evalRobin Houston2005-12-291-1/+8
* fortify Pod::Simple::Search against non-case-preserving filesystemsCraig A. Berry2005-12-292-10/+36
* Upgrade to PathTools-3.15Steve Peters2005-12-282-2/+2
* s/%/%%/ in the package name so that it can be used safely in theNicholas Clark2005-12-272-12/+24
* Pass in the full arguments to ExtUtils::Constant::ProxySubsNicholas Clark2005-12-272-19/+110
* As what we're doing is generating subroutines, which are methods, weNicholas Clark2005-12-272-0/+4
* Removing MAKE_JOBS_FIFO from %ENV causes FreeBSD make to forget aboutNicholas Clark2005-12-271-1/+1
* Remove the hard wired test numbers in the generated test script forNicholas Clark2005-12-261-77/+120
* Support type UNDEF, and correct a bug in the macro generation by usingNicholas Clark2005-12-261-2/+4
* Add method macro_from_item to encapsulate the entire logic for gettingNicholas Clark2005-12-262-3/+14
* Upgrade to CPAN-1.80_56Steve Peters2005-12-267-982/+1560
* Add a couple of newlines for tidier regen output, consistent with theNicholas Clark2005-12-261-3/+3
* Add C_FH and XS_FH arguments to ExtUtils::Constant::WriteConstants,Nicholas Clark2005-12-262-31/+88
* The values for proxy constant subroutines need to be read only.Nicholas Clark2005-12-261-0/+1
* Rework constant.pm to take advantage of the space savings of proxyNicholas Clark2005-12-261-12/+25
* The value from caller doesn't change, so my $pkg = caller;Nicholas Clark2005-12-241-1/+1
* Tests for creating constants where prototypes or other symbols of theNicholas Clark2005-12-241-2/+72
* Using a hash reference rather than a hash can save a hash copy.Nicholas Clark2005-12-241-6/+6
* Provide support for types PVN and UNDEF inNicholas Clark2005-12-231-10/+24
* ExtUtils::ParseXS needs to stack $filepathname to make #line directivesNicholas Clark2005-12-231-2/+7
* Add support for PV to ExtUtils::Constant::ProxySubs, and enable itsNicholas Clark2005-12-231-1/+11
* [REPATCH lib/UNIVERSAL.pm] Recommend Against Using Methods as Functionschromatic2005-12-231-51/+63
* Need to be more careful with the symbol table manipulation - if thereNicholas Clark2005-12-231-6/+14
* SIGRTMAX, SIGRTMIN, LDBL_MAX, LDBL_MIN, LDBL_EPSILON and HUGE_VALNicholas Clark2005-12-231-3/+13
* Use inlineable proxy constant subs for SocketNicholas Clark2005-12-231-2/+8
* Create a sub LC_ALL with the correct prototype.Nicholas Clark2005-12-231-1/+1
* Make hostname.t deal with undefined or blank hostnames and domain Steve Peters2005-12-231-2/+8
* Fix for pod2man() in ExtUtils::Command::MM to work with Steve Peters2005-12-231-3/+2
* Use inlineable proxy constant subs for POSIX.Nicholas Clark2005-12-222-28/+89
* Missing ; in Tie::FileNicholas Clark2005-12-222-3/+3
* Make ExtUtils::Constant generate the inlineable proxy constant subs.Nicholas Clark2005-12-222-17/+284
* 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
* eliminate HINT_HH_FOR_EVALRobin Houston2005-12-223-5/+2
* Add documentation for method domainname() in Net::Domain. Add someSteve Peters2005-12-222-4/+17
* Feature bundle is now :5.10, and add -E switchRobin Houston2005-12-211-11/+54
* make failing cygwin test TODO'dYitzchak Scott-Thoennes2005-12-201-2/+3
* sort.pm deserves a new version numberRafael Garcia-Suarez2005-12-191-1/+1
* Re: [PATCH] Make the 'sort' pragma lexically scopedRobin Houston2005-12-193-91/+85
* latest switch/say/~~Robin Houston2005-12-194-197/+134