Must wipe out the memory of real Socket before starting
[p5sagit/p5-mst-13.2.git] / lib /
2001-12-04 Jarkko Hietaniemi Must wipe out the memory of real Socket before starting
2001-12-04 Jarkko Hietaniemi LC_ALL might trump LANG.
2001-12-04 Jarkko Hietaniemi Make the eval runtime.
2001-12-04 Jarkko Hietaniemi Upgrade to Net::Ping 2.07, from Rob Brown.
2001-12-03 Craig A. Berry VMS install fix-ups: add libnetcfg and xsubpp as utilit...
2001-12-03 Jarkko Hietaniemi This test is not very robust on 8.3-constrained systems:
2001-12-03 Jarkko Hietaniemi Test::Morify UCD.t
2001-12-03 Jarkko Hietaniemi If Socket has not been built (e.g. DJGPP) the libnet
2001-12-03 Jonathan Stowe was Re: [PATCH] Shared hash keys
2001-12-02 Ben Tilly RE: More verbose POD for Carp
2001-12-01 Ben Tilly Enabling strict on Carp/Heavy, + internal documentation
2001-12-01 chromatic Strictures, dual variables
2001-12-01 Jarkko Hietaniemi (replaced by #13556)
2001-12-01 Ben Tilly Fix for Exporter error reporting behaviour
2001-12-01 Jarkko Hietaniemi Need to hide behind an eval to avoid a warning
2001-12-01 Jarkko Hietaniemi Add simple caches for ::viacode() and ::vianame().
2001-12-01 Jarkko Hietaniemi Upgrade to podlators-1.18.
2001-11-30 John Peacock Cygwin failures with lib/ExtUtils/Embed.t
2001-11-29 Jonathan Stowe (was Re: warnings from [PATCH Perl@13013] Term::Cap...
2001-11-29 Andy Dougherty Re: Found the rev where File::Glob broke
2001-11-29 Jarkko Hietaniemi Use __DATA__ instead of __END__.
2001-11-29 Tels Re: [PATCH Exporter.pm] Explain dangers ...
2001-11-29 Barrie Slaymaker Explain dangers ...
2001-11-28 Jonathan Stowe Re: [PATCH Perl@13013] Term::Cap and VMS
2001-11-28 Russ Allbery Replace #13335 with
2001-11-28 Craig A. Berry (replaced by #13336)
2001-11-28 Jarkko Hietaniemi Upgrade to podlators 1.17.
2001-11-28 Craig A. Berry fix lib/DB.t on VMS
2001-11-28 Jarkko Hietaniemi (replaced by #13337)
2001-11-27 Craig A. Berry bring MM_VMS::perldepend into 21st century
2001-11-27 Barrie Slaymaker add export tag :all and tweak SYNOPSIS
2001-11-27 Jarkko Hietaniemi Tiny fix from John P. Linderman.
2001-11-27 Graham Barr incorporate last minute change from libnet 1.0901-tobe
2001-11-27 Jarkko Hietaniemi Just printing 1..0 is not quite enough...
2001-11-27 Jarkko Hietaniemi Be UTF-EBCDIC aware.
2001-11-27 Jarkko Hietaniemi Bad assumption which way digits and letters sort.
2001-11-27 Jarkko Hietaniemi If in EBCDIC but no Convert::EBCDIC
2001-11-27 Jarkko Hietaniemi Just sorting to guarantee order is not enough.
2001-11-27 Jarkko Hietaniemi OS/390 cleanable gunk.
2001-11-27 Jarkko Hietaniemi sort tweaks from John P. Linderman.
2001-11-26 Graham Barr Sync-up tests with libnet distribution
2001-11-26 Jarkko Hietaniemi Upgrade to podlators 1.16.
2001-11-25 Jarkko Hietaniemi Since in some DOS filesystems the timestamp granularity
2001-11-25 Jarkko Hietaniemi For some reason CygWin wasn't collapsing multiple
2001-11-25 Jarkko Hietaniemi Cygwin needs to have libperl.dll around if trying to...
2001-11-25 Jarkko Hietaniemi -I../lib/.. and -L../lib/..? Strange.
2001-11-25 Jarkko Hietaniemi $MM?
2001-11-25 Dave Rolsky Further replacement of EU::MM with File::Spec
2001-11-25 chromatic [REPATCH lib/DB.pm MANIFEST lib/DB.t] Rework DB.pm...
2001-11-25 Jarkko Hietaniemi sort pragma tweaks.
2001-11-25 Jarkko Hietaniemi Revert the /proc/self/auxv experiment for now.
2001-11-25 Jarkko Hietaniemi Also ExtUtils.t had $^X assumptions.
2001-11-25 Jarkko Hietaniemi Avoid "will not stay shared" warnings.
2001-11-25 Jarkko Hietaniemi In the MakeMaker pm_to_blib target don't copy all
2001-11-25 Gurusamy Sarathy testsuite leaves stray files behind on windows
2001-11-25 Gurusamy Sarathy xsubpp produces a spurious warning on directories calle...
2001-11-24 John Peacock Re: [PATCH] Make Exporter::Heavy use Universal->VERSION()
2001-11-24 Jarkko Hietaniemi Add charnames::vianame() in case people want to access
2001-11-24 Jarkko Hietaniemi Move the MBF/MBI test modules to t/lib.
2001-11-23 Jarkko Hietaniemi Never mind.
2001-11-23 Jarkko Hietaniemi Mis-add.
2001-11-23 Jarkko Hietaniemi Upgrade to Filter::Simple 0.77.
2001-11-23 Jarkko Hietaniemi Missing p4 add.
2001-11-23 Jarkko Hietaniemi ...and update the test count.
2001-11-23 Jarkko Hietaniemi Must remove the cap test also from the test script.
2001-11-23 Jarkko Hietaniemi The basic.cap from podlators 1.14 is not very portable.
2001-11-23 Jarkko Hietaniemi Corify podlators 1.14 test.
2001-11-23 Jarkko Hietaniemi Upgrade to podlators 1.14.
2001-11-23 Jarkko Hietaniemi Remembered everything in 13152 but Test/Simple.pm itsel...
2001-11-22 Jarkko Hietaniemi Retract #13173 (effectively retract Net::Ping 2.06,
2001-11-22 Jarkko Hietaniemi Corify the Net::Ping tests; skip the tests
2001-11-22 Peter Prymmer add Shell.t tests for VMS
2001-11-21 Jarkko Hietaniemi Implement the sort pragma. Split sort code from pp_ctl.c
2001-11-21 Graham Barr Sync file with libnet-1.0901-tobe
2001-11-21 Jarkko Hietaniemi Upgrade to Net::Ping 2.06.
2001-11-21 Jarkko Hietaniemi Upgrade to Math::BigInt 1.47.
2001-11-21 Jarkko Hietaniemi More lost and found.
2001-11-21 Jarkko Hietaniemi Add Devel::PPPort originally from Kenneth Albanowski,
2001-11-21 Jarkko Hietaniemi Oops.
2001-11-21 Philip Newton Re: PERFORCE change 13152 for review
2001-11-21 Philip Newton Re: PERFORCE change 13142 for review
2001-11-21 Jarkko Hietaniemi Integrate #13154 from macperl; Remove comments.
2001-11-21 Jarkko Hietaniemi Upgrade to Test::Simple 0.33.
2001-11-21 Jarkko Hietaniemi Upgrade to Test::Harness 1.26.
2001-11-21 Tim Jenness Add test for Pod::ParseUtils
2001-11-20 Jarkko Hietaniemi Add test for Pod::LaTeX; re-sort MANIFEST.
2001-11-20 Tim Jenness Pod::LaTeX up to V0.54
2001-11-20 Chris Nandor Portability fix for Pod::Html
2001-11-20 Jarkko Hietaniemi Need to skip more tests if not perlio.
2001-11-20 Jarkko Hietaniemi Upgrade to Text::Balanced 1.89.
2001-11-20 Jarkko Hietaniemi Upgrade to NEXT 0.50.
2001-11-19 Jarkko Hietaniemi Move the sysio tests from io/utf8 to lib/open.
2001-11-19 Peter Prymmer VMS specific cleanup and strictness for tie_sdbm.t
2001-11-19 Dave Rolsky ExtUtils::Install - use File::Spec instead of ExtUtils...
2001-11-19 Dave Rolsky ExtUtils::Install - use File::Spec instead of ExtUtils...
2001-11-18 Jarkko Hietaniemi Document how "no utf8;" can become handy.
2001-11-18 Nick Ing-Simmons Integrate mainline - a few Devel::Peak fails.
2001-11-17 Jonathan Stowe Sync with CPAN version
2001-11-17 Tels [PATCH9 File/Find.pm doc nits
2001-11-17 Tels Benchmark.pm nit
next