This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Remove 2 microperl suggestions from the todo list.
[perl5.git] / pod /
2012-04-06 Ricardo Signesadd a missing colon to a code snippet in perlfunc
2012-04-05 Christopher J. Madsen[perl #112248] Fix typos in perl515*delta
2012-04-04 Karl Williamsonperlunicode: Remove out-dated text
2012-03-27 Father Chrysostomos[perl #111656] perldiag: ‘glob failed’ is S, not W
2012-03-26 AbigailMerge branch 'abigail/for-5.17' into blead
2012-03-25 Craig A. BerryClarify VMS-specific handling of $/ = \N.
2012-03-23 AbigailClearify string parsing. origin/abigail/for-5.17
2012-03-23 Tony Cook[rt #79960] document how broken $/ = \N is for unicode...
2012-03-20 AbigailCreate a perldelta for 5.15.9
2012-03-20 AbigailAdd 5.15.9 release to perlhist.pod
2012-03-20 AbigailWork around an HTML display issue
2012-03-20 AbigailFinal version of Module::CoreList is 2.65.
2012-03-20 AbigailClearify that perl can crash, not Windows
2012-03-20 AbigailSay "warnings" instead of "errors"
2012-03-20 AbigailRemoved the changes to Term::ReadLine from the bug...
2012-03-20 AbigailFix typo in pod/perldelta
2012-03-20 AbigailReran Porting/acknowledgements.pl
2012-03-20 AbigailList 5.16 blockers in 'Known Problems' in perldelta
2012-03-20 Ricardo Signesyes, regression fixes are generally okay for maint
2012-03-20 AbigailDocument the TRIE changes in perldelta
2012-03-20 AbigailDocument upgrade of lib/charnames.
2012-03-20 AbigailFix spelling errors in pod/perldelta.pod
2012-03-20 AbigailDocument new versions of Data::Dumper and XS::APItest.
2012-03-20 AbigailPaste in the output of Porting/corelist-perldelta.pl
2012-03-20 Karl WilliamsonDeprecate utf8_to_uvchr() and utf8_to_uvuni()
2012-03-20 Karl WilliamsonUse the new utf8 to code point functions
2012-03-20 Karl Williamsonutf8.c: Add utf8_to_uvchr_buf() and utf8_to_uvuni_buf()
2012-03-20 Karl Williamsonperlguts, warnings.t: Update references to obsolete...
2012-03-20 Karl Williamsonperldelta: clarification
2012-03-19 AbigailMore perldelta work.
2012-03-19 AbigailMention the fix to perlfunc.html in "Configuration...
2012-03-19 Nicholas ClarkNote in the source of perlhist.pod that "cow orker...
2012-03-19 Nicholas ClarkMention Porting/bisect.pl in perlgit.pod, before descri...
2012-03-19 Nicholas ClarkMove the example git bisect shell script from perlgit...
2012-03-19 Nicholas ClarkAdd a placeholder man page for perltodo, directing...
2012-03-19 Nicholas ClarkMove the todo list from pod/ to Porting/
2012-03-19 AbigailMore work on perldelta
2012-03-19 Nicholas ClarkNote the improvements to B::Deparse and feature in...
2012-03-19 Nicholas ClarkNote in perldelta that C<no feature;> now means reset...
2012-03-19 AbigailRetry first shot at perldelta.pod.
2012-03-18 AbigailRevert "First shot at perl5159delta.pod"
2012-03-18 AbigailRevert "Paste in the output of Porting/acknowledgements...
2012-03-18 AbigailPaste in the output of Porting/acknowledgements.pl...
2012-03-18 AbigailFirst shot at perl5159delta.pod
2012-03-17 Nicholas ClarkIn perlfunc, don't have functions in "Misc" and a secon...
2012-03-17 Nicholas ClarkDe-emphasise switch-related keywords in perlfunc.
2012-03-17 Nicholas ClarkIn the perlfunc cross-reference sections, link to the...
2012-03-17 Nicholas ClarkDESTROY is documented in perlobj - correct the cross...
2012-03-16 Dave RolskyRun podtidy on perlsource.pod
2012-03-16 Dave RolskyAdd a missing word to perlsource.pod
2012-03-11 Tony Cookperldelta for die propgation fix
2012-03-08 Father Chrysostomosperlvar: Fix long lines
2012-03-08 Father ChrysostomosDear perlvar: ${^WARNING_BITS} was added in 5.6
2012-03-08 Father Chrysostomosperlvar: Document ${^WARNING_BITS} better
2012-03-06 Karl Williamsonpods: Note future deprecation of unescaped "{"
2012-03-06 Karl Williamsonperllexwarn: Fix typos
2012-03-05 Ricardo Signesreplace bogus non-ASCII dashlike char with -
2012-03-05 Eric Brinefix documentation for exec's warning behavior
2012-03-05 Pau Amma\" (via RT)Grammar and clarity fixes for exists() in pod/perlfunc.pod
2012-03-01 AbigailAdded Dave Rolsky and Max Maischein to the KEEPERS...
2012-03-01 Father Chrysostomos[perl #107366] Allow attributes to set :lvalue on defin...
2012-02-29 Father Chrysostomosperldata: Two spaces after dots, please
2012-02-29 jkeenanExplain why program must close __DATA__ handle.
2012-02-27 Nicholas ClarkThe parser should always close the file handle that...
2012-02-27 Father Chrysostomosperldiag: Reflow for better splain output
2012-02-27 Max MaischeinAdd an example how to fix '%s: command not found'
2012-02-25 Father Chrysostomosperlfunc: bad wording
2012-02-21 Max MaischeinAdd perl5158delta.pod
2012-02-20 Max MaischeinFix typos in pod/perldelta.pod origin/release-5.15.8 v5.15.8
2012-02-20 Max MaischeinUpdate pod/perldelta.pod from the version numbers
2012-02-20 Max Maischeinadd new release to perlhist
2012-02-20 Max MaischeinUpdate Module::CoreList for v5.15.8
2012-02-20 Max MaischeinClean out XXX in preparation for Module::CoreList update
2012-02-20 Max MaischeinUpdate perldelta.pod for 5.15.8 for review
2012-02-19 Ricardo SignesRevert updates to compression libraries
2012-02-19 Karl Williamsonperlintro: Add missing closing ">"
2012-02-19 Nicholas ClarkRefactor code in Data::Dumper to assume that >=5.8...
2012-02-18 Ævar Arnfjörð Bjar... Remove gete?[ug]id caching
2012-02-18 Nicholas ClarkAdd t/porting/pending-author.t, fixing a limitation...
2012-02-18 Nicholas ClarkCorrect the location of t/porting/perlfunc.t in perldel...
2012-02-18 Father Chrysostomosperlvar: $] is not deprecated
2012-02-18 Chris 'BinGOs' Wil... Update IO-Compress to CPAN version 2.049
2012-02-18 Chris 'BinGOs' Wil... Update Compress-Raw_Zlib to CPAN version 2.049
2012-02-18 Chris 'BinGOs' Wil... Update Compress-Raw-Bzip2 to CPAN version 2.049
2012-02-18 Chris 'BinGOs' Wil... Update perlfaq to CPAN version 5.0150039
2012-02-18 Nicholas ClarkDescribe the update to Pod::Functions in perldelta.
2012-02-18 Nicholas ClarkAdd metadata to perlfunc.pod for which version or featu...
2012-02-18 Nicholas ClarkAdd t/porting/perlfunc.t so that porting tests catch...
2012-02-18 Nicholas ClarkAdd annotations to perlfunc.pod for Pod::Functions.
2012-02-18 Nicholas ClarkIn perlfunc.pod, sort the descriptions more consistently.
2012-02-18 Nicholas ClarkAdd 4 functions missing from perlfunc.pod's 'Perl Funct...
2012-02-18 Florian RagwitzThere is no G_LIST, only G_ARRAY
2012-02-17 Chris 'BinGOs' Wil... Update Socket to CPAN version 1.98
2012-02-16 Karl Williamsonperldelta: Some char names now obsoleted
2012-02-16 Karl Williamsonpp_quote_meta: in locale, quote all UTF-8 Latin1 non...
2012-02-16 Karl Williamsonperl #77654: quotemeta quotes non-ASCII consistently
2012-02-16 Karl WilliamsonClarify some quotemeta docs
2012-02-16 Karl Williamsonperlfunc: quotemeta, clarify, fix incorrect statement
2012-02-15 Ævar Arnfjörð Bjar... Further eliminate POSIX-emulation under LinuxThreads
2012-02-15 Ævar Arnfjörð Bjar... Revert "Merge branch 'avar/POSIX-strptime' into blead"
next