p5sagit/p5-mst-13.2.git
1998-07-19 Paul Johnson tweak pod in MakeMaker.pm
1998-07-19 Gisle Aas sv_gets() did not NUL-terminate SV when reading records
1998-07-19 Mik Firestone update freebsd hints
1998-07-19 Mark Bixby MPE/iX hints and readme tweaks
1998-07-19 Norton T. Allen make install fails
1998-07-19 Ilya Zakharevich fix flawed substitution-loop detection on zero-length...
1998-07-19 Gurusamy Sarathy add perltrap entry about "${#a}", as suggested by
1998-07-19 Anton Berezin perlcall.pod SAVETMPS/FREETMPS bracket
1998-07-19 Art Green :_75 - Update hints/aix.sh for c_r library
1998-07-19 Andy Dougherty update README.threads
1998-07-19 Scott Henry update hints/irix_6.sh
1998-07-19 Spider Boardman dec_osf hints still wrong
1998-07-19 Andy Dougherty tweak hpux hints in vain attempt to get cppstdin set...
1998-07-19 Tye McQueen Minor debugger fix
1998-07-19 Andy Dougherty Re: Configure s?rand support [PATCH 5.004_75] -- better...
1998-07-19 M. J. T. Guy minor re.pm cleanup
1998-07-19 Ilya Zakharevich export additional symbols on OS/2
1998-07-19 Ilya Zakharevich Minor improvements to perlcc
1998-07-19 Ilya Zakharevich applied slightly tweaked version of patch
1998-07-19 Ilya Zakharevich improve 'frame' handling in debugger
1998-07-19 Gurusamy Sarathy fix and test handling of literal newlines in heredocs
1998-07-19 Larry Wall remove possibly unwritable lib/re.pm before overwrite
1998-07-19 Gurusamy Sarathy unsubmitted Changes tweak
1998-07-19 Gurusamy Sarathy make failed matches return empty list in list context
1998-07-18 Gurusamy Sarathy remove obsolete perltrap about m//g's pos() reset behavior
1998-07-18 Gurusamy Sarathy fix yet another USE_THREADS leak due to failure to...
1998-07-18 Gurusamy Sarathy fix major bug in GIMME (introduced in 5.003_96); void...
1998-07-18 Gurusamy Sarathy fix lvalue leaks stemming from failure to free LvTARG(sv)
1998-07-18 Gurusamy Sarathy check ferror() only if read() returned 0
1998-07-18 Gurusamy Sarathy fix another CvMUTEXP() leak
1998-07-18 Gurusamy Sarathy fix CvMUTEXP() leaks with -Dusethreads
1998-07-18 Gurusamy Sarathy fix $/ init for multiple interpreters/threads
1998-07-18 Gurusamy Sarathy fix missing init that caused RE alternations to fail...
1998-07-15 Gurusamy Sarathy add stub docs for ext/B, other minor tweaks
1998-07-15 Abigail up patchlevel to 75 (Beta, Issue 1), add podpatch
1998-07-15 Abigail pod/pod2man.PL Fix use of < inside C<>
1998-07-15 Ilya Zakharevich Additional targets for OS/2 build
1998-07-15 Gurusamy Sarathy rename some long file names to be 8.3 truncation-safe
1998-07-15 Gurusamy Sarathy minor tweaks to docs on qr//
1998-07-15 Hans Mulder applied patch, with tab tweak suggest by Peter Prymmer
1998-07-15 Hugo van der... allow perlbug -ok when STDIN it not a tty
1998-07-15 Art Green :_74 - Allow Configure to recognize _AIX41 ...
1998-07-15 Gurusamy Sarathy typecast long vs. IV compares in pp_flip/pp_flop
1998-07-15 Gisle Aas don't copy foreach itervar when no external refs exist
1998-07-15 Stephen McCamant applied patch, regen headers
1998-07-15 Douglas Lankshear make pregcomp et al VIRTUAL again for PERL_OBJECT
1998-07-15 Gisle Aas dont use sv_dump() in -DD diagnostic
1998-07-15 Gurusamy Sarathy add a few more thread.t tests
1998-07-15 Gurusamy Sarathy fix thread.t ('join $t' ne '$t->join' !)
1998-07-15 Jarkko Hietaniemi 5.004_74: MPE/iX final touches
1998-07-15 Peter Wolfe apply (reversed) patch
1998-07-15 Andy Dougherty Config_74-01
1998-07-15 Jarkko Hietaniemi 5.004_74: trig.t: math inaccuracy fudge for unicos
1998-07-15 Robin Barker -w, strict clean perldoc (via PM)
1998-07-15 Gurusamy Sarathy add comment about cpprun etc., to hints/hpux.sh
1998-07-15 Gurusamy Sarathy fix warning from CGI::Carp
1998-07-14 Douglas Lankshear fix off-by-one in win32 registry handling
1998-07-14 Gurusamy Sarathy doc patches from Gisle Aas <gisle@aas.no>
1998-07-14 Gurusamy Sarathy File/Spec.pm needs trailing newline
1998-07-14 Gurusamy Sarathy unsubmitted _74 tweaks
1998-07-14 Gurusamy Sarathy up patchlevel to 74; introduce distinct archname for...
1998-07-14 Gisle Aas Make -DP work (and readable)
1998-07-14 Gurusamy Sarathy fix function parameter autovivification for pseudohashes
1998-07-14 Gurusamy Sarathy merge changes#1423,1465 from maintbranch; checkin two...
1998-07-14 Gurusamy Sarathy tweak t/lib/thread.t
1998-07-14 Hans Mulder applied patch, slightly tweaked
1998-07-14 Gurusamy Sarathy add Porting/p4d2p
1998-07-14 Gurusamy Sarathy doc patches from Tom Christiansen <tchrist@chthon.perl...
1998-07-14 Ilya Zakharevich OS/2 update
1998-07-14 Gurusamy Sarathy more VMS patches from Dan Sugalski <sugalskd@osshe...
1998-07-14 Hans Mulder Fix t/base/rs.t test failures on VMS
1998-07-14 Hans Mulder Thread tweak for VMS.C
1998-07-14 Laszlo Molnar Configure problem on dos-djgpp
1998-07-14 Jarkko Hietaniemi add files and tweaks needed for MPE/iX port (via PM)
1998-07-14 Andy Dougherty added suggested patch (via PM), tweaked to implicitly...
1998-07-14 Jarkko Hietaniemi minor Configure nits
1998-07-14 Hans Mulder Fixes to the VMS configuration system
1998-07-14 Kurt D. Starsinic make Term::Readline::get_line() independent of caller...
1998-07-14 Andy Dougherty fix $trnl interpolation in here-docs (via PM)
1998-07-14 Dominic Dunlop Not OK: perl 5.00473 on powerpc-machten 4.1 [PATCH...
1998-07-14 Hans Mulder Add Data::Dumper and re modules to VMS config stuff
1998-07-14 Abigail consistently refer to functions as C<foo()>
1998-07-14 Tom Hughes Fix d_Gconvert definition in hints/svr4.sh
1998-07-14 Andreas König Parallel Makefiles
1998-07-14 Ilya Zakharevich t/io/pipe.t - completely broken?
1998-07-14 Gurusamy Sarathy minor tweaks to perldelta and README.win32
1998-07-13 Gurusamy Sarathy up patchlevel to 73, update Changes &c.
1998-07-13 Gurusamy Sarathy avoid empty rm -f in MM_Unix.pm
1998-07-13 Gurusamy Sarathy update perldelta
1998-07-13 Graham Barr added patch, tweaked PERL_OBJECT things
1998-07-13 Gurusamy Sarathy add a few more PURIFY guards
1998-07-12 Gurusamy Sarathy add tests for change#1458 and then some
1998-07-12 Stephen McCamant apply patch for smarter AASSIGN_COMMON detection; regen...
1998-07-12 Gurusamy Sarathy small tweaks from Jarkko Hietaniemi <jhi@cc.hut.fi>
1998-07-12 Doug MacEachern Embed.pm support for PERL_OBJECT
1998-07-12 Andreas König applied installperl patch, corrected other little nits
1998-07-12 Gurusamy Sarathy update MANIFEST, Changes
1998-07-12 Gurusamy Sarathy merge changes 1424, 1428 from maintbranch
1998-07-12 Gurusamy Sarathy patchlevel up to 72, update Changes, minor tweaks to...
1998-07-12 Jarkko Hietaniemi generic Configure mods and HAS_GROUP additions to help...
next