This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2008-12-15 Aaron CraneTypo in pod/perlfunc.pod
2008-12-15 Jos I. BoumansUpdate Archive::Tar to 1.42
2008-12-15 Rainer TammerRe: 5.8.9 RC2 (was Re: 5.8.9 RC1)
2008-12-14 Nicholas ClarkIntegrate:
2008-12-14 Nicholas ClarkFix change 35082 by manually expanding do_open() to...
2008-12-13 Chip SalzenbergRe: [perl #60904] Race condition with perl -i.bk
2008-12-12 Nicholas ClarkDocument the changes between VERSIONS 1.30 and 1.31...
2008-12-12 Steve HayUpgrade to Win32API-File 0.1101
2008-12-12 Steve HayApply revision 11894 from the Module::Build SVN repo...
2008-12-12 Steve HayUpgrade to Test-Simple 0.86
2008-12-12 Steve HayApply revision 1241 (and 1250) from the TAP::Harness...
2008-12-12 Steve HayUpdate Win32 canned configs
2008-12-11 Chip Salzenberg[perl #60978] [PATCH] Tied filehandles can't distinguis...
2008-12-10 Jerry D. HeddenSilence compiler warning in perlio.c
2008-12-09 Nicholas ClarkFix #61222 (debugger doesn't understand proxy constant...
2008-12-09 Nicholas ClarkBump the debugger's version. Fail to update the changes.
2008-12-09 Dave Mitchellbump Data::Dumper version number.
2008-12-09 Chip SalzenbergRe: [PATCH] standardize save/restore of errno & vaxc...
2008-12-09 Jerry D. Heddenblead is canonical for threads
2008-12-06 Nicholas ClarkIntegrate:
2008-12-06 Rainer TammerRe: AIX patches for Perl 5.8.9 RC2 - README.aix
2008-12-06 Nicholas ClarkNote perl5-security-report@perl.org in INSTALL. Must...
2008-12-06 Steffen MuellerRe: add UPSTREAM flag to Maintainers.pl??
2008-12-06 karl williamsonPATCH [perl #58430] Unicode::UCD::casefold() does not...
2008-12-05 Dave Mitchellwhether DEPTH gets dumped in formats varies within...
2008-12-05 Dave Mitchellin Dump output, PV field of format may or not be displa...
2008-12-05 Dave Mitchellremove syntax error from < 5.10 branch of Data::Dumper
2008-12-05 Chip Salzenbergstandardize save/restore of errno & vaxc$errno
2008-12-04 Craig A. BerryWhile we are off the reservation, revert a stupid,...
2008-12-04 Marcus Holland... Re: File::Path regression in 5.8.9
2008-12-04 Craig A. BerryRevert 35009 so we can take another swing at ancestor...
2008-12-04 John E. Malmberg[patch@34995] vms.c - Memory freed from wrong pool
2008-12-04 Nicholas ClarkFor now, remove the 'cannot remove [dir] when cwd is...
2008-12-04 Gisle AasRe: File::Path regression in 5.8.9
2008-12-04 Rainer TammerAIX patches for Perl 5.8.9 RC2 and gcc on AIX + suidper...
2008-12-04 Rainer TammerAIX patches for Perl 5.8.9 RC2 and gcc on AIX + suidper...
2008-12-03 Rafael Garcia... The gcc attribute "deprecated" seems to have been avail...
2008-12-03 Rafael Garcia... Configure detection of __attribute__((deprecated))
2008-12-03 Nicholas ClarkFix for tainting regression in a test of Text::Template...
2008-12-02 Nicholas ClarkChange PL_debug behaviour so that string eval lines...
2008-12-02 Nicholas ClarkImplement PERLDBf_SAVESRC_INVALID, which saves source...
2008-12-02 Nicholas ClarkCodify the current behaviour of evals which define...
2008-12-02 Rainer TammerUnwind change 31976 then apply
2008-12-02 Steve HaySilence a compiler warning introduced by 34963
2008-12-02 Nicholas ClarkFollowup to change 34979. Tests are good, m'kay. Partic...
2008-12-02 Nicholas ClarkRemove last reference to PERLDB_ASSERTION
2008-12-02 Nicholas ClarkAdd two more flags, PERLDBf_SAVESRC_NOSUBS and PERLDBf_...
2008-12-02 Nicholas ClarkAvoid warnings from exacting C compilers when -DNO_MATH...
2008-12-02 Steve Peterssetsid() returns -1 on failure.
2008-12-02 Steve PetersAdd diagnostics for "No such hook: %s".
2008-12-01 Nicholas ClarkThe temporary SV created in Perl_save_helem_flags(...
2008-12-01 Nicholas ClarkConvention seems to be that static definitions are...
2008-12-01 Jerry D. HeddenEliminate setenv_getix()
2008-12-01 Nicholas ClarkChange 34966 should also have removed the SSCHECK(4...
2008-12-01 Nicholas ClarkIn Perl_ss_dup(), case SAVEt_FREEPV can be rolled into...
2008-12-01 Nicholas ClarkImplement Perl_save_delete() using save_pushptri32ptr().
2008-12-01 Nicholas ClarkRe-order Perl_save_delete() to PTR, INT, PTR.
2008-12-01 Nicholas ClarkAdd S_save_pushptri32ptr() and use it to re-implement...
2008-12-01 Nicholas ClarkMove the implmentation of SAVEHINTS() into a new Perl_s...
2008-12-01 Nicholas ClarkFor SAVEHINTS(), re-order the savestack to be (?:PTR...
2008-12-01 Nicholas ClarkExpose save_pushi32ptr() and implement SAVECOPARYBASE...
2008-12-01 Rainer TammerRe: 5.8.9 RC1 / 5.10.x / bleed patches for README.aix
2008-12-01 Nicholas ClarkExpose save_pushptrptr() and implement SAVESWITCHSTACK...
2008-11-30 Nicholas ClarkRefactor all of the code of the form
2008-11-30 Nicholas ClarkRe-implement the macros SAVECOMPPAD(), SAVECOMPILEWARNI...
2008-11-30 Nicholas ClarkRefactor all of the code of the form
2008-11-30 Nicholas ClarkConvert all the scope save functions of the form
2008-11-30 Nicholas ClarkThis feels like a more robust location than that of...
2008-11-30 Nicholas ClarkProposed fix for -T -d:NYTProf regression. Probably...
2008-11-29 Marcus Holland... Upgrade to IPC::SysV 2.00_02
2008-11-28 Craig A. BerryAnd (hopefully) the actual change for 34951. Sigh.
2008-11-28 John E. Malmberg[patch@34950]configure.com fix usedevel
2008-11-28 H.Merijn Brandcould we add usedevel to config.h?
2008-11-28 H.Merijn BrandErrors to STDERR please
2008-11-27 Nicholas ClarkS_mro_get_linear_isa_*() should have an *un*signed...
2008-11-27 Nicholas Clarkav_fake is undead. :-(
2008-11-27 Nicholas ClarkNote (hopefully) all the use cases of all the rest...
2008-11-27 Bo LindberghSmall eval documentation tweak
2008-11-27 Nicholas Clarkav_fake() isn't in the public API, and isn't used anywh...
2008-11-27 Steve Peters[perl #32979] [PATCH] perlrun #!/bin/sh incantation...
2008-11-26 Nicholas ClarkNote where (nearly) all the other private non-static...
2008-11-26 Nicholas Clarkywarn() is actually only used inside toke.c, so it...
2008-11-26 Nicholas Clarksetenv_getix() is not used anywhere other than util...
2008-11-26 Nicholas ClarkChange 34931 missed a second update to perlintern.pod
2008-11-26 Nicholas Clarksv_add_arena() is now only called from sv.c, so it...
2008-11-26 Nicholas ClarkPerl_oopsCV() is not part of the public API, not used...
2008-11-26 Marcus Holland... Upgrade to IPC::SysV 2.00_01
2008-11-26 Nicholas Clarkrxres_free() and rxres_restore() are only used in pp_ct...
2008-11-26 Nicholas ClarkJust s/Perl_/S_/ isn't good enough - you also need...
2008-11-26 Nicholas Clarkpmtrans() and refkids() can be static in op.c.
2008-11-26 Nicholas Clarkpidgone() is only used in util.c, so it can be static.
2008-11-26 Nicholas ClarkMerge S_is_gv_magical() into Perl_is_gv_magical_sv().
2008-11-26 Nicholas ClarkThe vestigial PL_pad_reset_pending can actually be...
2008-11-26 Nicholas Clarkpad_reset() is only used in pad.c, so can be static.
2008-11-26 Nicholas ClarkExactly 1 function, in perl.c, calls Perl_magicname...
2008-11-26 Nicholas Clarkis_gv_magical() is only called from within gv.c.
2008-11-26 Nicholas Clarkingroup() is only used in doio.c.
2008-11-26 Nicholas Clarkforce_list(), fold_constants() and gen_constant_list...
2008-11-26 Nicholas Clarkvdie() isn't used anywhere aside from util.c, so it...
2008-11-26 Nicholas ClarkPerl_cv_ckproto() is not part of the public API, and...
next