better variant of change#4644 (from Andy Dougherty)
[p5sagit/p5-mst-13.2.git] / lib /
1999-12-28 Gurusamy Sarathy pod edits from Paul Marquess and Mark-Jason Dominus
1999-12-28 Gurusamy Sarathy partly fix perldiag regressions identified by Tom Chris...
1999-12-17 Gurusamy Sarathy credits tweak
1999-12-17 Helmut Jarausch applied suggested patch with whitespace adjustments
1999-12-17 Gurusamy Sarathy fix bug when one of the operands is +0E+0 (from Ronald...
1999-12-09 Gurusamy Sarathy newer version of File::Find with support for following...
1999-12-08 Gurusamy Sarathy documentation tweaks from M. J. T. Guy, Micheal Schwern...
1999-12-06 Gurusamy Sarathy change#4641 needs perldiag.pod edit
1999-12-05 Benjamin Stuhl applied somewhat modified version of suggested patch
1999-12-05 Gurusamy Sarathy on dosish platforms, avoid infinite recursion in File...
1999-12-05 Gurusamy Sarathy fix bug in processing L<> tags (from j.vavruska@post.cz)
1999-12-04 Gurusamy Sarathy provide explicit functions timegm_nocheck() and timeloc...
1999-12-03 Gurusamy Sarathy don't mess with the umask()
1999-12-03 Ilya Zakharevich applied suggested patch; removed $VERSION = $VERSION...
1999-12-02 Gurusamy Sarathy re-add missing Unicode database master
1999-12-02 Gurusamy Sarathy various documentation tweaks suggested by M. J. T. Guy
1999-12-01 Gurusamy Sarathy integrate cfgperl contents into mainline
1999-12-01 Gurusamy Sarathy email address changes
1999-12-01 Graham TerMarsch rudimentary support for remote debugging, from aeons...
1999-11-16 Jarkko Hietaniemi Integrate with Sarathy.
1999-11-16 Gurusamy Sarathy Pod::Parser updates (v1.091) from Brad Appleton <bradap...
1999-11-14 Jarkko Hietaniemi Another Unicode update.
1999-11-13 JD Laub [ID 19991112.002] patch: Exporter.pm not reporting...
1999-11-13 Jarkko Hietaniemi Regen Unicode tables to include a warning:
1999-11-04 Ilya Zakharevich xsubpp dependency
1999-10-28 Gurusamy Sarathy remove C<use Time::Local 'no_range_check'> misfeature...
1999-10-27 Jarkko Hietaniemi Integrate with Sarathy; manual resolve on regcomp.c...
1999-10-24 Gurusamy Sarathy typo, doc tweak
1999-10-24 Gurusamy Sarathy allow get() and reftype() functions to be imported...
1999-10-24 Gurusamy Sarathy relax range checking if they ask for it (from John...
1999-10-24 Gurusamy Sarathy README nits pointed out by Chris Nandor <pudge@pobox...
1999-10-21 Jarkko Hietaniemi Integrate with Sarathy.
1999-10-20 Gurusamy Sarathy fix prototype mismatch (from Hans Mulder <hansm@xs4all...
1999-10-18 Jarkko Hietaniemi Integrate with Sarathy.
1999-10-18 Gurusamy Sarathy pod updates from Tom Christiansen
1999-10-17 Gurusamy Sarathy remove FileHandle from list of PodParser dependencies...
1999-10-17 Gurusamy Sarathy make installperl ignore RCS files (from Michael G Schwern
1999-10-16 Jarkko Hietaniemi Missing comma.
1999-10-15 Gurusamy Sarathy lvalue subs patch (change#4081) breaks C<\(Foo->Bar...
1999-10-15 Gurusamy Sarathy Benchmark notes (from Barrie Slaymaker <barries@slaysys...
1999-10-14 Gurusamy Sarathy make timelocal work better when time is close to the...
1999-10-13 Gurusamy Sarathy debugger tweak (from M.J.T. Guy <mjtg@cus.cam.ac.uk>)
1999-10-11 Gurusamy Sarathy writing to perllocal.pod fails if it was never created;
1999-10-11 Gurusamy Sarathy change#4327 was inefficient
1999-10-10 Gurusamy Sarathy install pods to 'pods' rather than 'pod' on cygwin...
1999-10-10 Gurusamy Sarathy add $VERSION
1999-10-10 Gurusamy Sarathy describe what can go in an export list (from Anno Siegel
1999-10-10 Gurusamy Sarathy more basic support for building modules under Windows...
1999-10-10 Gurusamy Sarathy rudimentary support for building under Windows 95/98...
1999-10-10 Gurusamy Sarathy avoid duplicates in @INC, they cause leaks in mod_perl etc
1999-10-09 Gurusamy Sarathy fix Exporter::export_to_level() documentation
1999-10-07 Gurusamy Sarathy update to podlators-0.08 from Russ Allbery
1999-10-03 Barrie Slaymaker Benchmark.pm bugfix, tweaks
1999-10-02 Jarkko Hietaniemi Battle namespace pollution.
1999-10-02 Gurusamy Sarathy update pod2man, pod2text and related Pod:: modules...
1999-10-02 Gurusamy Sarathy fix PodParser testsuite; Pod::Text subsumes Pod::PlainText
1999-10-02 Gurusamy Sarathy upgrade to PodParser-1.085 from Brad Appleton <bradapp...
1999-10-01 Jarkko Hietaniemi Integrate with Sarathy.
1999-10-01 Barrie Slaymaker Benchmark.pm: Export countit(), cmpthese() by default
1999-09-30 Barrie Slaymaker Benchmark tweaks, fixes, cmpthese()
1999-09-30 Gurusamy Sarathy remove prehistoric XFree() gunk
1999-09-29 Jarkko Hietaniemi Integrate with Sarathy.
1999-09-28 Gurusamy Sarathy revert change#4115 (breaks libwww's base/date.t); could be
1999-09-28 Gurusamy Sarathy change#4236 fallout
1999-09-27 Gurusamy Sarathy avoid implicit split to @_ in change#4181; binary ...
1999-09-27 Ilya Zakharevich Finalize change #4232.
1999-09-26 Jarkko Hietaniemi Integrate with Sarathy. h2xs.PL had to be manually...
1999-09-26 Ilya Zakharevich To: Mailing list Perl5 <perl5-porters@perl.org>
1999-09-25 Gurusamy Sarathy support C<use Shell> on Windows (reworked a patch suggested
1999-09-22 Jarkko Hietaniemi Tweak the equivalence tables once again.
1999-09-20 Jarkko Hietaniemi Integrate with Sarathy.
1999-09-20 Russ Allbery [ID 19990819.002] File::Find error when pruning top...
1999-09-18 Jarkko Hietaniemi Add description of the Unicode database files.
1999-09-17 Jarkko Hietaniemi Integrate with Sarathy.
1999-09-17 Gurusamy Sarathy integrate vmsperl contents into mainline (where VMS...
1999-09-17 Michael G. Schwern export_to_level()
1999-09-17 Barrie Slaymaker (Replaced by #4265.)
1999-09-15 Jarkko Hietaniemi Integrate with Sarathy.
1999-09-15 Gurusamy Sarathy add :ALL export tag (from Chris Nandor <pudge@pobox...
1999-09-14 Jarkko Hietaniemi Update Unicode database and recompute the tables.
1999-09-13 Jarkko Hietaniemi Integrate with Sarathy.
1999-09-13 Robin Barker Replace change #4100 with
1999-09-13 Jarkko Hietaniemi From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1999-09-12 Gurusamy Sarathy fix DATA leaks; reword documentation about the DATA...
1999-09-12 Gurusamy Sarathy better debugger help output (from Ilya Zakharevich)
1999-09-11 Jarkko Hietaniemi Integrate with Sarathy.
1999-09-10 Gurusamy Sarathy allow 'text' in L<text|A::B/"C"> (from Martin Lichtin
1999-09-10 Gurusamy Sarathy dos-djgpp update (from Laszlo Molnar <laszlo.molnar...
1999-09-10 Gurusamy Sarathy upgrade to Getopt::Long v2.20 (from Johan Vromans
1999-09-09 John L. Allen [ID 19990901.003] Time::Local should not croak on ...
1999-09-07 Robin Barker Fix pointer casts.
1999-09-06 Jarkko Hietaniemi Integrate with Sarathy.
1999-09-06 Gurusamy Sarathy support bytecode and C backends in perlcc (patch suggested
1999-09-06 Charles Bailey Integrate mainline 5.05_61
1999-09-04 Jarkko Hietaniemi timesum() wasn't @EXPORTed as promised by the documenta...
1999-09-01 Martin Lichtin Re: [ID 19990829.001] ExtUtils::Install.pm, minor umask...
1999-08-30 Ilya Zakharevich Use \N{named characters} instead of \C.
1999-08-29 Ilya Zakharevich Re: [PATCH 5.005_60] fix @DB::typeahead
1999-08-29 Spider Boardman sub : attrlist
1999-08-29 Jarkko Hietaniemi Rename warning to warnings, from Paul Marquess.
next