This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
1998-07-06 Gurusamy Sarathy5.004_70 tweaks
1998-07-06 Gurusamy Sarathyupdate Changes
1998-07-06 Gurusamy Sarathyallow eval-groups in patterns only if they C<use re...
1998-07-06 Hans Muldercorrupt malloc ptr on NeXT
1998-07-06 Gurusamy Sarathyadded Errno-1.09 from CPAN
1998-07-06 Gurusamy Sarathyfix small memleak on -e, don't try to find_script(...
1998-07-06 Gurusamy Sarathyadd Symbol::delete_package()
1998-07-05 Stephen McCamantpatch to remove assumptions about offset of IV being...
1998-07-05 Gurusamy Sarathymake read() return undef on errors as documented, and...
1998-07-05 Gurusamy Sarathyfix getc() to return empty string instead of undef...
1998-07-05 Hans Mulderpatch whitespace-mutiliated; applied manually
1998-07-05 Tom Christiansenapplied patch (via private mail), modulo retrohunks...
1998-07-05 Billy Constantineapplied patch, and undid change#1302 which it made...
1998-07-05 Gurusamy Sarathyfix t/lib/fields.t's @INC so make test runs
1998-07-05 Gurusamy Sarathyadd comments on GV_FOO constants, s/8/GV_ADDINEVAL/
1998-07-05 Gurusamy Sarathysundry win32 config tweaks
1998-07-05 Gurusamy Sarathyupdate Changes
1998-07-05 Gurusamy Sarathyadd ck_sysread() for better sysread/read/recv sanity
1998-07-05 Stephen McCamantDocument B::Deparse, add pp_threadsv
1998-07-05 Chip Salzenbergadded patch with tweak to doc
1998-07-05 Gurusamy SarathyPorting/Glossary goes podly into Config.pm
1998-07-05 Alan Burlisonadd suggested tool as an example in ExtUtils::Packlist
1998-07-05 Gurusamy Sarathyavoid race condition (storing ptr to SV before incremen...
1998-07-05 Gisle Aasapplied suggested fix for xhv_array sizing, with portab...
1998-07-05 Gisle Aashv_max may be a few too many
1998-07-05 Gurusamy Sarathypatchlevel up to 5.004_70, various tweaks
1998-07-04 Gurusamy Sarathyvarious small tweaks (still fails a few taint tests...
1998-07-04 Gurusamy Sarathyback out change#1289 (additional pollution breaks thing...
1998-07-04 Gurusamy Sarathyfix C<local $tied{foo} = $tied{foo}>, add tests
1998-07-04 Joshua Pritikinfixes for mortalization bug in xsubpp, other efficiency...
1998-07-04 Gisle Aasadd patch preextend global string table, tweak for...
1998-07-04 Gisle Aassimplify xhv_array sizing
1998-07-04 Blair Zajacmake 4-arg win32_select() sleep more reasonably on...
1998-07-04 Laszlo Molnaradjust h2ph.t for dos-specific problem
1998-07-04 Ilya Zakharevichfix CPAN.pm problem, OS2 tweaks
1998-07-04 Ilya ZakharevichAdd elc target to to makefile
1998-07-04 Ilya Zakharevichnewer emacs/cperl-mode.el (via private mail)
1998-07-04 Dominic DunlopMake Power MachTen use vfork and perl's malloc
1998-07-04 Ilya Zakharevichallow a flags args to fbm_instr() for future needs
1998-07-04 Andy DoughertyINSTALL-1.39
1998-07-04 Andy DoughertyConfigure update
1998-07-04 Hugo van der... add perlbug -F switch to save message to file
1998-07-04 Hugo van der... catch nonexistent backrefs in REs
1998-07-04 Gurusamy Sarathyfix perlcc to not rm output file, and other -w(arts)
1998-07-04 Gurusamy Sarathyignore stash entries that are not GVs in dump.c
1998-07-04 Gurusamy Sarathycleaner page headers from pod2man
1998-07-04 Anton Berezinwin32iop.h #defines
1998-07-04 Robin Barkertweaks to Getopt::Std
1998-07-04 Gisle Aasadded patch, with tweaks
1998-07-04 Gisle Aasapplied patch with tweaks to prose
1998-07-04 M. J. T. Guytweak doc for ".."
1998-07-04 Jarkko Hietaniemifix use of uninitialized var in pp_unpack()
1998-07-04 Jarkko Hietaniemi5.004_69: Parsewords.pm: avoid undefined warnings
1998-07-04 Gurusamy SarathyVMS updates from Dan Sugalski <sugalskd@osshe.edu>
1998-07-04 Hans MulderTweaks to VMS configuration procedure
1998-07-04 Hans Mulderdon't attempt to copy directories on VMS
1998-07-04 Douglas Lankshearadd 'installhtml*dir' to win32 config templates
1998-07-04 Billy Constantineimplemented described fix for h2ph hanging on "enum"
1998-07-04 Gurusamy Sarathymerge changes#1210,1211,1270 from maintbranch
1998-07-04 Larry Walldeprecate use of reserved word "our" (Larry's idea)
1998-07-02 Gurusamy Sarathytweak win32/config.* variables
1998-07-02 Gurusamy Sarathyexport opendir() set of functions on win32
1998-07-01 Gurusamy Sarathyfix C<@a = (%a = 1)> bizarreness
1998-06-30 Gurusamy Sarathydocument perltrap on precedence of keys/values/each
1998-06-30 Murray NesbittRe: [PATCH 5.004_67] MakeMaker mods for PPD support
1998-06-30 Robin Barkerperldoc.PL
1998-06-30 Jarkko Hietaniemiadd patch to integrate Math::Trig::Radial into Math...
1998-06-30 Gisle AasRe: [PATCH] Simplified magic_setisa() and improved...
1998-06-30 Gurusamy Sarathytweaks to overloaded constants (change#1259)
1998-06-29 Gurusamy Sarathyupdate Changes and perlhist.pod
1998-06-29 Gurusamy Sarathybump patchlevel to 69, various little tweaks (tested...
1998-06-29 Gurusamy Sarathyadd missing SSCHECK() to rectify faulty SSPUSH*() logic...
1998-06-29 Guy Decoux{perlembed.pod] Re: Memory leak in Perl 5.004 and the fix
1998-06-29 Ilya Zakharevichadded patch for overloading constants, made PERL_OBJECT...
1998-06-29 Gurusamy Sarathyfix Socket.pm typo from change#1240
1998-06-29 Albert Dvornikapplied patch, tweak for threads awareness
1998-06-29 Gurusamy Sarathyapplied patch, fixed one more leak, tweaked whitespace...
1998-06-29 Andreas KönigPermissions in MakeMaker (Was: patch to MM_Unix.pm)
1998-06-28 Joshua PritikinPUSHSTACK renovation
1998-06-28 Stephen McCamantIV changes for long long (was Re: 5.004_68 on its way...
1998-06-28 Ilya ZakharevichImprove warning on zero-length chunks in RE
1998-06-28 Jarkko Hietaniemiadd Math/Trig/Radial.pm, update MANIFEST
1998-06-28 Ilya Zakharevichapplied patch, tweaked doc, and regen regnodes.h
1998-06-28 mike@bill.iac.net[ PATCH 5.004 68 ] Text::ParseWords, ^W fixed, version 3.1
1998-06-28 Ilya ZakharevichFix ptags
1998-06-28 Stephen McCamantapply patch sent via private mail
1998-06-28 Ilya Zakharevichpat.t tests
1998-06-28 Joshua Pritikinimprove recursive error messages!
1998-06-28 Dominic Dunlop: Move REG_INFTY-dependent tests from op/regexp.t
1998-06-28 Andy Doughertyspecify *.sym files needed in perl_exp.SH instead of...
1998-06-28 Gisle AasRe: [PATCH] 4-arg substr update for perl5.004_68
1998-06-28 Stephen McCamantapplied patch, tweaked opcode.pl for PERL_OBJECT, and...
1998-06-28 Chris NandorAdd CR LF CRLF to Socket.pm
1998-06-28 Gisle AasOptimize foreach (1..1000000)
1998-06-28 Ilya Zakharevichavoid creation of %^R
1998-06-28 Gisle AasNegative LENGTH argument to splice
1998-06-28 M. J. T. GuyInsecure $ENV{} message out of step with perldiag
1998-06-28 Jarkko HietaniemiComplex.pm update
1998-06-28 Jarkko Hietaniemidisable perl malloc on UNICOS for now
1998-06-28 Jarkko Hietaniemifixes unpack("q"...), and semctl() tests for UNICOS
next