This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
dump.c: do not use sv_len_utf8 because it modified the scalar
[perl5.git] / pod /
2007-07-11 Rafael Garcia-SuarezLess indirect object notation
2007-07-11 Rafael Garcia-SuarezRemove wrong equivalent to pop() (bug #43705)
2007-07-10 Spiros DenaxasRe: Small addition to perlcheat.pod
2007-07-10 Rafael Garcia-SuarezModernize opendir() syntax
2007-07-07 Rafael Garcia-SuarezUpdate Module::CoreList, regenerate META.yml,
2007-07-07 Rafael Garcia-SuarezRegenerate table of contents
2007-07-07 Rafael Garcia-SuarezFAQ sync
2007-07-07 Rafael Garcia-SuarezMention that pseudo-hashes are no longer supported
2007-07-07 Edgar BeringRe: [PATCH] Final Draft - pod/perlcommunity.pod - ...
2007-07-07 Rafael Garcia-SuarezAdd a note in perldelta about undefining *ISA
2007-07-07 Jim Cromie[patch] add verbose mode to -DU debugging option
2007-07-07 Rafael Garcia-SuarezMake Perl_find_runcv a member of the public API
2007-07-07 Rafael Garcia-SuarezRemove 5.10.0 section from perltodo
2007-07-04 Dave Mitchellclarify what text 'warn' appends to a newline-less...
2007-07-04 Rafael Garcia-Suarezregexp flags =~ s/k/p/
2007-07-03 Rafael Garcia-SuarezForbid \g0. (tests coming later)
2007-06-30 Abigail/p vs (?p)
2007-06-29 Rafael Garcia-SuarezSmall pod fix
2007-06-28 Yves OrtonRename various regex defined so that they have distinct...
2007-06-28 Ævar Arnfjörð Bjar... Move the RXf_WHITE logic for split " " into the regex...
2007-06-25 Danny RathjensApply doc suggestion from:
2007-06-25 Rafael Garcia-SuarezPerlFAQ sync.
2007-06-24 Nicholas Clarks/\bunicode\b/Unicode/; # For everything not dual life
2007-06-22 Peter Dintelmannperlopentut
2007-06-21 Gabor Szabopod/perlhack.pod where to go for information about...
2007-06-20 Rafael Garcia-SuarezA first stab at making perlreref.pod up to date
2007-06-20 Rafael Garcia-SuarezFix docs for \u ; plus a POD formatting nit
2007-06-18 Rafael Garcia-SuarezRegen pods
2007-06-18 Rafael Garcia-SuarezRemove PERL_MAGIC_mutex
2007-06-18 Ævar Arnfjörð Bjar... perlreapi.pod documentation for flags & cleanup
2007-06-18 Ævar Arnfjörð Bjar... POD Alignment for the magic table in perlapi.pod
2007-06-18 Ævar Arnfjörð Bjar... SvRX() and SvRXOK() macros
2007-06-17 Adriano Ferreira[DOC PATCH] Pod nits in doc/perlpodspec.pod
2007-06-14 Rafael Garcia-SuarezUpdate Changes.
2007-06-12 Jarkko Hietaniemiperltodo: more vtable musings
2007-06-11 Rafael Garcia-SuarezDoc adjustments for the number localization and setloca...
2007-06-08 Rafael Garcia-Suarezencoding.pm doesn't give any details about ${^ENCODING},
2007-06-06 Ævar Arnfjörð Bjar... Re: [PATCH] Callbacks for named captures (%+ and %-)
2007-06-05 Rafael Garcia-SuarezThere is no more a ~~ feature, noticed by Moritz Lenz
2007-06-05 Rafael Garcia-SuarezRemove support for assertions and -A
2007-06-01 Brad Baxter[perl #43094] Doc patch to perlre: modifiers => quantifiers
2007-05-31 Rafael Garcia-SuarezDave remarks that I have been too terse here.
2007-05-29 Rafael Garcia-SuarezMention that last bugfix in perldelta
2007-05-29 Jarkko Hietaniemiperltodo tweak on virtualizing OS/FS access
2007-05-28 Rafael Garcia-SuarezSeveral POD fixes by Jonathan Stowe
2007-05-28 Rafael Garcia-SuarezMention new lexical pragmas big* in perldelta
2007-05-28 Rafael Garcia-SuarezUpdate outdated example
2007-05-26 Rafael Garcia-SuarezBad orientation in doc, noticed by Jan Dubois.
2007-05-25 Rafael Garcia-Suarez\R can't be used in a char class
2007-05-25 Rafael Garcia-SuarezDocument new escapes in perldelta
2007-05-25 Rafael Garcia-SuarezDocument that ptardiff needs Text::Diff
2007-05-25 Rafael Garcia-SuarezDocument cpanp and cpan2dist
2007-05-24 Rafael Garcia-SuarezDoc nits by Steven Schubiger
2007-05-24 Rafael Garcia-Suarezperldelta additions suggested by Steve Hay
2007-05-23 Rafael Garcia-SuarezPerldelta nit by Brandon Black
2007-05-22 Rafael Garcia-SuarezUpdate perldelta
2007-05-20 Dave Mitchelldelete thrdvar.h and move its contents to intrpvar.h
2007-05-20 Ævar Arnfjörð Bjar... Minor perlreapi.pod cleanup
2007-05-17 Jarkko Hietaniemitodos for perl 5.12
2007-05-10 Steve PetersFix Pod nit in perlfunc
2007-05-10 Marc LehmannRe: Compress::Zlib, pack "C" and utf-8 [PATCH]
2007-05-10 Rafael Garcia-SuarezRegarding precedence, filetest operators are the same...
2007-05-04 David LeadbeaterDocumentation fixes for EGID/GID confusion
2007-05-03 Ævar Arnfjörð Bjar... FETCH/STORE/LENGTH callbacks for numbered capture variables
2007-05-02 Ævar Arnfjörð Bjar... When FETCHSIZE returns <0 perl segfaults
2007-05-02 Jerry D. HeddenRemove ext/Thread
2007-04-30 Rafael Garcia-SuarezTwo new manpages, by Abigail
2007-04-30 Brandon BlackRe: mro status, etc
2007-04-30 Ævar Arnfjörð Bjar... Re: [PATCH] Cleanup of the regexp API
2007-04-27 Rafael Garcia-SuarezReindent bash functions properly
2007-04-26 Brandon BlackFix mro docs.
2007-04-25 Alexandr Ciorniiperlre.pod spellcheck
2007-04-25 Rafael Garcia-Suarezperlguts nit, found by Jerry D. Hedden
2007-04-24 Rafael Garcia-SuarezRemove the code that handles assignment to state variables
2007-04-23 Nicholas ClarkMore variable reordering saves another 40 bytes from...
2007-04-23 Ævar Arnfjörð Bjar... Re: [PATCH (incomplete)] Make regcomp use SV* sv, inste...
2007-04-23 Yves OrtonChange meaning of \v, \V, and add \h, \H to match Perl6...
2007-04-21 Nicholas ClarkWhere possible, use SvIV instead of SvIVX, SvNV instead...
2007-04-20 Rafael Garcia-SuarezAdditions to perldiag for MRO, by Brandon Black.
2007-04-19 Brandon BlackRe: new C3 MRO patch
2007-04-16 Jerry D. HeddenRe: [PATCH] Mention sorting MANIFEST in perlhack.pod
2007-04-14 AbigailTypo in =item say
2007-04-12 Rafael Garcia-SuarezRun buildtoc --build-all
2007-04-12 Rafael Garcia-SuarezAdd the perlreapi man page, by Ã\86var Arnfjörð Bjarmason
2007-04-12 Ævar Arnfjörð Bjar... Re: [PATCH] perlreguts.pod: use the unicode name for...
2007-04-11 Nicholas ClarkRun pod/buildtoc --build-all
2007-04-04 Yves OrtonRe: pmdynflags and thread safety
2007-04-02 Nicholas ClarkAdd a new compile option PERL_DEBUG_READONLY_OPS which...
2007-04-02 Christian Winterperlfunc.pod: Lexical visibility hint in require docu
2007-03-30 Rafael Garcia-SuarezAdd two deprecation warnings:
2007-03-28 John P. Linderman: perlguts.pod
2007-03-27 Jarkko Hietaniemiutil.c [PATCH] perlhack.pod (Was: Re: threads crashes...
2007-03-24 Rafael Garcia-SuarezMake readline() default to *ARGV.
2007-03-24 Rafael Garcia-SuarezMake readpipe default to $_
2007-03-23 Rafael Garcia-SuarezPerlFAQ sync.
2007-03-22 Rafael Garcia-SuarezMisc. L<> fixes in core docs : don't link to man pages;
2007-03-22 Rafael Garcia-SuarezFix a broken link and a meaningless phrase in perldebguts
2007-03-22 Rafael Garcia-SuarezRemove references to perlcc from the core docs.
2007-03-20 Rafael Garcia-SuarezMore nits in the PERL5LIB docs, suggested by Andreas.
2007-03-20 Yves Ortonfeel the the baÃ\9f (encoding problems in the regex engine)
next