summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* $utf8::VERSION++ # Documentation.Nicholas Clark2006-01-131-1/+1
* Fix internal links in POD.Rafael Garcia-Suarez2006-01-131-2/+2
* More $VERSION bumps.Nicholas Clark2006-01-132-2/+2
* Better wording for change 26796. Plus, make podchecker happy.Rafael Garcia-Suarez2006-01-131-3/+2
* Assorted VMS-only MakeMaker fixes for bleadCraig A. Berry2006-01-134-5/+18
* Bump $VERSION in many modules that have changed.Nicholas Clark2006-01-1217-17/+17
* Test comment fix by Dominic DunlopRafael Garcia-Suarez2006-01-121-1/+1
* fix for :crlf example Xavier Noria2006-01-111-2/+2
* Re: [PATCH] Mac OS X 10.4.4 (Darwin 8.4.0) still does not fix locale issueDominic Dunlop2006-01-111-1/+1
* Clean up temp files/dirs left by Archive-Tar testsSteve Hay2006-01-112-2/+6
* Upgrade to version-0.53Steve Peters2006-01-112-2/+21
* VMS needs the meta-quoted version of $0Craig A. Berry2006-01-081-1/+1
* Re: [perl #38181] Default IO Layer is ignored in 3-argument open call SADAHIRO Tomoyuki2006-01-081-4/+3
* Remove the greedy quantifier from inside the grouping (?:) so that itNicholas Clark2006-01-071-1/+1
* Upgrade to version-0.52Steve Peters2006-01-063-9/+24
* Negating an unsigned value generates warnings for some compilers, soNicholas Clark2006-01-061-1/+1
* 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