This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Rename ext/Module/Pluggable to ext/Module-Pluggable
[perl5.git] / pod /
2009-02-07 Ricardo SIGNESpare down docs of UNIVERSAL in perlobj
2009-02-06 Matt KraaiUse an ordinary paragraph to reference sv.h.
2009-02-05 Slaven Rezic"wide character" warnings are severe
2009-02-04 Yitzchak Scott-Tho... long-ago h2xs changes
2009-01-30 Steve HayUpgrade to Pod-Parser-1.36.
2009-01-29 Gisle AasTweaks to pod/perlrepository.pod
2009-01-26 Leon BrocardAdd a section on how to submit a patch using GitHub
2009-01-26 Leon BrocardRun podtidy on pod/perlrepository.pod and document...
2009-01-25 Rafael Garcia-SuarezMerge branch 'Eefix' into blead
2009-01-25 Rafael Garcia-SuarezDocument that $0 is set to "-e" when perl is run with...
2009-01-23 Nicholas Clarksuidperl goes.
2009-01-21 Nicholas ClarkUpdate the documentation of get_sv() to note that it...
2009-01-21 Nicholas ClarkUpdate the documentation of get_av() to note that it...
2009-01-21 Nicholas ClarkUpdate the documentation of get_hv() to note that it...
2009-01-21 Ricardo SIGNESremove some indirect method calls, add a caveat
2009-01-21 Frank WiegandPOD typos
2009-01-20 Rafael Garcia-SuarezRemove perltodo entry about empty destructors
2009-01-19 Rafael Garcia-SuarezAdd warning category
2009-01-19 Slaven Rezicabout warnings if forks fail in Perl_my_popen
2009-01-16 KarlAdd warning about octal > 377 in some regexes
2009-01-16 Reneeuse F<> in perlrepository.pod consistently and remove...
2009-01-13 Nicholas ClarkGive the git file browser URL as the most up to date...
2009-01-13 AbigailCapitalize "SysV" correctly
2009-01-12 AbigailFix typo in pod/perlhack.pod
2009-01-10 AbigailFix typo in pod/perldsc.pod
2009-01-10 AbigailTypo fix in pod/perldiag.pod
2009-01-09 AbigailBe consistent in writing deobfuscator
2009-01-09 AbigailFix typo
2009-01-09 AbigailCapitalize "latin"
2009-01-09 AbigailTypo fix in pod/perl5110delta.pod
2009-01-09 AbigailFix typo in pod/perltodo.pod
2009-01-09 Abigail-Be consistent with kb/kB.
2009-01-09 AbigailFixed some spelling errors
2009-01-09 AbigailChange the link to the sort pragma to be more clear.
2009-01-06 AbigailUpdated the 'some statistics for the other subdirectori...
2009-01-06 AbigailAvoid wrapping long lines when displaying as man page
2009-01-06 AbigailCalculated patch sizes for the modern era.
2009-01-06 AbigailUpdate data for 5.7.3 release
2009-01-06 AbigailRemove duplicate entry
2009-01-06 AbigailAdded 21st century data to 'SELECTED RELEASE SIZES'
2009-01-06 Rafael Garcia-SuarezDelete the largely obsolete Porting/patching.pod
2009-01-06 Rafael Garcia-SuarezRemove notes about -v from perltodo
2009-01-06 Rafael Garcia-SuarezMove .bat gitignores with their unix counterparts
2009-01-03 Rafael Garcia-SuarezMerge branch 'schwern/y2038' into blead
2009-01-03 Michael G. SchwernUpdate from y2038.
2009-01-03 Michael G. SchwernUpdate some docs to explain that Perl no longer has...
2009-01-02 ian.goodacre@xtra... [perl #61392] Method call documentation in perlobj.pod
2009-01-02 karl williamsonFaster sv_utf8_upgrade()
2009-01-02 Rafael Garcia-SuarezMention overloading.pm in perl5110delta
2009-01-01 AbigailFrom: Max Maischein <corion@corion.net>
2008-12-26 Rafael Garcia-SuarezRegen docs and headers
2008-12-26 Rafael Garcia-SuarezFix two pod links
2008-12-26 KarlUpdate comments and documentation dealing with utf
2008-12-26 Nicholas ClarkMerge branch 'blead' of nicholas@perl5.git.perl.org...
2008-12-26 Rafael Garcia-SuarezRemove mentions of the old way of rsync'ing the source
2008-12-26 Rafael Garcia-SuarezSome additions to perlrepository.pod
2008-12-25 Rafael Garcia-SuarezAdd description of last commit in perldelta
2008-12-25 Matt KraaiUse the F formatting codes for filenames in pod/perlgut...
2008-12-25 Alex VandiverRemove completed perltodo entry
2008-12-25 Alex VandiverRemove all mention of checkpods
2008-12-25 Alex VandiverMinor pod fixes to make Pod::Checker happy with the...
2008-12-25 Alex VandiverMove 'make check' in pods/ to using Pod::Checker
2008-12-23 Nicholas ClarkMerge branch 'blead' of nicholas@perl5.git.perl.org...
2008-12-23 Leon BrocardRemove inconsistent formatting in pod/perlrepository...
2008-12-23 Leon BrocardAdd a section on committing to maintenance versions
2008-12-22 Vincent PitNote the --author option of git commit, and therefore...
2008-12-21 Vincent PitA short introduction to git bisect.
2008-12-21 Nicholas ClarkMerge branch 'blead' of nicholas@perl5.git.perl.org...
2008-12-21 Vincent PitDocument how commiters can keep 'origin' as a git remot...
2008-12-21 Yves Ortonadd a comment about git clean to the perlrepository.pod
2008-12-21 Nicholas ClarkNote the correct way to make a branch to track a remote...
2008-12-21 Rafael Garcia-SuarezAdd the perlperf manpage, by Richard Foley
2008-12-20 Nicholas ClarkRebuild pod/perltoc.pod.
2008-12-20 Nicholas ClarkNote how to set user name and e-mail address.
2008-12-20 Rafael Garcia-SuarezVarious corrections and formatting nits to perlreposito...
2008-12-20 Yves Ortontrim trailing spaces
2008-12-20 Yves Ortonexplain more stuff about status
2008-12-20 Yves Ortonexplain git status and stuff about remotes
2008-12-20 Yves Ortonuse checkout -b and not the more verbose two step process
2008-12-20 Jody BelkaImprove perlrepository.pod to explain how to checkout...
2008-12-20 Paul Fenwickgit-flavoured autodie 1.997 patch
2008-12-20 AbigailFrom Paul Fenwick <pjf@perltraining.com.au>; Instructio...
2008-12-20 Matt KraaiDo not use a dash between git and its subcommand
2008-12-20 Steve PetersIt looks like the previous patch is working fine on...
2008-12-19 Steve PetersMerge branch 'blead' of ssh://stevep@perl5.git.perl...
2008-12-19 Leon Brocardafter applying, committers should push
2008-12-19 Steve PetersSubject: PATCH 5.10 documentation
2008-12-19 Leon BrocardAdd a section on applying a patch
2008-12-19 Leon BrocardIn the patch section, show how to work on a temporary...
2008-12-19 Leon BrocardAdd a section on how to submit a patch
2008-12-19 Leon BrocardMention that cloning over HTTP is slow
2008-12-19 Leon BrocardShow how to switch between branches
2008-12-19 Leon Brocardmerge in changes
2008-12-19 Leon BrocardChange perl.git to perl-git to not confuse people ...
2008-12-19 Yves Ortonfix thinko
2008-12-19 Yves Ortonexplain how to switch a git from git:// protocol to...
2008-12-19 Leon BrocardAdd perlrepository to the list of pod
2008-12-19 Leon BrocardAdd perlhaiku into pod.lst
2008-12-19 Leon Brocardadd a minimal pod/perlrepository.pod
2008-12-19 Rafael Garcia-SuarezAdd pod page corresponding to README.haiku in .gitignore
next