This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
1998-07-21 Stephen McCamantredundant RV2GVs in ck_fun()
1998-07-21 Stephen McCamantB::Deparse 0.56 (first testsuite fixes; big)
1998-07-21 Colin Kuskieapplied a slightly tweaked version of suggested patch
1998-07-21 Ilya Zakharevichdisable malloced_size() feedback with -DLEAKTEST
1998-07-21 Andy Doughertyfix hints/hpux.sh for cpp recognition
1998-07-21 Ilya ZakharevichCompile (?{}) into a correct package
1998-07-21 Jarkko Hietaniemiallocate a whole fd_set for pp_sselect() on more platforms
1998-07-21 François Désarménienadd tests to check if context propagation works
1998-07-21 Ilya Zakharevichapplied RE doc patches, with tweaks to the prose
1998-07-21 Gurusamy Sarathypod tweak suggested by Ilya
1998-07-21 Ilya Zakharevichenable color output with -Mre=debugcolor with -DDEBUGGING
1998-07-21 John L. Allenperlbug does not report usage on invalid flags
1998-07-21 Robin Barkerdon't use SelectSaver on IO::Handle->input_*() methods
1998-07-21 Ilya Zakharevichapplied a tweaked version of suggested patch
1998-07-21 Gurusamy Sarathyremove compat3.sym and rename perld4.pod
1998-07-21 Gurusamy Sarathyupdate patchlevel, Changes
1998-07-21 Gurusamy Sarathydocumentation tweaks from Abigail <abigail@fnx.com>
1998-07-21 Brad HughesVMS patches from Dan Sugalski <sugalskd@osshe.edu>
1998-07-21 Gurusamy Sarathychange#1481 didn't go through at all, redo it
1998-07-21 Gurusamy Sarathyworkaround C<"foo" "bar"> catenation-intolerant compilers
1998-07-21 Gurusamy Sarathydo not override PERL_DESTRUCT_LEVEL if use has it set
1998-07-21 Gurusamy Sarathyfix small memory leak when mess_sv happens to be touche...
1998-07-21 Gurusamy Sarathyfix memory leak in C<local(*foo) = 'bar'>
1998-07-20 Gurusamy Sarathyadd rsfp_filters and perldb to pollutants list
1998-07-20 Gurusamy Sarathycomplete s/foo/PL_foo/ changes (all escaped cases ident...
1998-07-20 Gurusamy Sarathyintegrate ansi branch to get s/foo/PL_foo/ changes
1998-07-20 Gurusamy Sarathyfix C<$1 .. $2> coredump under debugger
1998-07-20 Gurusamy Sarathymisc win32 config tweaks
1998-07-19 Nick Ing-SimmonsMissed file that had changed
1998-07-19 Nick Ing-SimmonsAnother threaded, perl malloc issue, x2p's Makefile...
1998-07-19 Nick Ing-SimmonsDrat! - threaded perl-malloc has mutex that needs PL_
1998-07-19 Nick Ing-SimmonsPL_ for perl's malloc
1998-07-19 Nick Ing-SimmonsPL_ minir tidy up
1998-07-19 Nick Ing-SimmonsAdd PL_ to merged file
1998-07-19 Nick Ing-SimmonsMerge Mainline
1998-07-19 Paul Johnsontweak pod in MakeMaker.pm
1998-07-19 Gisle Aassv_gets() did not NUL-terminate SV when reading records
1998-07-19 Mik Firestoneupdate freebsd hints
1998-07-19 Mark BixbyMPE/iX hints and readme tweaks
1998-07-19 Norton T. Allenmake install fails
1998-07-19 Ilya Zakharevichfix flawed substitution-loop detection on zero-length...
1998-07-19 Gurusamy Sarathyadd perltrap entry about "${#a}", as suggested by
1998-07-19 Anton Berezinperlcall.pod SAVETMPS/FREETMPS bracket
1998-07-19 Art Green:_75 - Update hints/aix.sh for c_r library
1998-07-19 Andy Doughertyupdate README.threads
1998-07-19 Scott Henryupdate hints/irix_6.sh
1998-07-19 Spider Boardmandec_osf hints still wrong
1998-07-19 Andy Doughertytweak hpux hints in vain attempt to get cppstdin set...
1998-07-19 Tye McQueenMinor debugger fix
1998-07-19 Andy DoughertyRe: Configure s?rand support [PATCH 5.004_75] -- better...
1998-07-19 M. J. T. Guyminor re.pm cleanup
1998-07-19 Ilya Zakharevichexport additional symbols on OS/2
1998-07-19 Ilya ZakharevichMinor improvements to perlcc
1998-07-19 Ilya Zakharevichapplied slightly tweaked version of patch
1998-07-19 Ilya Zakharevichimprove 'frame' handling in debugger
1998-07-19 Gurusamy Sarathyfix and test handling of literal newlines in heredocs
1998-07-19 Larry Wallremove possibly unwritable lib/re.pm before overwrite
1998-07-19 Gurusamy Sarathyunsubmitted Changes tweak
1998-07-19 Gurusamy Sarathymake failed matches return empty list in list context
1998-07-18 Gurusamy Sarathyremove obsolete perltrap about m//g's pos() reset behavior
1998-07-18 Nick Ing-SimmonsPL_ stuff passes non-threaded on Mingw32
1998-07-18 Nick Ing-SimmonsPL_ scheme Builds under Minw32 - some SEGFAULT snags
1998-07-18 Nick Ing-SimmonsMerge latest mainline
1998-07-18 Nick Ing-SimmonsEdited "behind my back" ...
1998-07-18 Nick Ing-SimmonsPL_ stuff for threads
1998-07-18 Nick Ing-SimmonsBuilds and passes tests with -DMULTIPLICITY and -DCRIPP...
1998-07-18 Nick Ing-SimmonsPL_ prefix to all perlvars, part1
1998-07-18 Gurusamy Sarathyfix yet another USE_THREADS leak due to failure to...
1998-07-18 Gurusamy Sarathyfix major bug in GIMME (introduced in 5.003_96); void...
1998-07-18 Nick Ing-SimmonsIntegrate post-beta tweaks to ansiperl
1998-07-18 Gurusamy Sarathyfix lvalue leaks stemming from failure to free LvTARG(sv)
1998-07-18 Gurusamy Sarathycheck ferror() only if read() returned 0
1998-07-18 Gurusamy Sarathyfix another CvMUTEXP() leak
1998-07-18 Gurusamy Sarathyfix CvMUTEXP() leaks with -Dusethreads
1998-07-18 Gurusamy Sarathyfix $/ init for multiple interpreters/threads
1998-07-18 Gurusamy Sarathyfix missing init that caused RE alternations to fail...
1998-07-15 Nick Ing-SimmonsIntegrate mainline at beta1
1998-07-15 Gurusamy Sarathyadd stub docs for ext/B, other minor tweaks
1998-07-15 Abigailup patchlevel to 75 (Beta, Issue 1), add podpatch
1998-07-15 Abigailpod/pod2man.PL Fix use of < inside C<>
1998-07-15 Ilya ZakharevichAdditional targets for OS/2 build
1998-07-15 Gurusamy Sarathyrename some long file names to be 8.3 truncation-safe
1998-07-15 Gurusamy Sarathyminor tweaks to docs on qr//
1998-07-15 Hans Mulderapplied 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 & _POWER...
1998-07-15 Gurusamy Sarathytypecast long vs. IV compares in pp_flip/pp_flop
1998-07-15 Gisle Aasdon't copy foreach itervar when no external refs exist
1998-07-15 Stephen McCamantapplied patch, regen headers
1998-07-15 Douglas Lankshearmake pregcomp et al VIRTUAL again for PERL_OBJECT
1998-07-15 Gisle Aasdont use sv_dump() in -DD diagnostic
1998-07-15 Gurusamy Sarathyadd a few more thread.t tests
1998-07-15 Gurusamy Sarathyfix thread.t ('join $t' ne '$t->join' !)
1998-07-15 Jarkko Hietaniemi5.004_74: MPE/iX final touches
1998-07-15 Peter Wolfeapply (reversed) patch
1998-07-15 Andy DoughertyConfig_74-01
1998-07-15 Jarkko Hietaniemi5.004_74: trig.t: math inaccuracy fudge for unicos
1998-07-15 Robin Barker-w, strict clean perldoc (via PM)
1998-07-15 Gurusamy Sarathyadd comment about cpprun etc., to hints/hpux.sh
1998-07-15 Gurusamy Sarathyfix warning from CGI::Carp
next