This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2006-05-03 SADAHIRO TomoyukiRe: Smoke [5.9.4] 28069 FAIL(M) MSWin32 WinXP/.Net...
2006-05-02 Nicholas ClarkRemove a variable left unused since change 28065.
2006-05-02 Nicholas ClarkAdd a new hash key flag HVhek_UNSHARED, to mark all...
2006-05-02 Nicholas Clarkcumulative totals and list reverse for checkAUTHORS.pl
2006-05-02 Steve PetersAnother place where Intel C++ pretending to be gcc...
2006-05-02 Nicholas Clark*static* pointers to newXSUB(), dammit!
2006-05-02 Nicholas ClarkAssert that SvMAGIC() isn't being called on PVMGs which...
2006-05-02 Nicholas ClarkChange 28063 forgot 1 key line - acutally use the corre...
2006-05-02 Nicholas ClarkFix bug in DynaLoader, which has been passing a filenam...
2006-05-02 Vadim KonovalovMove some scripts under win32/ce-helpers.
2006-05-02 Yves OrtonRe: Merge WinCE into Win32 directory and remove the...
2006-05-02 Nicholas ClarkGvFILE() cannot be a pointer to the memory owned by...
2006-05-02 Nicholas ClarkChange 28037 broke t/op/each.t when running with TEST.
2006-05-02 Nicholas ClarkDe-duplicate the code that creates new GPs into Perl_ne...
2006-05-02 David LandgrenRe: [PATCH] t/op/glob.t using test.pl
2006-05-02 David Landgrent/op/hashwarn.t using test.pl
2006-05-02 Jarkko Hietaniemitoke.c: function pointer to data pointer
2006-05-02 Xavier Noria[DOC PATCH] chop warning in perlport
2006-05-02 Steve HaySigh. Third time lucky.
2006-05-02 Steve HayAhem. And here's the rest of #28051...
2006-05-02 Steve HayRE: [PATCH] fix 27987 for MSVC (was Re: Smoke [5.9...
2006-05-02 Andy Lesterpp.c casting, take two
2006-05-02 Andy LesterSome more SvREFCNT_inc updates
2006-05-02 Andy Lesterquiet some perlio.c warnings
2006-05-02 Andy LesterMore tweaking of SvREFCNT_inc calls
2006-05-02 Steve PetersOne too many ('s in change #28043.
2006-05-02 Steve PetersEscape prompts with #'s to avoid causing tests to fail...
2006-05-02 Steve PetersFix for RT #25366: h2xs 1.23 from "Aaron Kaplan".
2006-05-02 Steve PetersFix for RT #7916: perl 5.6.1 with Intel's icc on RedHat
2006-05-01 Jarkko Hietaniemisigned vs unsigned char * nit
2006-05-01 Steve PetersReverting context removal from change #27992. This...
2006-05-01 Rafael Garcia... Add a BUGS section to Fatal.pm, see bug #38790
2006-05-01 Nicholas ClarkDisable SIGRTMAX and SIGRTMIN in POSIX if Configure...
2006-05-01 Nicholas ClarkAllow a macro of "0" to mean "#if 0" for convenient...
2006-05-01 David LandgrenRe: [PATCH] provide diag() and don't use ++ in test.pl
2006-05-01 SADAHIRO TomoyukiRe: [PATCH] fix 27987 for MSVC (was Re: Smoke [5.9...
2006-05-01 Nicholas ClarkRe-order one DO_UTF8 to be after the SvPV.
2006-04-30 Nicholas ClarkFix two errors found by Coverity.
2006-04-30 Nicholas ClarkAdd a --percentage option to checkAUTHORS.pl to show...
2006-04-30 Nicholas ClarkReplace a STRLEN no_len; with a _nolen macro call.
2006-04-30 Nicholas ClarkPerl_pack_cat() is a mathom too!
2006-04-30 Nicholas ClarkOne part of pp_pack couldn't correctly handle surprises...
2006-04-30 Nicholas Clarkdo_vop() couldn't correctly handle surprises from UTF...
2006-04-30 Nicholas ClarkWe had no tests that covered the grow paths in pp_uc...
2006-04-30 Nicholas ClarkDave noticed that change 28022 was wrong - should read...
2006-04-30 Abe Timmermanfix 27987 for MSVC (was Re: Smoke [5.9.4] 28020 FAIL...
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...
next