This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
In buildtoc, refactor to de-duplicate code and variables.
[perl5.git] / pod /
2011-11-18 Nicholas ClarkIn buildtoc, refactor to de-duplicate code and variables.
2011-11-18 Nicholas ClarkRefactor pod_rules.pl and buildtoc to use new functions...
2011-11-18 Nicholas ClarkFlag to get_pod_metadata() whether generated files...
2011-11-18 Nicholas ClarkCreate Porting/pod_rules.pl, with all non perltoc.pod...
2011-11-18 Nicholas ClarkExtract from buildtoc the code that processes pod.lst...
2011-11-18 Nicholas ClarkIn buildtoc, refactor the code that reads pod.lst,...
2011-11-18 Nicholas Clarkbuildtoc --showfiles should report the correct pathnames.
2011-11-18 Nicholas Clarkbuildtoc --showfiles should only list the files to...
2011-11-18 Nicholas ClarkIn buildtoc, don't use File::Spec when initialising...
2011-11-18 Nicholas ClarkIn buildtoc, refactor the open ... or my_die pattern...
2011-11-18 Nicholas ClarkIn buildtoc, make %Readmepods lexical, and $delta_targe...
2011-11-18 Nicholas ClarkIn buildtoc, eliminate abs_from_top() as it now runs...
2011-11-18 Nicholas ClarkIn pod/buildtoc, chdir to the top level of the source...
2011-11-17 Father ChrysostomosRe-deprecate $[
2011-11-17 Father Chrysostomosperldelta for #70151
2011-11-17 Father Chrysostomosperldelta for PL_curcop localisation
2011-11-15 Karl Williamsonperldelta additions
2011-11-15 Father Chrysostomosperldelta up to 7c5c3d9b
2011-11-12 Chris 'BinGOs' Wil... Update CGI to CPAN version 3.58
2011-11-12 Karl Williamsonperlunicode: Update reference to Unicode standard
2011-11-11 Chris 'BinGOs' Wil... Update CPANPLUS to CPAN version 0.9112
2011-11-11 Karl Williamsonperlunicode: Document that \p{user-defined} can match...
2011-11-09 Chris 'BinGOs' Wil... Update CGI to CPAN version 3.57
2011-11-09 Chris 'BinGOs' Wil... Update Digest-SHA to CPAN version 5.63
2011-11-08 Karl WilliamsonDeprecate direct use of Unicode db files
2011-11-08 Karl WilliamsonUnicode::UCD: Add prop_invmap()
2011-11-08 Karl WilliamsonUnicode::UCD: Add prop_invlist()
2011-11-08 Karl WilliamsonUnicode::UCD: add prop_aliases(), prop_value_aliases()
2011-11-06 Chris 'BinGOs' Wil... Update IO-Compress to CPAN version 2.040
2011-11-06 Chris 'BinGOs' Wil... Update Compress-Raw-Bzip2 to CPAN version 2.040
2011-11-06 Chris 'BinGOs' Wil... Update Compress-Raw-Zlib to CPAN version 2.040
2011-11-06 Chris 'BinGOs' Wil... Update Unicode-Collate to CPAN version 0.84
2011-11-06 Father ChrysostomosDocument unicode_eval and evalbytes
2011-11-06 Father ChrysostomosForbid source filters in Unicode evals
2011-11-02 Steve HayUpdate ExtUtils-MakeMaker to CPAN version 6.63_02
2011-11-02 Father ChrysostomosWarn for $[ ‘version’ checks
2011-11-02 Karl WilliamsonPATCH: [perl #101710] Regression with /i, latin1 chars.
2011-10-31 Tom Christiansenperlfunc/glob: Explain use of quotes
2011-10-31 Father Chrysostomosperldelta update
2011-10-29 Michael G. SchwernRemove unnecessary cruft from the module example.
2011-10-29 chromaticFixed dative inaccuracy in perlmod.pod.
2011-10-27 Chris 'BinGOs' Wil... Update CPANPLUS-Dist-Build to CPAN version 0.60
2011-10-27 Chris 'BinGOs' Wil... Update HTTP-Tiny to CPAN version 0.016
2011-10-27 Mark A. Stratmanperlootut.pod: Removed redundant sentence
2011-10-27 Father Chrysostomosperlrebackslash: too grammer tweaks
2011-10-27 Karl WilliamsonPATCH: [perl #99928] Document that is not a bug
2011-10-26 Chris 'BinGOs' Wil... Update HTTP-Tiny to CPAN version 0.015
2011-10-26 Chris 'BinGOs' Wil... Update ExtUtils-MakeMaker to CPAN version 6.63_01
2011-10-23 Father Chrysostomosperlfunc: List readpipe with qx
2011-10-23 Chris 'BinGOs' Wil... Update Unicode-Collate to CPAN version 0.81
2011-10-22 Chris 'BinGOs' Wil... Update Archive-Extract to CPAN version 0.58
2011-10-22 Karl Williamsonperlunicode: Fix example.
2011-10-22 Chris 'BinGOs' Wil... Update perlfaq to CPAN version 5.0150036
2011-10-22 Chris 'BinGOs' Wil... Update HTTP-Tiny to CPAN version 0.014
2011-10-22 Father ChrysostomosReimplement $[ as a module
2011-10-21 Karl Williamsonperlrecharclass: Nit
2011-10-21 Florian RagwitzCreate a perldelta for 5.15.5
2011-10-20 Florian RagwitzAdd acknowledgements to the perldelta
2011-10-20 Florian RagwitzAdd 5.15.4 to perlhist
2011-10-20 Florian RagwitzUpdate Module::CoreList for 5.14.4
2011-10-20 Florian RagwitzGet perldelta into mostly finished state
2011-10-20 Florian RagwitzDavid changelogged this
2011-10-20 Steffen MuellerRemove my todo commits from perldelta template
2011-10-20 Steffen Muellerperldelta entry for improved AV/etc OUTPUT typemaps
2011-10-19 Dennis KaarsemakerBuild failed in Jenkins: perl5 #80
2011-10-19 David Goldenperldelta: document base.pm changes
2011-10-16 Father Chrysostomosperldelta: Mention another thing fixed by 2fc49ef14c
2011-10-16 Father ChrysostomosDocument calling convention for XS cmp routines
2011-10-15 Father Chrysostomosperldelta up to c19fd8b40
2011-10-14 Karl Williamsonregexec.c: Fix "\x{FB01}\x{FB00}" =~ /ff/i
2011-10-13 Chris 'BinGOs' Wil... Update Archive-Tar to CPAN version 1.80
2011-10-13 Father Chrysostomosperlfunc: sort no longer dies on undef retval
2011-10-12 Father Chrysostomosperlguts: UNIVERSAL::AUTOLOAD caveat
2011-10-12 Father ChrysostomosImprove documentation of XS autoloading
2011-10-11 Father ChrysostomosEliminate (X|F) convention from perldiag.
2011-10-11 Alan Haggai AlaviCorrected: 'possible a' => 'possibly a'
2011-10-11 Alan Haggai AlaviCorrected: 'filehanlde' => 'filehandle'
2011-10-11 Alan Haggai AlaviCorrected: 'can made' => 'can be made'
2011-10-11 Father ChrysostomosDocument calling convention for Perl_mro_register
2011-10-10 Father ChrysostomosUpdate docs for XS AUTOLOAD
2011-10-09 Chris 'BinGOs' Wil... Update Unicode-Collate to CPAN version 0.80
2011-10-08 Father Chrysostomosperldelta: s/nul\k/l/g
2011-10-08 Karl Williamsonperldelta: Document fix for not matching non-Unicode...
2011-10-07 Father ChrysostomosRemoving modules should include updating references
2011-10-07 Father Chrysostomosperldelta up to c60dbbc38
2011-10-07 Brian FraserClarification in perlre.pod about captures created...
2011-10-07 Father Chrysostomosperldelta up to 59c72abb9
2011-10-07 John P LindermanRemove "8-bit" reference from ord documentation
2011-10-05 Chris 'BinGOs' Wil... Update Module-Load to CPAN version 0.22
2011-10-05 Steffen MuellerNote ExtUtils::ParseXS upgrade in perldelta
2011-10-04 Dave RolskyShow that blessed comes from Scalar::Util in code example
2011-10-02 Chris 'BinGOs' Wil... Update Unicode-Collate to CPAN version 0.79
2011-10-02 Chris 'BinGOs' Wil... Update Digest to CPAN version 1.17
2011-10-01 Karl WilliamsonMore documenting that \p{} defined only for <= U+10FFF
2011-10-01 Karl Williamsonperlunicode, perluniprops: \p{Title} is Perl extension
2011-10-01 Karl WilliamsonRevise diagnostic text
2011-09-30 David GoldenDocument BEGIN, END, etc. in perlsyn
2011-09-29 Tony Cookupdate valgrind URL and platforms
2011-09-28 George Greerperldelta for ExtUtils::MakeMaker version 6.61_01.
2011-09-28 Dave RolskyAdd missing C on </p> construct
next