Re: Math::BigInt 1.87 problems? Re: FAIL DBI-1.56 i686-linux 2.4.27-3-686 [PATCH]
[p5sagit/p5-mst-13.2.git] / pod /
2007-06-18 Rafael Garcia-Suarez Remove PERL_MAGIC_mutex
2007-06-18 Ævar Arnfjörð Bjar... perlreapi.pod documentation for flags & cleanup
2007-06-18 Ævar Arnfjörð Bjar... POD Alignment for the magic table in perlapi.pod
2007-06-18 Ævar Arnfjörð Bjar... SvRX() and SvRXOK() macros
2007-06-17 Adriano Ferreira [DOC PATCH] Pod nits in doc/perlpodspec.pod
2007-06-14 Rafael Garcia-Suarez Update Changes.
2007-06-12 Jarkko Hietaniemi perltodo: more vtable musings
2007-06-11 Rafael Garcia-Suarez Doc adjustments for the number localization and setloca...
2007-06-08 Rafael Garcia-Suarez encoding.pm doesn't give any details about ${^ENCODING},
2007-06-06 Ævar Arnfjörð Bjar... Re: [PATCH] Callbacks for named captures (%+ and %-)
2007-06-05 Rafael Garcia-Suarez There is no more a ~~ feature, noticed by Moritz Lenz
2007-06-05 Rafael Garcia-Suarez Remove support for assertions and -A
2007-06-01 Brad Baxter [perl #43094] Doc patch to perlre: modifiers => quantifiers
2007-05-31 Rafael Garcia-Suarez Dave remarks that I have been too terse here.
2007-05-29 Rafael Garcia-Suarez Mention that last bugfix in perldelta
2007-05-29 Jarkko Hietaniemi perltodo tweak on virtualizing OS/FS access
2007-05-28 Rafael Garcia-Suarez Several POD fixes by Jonathan Stowe
2007-05-28 Rafael Garcia-Suarez Mention new lexical pragmas big* in perldelta
2007-05-28 Rafael Garcia-Suarez Update outdated example
2007-05-26 Rafael Garcia-Suarez Bad orientation in doc, noticed by Jan Dubois.
2007-05-25 Rafael Garcia-Suarez \R can't be used in a char class
2007-05-25 Rafael Garcia-Suarez Document new escapes in perldelta
2007-05-25 Rafael Garcia-Suarez Document that ptardiff needs Text::Diff
2007-05-25 Rafael Garcia-Suarez Document cpanp and cpan2dist
2007-05-24 Rafael Garcia-Suarez Doc nits by Steven Schubiger
2007-05-24 Rafael Garcia-Suarez perldelta additions suggested by Steve Hay
2007-05-23 Rafael Garcia-Suarez Perldelta nit by Brandon Black
2007-05-22 Rafael Garcia-Suarez Update perldelta
2007-05-20 Dave Mitchell delete thrdvar.h and move its contents to intrpvar.h
2007-05-20 Ævar Arnfjörð Bjar... Minor perlreapi.pod cleanup
2007-05-17 Jarkko Hietaniemi todos for perl 5.12
2007-05-10 Steve Peters Fix Pod nit in perlfunc
2007-05-10 Marc Lehmann Re: Compress::Zlib, pack "C" and utf-8 [PATCH]
2007-05-10 Rafael Garcia-Suarez Regarding precedence, filetest operators are the same...
2007-05-04 David Leadbeater Documentation fixes for EGID/GID confusion
2007-05-03 Ævar Arnfjörð Bjar... FETCH/STORE/LENGTH callbacks for numbered capture variables
2007-05-02 Ævar Arnfjörð Bjar... When FETCHSIZE returns <0 perl segfaults
2007-05-02 Jerry D. Hedden Remove ext/Thread
2007-04-30 Rafael Garcia-Suarez Two new manpages, by Abigail
2007-04-30 Brandon Black Re: mro status, etc
2007-04-30 Ævar Arnfjörð Bjar... Re: [PATCH] Cleanup of the regexp API
2007-04-27 Rafael Garcia-Suarez Reindent bash functions properly
2007-04-26 Brandon Black Fix mro docs.
2007-04-25 Alexandr Ciornii perlre.pod spellcheck
2007-04-25 Rafael Garcia-Suarez perlguts nit, found by Jerry D. Hedden
2007-04-24 Rafael Garcia-Suarez Remove the code that handles assignment to state variables
2007-04-23 Nicholas Clark More variable reordering saves another 40 bytes from...
2007-04-23 Ævar Arnfjörð Bjar... Re: [PATCH (incomplete)] Make regcomp use SV* sv, inste...
2007-04-23 Yves Orton Change meaning of \v, \V, and add \h, \H to match Perl6...
2007-04-21 Nicholas Clark Where possible, use SvIV instead of SvIVX, SvNV instead...
2007-04-20 Rafael Garcia-Suarez Additions to perldiag for MRO, by Brandon Black.
2007-04-19 Brandon Black Re: new C3 MRO patch
2007-04-16 Jerry D. Hedden Re: [PATCH] Mention sorting MANIFEST in perlhack.pod
2007-04-14 Abigail Typo in =item say
2007-04-12 Rafael Garcia-Suarez Run buildtoc --build-all
2007-04-12 Rafael Garcia-Suarez Add the perlreapi man page, by Ævar Arnfjörð Bjarmason
2007-04-12 Ævar Arnfjörð Bjar... Re: [PATCH] perlreguts.pod: use the unicode name for...
2007-04-11 Nicholas Clark Run pod/buildtoc --build-all
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
next