This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2008-02-08 Robert MayGive Win32 message windows proper window procedures
2008-02-08 Robert Maywin32_async_check() doesn't loop enough.
2008-02-08 H.Merijn BrandUpdate to Math::Complex 1.49
2008-02-08 Rafael Garcia... Re-apply patches 32879, 32905, and 32964 to MakeMaker
2008-02-08 Rafael Garcia... Add new module in MakeMaker 6.43_01
2008-02-08 Rafael Garcia... Upgrade to MakeMaker 6.43_01
2008-02-08 Steven SchubigerRe: [PATCH] sv.c: consting
2008-02-08 Rafael Garcia... Remove redundant check
2008-02-08 Steffen Müllerfeature bundles are the same across all subversions
2008-02-07 Andy DoughertyRe: [PATCH] Re: Perl @ 32984 (also relevant to [perl...
2008-02-07 Steven SchubigerRe: [PATCH] sv.c: consting
2008-02-07 Rafael Garcia... corelist changes:
2008-02-06 Nicholas ClarkCope with differing prototypes for ECONNREFUSED etc...
2008-02-06 H.Merijn BrandNew blade
2008-02-06 Nicholas Clarkin unpack, () groups in scalar context were still retur...
2008-02-05 Rafael Garcia... Adapt Safe innards to older (XS) versions of version.pm
2008-02-05 Rafael Garcia... Add a new test for Safe
2008-02-05 Rafael Garcia... Fix CPAN bug #32896: make version.pm loadable in a...
2008-02-04 Steve PetersRemoved mention of a book that was never published.
2008-02-04 Robert MayRemove duplication from encoding.pm POD
2008-02-04 Jim Cromie[patch] B portability macros
2008-02-04 Nicholas ClarkMicro-optimise the order of the context types. [Because...
2008-02-04 Steven Schubigersv.c: consting
2008-02-04 Reini Urbanfix B::Debug pmnext
2008-02-04 Rafael Garcia... Fix op/reg_email_thr.t when PERLIO=stdio
2008-02-03 Steven Schubigertaint.c: consting
2008-02-03 Nicholas ClarkRecode all the old variable-like substitutions with...
2008-02-03 Nicholas ClarkProduce a more generic expectation management system...
2008-02-03 Nicholas ClarkUpgrade to Math::Complex 1.48 and Math::Trig 1.13
2008-02-02 Nicholas Clark5.8.x and earler have a SUBPROCESS line in the dump...
2008-02-02 Nicholas ClarkChange 27244 wasn't quite correct. XSUB is dumped as...
2008-02-02 Nicholas ClarkRemove the _ prototype, as Maintainers is used by makem...
2008-02-02 Nicholas ClarkIn XS_PerlIO_get_layers() take advantage of the impleme...
2008-02-02 Nicholas ClarkIn XS_re_regexp_pattern(), use newSVpvn_flags() to...
2008-02-01 Nicholas ClarkIn pp_split(), eliminate most (all?) of the conditional...
2008-02-01 Nicholas ClarkBreak apart the list of functions defined in universal...
2008-02-01 Nicholas ClarkThe penultimate deparse test needs a name, else things...
2008-01-31 Jerry D. Heddenthreads::shared TODO test for outstanding bug
2008-01-31 Daniel Frederick... Typo fix in change #33058
2008-01-31 Robin Barkerdon't forbid brace groups with g++ 4.2.2
2008-01-31 Alex Daviesfix for regression to File/DosGlob.pm
2008-01-31 Steffen MuellerRe: [perl #50322] CGITempFile causes "Insecure dependen...
2008-01-31 Steve HayFix compiler warning introduced in DEBUGGING builds...
2008-01-30 Steve PetersAssorted POD nits from the Debian bug list.
2008-01-30 Steve PetersFormatting for C<<{ bydepth => 1 }>> doesn't seem to...
2008-01-30 Nicholas ClarkNeed to substitute out the placeholder '$RV' for earlie...
2008-01-30 Rafael Garcia... Bump Safe's version
2008-01-29 Steve HayNicer fix than #33106 (thanks to Nicholas Clark)
2008-01-29 Steve HayFix Win32 compiler warnings introduced by #33081 and...
2008-01-29 Nicholas ClarkDocument why ok() is being used instead of like(),...
2008-01-29 Rafael Garcia... More wording nits about perl's time() versus the libc...
2008-01-29 Steven Schubigertoke.c/universal.c: consting
2008-01-29 Rafael Garcia... Make this test pass with the Test::More that comes...
2008-01-29 Yitzchak Scott... mistaken variable in pod
2008-01-28 Steve PetersUpgrade to Tie-RefHash-1.38
2008-01-28 Steve PetersUpgrade to Archive-Extract-0.26
2008-01-28 Steve PetersUpgrade to SelfLoader-1.15
2008-01-28 Rafael Garcia... Bump the version of Safe
2008-01-28 Abe TimmermanMinor rewording of the localtime() documentation,
2008-01-28 Jerry D. HeddenFix uc/lc warnings in CGI.pm
2008-01-28 Rafael Garcia... In Safe, load Carp::Heavy only if it exists (to remain
2008-01-28 Rafael Garcia... Warning cleanup, and avoid a double call to uc
2008-01-28 Rafael Garcia... Upgrade to Test::Harnes 3.07
2008-01-28 Rafael Garcia... TAP::* modules are part of the Test::Harness distribution
2008-01-28 Gerard Goossenalso report forced tokens when using -DT
2008-01-28 Rafael Garcia... Make lc/uc/lcfirst/ucfirst warn when passed undef.
2008-01-28 Rafael Garcia... Test that lc, uc, etc on undef return ""
2008-01-28 Nicholas ClarkThe third argument of PUSHEVAL was never used by anythi...
2008-01-28 Robin BarkerFW: [PATCH] RE: [PATCH] volatile, avoid clobbered
2008-01-28 Jarkko Hietaniemiext/IPC/SysV/SysV.xs [Re: [Fwd: Smoke [5.11.0] 33016...
2008-01-28 Steven Schubigerutil.c: some consting
2008-01-27 Dave Mitchellfix misleading comment in op.h
2008-01-26 Nicholas ClarkThe layout for struct block_loop under ithreads can...
2008-01-26 Nicholas ClarkInvestigation reveals that the work of restoring the...
2008-01-26 Nicholas ClarkChange 33072 missed embed.h. I wasn't aware that it...
2008-01-26 Nicholas ClarkPOPLOOP is actually doing all the work of Perl_save_pad...
2008-01-26 Nicholas ClarkStandardise the conditional compilation protection...
2008-01-26 Nicholas ClarkAs itersave points to the initial CxITERVAR(), and...
2008-01-26 Nicholas ClarkRestore the else block accidently eaten by change 33074.
2008-01-26 Nicholas ClarkIn POPLOOP, if CxITERVAR(cx) is non-NULL, then so is...
2008-01-26 Nicholas ClarkSome code can be removed following change 33070.
2008-01-26 Nicholas ClarkEliminate the OP_SETSTATE, which had been disabled...
2008-01-26 Nicholas ClarkChange 33069 missed updating dump.c to dump PVIOs corre...
2008-01-26 Benjamin SmithRe: struct context now 12.5% smaller than 5.10
2008-01-25 Nicholas ClarkPVIOs don't need space for SvNVX allocated.
2008-01-25 Nicholas ClarkUsing PL_sv_no in place of any !SvOK() maximum removes...
2008-01-25 Nicholas ClarkSilence "possible data loss" warning.
2008-01-25 Jan Duboissocketpair() *is* available on Win32
2008-01-24 Nicholas ClarkDon't warn about imprecision when decrementing IV_MIN.
2008-01-24 Robin Barker... and the rest; was RE: unnecessary define
2008-01-24 Nicholas ClarkIn struct block_loop, merge itermax and iterlval into...
2008-01-24 Nicholas ClarkMerge CXt_LOOP_STACK's use of itermax for the reverse...
2008-01-24 Nicholas ClarkChange the context type of for ($a .. $b) to CXt_LOOP_L...
2008-01-24 Nicholas ClarkAvoid using cx->blk_loop.itermax when reverse iterating...
2008-01-24 Nicholas ClarkSplit out foreach iterations of temporary lists on...
2008-01-24 AbigailRegression tests for 'for reverse ..'
2008-01-24 Nicholas ClarkSplit CXt_LOOP into CXt_LOOP_PLAIN and CXt_LOOP_FOR...
2008-01-23 Robin BarkerRE: [PATCH ext/Devel/DProf/Makefile.PL] unnecessary...
2008-01-23 Steve PetersUpdate uconfig.h to add USE_DTRACE back in.
2008-01-23 Nicholas ClarkOops, change 33049 really did need to update all the...
next