This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2006-04-30 Steve PetersI was mistaken. Borland and gcc do have snprintf(...
2006-04-30 Steve PetersOK, Win32 must no have snprintf()/vsnprintf
2006-04-30 Dave Mitchellremove a compiler warning by making HOPBACKc only hop...
2006-04-30 Nicholas Clarkindex and rindex couldn't correctly handle surprises...
2006-04-30 Nicholas ClarkDocument SvGAMAGIC(), and its significance w.r.t. the...
2006-04-29 Nicholas ClarkCoverity disliked us passing a negative length to vsnpr...
2006-04-29 Nicholas Clarksyswrite couldn't correctly handle surprises from UTF...
2006-04-29 Nicholas ClarkMore tests for syswrite with UTF-8 data.
2006-04-29 Nicholas ClarkIt should never be possible for SvGMAGICAL() to be...
2006-04-29 Nicholas Clarkprint couldn't correctly handle surprises from UTF...
2006-04-29 Nicholas ClarkAdd a cross reference to bytes_from_utf8() in the docum...
2006-04-29 Nicholas ClarkThere were more ways to break uc/lc/ucfirst/lcfirst...
2006-04-29 Nicholas Clarklcfirst/ucfist plus an 8 bit locale could mangle UTF...
2006-04-29 Nicholas Clarkuc plus an 8 bit locale could get confused by UTF-8...
2006-04-29 Nicholas Clarklc plus an 8 bit locale could mangle UTF-8 values retur...
2006-04-29 Jarkko Hietaniemimore -ansi -pedantic cleanliness
2006-04-28 Randy W. SimsRe: [ANNOUNCE] Module::Build 0.28 -> CPAN
2006-04-28 Jarkko Hietaniemireduce gcc -ansi -pedantic noise plus a suggestion
2006-04-28 Jarkko Hietaniemitwo [PATCH]es: dVAR for malloc.c, and a signed/unsigned...
2006-04-28 Nicholas ClarkFix bug 34297 (length of overloaded UTF-8 strings)
2006-04-28 Steve PetersTypo in MANIFEST from change #27997. Mustn't touch...
2006-04-28 Steve PetersAdded Changes file left out from change #28001.
2006-04-28 Yves OrtonMerge WinCE and Win32 directories -- Initial patch
2006-04-28 Steve PetersUpgrade to Pathtools-3.18
2006-04-28 David Landgrent/op/defins.pl using test.pl
2006-04-28 David Landgrent/op/delete.t using test.pl
2006-04-28 David Landgrent/op/auto.pl using test.pl
2006-04-28 Steve PetersUpgrade to Module-Build-0.28
2006-04-28 Nicholas ClarkAnton Berezin says that on FreeBSD we're wrong to be...
2006-04-28 Jerry D. Heddenthreads - miscellaneous
2006-04-28 David Landgrent/op/sort.t using test.pl
2006-04-28 Andy LesterRemoving another context parm
2006-04-28 David Landgrent/op/loopctl.t using test.pl
2006-04-28 Jarkko HietaniemidVAR (-DPERL_GLOBAL_STRUCT_PRIVATE) update
2006-04-28 Rafael Garcia... Typo fix in perlretut by Simon Taylor
2006-04-28 Rafael Garcia... Fix typo in function call
2006-04-28 Jarkko HietaniemiRe: [PATCH] use snprintf/strlcpy/strlcat when useful
2006-04-27 Dave Mitchell[perl #39012] another REIFY bug
2006-04-27 Steve PetersUpgrade to ExtUtils-Install-1.39
2006-04-27 Steve PetersUpgrade to Encode-2.15
2006-04-27 Andy LesterRemoving unused context
2006-04-26 Marcus Holland... Change type of temporary padoff_du used in dUNDERBAR
2006-04-26 Marcus Holland... Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2
2006-04-26 Jerry D. Heddenthreads - consolidate XS functions
2006-04-25 Steve HayMake Module-Build aware of new Test-Harness output
2006-04-25 Nicholas ClarkCoverity has started to notice another inconsistency...
2006-04-25 Andy Lesteruse NOOP macro
2006-04-25 Jerry D. HeddenContinuing threads sync
2006-04-24 Nicholas ClarkPerl_unpack_str() is a mathom!
2006-04-24 Steve PetersReally bump the version of File::Find.
2006-04-24 Steve PetersReverting change #27953, as it appears that File::Find has
2006-04-24 David LandgrenRe: [perl #38965] File::Find documentation - is "Don...
2006-04-24 Yves OrtonRe: recursion now removed from the regex engine
2006-04-24 Martin Hasch[perl #38709] Opening '|-' triggers unjustified taint...
2006-04-24 Rafael Garcia... Add regression test for bug #38475
2006-04-24 Nicholas ClarkChange 27947 forgot to remove one now-unneeded cast.
2006-04-24 Bas van Sisseren[perl #38475] attribute multiline fix (in tokenizer)
2006-04-24 Nicholas ClarkFollowing change 27942 it's clear that the return type of
2006-04-24 Marcus Holland... Cleanup some gcc warnings
2006-04-24 Marcus Holland... A couple of casts to PADOFFSET.
2006-04-24 Marcus Holland... Ensure GvNAME doesn't return NULL
2006-04-24 Andy Lesterdoop.c consting, take 2
2006-04-24 Andy LesterRefactor S_glob_2inpuv
2006-04-24 Andy LesterInlining static funcs in perl.c
2006-04-23 Nicholas ClarkAssimilate Test::Harness 2.57_06
2006-04-22 Joshua RoddUpdate to AUTHORS file
2006-04-22 Nicholas Clark"Don't Repeat Yourself" on the "We *really* need to...
2006-04-21 Nicholas ClarkRemove the enable_debugging member from the structure...
2006-04-21 Nicholas ClarkUse a struct to hold the regexp engine state informatio...
2006-04-21 Nicholas ClarkMerge the install and uninstall routines.
2006-04-21 Nicholas ClarkRefactor re.pm slightly. This has no change to document...
2006-04-21 Jerry D. HeddenRework threads destruct call
2006-04-21 Alexey ToptyginRe: [perl #38904] Text::ParseWords doesn't always handl...
2006-04-21 Nicholas ClarkWhy hide functions (and duplicate them) when you can...
2006-04-21 Nicholas ClarkGiven that use re 'debug' can turn on DEBUGGING even...
2006-04-20 Nicholas ClarkRemove the last traces of explicitly setting HINT_LOCAL...
2006-04-20 Yves OrtonRe: TODO tests and test::harness
2006-04-20 Rafael Garcia... Add test boilerplate and use test.pl instead of Test...
2006-04-20 Rafael Garcia... Add new tests for bug #32840 provided by David Landgren,
2006-04-20 Nicholas ClarkTweak change 23256 to continue passing on 5.8.x
2006-04-20 Nicholas ClarkConvert two ok()s to better constructions.
2006-04-20 Jerry D. Hedden[REPOST] [PATCH] Remove superfluous counter in threads
2006-04-20 Nicholas ClarkFix typo in the description of change 21323.
2006-04-20 Rafael Garcia... New test for the "Assignment to both a list and a scala...
2006-04-20 Dave Mitchellregmatch(): replace magic value -1000 with symbolic...
2006-04-20 Andy Lesterop_type shrinking
2006-04-20 Andy Lesterregexec consting & localizing
2006-04-20 Andy LesterLocalizing vars
2006-04-20 Dave Mitchellregmatch: merge the greedy and non-greedy branches...
2006-04-19 Linda Walsh[perl #38892] PATCH: remove spurious warning from Bench...
2006-04-19 Steve PetersChanges to perlfaq8 "How do I find out if I'm running...
2006-04-19 Steve PetersAdd a TODO test for RT #1085: "what should be output...
2006-04-19 Dave Mitchellregmatch(): make IFMATCH use PUSH_STACK rather than...
2006-04-19 Rafael Garcia... Upgrade to Test::Harness 2.57_05
2006-04-19 Nicholas ClarknewCONSTSUB needs to be robust in case CopFILE is NULL.
2006-04-19 Nicholas ClarkOops. Need a macro to convert cv_ckproto() to cv_ckprot...
2006-04-19 Rafael Garcia... There's a macro to get ${^RE_DEBUG_FLAGS} when debugging,
2006-04-19 Nicholas ClarkAvoid temporarily writing over the prototype when repor...
2006-04-19 Rafael Garcia... Replace some Copy() by Move() calls, because valgrind...
2006-04-19 Nicholas ClarkCalling cv_undef() on the CV created by newCONSTSUB...
next