applied suggested patch, adapted for all platforms
[p5sagit/p5-mst-13.2.git] / lib /
1998-09-24 Jan Dubois applied suggested patch, adapted for all platforms
1998-09-24 Gurusamy Sarathy upgrade to CPAN-1.40
1998-09-24 Gurusamy Sarathy use $ENV{MAKEMAKEROPT} to set default command line...
1998-09-23 Ilya Zakharevich More verbose Test::Harness [PATCH]
1998-09-23 Gurusamy Sarathy make Pod/Html.pm handle the --title option properly...
1998-09-23 Jochen Wiedmann ExtUtils::MakeMaker::prompt cannot return 0
1998-09-23 Andreas König Re: [PATCH] MakeMaker "test" target doesn't depend...
1998-09-23 Charles Bailey Re: extralibs.ld problem in MM_VMS.pm
1998-09-23 Roderick Schertler Re: Open2 and memory leaks
1998-09-23 Charles Bailey (via private mail)
1998-09-23 Ilya Zakharevich Protect debugger from nonlocal exits
1998-09-23 Joe Buehler patches for perl 5.005_51 under U/WIN
1998-09-23 Gurusamy Sarathy support make written in perl (aka "pmake") on win32
1998-09-21 Gurusamy Sarathy make xsubpp generate well-formed code with CAPI ...
1998-08-09 Paul Marquess lexical warnings; tweaks to places that didn't apply...
1998-08-08 Gisle Aas fix intolerance of SWASHes for blank lines
1998-08-08 Gisle Aas utf8 doc tweak
1998-08-08 Gisle Aas kill bogus warning from -we 'use utf8; $_="\x{FF}"'
1998-08-08 Gurusamy Sarathy integrate maint-5.005 changes into mainline
1998-08-08 Gurusamy Sarathy prevent lexical leaks from Benchmark into target code...
1998-08-08 Gurusamy Sarathy back out change#1747 until possibly better patch is...
1998-08-07 Gurusamy Sarathy allow more compatible interpretation of spaces File...
1998-08-07 Gurusamy Sarathy don't use © in Test.pm (suggested by M.J.T. Guy)
1998-08-05 Graham Barr make AutoSplit safer on filesystems with short filenames
1998-08-05 Gurusamy Sarathy MM_Win32.pm and Liblist.pm tweaks
1998-08-05 Gurusamy Sarathy update Changes, patchlevel, tweak Liblist.pm
1998-08-05 Gurusamy Sarathy support :nosearch in ExtUtils::Liblist for win32, and...
1998-08-05 Ilya Zakharevich make Test::Harness optionally check for stray files...
1998-08-04 Abigail correct Pod::Html's notion of email addresses
1998-08-02 Jarkko Hietaniemi support OE/MVS
1998-08-02 Ilya Zakharevich fix bug in display of watched expressions
1998-08-02 Tom Hughes Class::Struct has an incomplete tied array package
1998-08-02 Nick Ing-Simmons [Patch] Math::Complex - Ambiguous call resolved as...
1998-08-02 Gurusamy Sarathy MM_Win32::maybe_command() case-insesitivity tweak
1998-08-02 Gurusamy Sarathy fix MM_Win32::maybe_command()
1998-08-01 Ilya Zakharevich fixes for overloading bugs and docs, tweaked some
1998-07-26 Gurusamy Sarathy add trailing newline to file
1998-07-26 Gurusamy Sarathy integrate utfperl
1998-07-26 M. J. T. Guy fix behavior of <=> on bigints
1998-07-24 Larry Wall Here are the long-expected Unicode/UTF-8 modifications.
1998-07-22 Daniel S. Lewart lib/Sys/Syslog.pm doc
1998-07-22 Johan Vromans remove spurious $VERSION line that confuses CPAN
1998-07-22 Paul Johnson allow extensions to be specified as paths
1998-07-22 Gurusamy Sarathy fix Liblist.pm to find entries that are plain pathnames...
1998-07-21 Gurusamy Sarathy final tweaks before beta2
1998-07-21 Gurusamy Sarathy change case of PERL_OBJECT filenames, consistent with...
1998-07-20 Gurusamy Sarathy complete s/foo/PL_foo/ changes (all escaped cases ident...
1998-07-19 Nick Ing-Simmons Merge Mainline
1998-07-19 Paul Johnson tweak pod in MakeMaker.pm
1998-07-19 Tye McQueen Minor debugger fix
1998-07-19 Ilya Zakharevich applied slightly tweaked version of patch
1998-07-19 Ilya Zakharevich improve 'frame' handling in debugger
1998-07-18 Nick Ing-Simmons PL_ prefix to all perlvars, part1
1998-07-15 Jarkko Hietaniemi 5.004_74: MPE/iX final touches
1998-07-15 Gurusamy Sarathy fix warning from CGI::Carp
1998-07-14 Gurusamy Sarathy File/Spec.pm needs trailing newline
1998-07-14 Jarkko Hietaniemi add files and tweaks needed for MPE/iX port (via PM)
1998-07-14 Kurt D. Starsinic make Term::Readline::get_line() independent of caller...
1998-07-14 Andreas König Parallel Makefiles
1998-07-13 Gurusamy Sarathy avoid empty rm -f in MM_Unix.pm
1998-07-12 Doug MacEachern Embed.pm support for PERL_OBJECT
1998-07-12 Gurusamy Sarathy update MANIFEST, Changes
1998-07-12 Gurusamy Sarathy merge changes 1424, 1428 from maintbranch
1998-07-12 Jarkko Hietaniemi generic Configure mods and HAS_GROUP additions to help...
1998-07-12 Andreas König [5.004_71] Patch: let CPAN.pm work with threaded perl
1998-07-11 Andreas König [perl5.004_71] Patch: change MakeMaker default compress...
1998-07-11 Gisle Aas s/AVHV/pseudo-hash/ (via PM)
1998-07-11 Gurusamy Sarathy make Liblist return consistently backslashed paths
1998-07-10 Andreas König CPAN-1.39 update
1998-07-09 M. J. T. Guy added patch, tweaked per Ilya's suggestion
1998-07-09 Laszlo Molnar change order of libs for extensions
1998-07-09 Tye McQueen patch for more flexible initialization of xsub parameters
1998-07-08 Ilya Zakharevich add patch for C<use re 'debug'>
1998-07-07 Gurusamy Sarathy doc tweaks suggested by Abigail, M.J.T. Guy, and Larry...
1998-07-06 Gisle Aas added patch to fix Cwd.pm warnings, fixed a couple...
1998-07-06 Gurusamy Sarathy allow eval-groups in patterns only if they C<use re...
1998-07-06 Gurusamy Sarathy add Symbol::delete_package()
1998-07-05 Alan Burlison add suggested tool as an example in ExtUtils::Packlist
1998-07-04 Gurusamy Sarathy various small tweaks (still fails a few taint tests...
1998-07-04 Joshua Pritikin fixes for mortalization bug in xsubpp, other efficiency...
1998-07-04 Ilya Zakharevich fix CPAN.pm problem, OS2 tweaks
1998-07-04 Robin Barker tweaks to Getopt::Std
1998-07-04 Jarkko Hietaniemi 5.004_69: Parsewords.pm: avoid undefined warnings
1998-07-04 Gurusamy Sarathy merge changes#1210,1211,1270 from maintbranch
1998-06-30 Murray Nesbitt Re: [PATCH 5.004_67] MakeMaker mods for PPD support
1998-06-30 Jarkko Hietaniemi add patch to integrate Math::Trig::Radial into Math...
1998-06-30 Gisle Aas Re: [PATCH] Simplified magic_setisa() and improved...
1998-06-29 Ilya Zakharevich added patch for overloading constants, made PERL_OBJECT...
1998-06-29 Andreas König Permissions in MakeMaker (Was: patch to MM_Unix.pm)
1998-06-28 Jarkko Hietaniemi add Math/Trig/Radial.pm, update MANIFEST
1998-06-28 mike@bill.iac.net [ PATCH 5.004 68 ] Text::ParseWords, ^W fixed, version 3.1
1998-06-28 Jarkko Hietaniemi Complex.pm update
1998-06-28 Gurusamy Sarathy tweak various places for iperlsys.h awareness
1998-06-28 Tom Phoenix Better diags for vars.pm
1998-06-28 Gurusamy Sarathy add CGI-2.42, its and testsuite
1998-06-23 Dan Sugalski Autosplit's not qite case-insensitive enough on VMS
1998-06-22 Gurusamy Sarathy merge relevant portions from maintbranch change#1155
1998-06-21 Dan Sugalski applied VMS patch from Dan Sugalski
1998-06-21 Graham Barr applied patch, modified logic to avoid reentering lexer...
1998-06-21 Douglas Lankshear a tweaked version of:
next