Test for the qr// construct
[p5sagit/p5-mst-13.2.git] / pod /
2007-04-04 Yves Orton Re: pmdynflags and thread safety
2007-04-02 Nicholas Clark Add a new compile option PERL_DEBUG_READONLY_OPS which...
2007-04-02 Christian Winter perlfunc.pod: Lexical visibility hint in require docu
2007-03-30 Rafael Garcia-Suarez Add two deprecation warnings:
2007-03-28 John P. Linderman : perlguts.pod
2007-03-27 Jarkko Hietaniemi util.c [PATCH] perlhack.pod (Was: Re: threads crashes...
2007-03-24 Rafael Garcia-Suarez Make readline() default to *ARGV.
2007-03-24 Rafael Garcia-Suarez Make readpipe default to $_
2007-03-23 Rafael Garcia-Suarez PerlFAQ sync.
2007-03-22 Rafael Garcia-Suarez Misc. L<> fixes in core docs : don't link to man pages;
2007-03-22 Rafael Garcia-Suarez Fix a broken link and a meaningless phrase in perldebguts
2007-03-22 Rafael Garcia-Suarez Remove references to perlcc from the core docs.
2007-03-20 Rafael Garcia-Suarez More nits in the PERL5LIB docs, suggested by Andreas.
2007-03-20 Yves Orton feel the the baß (encoding problems in the regex engine)
2007-03-19 Rafael Garcia-Suarez Better wording for the return value of select()
2007-03-19 Rafael Garcia-Suarez More adjustments to the PERL5LIB docs by Rick
2007-03-19 Andreas J. Koenig Re: Composing @INC from PERL5LIB
2007-03-19 Marvin Humphrey Re: perlreguts: Copy-editing and wishlist
2007-03-19 Rafael Garcia-Suarez Upgrade to version.pm 0.71, by John Peacock
2007-03-14 Wolfgang Laun perlfunc.pod (ref results), perlop.pod (qr// result)
2007-03-12 Rafael Garcia-Suarez Better wording for (?|...) in perlre, from a suggestion...
2007-03-12 Rafael Garcia-Suarez warn() without args doesn't take a default message...
2007-03-09 Rafael Garcia-Suarez Mention Perl::Unsafe::Signals in the core docs en passant.
2007-03-08 Yves Orton Re: [PATCH] Tweaks so that miniperl.exe doesnt croak...
2007-03-08 Rafael Garcia-Suarez Better docs for C<no VERSION>
2007-03-07 Rafael Garcia-Suarez Regenerates internal and external API docs
2007-03-07 Rafael Garcia-Suarez Add the new man page, perlunifaq, in relevant places
2007-03-07 Juerd Waalboer Re: [PATCH] (Re: [PATCH] unicode/utf8 pod)
2007-03-06 Tels Doc patch about PerlIO::encoding:
2007-03-03 Rafael Garcia-Suarez Make use VERSION also load feature.pm
2007-03-02 Rafael Garcia-Suarez More work on perldelta
2007-02-28 Rafael Garcia-Suarez perltodo nit for SelfLoader
2007-02-27 Rafael Garcia-Suarez Rework and fix docs for %+, %- and re::Tie::Hash::Named...
2007-02-26 Nicholas Clark Update the FSF's address. Plus some other whitespace...
2007-02-26 Craig A. Berry In perlport, refine description of eight-level director...
2007-02-24 Craig A. Berry Update descriptions of long-running ops and non-deferrable
2007-02-24 Rafael Garcia-Suarez Indexing and POD fixes
2007-02-24 Wolfgang Laun perlretut.pod, 2nd version
2007-02-20 Rafael Garcia-Suarez A few nits to perlfunc/map.
2007-02-19 Jarkko Hietaniemi blead (honestly :-) g++ with -DPERL_GLOBAL_STRUCT_PRIVA...
2007-02-15 Jerry D. Hedden Use newer 'threads' constructs
2007-02-14 Yves Orton Re: [PATCH] Document that m//k works
2007-02-13 Steve Hay Vadim did the static build change
2007-02-13 Rafael Garcia-Suarez A few more details in perldelta
2007-02-12 Paul Johnson Re: [PATCH - provisional] H. Merijn Brands idea of...
2007-02-12 Nicholas Clark Note why storing a reference as an integer in %^H is...
2007-02-12 Rafael Garcia-Suarez Document that m//k works, by Ævar Arnfjörð Bjarmason
2007-02-12 Rafael Garcia-Suarez FAQ sync
2007-02-10 Andy Dougherty signbit detection (was [perl #39875] -0.0 loses signedn...
2007-02-09 Nicholas Clark Fix Pod errors.
2007-02-09 Nicholas Clark Unknown formatting code U<> spotted by Jesse - presumab...
2007-02-08 Yves Orton Re: [PATCH - provisional] H. Merijn Brands idea of...
2007-02-06 Wolfgang Laun perlop.pod - proposal to add an explanation of \c
2007-02-06 SADAHIRO Tomoyuki current status on Unicode Regular Expressions
2007-02-05 Wolfgang Laun minor improvements for perlre.pod
2007-01-31 Yves Orton Improve regex stringification code
2007-01-26 Nicholas Clark Stop S_incline needing to temporarily write a '\0'...
2007-01-26 Rafael Garcia-Suarez Mention //w in perltodo.
2007-01-25 Nicholas Clark The last parameter to gv_stashpv/gv_stashpvn/gv_stashsv...
2007-01-24 Jan Dubois fix a few references in perlfunc.html
2007-01-24 Jan Dubois Improve documentation PERLIO default value in perlrun.pod
2007-01-22 Nicholas Clark Fix a typo and some doubled spaces in comments.
2007-01-19 Nicholas Clark Yves spotted that I'd not regenerated perlapi.pod when...
2007-01-15 Yves Orton Add support for /k modfier for matching along with...
2007-01-14 Marvin Humphrey Re: Memory...growing, and growing
2007-01-13 Rafael Garcia-Suarez TODO: yada yada yada
2007-01-13 Wolfgang Laun perlthrtut.pod (based on perl-current@29766)
2007-01-12 Wolfgang Laun trivia in perlthrtut.pod
2007-01-11 Yves Orton Add Regexp::Keep \K functionality to regex engine as...
2007-01-10 Peter Scott PATCH: perlfunc.pod / warn
2007-01-10 SADAHIRO Tomoyuki Re: [perl #41215] % on scalars sometimes throws away...
2007-01-08 Nicholas Clark Mention -C on #! line in perltodo. Remove some trailing...
2007-01-08 Rafael Garcia-Suarez Change the API doc for some of the SvXXX testing macros.
2007-01-04 Yves Orton Re: [PATCH] Change implementation of %+ to use a proper...
2007-01-04 Jan Dubois Add note to perltodo.pod about Unicode and file globbing
2007-01-02 Nicholas Clark Copying to FORMATs should work (and not fail assertions...
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
next