This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
add a couple missing LEAVEs in perlio_async_run()
[perl5.git] / pod /
2011-09-24 Nicholas ClarkAdd t/porting/checkcfgvar.t to run Porting/checkcfgvar...
2011-09-24 Father Chrysostomos[perl #92898] Clarify (*THEN)’s scope
2011-09-23 Father ChrysostomosDocument open fh, "<:"
2011-09-22 Karl Williamsonperlre: Note a bug's existence
2011-09-21 Stevan Littleupdate TOC for perl5153delta
2011-09-21 Stevan Littlemoving old perldelta and creating new one
2011-09-21 Stevan LittleNo need to go into this much detail in the pod (also... v5.15.3
2011-09-20 Stevan LittleTweak wording of the Notice based on Jesse's feedback
2011-09-20 Stevan LittleAdding some Known Problems to perldelta
2011-09-20 Stevan Littleremoving the comment from the perldelta (and the previo...
2011-09-20 Stevan Littlefinalize perldelta
2011-09-20 Stevan Littleadding new release to perlhist
2011-09-20 Stevan LittleAdding the acknowledgements section to perldelta
2011-09-20 Stevan LittleUpdate Module::CoreList for 5.15.3
2011-09-20 Stevan Littleperldelta pod tweaks,.. this is not a link
2011-09-20 Stevan LittleMore pod formatting tweaks
2011-09-20 Stevan LittleFix some pod errors reported by podchecker
2011-09-20 Stevan LittleUpdating perldelta in preparation for the 5.13.3 release.
2011-09-20 Stevan LittleFixing the version in the comment in perl5152delta.pod
2011-09-19 Stevan LittleUpdate CPAN-Meta to CPAN version 2.112621
2011-09-19 Dave Rolskyregen generated files
2011-09-19 Dave RolskyExplicitly ignore the stub pod files I just added when...
2011-09-19 Dave Rolskyadd stub files for deleted OO-related pod files
2011-09-19 Father ChrysostomosCorrect perldelta entry for -l \*foo change
2011-09-18 Chris 'BinGOs' Wil... Update CPAN-Meta to CPAN version 2.112600
2011-09-18 Father Chrysostomos[perl #95034] Make perldoc <url> use a reasonabe name
2011-09-18 Father ChrysostomosDeparse "${#}a"
2011-09-18 Father ChrysostomosDeparse $#{/} correctly
2011-09-18 Father ChrysostomosMake -l always treat non-bareword arguments as file...
2011-09-18 Father ChrysostomosMake stacked -l work
2011-09-18 Father Chrysostomosperlglossary: fix broken link
2011-09-18 Father Chrysostomosperlglossary: Make empty-list-as-scalar even clearer
2011-09-18 Chas. OwensDocument empty-list-as-scalar in perlglossary
2011-09-18 Father Chrysostomosperldata: Mention undefined as a false val
2011-09-17 Father Chrysostomosperlop: Clarify \octal slightly
2011-09-17 Father ChrysostomosMake IO::Handle::getline(s) respect the open pragma
2011-09-17 Father Chrysostomosperldelta for h2ph conditional sub fix
2011-09-17 Karl Williamsonperlobj: Fix pod problems
2011-09-17 Karl Williamsonperldata: Only one "_" is allowed between each digit...
2011-09-17 Damian ConwayLots of revisions from Damian for perlobj
2011-09-17 Damian ConwayTweaks to perlootut by Damian
2011-09-17 Father ChrysostomosMake goto &CORE::sub use the right lexical scope
2011-09-16 Father ChrysostomosMake ++ and -- work on glob copies
2011-09-16 Father Chrysostomos[perl #93638] $ENV{LS_COLORS} causes miniperl glob...
2011-09-16 Chris 'BinGOs' Wil... Update CPAN-Meta to CPAN version 2.112580
2011-09-16 Chris 'BinGOs' Wil... Update CPANPLUS to CPAN version 0.9111
2011-09-16 Father ChrysostomosDisallow weakening of read-only references
2011-09-16 Father Chrysostomosperldelta update
2011-09-16 Dave RolskyRevert "Put Jesse's "How a Bill Becomes a Law" into...
2011-09-16 Father ChrysostomosPartial perldelta update
2011-09-16 Father ChrysostomosDear perlvar: ${\ fPEN} was introduced in 5.8.0.
2011-09-16 Dave RolskyAdd a mention of #p5p to perlhack
2011-09-16 Dave RolskyPut Jesse's "How a Bill Becomes a Law" into perlhack...
2011-09-16 Dave RolskyWording tweak to clarify that perlbug submits the patch...
2011-09-16 Dave RolskyRun podtidy on perlhack.pod
2011-09-15 Zeframdocument convention for keys in %^H
2011-09-15 Dave RolskyFix some bugs in the example code for perlootut
2011-09-15 Moritz Lenzremove outdated information from perlport
2011-09-14 AbigailBe more precise in the wording of how // works.
2011-09-14 Father Chrysostomos[perl #92436] Make Filter::Simple match variables better
2011-09-14 Dave RolskyMention that a method can be thought of as a verb for...
2011-09-14 Dave RolskyMention mutator as synonym for setter
2011-09-14 Nicholas ClarkNote Storable changes in perldelta.
2011-09-13 Nicholas ClarkChange POSIX::Termios::setattr() to default to TCASNOW...
2011-09-13 Nicholas ClarkUpdate perldelta to note that POSIX.so is now 12% smaller.
2011-09-12 Chris 'BinGOs' Wil... Update CPAN-Meta-YAML to CPAN version 0.004
2011-09-12 Chris 'BinGOs' Wil... Update Exporter to CPAN version 5.65
2011-09-12 Chris 'BinGOs' Wil... Update perlfaq to CPAN version 5.0150034
2011-09-12 Steffen Muellerperldelta galore for ExtUtils::ParseXS changes
2011-09-11 Chris 'BinGOs' Wil... Update Devel-PPPort to CPAN version 3.20
2011-09-11 Nicholas ClarkEliminate warnings from XSLoader on 5.005 and 5.004.
2011-09-11 Leon TimmermansDoc patch to perlipc
2011-09-11 Nicholas ClarkSimplify generated XS code by emitting a compatibility...
2011-09-10 Chris 'BinGOs' Wil... Update Archive-Tar to CPAN version 1.78
2011-09-10 Vincent Pit"state" in perlfunc should point to "Persistent Private...
2011-09-10 Father Chrysostomos[perl #92436] Filter::Simple can’t find end of POD
2011-09-10 Walt MankowskiFixed repeated words
2011-09-09 Zeframremove index offsetting ($[)
2011-09-09 Nicholas ClarkProvide more information in the message for "strxfrm...
2011-09-09 Nicholas ClarkRemove a Devel::DProf error from perldiag.pod
2011-09-09 Mark Jason DominusSimplify example pack code in perlpacktut
2011-09-09 Ricardo Signesremove bogus < in B<> formatting code
2011-09-09 Dave Rolskysome small fixes to make porting/podcheck.t happy
2011-09-09 Dave RolskyTweak line length of comment in verbatim section per...
2011-09-09 Dave RolskyLots of updates based on feedback from sprout, includin...
2011-09-09 Dave RolskySome changes based no sprout's feedback
2011-09-09 Dave Rolskyfix now-broken link to removed section in perlobj
2011-09-09 Dave RolskyAdd perldelta entries for all doc changes
2011-09-09 Dave RolskyRedo all examples using File and File::MP3
2011-09-09 Dave RolskyRemove all references to old OO tutorial docs, and...
2011-09-09 Dave Rolskyremove all old OO tutorials (and perlbot)
2011-09-09 Dave RolskySmall revisions to the text to increase clarity, sugges...
2011-09-09 Dave RolskyAdd more details on inside-out objects from David Golde...
2011-09-09 Dave Rolskyheavily revised perlobj.pod
2011-09-09 Dave RolskyUse same list of "when to use OO" criteria in perlmodst...
2011-09-09 Dave RolskyAdd Damian's list of when to use OO - copied from PBP
2011-09-09 Dave RolskyCheck in new OO tutorial - perlootut
2011-09-09 Father Chrysostomosch(dir|mod|own) should not ignore get-magic on glob...
2011-09-09 Father ChrysostomosCall get-magic once for *glob=$tied
2011-09-08 Chris 'BinGOs' Wil... Update perlfaq to CPAN version 5.0150033
next