A mechanism for inlineable OP equivalents of XSUBs is a TODO.
[p5sagit/p5-mst-13.2.git] / pod /
2010-01-04 Nicholas Clark A mechanism for inlineable OP equivalents of XSUBs...
2010-01-03 Jim Cromie advice regarding make regen changes
2009-12-30 Vincent Pit s/text message/text editor/ in the last change to perlr...
2009-12-30 Jesse Vincent Update perlrepository.pod with new guidelines on commit...
2009-12-30 Karl Williamson Correct \p{print} to not match LINE SEPARATOR nor PARAG...
2009-12-30 Shlomi Fish Add a usage scenario and common use pattern to perldoc...
2009-12-29 karl williamson PATCH: correct grammatical error in perlunicode.pod
2009-12-28 karl williamson PATCH: document all Perl Unicode \p{} extensions
2009-12-27 brian d foy * fix a perlop fix from debian: bugs.debian.org/514814
2009-12-25 Karl Williamson Update pods
2009-12-25 Karl Williamson Update .pods
2009-12-22 Karl Williamson Fix up pods for \X
2009-12-21 David Golden local version number bumps for CPAN.pm hotfixes
2009-12-21 David Golden note CPAN hotfixes in perldelta
2009-12-20 Jesse Vincent First pass at noting the update to Encode 2.39 rgs...
2009-12-20 Jesse Vincent Full initial pass at perldelta. ready for sanity checking
2009-12-20 Jesse Vincent Merge branch 'blead' of git+ssh://perl5.git.perl.org...
2009-12-20 Jesse Vincent Note U+0FFFF regex support in perldelta
2009-12-20 Karl Williamson Unicode documentation updates
2009-12-20 Jesse Vincent further perldelta triage
2009-12-20 Jesse Vincent Further perldelta triage.
2009-12-20 Jesse Vincent Removing pod boilerplate
2009-12-20 Jesse Vincent Merge branch 'blead' of git+ssh://perl5.git.perl.org...
2009-12-20 Jesse Vincent Further perldelta hacking
2009-12-20 Karl Williamson change non-char warning message from malformed
2009-12-20 Jesse Vincent more perldelta updates
2009-12-20 David Golden describe new CPAN.pm, ExtUtils::MakeMaker and Module...
2009-12-20 David Golden update perldelta with module and pragma version updates
2009-12-20 Jesse Vincent Add 5.11.3 to perlhist.
2009-12-20 Jesse Vincent Update perldelta with newly added tests, using corion...
2009-12-20 Jesse Vincent Added a todo about some releng automation we could use
2009-12-20 David Golden Various perldelta consistency edits and other cleanup
2009-12-20 Rafael Garcia-Suarez Note legacy.pm changes in perldelta
2009-12-20 H.Merijn Brand Speed-up notice for bisects (skip Encode)
2009-12-20 Alexandr Ciornii ExtUtils::MakeMaker changes for perl5113delta.pod
2009-12-20 Nicholas Clark Fix Pod errors in perl5113delta.pod.
2009-12-20 Leon Brocard Fix version number we are different from
2009-12-20 Ricardo Signes flesh out doc updates
2009-12-19 Jesse Vincent Further paring down of perldelta
2009-12-19 Jesse Vincent More pruning of the perl 5.11.3 delta file
2009-12-19 brian d foy * Synced the perlfaq
2009-12-19 brian d foy * Update perlport examples for modern Perl style
2009-12-18 Jesse Vincent First pass at cutting down the git log as a 5.11.3...
2009-12-16 Abigail Document issues when using named captures in combinatio...
2009-12-12 Rafael Garcia-Suarez Merge commit 'khwilliamson/x' into blead
2009-12-09 Reini Urban Updated docpointer for illguts
2009-12-08 Ricardo Signes legalize =begin foo bar
2009-12-08 Ricardo Signes more aggressively deprecate L<section> and L<"section">
2009-12-08 Ricardo Signes remove prohibition against L<text|href>
2009-12-06 hv@crypt.org [perl #71000] Wrong variable name in warning
2009-12-06 Karl Williamson qr/\X/ expansion
2009-12-03 Karl Williamson Unicode 5.2
2009-11-30 Zefram Document if.pm in perlfunc
2009-11-28 Moritz Lenz Document backreferences to groups that did not match
2009-11-24 Rafael Garcia-Suarez Slight rewording of last patch
2009-11-24 Jim Cromie add mention of PERL_MEM_LOG in perlrun.pod
2009-11-24 Rafael Garcia-Suarez Remove generated file pod/perluniprops.pod from the...
2009-11-24 Karl Williamson mktables not run unless needed
2009-11-24 brian d foy * Remove some end-of-line whitespace from perlebcdic
2009-11-24 brian d foy * Convert some pod files to UTF-8 (like all of the...
2009-11-24 brian d foy * Reword the sentence about checking unlink failures
2009-11-23 Jesse Vincent Added a perltodo about enabling/disabling individual...
2009-11-23 Dennis Kaarsemaker More info about camel in perlrepository.pod
2009-11-22 Rafael Garcia-Suarez Add new pod file to various lists and makefiles
2009-11-22 Rafael Garcia-Suarez Simplify title of perluniprops
2009-11-22 Rafael Garcia-Suarez Add deprecation of goto to inner scopes to perldelta
2009-11-22 Rafael Garcia-Suarez Add Karl's text describing his Unicode property changes...
2009-11-22 Rafael Garcia-Suarez Merge branch 'mktables' into blead
2009-11-22 Karl Williamson mktables revamp
2009-11-21 Vincent Pit Fix unindented code in perlfunc after 5ed4f2ecec5b66fee...
2009-11-21 Rafael Garcia-Suarez Add new warning introduced by last patch in perldiag.
2009-11-21 Gerard Goossen deprecate "goto" to jump into a construct
2009-11-20 Moritz Lenz Clarify docs for implicit "next" on all "when" blocks
2009-11-20 Nicholas Clark Fix up the NAME in perl5112delta.pod
2009-11-20 Leon Brocard create perl5113delta
2009-11-20 Leon Brocard Tiny English fix
2009-11-20 brian d foy * Note that unlink sets $! on failure.
2009-11-20 brian d foy * Fixing inconsistent use of tabs in perlfunc. Now...
2009-11-20 brian d foy * FAQ sync for Nov blead release
2009-11-19 brian d foy * Fixed sort example using =(\d+)
2009-11-19 Leon Brocard The lexer API is very exciting, but only mention it...
2009-11-19 Leon Brocard Run Porting/podtidy
2009-11-19 Leon Brocard Add details of module updates
2009-11-19 Leon Brocard Delete a few more sections
2009-11-19 Leon Brocard Delete sections, add a bunch more
2009-11-19 Frank Wiegand Fix POD: C<...->...> => C<< ...-> ... >>
2009-11-19 Leon Brocard Fill in some details about the release
2009-11-19 Leon Brocard Tweak tense, remove double spaces
2009-11-19 Zefram lexer API fixes
2009-11-18 Leon Brocard Merge branch 'blead' of ssh://perl5.git.perl.org/gitroo...
2009-11-18 Leon Brocard Add the 5.11.2 release
2009-11-18 Vincent Pit {camel,dromedary}.booking.com names are gone, so update...
2009-11-16 David Golden Document SIGPIPE when printing to closed socket
2009-11-15 Zefram lexer API
2009-11-13 Father Chrysostomos [perl #70337] perldiag: localtime(...) too large
2009-11-10 Vincent Pit Clarify and complete documentation for in-place reverse
2009-11-10 Vincent Pit Optimize reversing an array in-place
2009-11-08 Zefram Bareword sub lookups
2009-11-08 Eric Brine s/AvLEN/AvMAX/ in perlguts
2009-11-08 Eric Brine s/AvLEN/AvMAX/ in perlguts
next