This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Coverity is upset about a signed int in ext/Filter/Util/Call/Call.xs,
[perl5.git] / pod /
2006-04-17 Nicholas ClarkTurn on UTF8 cache assertions with -Ca
2006-04-17 Nicholas ClarkNote that PVIOs probably aren't worth shrinking. Note...
2006-04-16 Steve PetersStray pod/perlapi.pod change found after a regen.
2006-04-14 Nicholas ClarkIn the description of require, clarify the file handle...
2006-04-14 Jarkko Hietaniemidoop.c: (Coverity) found a bug but not quite what Cover...
2006-04-13 Dave Mitchelleliminate PL_reg_re
2006-04-08 Jarkko Hietaniemisv.c, rs.t, perlvar.pod (Coverity finding: did you...
2006-04-03 Dominic DunlopDocument that the regexp engine is not currently reentrant
2006-04-02 SADAHIRO TomoyukiRe: recent changes have some unmatching of parameters...
2006-04-01 Nicholas ClarkPropagate cop_hints inside string evals. For the unthre...
2006-03-31 Rafael Garcia-SuarezDocument new magic types in perlguts. Fix a comment...
2006-03-31 Nicholas ClarkSerialise changes to %^H onto the current COP. Return...
2006-03-30 Steve PetersPod nit mentioned in Debian bug #358455.
2006-03-29 Hugo van der Sandenchild's processor time
2006-03-29 Jarkko Hietaniemire-[PATCH] Re: [PATCH] Poison now in two different...
2006-03-28 Nicholas ClarkHaving tested IPv6 support in all builtins for TCP...
2006-03-27 Nicholas ClarkIf constant folding fails, don't fold constants, rather...
2006-03-23 Nicholas ClarkDocument the values for ${^UTF8CACHE}
2006-03-23 Nicholas ClarkMove orphaned documentation back to its functions
2006-03-16 Nicholas ClarkAdd a new per-interpeter variable PL_utf8cache, which...
2006-03-16 Nicholas ClarkNote that it's worth looking to downsize variables...
2006-03-14 Rafael Garcia-SuarezMake usage of :unique emit a deprecation warning.
2006-03-12 Rafael Garcia-SuarezLoad .pmc always, even if they are older than a matchin...
2006-03-10 Nicholas ClarkTeaching embed.pl about conditional symbols is a TODO.
2006-03-09 Ronald J. KimballRe: [PATCH pod/perlfunc.pd] Re: truncate needs seek...
2006-03-07 Nicholas ClarkTwo more TODOs for those with C knowledge.
2006-03-07 Nicholas ClarkTPF++ # perlfoundation.org/gc/grants/2006-perl5-improve...
2006-03-07 Rafael Garcia-SuarezFAQ sync. (FAQ now moved to svn)
2006-03-06 Rafael Garcia-SuarezAdd all new utilities in the perlutil man page.
2006-03-06 Yitzchak Scott-Tho... add Module::Build 0.27_08
2006-03-02 Andy LesterNon-null optimizations
2006-02-27 Andy LesterSpeedups and shrinkages of SvREFCNT_inc
2006-02-27 Zsban Ambrus[perl #38633] doc patch: perlfunc "new" section lacks...
2006-02-23 Nicholas ClarkRemove set magic from typeglobs. Remove typeglob magic...
2006-02-20 Rafael Garcia-SuarezYitzchak points out that the perldiag entry for "Intege...
2006-02-18 Jim Cromiearena-rework : consolidated patch
2006-02-17 Rafael Garcia-SuarezIn TODO: make encoding.pm lexical ?
2006-02-13 Andy Lesterperldiag.pod patching re: integer overflow
2006-02-11 Nicholas ClarkIn perldiag.pod add an entry for the error message...
2006-02-09 Gisle AasDocument incompatible interpretation of chdir FOO.
2006-02-08 Gisle AasBareword file handles not supported for chown/chmod...
2006-02-08 Rafael Garcia-SuarezWave hands about encoding::warnings
2006-02-06 Nicholas ClarkI think that "merge Perl_sv_2[inpu]v" and "reduce dupli...
2006-02-06 Steve PetersDocument the limitations of calling exit() (instead...
2006-02-05 Nicholas ClarkThe message "Can't upgrade that kind of scalar" can...
2006-02-05 Nicholas ClarkRemove "Can't upgrade to undef" from perldiag, as the...
2006-02-05 Steve PetersFixed embed.fnc entry for S_forbid_setid() and picked...
2006-02-04 Nicholas ClarkEnhance PERL_TRACK_MEMPOOL so that it also emulates...
2006-02-04 Nicholas ClarkThe TODO 'Tidy up global variables' can go, replaced...
2006-02-04 Nicholas ClarkI believe that mathoms have been completely TODOne.
2006-02-02 Steven SchubigerRe: [PATCH] s/Null(av|ch)/NULL/g
2006-02-01 Steve PetersDoc nit found by Stephen Gordon.
2006-02-01 Steve Purkis[[:...:]] is equivalent to \p{...}, not [:...:], tweake...
2006-02-01 Rafael Garcia-SuarezImprove a bit the documentation for kill() with SIGNAL==0
2006-02-01 Nicholas ClarkMmm, it looks like it's a bad plan to rebuild the TOC...
2006-02-01 Nicholas ClarkIntegrate perl588delta.pod from maint, and re-run pod...
2006-02-01 Rafael Garcia-SuarezMore history
2006-01-31 p.boven@sara.nl[perl #38380] Typo in perlfunc.pod
2006-01-30 Rafael Garcia-SuarezAdd perl594delta
2006-01-30 Yitzchak Scott-Tho... [DOC PATCH] $^X isn't necessarily argv[0]
2006-01-28 Steve PetersUpgrade to podlators-2.0.2
2006-01-28 Rafael Garcia-SuarezAdd perl 5.9.3 in release list
2006-01-27 Rafael Garcia-SuarezMention ptardiff in perldelta.
2006-01-27 Rafael Garcia-SuarezRegenerate PODs
2006-01-27 Rafael Garcia-SuarezSome spelling fixes by David Landgren.
2006-01-27 Nicholas ClarkA description of the new constants.
2006-01-26 Steve PetersFix a few nits in perl593delta
2006-01-26 Rafael Garcia-Suarezminiperl isn't enough anymore to run pod2man.
2006-01-26 Nicholas Clark2 spelling corrections, and rephrase the entry on perli...
2006-01-26 Rafael Garcia-SuarezMore work on perldelta
2006-01-26 Yves OrtonMake dump and -u croak on Win32 and Cygwin to avoid...
2006-01-23 Rafael Garcia-SuarezMore work on perldelta
2006-01-23 Rafael Garcia-SuarezUn-const magic virtual tables; this consting breaks...
2006-01-20 Nicholas ClarkNote 5.8.8-RC1
2006-01-18 Steve HayChange all NEWSV() to newSV() in the core and non-dual...
2006-01-17 Rafael Garcia-SuarezMake the description of $^M in perlvar a bit more clear
2006-01-14 Rafael Garcia-SuarezPerldelta nits by Jim Cromie
2006-01-13 Rafael Garcia-SuarezMore perldelta work
2006-01-12 erik@cs.uni-jena.de[perl #38205] misleading typo in perlfaq8
2006-01-12 Rafael Garcia-SuarezFAQ sync.
2006-01-12 Yitzchak Scott-Tho... Re: cloning and foo_dup functions
2006-01-12 Rafael Garcia-SuarezTypo fix.
2006-01-11 Rafael Garcia-SuarezMake description of new warning introduced in change...
2006-01-11 Steve PetersFix the new warning created with version-0.53
2006-01-11 Gisle AasMake setting 'PL_origalen = 1' before perl_parse()...
2006-01-10 Nicholas Clarks/superceded/superseded/g
2006-01-10 Gisle AasRemove stale date.
2006-01-09 Jim Cromie[patch] more about embed.fnc in perlguts
2006-01-09 Rafael Garcia-SuarezRevert change 26749
2006-01-09 Xavier Noriaidentifiers always in main (was: defining a _ function...
2006-01-08 SADAHIRO TomoyukiRe: [perl #38181] Default IO Layer is ignored in 3...
2006-01-08 Dave Mitchelldocument svt_copy, svt_dup and svt_local vtable slots
2006-01-08 Nicholas Clarkrun pod/buildtoc --build-all
2006-01-08 Nicholas ClarkWith VMS moving from [lib.pod] to [lib.pods] then pod...
2006-01-06 Gisle AasImprove description of the -s switch.
2006-01-05 Rafael Garcia-SuarezRegenerate PODs
2006-01-05 Rafael Garcia-SuarezReally commit change 26662 (duh)
2006-01-04 Steve PetersAdd warnings for the various other *dir() functions...
2006-01-03 Mike GuyRe: [perl #38034] A combination eval, DESTROY method...
2006-01-03 Steve PetersAttemting to readdir() something that isn't a dirhandle...
next