patch@26996 - patch around stat("_NLA0:") bug
[p5sagit/p5-mst-13.2.git] / lib /
2006-01-29 Steve Peters Upgrade to podlators-2.0.3
2006-01-28 Steve Peters Upgrade to podlators-2.0.2
2006-01-28 Steve Peters Upgrade to CPAN-1.83_59
2006-01-28 Steve Peters Upgrade to Archive-Tar-1.28
2006-01-27 Gisle Aas Re: Make Passive mode the default for Net::FTP
2006-01-23 Nicholas Clark constant_add_symbol needs to be static, else static...
2006-01-23 Jarkko Hietaniemi Tru64: -Uusedl: lib/ExtUtils/t/Embed.t
2006-01-23 Steve Peters Upgrade to Pod-Simple-3.04
2006-01-23 Steve Peters Upgrade to CPAN-1.83_58
2006-01-21 Craig A. Berry Make Manifest.t do what is says it's doing.
2006-01-18 Craig A. Berry special VMS handling no longer needed since we now...
2006-01-17 Craig A. Berry Dots in directory names aren't nice on VMS.
2006-01-16 Andreas König [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.83_55.tar.gz
2006-01-13 Nicholas Clark $utf8::VERSION++ # Documentation.
2006-01-13 Rafael Garcia-Suarez Fix internal links in POD.
2006-01-13 Nicholas Clark More $VERSION bumps.
2006-01-13 Rafael Garcia-Suarez Better wording for change 26796. Plus, make podchecker...
2006-01-13 Craig A. Berry Assorted VMS-only MakeMaker fixes for blead
2006-01-12 Nicholas Clark Bump $VERSION in many modules that have changed.
2006-01-12 Rafael Garcia-Suarez Test comment fix by Dominic Dunlop
2006-01-11 Xavier Noria fix for :crlf example
2006-01-11 Dominic Dunlop Re: [PATCH] Mac OS X 10.4.4 (Darwin 8.4.0) still does...
2006-01-11 Steve Hay Clean up temp files/dirs left by Archive-Tar tests
2006-01-11 Steve Peters Upgrade to version-0.53
2006-01-08 Craig A. Berry VMS needs the meta-quoted version of $0
2006-01-08 SADAHIRO Tomoyuki Re: [perl #38181] Default IO Layer is ignored in 3...
2006-01-07 Nicholas Clark Remove the greedy quantifier from inside the grouping...
2006-01-06 Steve Peters Upgrade to version-0.52
2006-01-06 Nicholas Clark Negating an unsigned value generates warnings for some...
2006-01-06 Jarkko Hietaniemi sprinkle dVAR
2006-01-05 Rafael Garcia-Suarez Upgrade to CPAN.pm 1.83
2006-01-04 Steve Peters Don't warn about invalid dirhandles in DirHandle::DESTR...
2006-01-03 Andreas König [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.81.tar.gz
2006-01-02 pm@capmon.dk Documentation fix for File::Temp::new
2006-01-02 Andreas König [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.80_58.tar.gz
2005-12-31 Steve Peters Upgrade to CPAN-1.80_57
2005-12-31 Nicholas Clark Calling Perl_hv_clear_placeholders while the hash itera...
2005-12-30 Nicholas Clark POSIX now declares missing constants as sub ... ()...
2005-12-30 Rafael Garcia-Suarez Re: [PATCH] Re: INSTALLSCRIPT versus INSTALLDIRS
2005-12-29 Robin Houston Test that constant overloading is propagated into eval
2005-12-29 Craig A. Berry fortify Pod::Simple::Search against non-case-preserving...
2005-12-28 Steve Peters Upgrade to PathTools-3.15
2005-12-27 Nicholas Clark s/%/%%/ in the package name so that it can be used...
2005-12-27 Nicholas Clark Pass in the full arguments to ExtUtils::Constant::ProxySubs
2005-12-27 Nicholas Clark As what we're doing is generating subroutines, which...
2005-12-27 Nicholas Clark Removing MAKE_JOBS_FIFO from %ENV causes FreeBSD make...
2005-12-26 Nicholas Clark Remove the hard wired test numbers in the generated...
2005-12-26 Nicholas Clark Support type UNDEF, and correct a bug in the macro...
2005-12-26 Nicholas Clark Add method macro_from_item to encapsulate the entire...
2005-12-26 Steve Peters Upgrade to CPAN-1.80_56
2005-12-26 Nicholas Clark Add a couple of newlines for tidier regen output, consi...
2005-12-26 Nicholas Clark Add C_FH and XS_FH arguments to ExtUtils::Constant...
2005-12-26 Nicholas Clark The values for proxy constant subroutines need to be...
2005-12-26 Nicholas Clark Rework constant.pm to take advantage of the space savin...
2005-12-24 Nicholas Clark The value from caller doesn't change, so my $pkg =...
2005-12-24 Nicholas Clark Tests for creating constants where prototypes or other...
2005-12-24 Nicholas Clark Using a hash reference rather than a hash can save...
2005-12-23 Nicholas Clark Provide support for types PVN and UNDEF in
2005-12-23 Nicholas Clark ExtUtils::ParseXS needs to stack $filepathname to make...
2005-12-23 Nicholas Clark Add support for PV to ExtUtils::Constant::ProxySubs...
2005-12-23 chromatic [REPATCH lib/UNIVERSAL.pm] Recommend Against Using...
2005-12-23 Nicholas Clark Need to be more careful with the symbol table manipulat...
2005-12-23 Nicholas Clark SIGRTMAX, SIGRTMIN, LDBL_MAX, LDBL_MIN, LDBL_EPSILON...
2005-12-23 Nicholas Clark Use inlineable proxy constant subs for Socket
2005-12-23 Nicholas Clark Create a sub LC_ALL with the correct prototype.
2005-12-23 Steve Peters Make hostname.t deal with undefined or blank hostnames...
2005-12-23 Steve Peters Fix for pod2man() in ExtUtils::Command::MM to work...
2005-12-22 Nicholas Clark Use inlineable proxy constant subs for POSIX.
2005-12-22 Nicholas Clark Missing ; in Tie::File
2005-12-22 Nicholas Clark Make ExtUtils::Constant generate the inlineable proxy...
2005-12-22 Nicholas Clark Break out the code to generate #ifdef/#endif into new...
2005-12-22 Nicholas Clark Break out the item normalisation code into a method...
2005-12-22 Robin Houston eliminate HINT_HH_FOR_EVAL
2005-12-22 Steve Peters Add documentation for method domainname() in Net::Domai...
2005-12-21 Robin Houston Feature bundle is now :5.10, and add -E switch
2005-12-20 Yitzchak Scott-Tho... make failing cygwin test TODO'd
2005-12-19 Rafael Garcia-Suarez sort.pm deserves a new version number
2005-12-19 Robin Houston Re: [PATCH] Make the 'sort' pragma lexically scoped
2005-12-19 Robin Houston latest switch/say/~~
2005-12-18 Craig A. Berry Two test workarounds for VMS
2005-12-15 Rafael Garcia-Suarez More general fix for bug [perl #37915]
2005-12-15 alexander_bluhm... [perl #37915] Bad select error handling in Net::Ping
2005-12-15 Steve Peters Upgrade to Getopt-Long-2.35
2005-12-14 Nicholas Clark lib/Pod/t/man.t should use TODO with not ok to express...
2005-12-13 Steve Peters Renaming of some of Pod::Simple's test files to make...
2005-12-13 Steve Peters Changes to Pod::Simple's tests to get rid of the "...
2005-12-13 Steve Hay Fix lib/File/Compare.t test failures on Win32
2005-12-12 Steve Peters Pod::Man's tests aren't Unicode friendly. Let's skip...
2005-12-10 Nicholas Clark Re-instate the old perl getcwd as _perl_getcwd, and...
2005-12-10 Steve Peters Upgrade to PathTools-3.14_01
2005-12-09 Andreas König Re: Pod::Simple integration
2005-12-09 Steve Peters Upgrade to CGI.pm-3.15
2005-12-08 Steve Peters One final Pod::Usage yak to shave...
2005-12-08 Steve Peters Version bump for Pod::Usage
2005-12-08 Steve Peters Further yak-shaving on Pod::Usage. Now, t/pod/pod2usag...
2005-12-08 Steve Peters Fix to Pod::Usage to work with all recent Pod::Text...
2005-12-07 Steve Peters One quick fix to the test for differences in error...
2005-12-07 Steve Peters Upgrade to podlators-2.00
2005-12-07 Steve Peters Assimilate Pod-Simple-3.03 to the Perl core
2005-12-07 Steve Peters Upgrade to CGI-3.14.
next