This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix typo in change 32043 - s/sv_catpvf/sv_catpvs/
[perl5.git] / pod /
2007-10-05 Robin BarkerNew [PATCH] use 5.006; use 5.10.0
2007-10-04 David LandgrenPOD cleanups
2007-10-03 Rafael Garcia-SuarezReverse change #31978
2007-10-03 ben@linuxgazette.net[perl #46019] Documentation for 'srand' has a problem...
2007-10-02 Nicholas ClarkAudrey spotted a spurious "Unicode".
2007-09-26 Rafael Garcia-SuarezAPI spelling patch, by Jerry D. Hedden
2007-09-26 Rafael Garcia-SuarezMaybe the default order of directories in @INC should...
2007-09-26 Robin BarkerRE: [PATCH] use 5.010 is ugly; use 5.10.0 warns
2007-09-25 Rick DelaneyRe: [PATCH 5.10] Improve diagnostic for reloads of...
2007-09-19 Nicholas ClarkChange 31849 forgot to regenerate the documentation...
2007-09-17 Jim Cromie[patch] qualify OP arenas item in perltodo
2007-09-17 Jan Duboisdocument limitation of exec() inside pseudo-processes
2007-09-13 Nicholas ClarkNote that list initialisation of state variables is...
2007-09-13 Rafael Garcia-SuarezURL correction by Robert Spier
2007-09-11 Rafael Garcia-SuarezSome escapes were mentioned twice, although they're...
2007-09-08 Nicholas ClarkFor now, forbid all list assignment initialisation...
2007-09-08 Nicholas ClarkMake 'state $$' etc report 'Can't use global $$ in...
2007-09-08 Nicholas ClarkUpdate perldiag.pod to mention "state" in all places...
2007-09-08 Jim Cromie[patch] readabilty tweaks
2007-09-08 AbigailUserdefined properties
2007-09-07 Rafael Garcia-SuarezRemove the 'err' keyword
2007-09-05 Father ChrysostomosRe: perlfunc.pod/split; concerning trailing fields
2007-09-05 Jim CromieRe: The path to the Release
2007-09-04 Jim CromieRe: [patch] perlhack.pod
2007-09-03 Rafael Garcia-SuarezDeprecate the -P switch.
2007-09-02 Gabor SzaboImproved error messages for new comers and non-English...
2007-09-02 Jim Cromie[patch] perlhack.pod
2007-08-30 Jarkko Hietaniemimisc blead stuff
2007-08-25 Nicholas ClarkErm. -u may have been superseded by the bytecode genera...
2007-08-21 Steve HayUse -D_CRT_NONSTDC_NO_DEPRECATE rather than -wd4996...
2007-08-10 Claes JacobssonRe: [PATCH] Adding more information to "Unrecognized...
2007-08-09 Rafael Garcia-SuarezAdd an idea by Hugo
2007-08-09 Rafael Garcia-SuarezFix a bunch of typos
2007-08-09 Ævar Arnfjörð Bjar... Optimize split //
2007-08-09 David NicolRe: [PATCH] Re: [perl #44387] The blank in option ...
2007-08-08 YAMASHINA Hiopatch for perlboot.pod
2007-08-07 Rafael Garcia-SuarezThe documentation for prototype() sounds a bit better...
2007-08-07 Rafael Garcia-SuarezDocumentation updates for new regexp features
2007-08-03 Telsadd BigInt changes to perl595delta.pod
2007-08-03 Benjamin SmithApplied after word-wrapping:
2007-07-30 Elizabeth MattijsenExample in perlthrtut.pod doesn't work
2007-07-25 Robert MayXSUB.h - silence MSVC6 compiler warning
2007-07-20 H.Merijn BrandExtend the update info regarding Configure changes
2007-07-20 Steve HayFix pod nit in perlunicode
2007-07-19 Rafael Garcia-SuarezAdd a TODO note about lc() etc. and the UTF-8 flag
2007-07-19 Rafael Garcia-SuarezSuggestion and fixes to the hash seed docs by Paul...
2007-07-18 chromaticChange "Perl6" to "Perl 6" in pod/*
2007-07-18 Rafael Garcia-SuarezClarifications on the hash seed
2007-07-18 Gabor Szabogethostbyname() example
2007-07-13 Rafael Garcia-SuarezComment out links to docs that don't exist yet.
2007-07-13 Rafael Garcia-SuarezMore typo fixes in the regexp docs
2007-07-13 Rafael Garcia-Suarez* make splitpod actually work if perl isn't installed
2007-07-12 David Nicolmention of g and c modifiers missing from perlre.pod
2007-07-12 Rafael Garcia-SuarezA couple of additions in perltodo for the future
2007-07-12 Rafael Garcia-SuarezMore terminology updates for warnings
2007-07-11 Rafael Garcia-SuarezBetter wording, suggested by Eric Cholet.
2007-07-11 Rafael Garcia-SuarezTurn the "$# / $* is no longer supported" warnings...
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
next