| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | $utf8::VERSION++ # Documentation. | Nicholas Clark | 2006-01-13 | 1 | -1/+1 |
* | Fix internal links in POD. | Rafael Garcia-Suarez | 2006-01-13 | 1 | -2/+2 |
* | More $VERSION bumps. | Nicholas Clark | 2006-01-13 | 2 | -2/+2 |
* | Better wording for change 26796. Plus, make podchecker happy. | Rafael Garcia-Suarez | 2006-01-13 | 1 | -3/+2 |
* | Assorted VMS-only MakeMaker fixes for blead | Craig A. Berry | 2006-01-13 | 4 | -5/+18 |
* | Bump $VERSION in many modules that have changed. | Nicholas Clark | 2006-01-12 | 17 | -17/+17 |
* | Test comment fix by Dominic Dunlop | Rafael Garcia-Suarez | 2006-01-12 | 1 | -1/+1 |
* | fix for :crlf example | Xavier Noria | 2006-01-11 | 1 | -2/+2 |
* | Re: [PATCH] Mac OS X 10.4.4 (Darwin 8.4.0) still does not fix locale issue | Dominic Dunlop | 2006-01-11 | 1 | -1/+1 |
* | Clean up temp files/dirs left by Archive-Tar tests | Steve Hay | 2006-01-11 | 2 | -2/+6 |
* | Upgrade to version-0.53 | Steve Peters | 2006-01-11 | 2 | -2/+21 |
* | VMS needs the meta-quoted version of $0 | Craig A. Berry | 2006-01-08 | 1 | -1/+1 |
* | Re: [perl #38181] Default IO Layer is ignored in 3-argument open call | SADAHIRO Tomoyuki | 2006-01-08 | 1 | -4/+3 |
* | Remove the greedy quantifier from inside the grouping (?:) so that it | Nicholas Clark | 2006-01-07 | 1 | -1/+1 |
* | Upgrade to version-0.52 | Steve Peters | 2006-01-06 | 3 | -9/+24 |
* | Negating an unsigned value generates warnings for some compilers, so | Nicholas Clark | 2006-01-06 | 1 | -1/+1 |
* | sprinkle dVAR | Jarkko Hietaniemi | 2006-01-06 | 1 | -1/+9 |
* | Upgrade to CPAN.pm 1.83 | Rafael Garcia-Suarez | 2006-01-05 | 5 | -26/+53 |
* | Don't warn about invalid dirhandles in DirHandle::DESTROY(). | Steve Peters | 2006-01-04 | 1 | -1/+4 |
* | [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.81.tar.gz | Andreas König | 2006-01-03 | 2 | -6/+29 |
* | Documentation fix for File::Temp::new | pm@capmon.dk | 2006-01-02 | 1 | -2/+2 |
* | [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.80_58.tar.gz | Andreas König | 2006-01-02 | 1 | -2/+2 |
* | Upgrade to CPAN-1.80_57 | Steve Peters | 2005-12-31 | 5 | -162/+384 |
* | Calling Perl_hv_clear_placeholders while the hash iterator was active | Nicholas Clark | 2005-12-31 | 1 | -1/+20 |
* | POSIX now declares missing constants as sub ... ();, so Net::Ping | Nicholas Clark | 2005-12-30 | 1 | -6/+6 |
* | Re: [PATCH] Re: INSTALLSCRIPT versus INSTALLDIRS | Rafael Garcia-Suarez | 2005-12-30 | 3 | -10/+32 |
* | Test that constant overloading is propagated into eval | Robin Houston | 2005-12-29 | 1 | -1/+8 |
* | fortify Pod::Simple::Search against non-case-preserving filesystems | Craig A. Berry | 2005-12-29 | 2 | -10/+36 |
* | Upgrade to PathTools-3.15 | Steve Peters | 2005-12-28 | 2 | -2/+2 |
* | s/%/%%/ in the package name so that it can be used safely in the | Nicholas Clark | 2005-12-27 | 2 | -12/+24 |
* | Pass in the full arguments to ExtUtils::Constant::ProxySubs | Nicholas Clark | 2005-12-27 | 2 | -19/+110 |
* | As what we're doing is generating subroutines, which are methods, we | Nicholas Clark | 2005-12-27 | 2 | -0/+4 |
* | Removing MAKE_JOBS_FIFO from %ENV causes FreeBSD make to forget about | Nicholas Clark | 2005-12-27 | 1 | -1/+1 |
* | Remove the hard wired test numbers in the generated test script for | Nicholas Clark | 2005-12-26 | 1 | -77/+120 |
* | Support type UNDEF, and correct a bug in the macro generation by using | Nicholas Clark | 2005-12-26 | 1 | -2/+4 |
* | Add method macro_from_item to encapsulate the entire logic for getting | Nicholas Clark | 2005-12-26 | 2 | -3/+14 |
* | Upgrade to CPAN-1.80_56 | Steve Peters | 2005-12-26 | 7 | -982/+1560 |
* | Add a couple of newlines for tidier regen output, consistent with the | Nicholas Clark | 2005-12-26 | 1 | -3/+3 |
* | Add C_FH and XS_FH arguments to ExtUtils::Constant::WriteConstants, | Nicholas Clark | 2005-12-26 | 2 | -31/+88 |
* | The values for proxy constant subroutines need to be read only. | Nicholas Clark | 2005-12-26 | 1 | -0/+1 |
* | Rework constant.pm to take advantage of the space savings of proxy | Nicholas Clark | 2005-12-26 | 1 | -12/+25 |
* | The value from caller doesn't change, so my $pkg = caller; | Nicholas Clark | 2005-12-24 | 1 | -1/+1 |
* | Tests for creating constants where prototypes or other symbols of the | Nicholas Clark | 2005-12-24 | 1 | -2/+72 |
* | Using a hash reference rather than a hash can save a hash copy. | Nicholas Clark | 2005-12-24 | 1 | -6/+6 |
* | Provide support for types PVN and UNDEF in | Nicholas Clark | 2005-12-23 | 1 | -10/+24 |
* | ExtUtils::ParseXS needs to stack $filepathname to make #line directives | Nicholas Clark | 2005-12-23 | 1 | -2/+7 |
* | Add support for PV to ExtUtils::Constant::ProxySubs, and enable its | Nicholas Clark | 2005-12-23 | 1 | -1/+11 |
* | [REPATCH lib/UNIVERSAL.pm] Recommend Against Using Methods as Functions | chromatic | 2005-12-23 | 1 | -51/+63 |
* | Need to be more careful with the symbol table manipulation - if there | Nicholas Clark | 2005-12-23 | 1 | -6/+14 |
* | SIGRTMAX, SIGRTMIN, LDBL_MAX, LDBL_MIN, LDBL_EPSILON and HUGE_VAL | Nicholas Clark | 2005-12-23 | 1 | -3/+13 |