Welcome to 2007! Time to update copyrights from changes earlier
[p5sagit/p5-mst-13.2.git] / pod /
2007-01-01 Jarkko Hietaniemi Symbian port: add Series 90 support
2006-12-29 Nicholas Clark I failed to run regen.pl to propagate my pad.c changes...
2006-12-26 Steve Peters Cannot use a L<> within a preformatted section of a...
2006-12-25 Yves Orton Re: Named-capture regex syntax
2006-12-24 Rafael Garcia-Suarez The PERLIO environment variable, when unset, doesn...
2006-12-22 Rafael Garcia-Suarez The Perl 6 specification is still evolving, so don...
2006-12-18 Nicholas Clark Making strict et al propagate into autoloaded subroutin...
2006-12-18 Ilya Zakharevich OS/2: survive SIGCHLD
2006-12-18 Dave Mitchell move parser state into new parser object, PL_parser
2006-12-16 Rafael Garcia-Suarez TODO addition by Jerry D. Hedden.
2006-12-13 Nicholas Clark Eliminate PVBM. Store fast Boyer-Moore tables in PVGV.
2006-12-11 Rafael Garcia-Suarez perlhack.pod nit by Jarkko
2006-12-06 Steve Hay Better fix than #29479 for exporting refcounted_he_chai...
2006-12-06 Yves Orton Re: [PATCH] User pragmas now accessible from B
2006-12-04 Yves Orton Minor pod nit in perlre.
2006-12-04 Yves Orton \R is supposed to mean something else so switch to...
2006-12-02 Jarkko Hietaniemi perltodo.pod: add perlio todos/thinkabouts
2006-12-01 Yves Orton Continue split of perl internal regexp structures from...
2006-11-29 Yves Orton Change in handling of \RNNN inside nested patterns
2006-11-28 Dominic Dunlop Re: [PATCH] perlhack: some portability updates
2006-11-25 Jarkko Hietaniemi perlhack: some portability updates
2006-11-24 Rafael Garcia-Suarez Revert change #29098 (that introduced a new warning,
2006-11-23 Steve Hay Silence VC8's warnings about "unsafe" CRT functions...
2006-11-22 Yves Orton \G with /g results in infinite loop in 5.6 and later
2006-11-21 Rafael Garcia-Suarez Remove assertions.pm review from perltodo
2006-11-21 Rafael Garcia-Suarez Regenerate Changes, add nits in perldelta
2006-11-17 Yves Orton add regmust() to re.pm/re.xs
2006-11-16 Rafael Garcia-Suarez Clarifications to close() docs, pointed out by Peter...
2006-11-15 Rafael Garcia-Suarez FAQ sync
2006-11-15 Yves Orton Re: [PATCH] Fix RT#19049 and add relative backreferences
2006-11-14 Yves Orton Allow negative indexing in recursive patterns
2006-11-13 Rafael Garcia-Suarez Todo (nice to have): an improvement to ~~
2006-11-13 Yves Orton Re: [PATCH] New regex syntax omnibus
2006-11-13 Yves Orton Re: [perl #27053] /^/m doesn't match after a newline...
2006-11-13 Paul Johnson minor nit in binmode docs
2006-11-13 Yves Orton Regex Utility Functions and Substituion Fix (XML::Twig...
2006-11-08 Rafael Garcia-Suarez Change the documentation of the return values of @INC...
2006-11-08 Rafael Garcia-Suarez Regenerate Changes; update perldelta
2006-11-08 Glenn Linderman Re: New version diagnostic breaks a bunch of modules.
2006-11-07 Rafael Garcia-Suarez More notes in perldelta
2006-11-07 Rafael Garcia-Suarez Forbid using tainted formats in printf and sprintf
2006-11-07 Yves Orton New regex syntax omnibus
2006-11-04 SADAHIRO Tomoyuki Re: [perl #40641] crash with unicode characters in...
2006-11-03 Gisle Aas Typo fixes by Hendrik Maryns.
2006-11-02 Rafael Garcia-Suarez Fix case in external pod link
2006-11-02 Yves Orton Add more backtracking control verbs to regex engine...
2006-11-02 Gisle Aas Re: $, and say
2006-11-01 Yves Orton Add a commit verb to regex engine to allow fine tuning...
2006-10-31 Rafael Garcia-Suarez Make S_readpipe_override() compile with threads; regene...
2006-10-31 Rafael Garcia-Suarez Make readpipe() overridable (and also `` and qx//)
2006-10-31 Rafael Garcia-Suarez Remove duplicated entries
2006-10-30 Yves Orton The second patch from:
2006-10-30 Rafael Garcia-Suarez Mention that field hashes are for inside-out objects
2006-10-30 Rafael Garcia-Suarez Update perldelta with changes up to 28867
2006-10-30 Christian Winter Re: Closures with named subs
2006-10-30 Rafael Garcia-Suarez In vim, modelines are not taken into account if they...
2006-10-29 Nicholas Clark Modify autodoc.pl to add read-only editor boilerplate...
2006-10-29 Nicholas Clark Add the note from change 25773 about auditing for destr...
2006-10-29 Nicholas Clark I shrunk struct context, so remove it from perltodo.
2006-10-26 Rafael Garcia-Suarez Document the new (?FAIL) assertion (Yves Orton)
2006-10-26 SADAHIRO Tomoyuki Re: [perl #40583] sprintf "%#04X" also uppercases the...
2006-10-25 Rafael Garcia-Suarez I'll finally get it right. (thanks to Sadahiro Tomoyuki)
2006-10-25 Rafael Garcia-Suarez Fix nit in previous patch, spotted by Gisle
2006-10-25 Nicholas Clark Add a %B sprintf format
2006-10-25 Rafael Garcia-Suarez Document that warnings.pm doesn't load Carp anymore
2006-10-24 SADAHIRO Tomoyuki New UTF-8 warning : Variable length character upgraded...
2006-10-23 Rafael Garcia-Suarez Document that the %#X printf format prefixes the output...
2006-10-23 Rafael Garcia-Suarez Some notes about the recent changes in perldelta
2006-10-19 H.Merijn Brand <tr> isnb't the same as C<tr>, and <tr> looks so stupid...
2006-10-19 Rafael Garcia-Suarez Trim perltodo.
2006-10-19 Alexander Gough stab at UNITCHECK blocks
2006-10-19 Rafael Garcia-Suarez Adjust documentation for previous change
2006-10-18 Rafael Garcia-Suarez Document _ prototype in perlsub
2006-10-18 Rafael Garcia-Suarez Fix prototype to mimic built-in in perlsub examples
2006-10-18 Rafael Garcia-Suarez FAQ sync
2006-10-17 SADAHIRO Tomoyuki Re: [PATCH] remove leaveit from toke.c:scan_const
2006-10-16 Rafael Garcia-Suarez The "Unrecognized escape" warning can now be emitted...
2006-10-16 SADAHIRO Tomoyuki remove leaveit from toke.c:scan_const
2006-10-16 SADAHIRO Tomoyuki Re: sprintf 64 test
2006-10-13 Nicholas Clark Correct one "parenthesis" to "parentheses".
2006-10-13 Rafael Garcia-Suarez Fix nit in possessive quantifier descriptions.
2006-10-13 Yves Orton Add possessive quantifiers to regex engine.
2006-10-12 Yves Orton More regexp documentation
2006-10-12 Yves Orton Add Regex conditionals. Various bugfixes. More tests.
2006-10-10 Yves Orton Regexp Recurse by name.
2006-10-09 Rafael Garcia-Suarez Update perldelta for recent regexp changes, based on...
2006-10-09 Rafael Garcia-Suarez Add perl595delta
2006-10-08 Rafael Garcia-Suarez Clarifications on the usage of setlocale() and LC_NUMER...
2006-10-07 Yves Orton Re: [PATCH] Initial attempt at named captures for perls...
2006-10-05 Steve Peters Fix a few pod nits in perlre.
2006-10-05 Yves Orton Re: [PATCH] Add recursive regexes similar to PCRE
2006-10-03 Jarkko Hietaniemi const sv_reftype
2006-10-02 H.Merijn Brand doc typo change on jhi's request
2006-10-02 Jarkko Hietaniemi perldiag.pod: followup on the PerlIO::scalar patch
2006-09-29 Jarkko Hietaniemi PerlIO::scalar (aka open(my $fh, >\$foo)): zero-filling...
2006-09-28 Jarkko Hietaniemi reentr reshuffle
2006-09-25 Rafael Garcia-Suarez Remove three X<...> that cannot be handled by pod2text...
2006-09-25 David Landgren perlref clarification (was: Re: Is this a bug or a...
2006-09-21 SADAHIRO Tomoyuki Re: \N{...} in regular expression [PATCH]
2006-09-19 Yves Orton Re: \N{...} in regular expression [PATCH]
next