| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Use inlineable proxy constant subs for Socket | Nicholas Clark | 2005-12-23 | 1 | -2/+8 |
* | Create a sub LC_ALL with the correct prototype. | Nicholas Clark | 2005-12-23 | 1 | -1/+1 |
* | Make hostname.t deal with undefined or blank hostnames and domain | Steve Peters | 2005-12-23 | 1 | -2/+8 |
* | Fix for pod2man() in ExtUtils::Command::MM to work with | Steve Peters | 2005-12-23 | 1 | -3/+2 |
* | Use inlineable proxy constant subs for POSIX. | Nicholas Clark | 2005-12-22 | 2 | -28/+89 |
* | Missing ; in Tie::File | Nicholas Clark | 2005-12-22 | 2 | -3/+3 |
* | Make ExtUtils::Constant generate the inlineable proxy constant subs. | Nicholas Clark | 2005-12-22 | 2 | -17/+284 |
* | Break out the code to generate #ifdef/#endif into new methods | Nicholas Clark | 2005-12-22 | 1 | -21/+33 |
* | Break out the item normalisation code into a method normalise_items. | Nicholas Clark | 2005-12-22 | 1 | -76/+92 |
* | eliminate HINT_HH_FOR_EVAL | Robin Houston | 2005-12-22 | 3 | -5/+2 |
* | Add documentation for method domainname() in Net::Domain. Add some | Steve Peters | 2005-12-22 | 2 | -4/+17 |
* | Feature bundle is now :5.10, and add -E switch | Robin Houston | 2005-12-21 | 1 | -11/+54 |
* | make failing cygwin test TODO'd | Yitzchak Scott-Thoennes | 2005-12-20 | 1 | -2/+3 |
* | sort.pm deserves a new version number | Rafael Garcia-Suarez | 2005-12-19 | 1 | -1/+1 |
* | Re: [PATCH] Make the 'sort' pragma lexically scoped | Robin Houston | 2005-12-19 | 3 | -91/+85 |
* | latest switch/say/~~ | Robin Houston | 2005-12-19 | 4 | -197/+134 |