p5sagit/p5-mst-13.2.git
1997-01-15 Paul Marquess patch for db-recno.t
1997-01-15 Chip Salzenberg [dummy merge]
1997-01-15 Chip Salzenberg Advice on TEST failure
1997-01-15 Dominic Dunlop Advice on TEST failure
1997-01-15 Chip Salzenberg Make installperl quieter; only shared libraries need...
1997-01-15 Chip Salzenberg Fix infinite loop for undef function in @SIG{__WARN__...
1997-01-15 Chip Salzenberg Fail regex that starts with '{'
1997-01-15 Chip Salzenberg [shell changes from patch from perl5.003_20 to perl5...
1997-01-07 Chip Salzenberg [differences between cumulative patch application and...
1997-01-07 Perl 5 Porters [inseparable changes from patch from perl5.003_19 to...
1997-01-07 Graham Barr New test: comp/proto.t
1997-01-07 Chip Salzenberg [dummy merge]
1997-01-07 Dominic Dunlop Patch: make hints files warn about db-recno failures
1997-01-07 Chip Salzenberg perlpod.pod possible patches
1997-01-07 Larry W. Virden perlpod.pod possible patches
1997-01-07 Graham Barr Fix: empty @_ when calling empty-proto subs without...
1997-01-07 Chip Salzenberg [dummy merge]
1997-01-07 Roderick Schertler scalar caller doc fix
1997-01-07 Chip Salzenberg Re: constant function inlining
1997-01-07 Roderick Schertler Re: constant function inlining
1997-01-07 Roderick Schertler doc patch: perldsc
1997-01-07 Fabien TASSIN pod2html.PL patch (for 5.003-19)
1997-01-07 Roderick Schertler doc patch for defined on perlfunc.pod
1997-01-07 Robin Barker File::Basename::dirname bugs
1997-01-07 Roderick Schertler tiny doc patches
1997-01-07 Roderick Schertler More magic variable tests
1997-01-07 Roderick Schertler sigaction() problems
1997-01-07 Chip Salzenberg Finish OP= warnings: none on ^=
1997-01-07 Ollivier Robert Support libperl.so under FreeBSD
1997-01-07 Chip Salzenberg Fix $^X on systems that set it to Perl's basename
1997-01-07 Doug MacEachern plug for safe/opcode leaks
1997-01-07 Chip Salzenberg [shell changes from patch from perl5.003_19 to perl5...
1997-01-04 Chip Salzenberg [differences between cumulative patch application and...
1997-01-04 Perl 5 Porters [inseparable changes from patch from perl5.003_18 to...
1997-01-04 Roderick Schertler expanded flock() docs
1997-01-04 Tim Bunce Re: perldelta, take 3
1997-01-04 Doug MacEachern 5.003_18: perl_{con,des}truct fixes
1997-01-04 Jarkko Hietaniemi Make libs clean under '-w'
1997-01-04 Gurusamy Sarathy Introduce CVf_NODEBUG flag
1997-01-04 Chip Salzenberg Free memory of large lexical variables when leaving...
1997-01-04 Chip Salzenberg [shell changes from patch from perl5.003_18 to perl5...
1996-12-31 Chip Salzenberg [differences between cumulative patch application and...
1996-12-31 Perl 5 Porters [inseparable changes from patch from perl5.003_17 to...
1996-12-31 Roderick Schertler Re: perldiag.pod entry for "Scalar value @%s{%s} ..."
1996-12-31 Dominic Dunlop Locale-related pod patches, take 2
1996-12-31 Dominic Dunlop Updates to perllocale.pod
1996-12-31 Ilya Zakharevich File::Copy under OS/2
1996-12-31 Tom Phoenix Improving Config.pm
1996-12-31 Tom Phoenix More tests
1996-12-31 Graham Barr test harness for C<use x.xxxx>
1996-12-31 Chip Salzenberg Add missing syms to global.sym; update magic doc
1996-12-31 Chip Salzenberg Fix core dump on perl_construct()/perl_destruct() loop
1996-12-31 Chip Salzenberg Don't forget $c in C<(($a,$b,$c)=(1,2))=(3,4,5)>
1996-12-31 Chip Salzenberg Ultrix setlocale() workaround
1996-12-31 Chip Salzenberg Warn on 'undef $x; $x OP 1' where OP is *=, /=, %=...
1996-12-31 Chip Salzenberg Hide lexicals from C<use>d or C<require>d module (!)
1996-12-31 Chip Salzenberg [shell changes from patch from perl5.003_17 to perl5...
1996-12-27 Chip Salzenberg [differences between cumulative patch application and...
1996-12-27 Perl 5 Porters [inseparable changes from patch from perl5.003_16 to...
1996-12-27 Jarkko Hietaniemi tiny perllocale.pod diff for _16
1996-12-27 Kenneth Albanowski perlpod.pod patch for _16
1996-12-27 Jeff Okamoto Perlguts, version 27
1996-12-27 Ilya Zakharevich Newer debugger
1996-12-27 Andreas Koenig Refresh MakeMaker to 5.39
1996-12-27 Chip Salzenberg Test C< ()=() >
1996-12-27 Ilya Zakharevich New tests: op/method.t and op/locale.t
1996-12-27 Chip Salzenberg Limit effects of "=pod" to a single file
1996-12-27 Chip Salzenberg Fix {,un}tainting of $1 etc. when C<use locale>
1996-12-27 Ilya Zakharevich Minor OS/2 fixes
1996-12-27 Ralf S. Engelschall Suggest "usemymalloc='n'" for FreeBSD 2.*
1996-12-27 Winfried Koenig perl5.003_15 and Interactive Unix
1996-12-27 Chip Salzenberg Support named closures
1996-12-27 Chip Salzenberg [shell changes from patch from perl5.003_16 to perl5...
1996-12-24 Chip Salzenberg [differences between cumulative patch application and...
1996-12-24 Perl 5 Porters [inseparable changes from patch from perl5.003_15 to...
1996-12-24 Ilya Zakharevich Try again to improve method caching
1996-12-24 Jarkko Hietaniemi Update to perllocale.pod
1996-12-24 Chip Salzenberg Edit INSTALL to describe new binary compat setup
1996-12-24 Robin Barker Fix compilation errors when malloc.c used for x2p
1996-12-24 Paul Marquess Use root EXTERN.h when compiling x2p/malloc.c.
1996-12-24 Chip Salzenberg Don't recurse into subdirs twice on 'make realclean'
1996-12-24 Russell Mosemann Refresh Net::Ping to 2.02
1996-12-24 Andreas Koenig Refresh CPAN to 1.09
1996-12-24 Chip Salzenberg Fix closures that are not in subroutines
1996-12-24 Chip Salzenberg [shell changes from patch from perl5.003_15 to perl5...
1996-12-23 Chip Salzenberg [revert some function caching changes]
1996-12-23 Chip Salzenberg [differences between cumulative patch application and...
1996-12-23 Perl 5 Porters [inseparable changes from patch from perl5.003_13 to...
1996-12-23 Roderick Schertler obstruct pod2man doc tweaks
1996-12-23 Jeff Okamoto Perlguts, version 26
1996-12-23 Dominic Dunlop perllocale.pod -- second draft
1996-12-23 Kenneth Albanowski Better support for =for
1996-12-23 Tom Christiansen dumb bug in User::pwent.pm
1996-12-23 Andreas Koenig Refresh ExtUtils::Manifest to version 1.28
1996-12-23 Chip Salzenberg Refresh CPAN module to 1.08
1996-12-23 Chip Salzenberg Use "proto" instead of "_" in sdbm.h
1996-12-23 Chip Salzenberg [dummy merge]
1996-12-23 Chip Salzenberg Fixes for Interactive Unix
1996-12-23 Winfried Koenig Fixes for Interactive Unix
1996-12-23 Ilya Zakharevich Configure on OS/2
next