This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Docs: Expanded treatment of adding instance variables
[perl5.git] / pod /
2009-04-07 Michael WittenDocs: Expanded treatment of adding instance variables
2009-04-07 Michael WittenDocs: Clarify that a class is not an instance
2009-04-07 Michael WittenDocs: Minor modifications to discussion of constructor
2009-04-07 Michael WittenDocs: Make use of $self and $class clear
2009-04-07 Michael WittenDocs: Better orgnization of instance discussion
2009-04-07 Michael WittenDocs: Cleanup lead-in to instance variables
2009-04-07 Michael WittenDocs: Better[?] development of SUPER
2009-04-07 Michael WittenDocs: Get rid of those awful tabs!
2009-04-07 Michael WittenDocs: Quick explanation of duck typing and a warning
2009-04-07 Michael WittenDocs: Make the "use base" purpose more obvious
2009-04-07 Michael WittenDocs: Minor reorganization.
2009-04-07 Michael WittenDocs: Typo: 'no strict subs' -> 'no strict refs'
2009-04-07 Michael WittenDocs: Typo: \{-1} -> \g{-1}
2009-04-07 Rafael Garcia-SuarezDeprecate assignment to $[
2009-04-02 David Mitchelldocument PERL_SYS_INIT, PERL_SYS_TERM and that they...
2009-03-29 Vincent PitDocument when as a syntax modifier
2009-03-29 Nicholas ClarkDocument that DESTROY is subject to AUTOLOAD, and the...
2009-03-29 Nicholas ClarkChange Perl_newCONSTSUB() so that a NULL sv generates...
2009-03-24 Dan KogaiFix for regular expressions for RFC2822.
2009-03-24 Steve PetersAdd a SEE ALSO section based on suggestions from Dan...
2009-03-21 Mike Girouxfix typo - s/was/what/ is to be ignored
2009-03-19 Mark Jason Dominuspod/perlreftut.pod: keep example in tune with the times
2009-03-18 Paul GaboritDoc fix: the /k regexp modifier should really be written /p
2009-03-18 Rafael Garcia-SuarezFix typo in English name of $&
2009-03-14 Rafael Garcia-SuarezDisambiguate mention of -E in perl.pod and in perlrun.pod
2009-03-13 Rafael Garcia-SuarezAdd -E in the command-line usage in perl.pod
2009-02-25 David Mitchellfix typo in pod/perlperf.pod
2009-02-20 Jerry D. HeddenCheck for thread failure in prime number example
2009-02-20 Alex DaviesWonky example in perlthrtut
2009-02-20 Leon BrocardRemove the -x from the cherry pick and show how to...
2009-02-20 Leon BrocardRemove an extra space
2009-02-20 Leon BrocardAdd a section on merging from a branch via GitHub
2009-02-13 Rafael Garcia-SuarezDocument error "Smart matching a non-overloaded object...
2009-02-10 Rafael Garcia-SuarezFix previous patch. Actually it's written PAREN, not...
2009-02-10 Moritz Lenzmention English name of %+ in perlvar.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
next