| Commit message (Expand) | Author | Age | Files | Lines |
* | todos for perl 5.12 | Jarkko Hietaniemi | 2007-05-17 | 1 | -4/+41 |
* | Fix Pod nit in perlfunc | Steve Peters | 2007-05-10 | 1 | -1/+1 |
* | Re: Compress::Zlib, pack "C" and utf-8 [PATCH] | Marc Lehmann | 2007-05-10 | 1 | -4/+3 |
* | Regarding precedence, filetest operators are the same than | Rafael Garcia-Suarez | 2007-05-10 | 1 | -2/+1 |
* | Documentation fixes for EGID/GID confusion | David Leadbeater | 2007-05-04 | 1 | -1/+3 |
* | FETCH/STORE/LENGTH callbacks for numbered capture variables | Ævar Arnfjörð Bjarmason | 2007-05-03 | 1 | -22/+100 |
* | When FETCHSIZE returns <0 perl segfaults | Ævar Arnfjörð Bjarmason | 2007-05-02 | 1 | -0/+5 |
* | Remove ext/Thread | Jerry D. Hedden | 2007-05-02 | 3 | -13/+5 |
* | Two new manpages, by Abigail | Rafael Garcia-Suarez | 2007-04-30 | 3 | -0/+1055 |
* | Re: mro status, etc | Brandon Black | 2007-04-30 | 4 | -21/+88 |
* | Re: [PATCH] Cleanup of the regexp API | Ævar Arnfjörð Bjarmason | 2007-04-30 | 1 | -35/+53 |
* | Reindent bash functions properly | Rafael Garcia-Suarez | 2007-04-27 | 1 | -13/+13 |
* | Fix mro docs. | Brandon Black | 2007-04-26 | 2 | -0/+112 |
* | perlre.pod spellcheck | Alexandr Ciornii | 2007-04-25 | 1 | -4/+4 |
* | perlguts nit, found by Jerry D. Hedden | Rafael Garcia-Suarez | 2007-04-25 | 1 | -1/+1 |
* | Remove the code that handles assignment to state variables | Rafael Garcia-Suarez | 2007-04-24 | 3 | -30/+5 |
* | More variable reordering saves another 40 bytes from the interpreter | Nicholas Clark | 2007-04-23 | 1 | -31/+0 |
* | Re: [PATCH (incomplete)] Make regcomp use SV* sv, instead of char* exp, char*... | Ævar Arnfjörð Bjarmason | 2007-04-23 | 1 | -7/+24 |
* | Change meaning of \v, \V, and add \h, \H to match Perl6, add \R to match PCRE... | Yves Orton | 2007-04-23 | 1 | -3/+15 |
* | Where possible, use SvIV instead of SvIVX, SvNV instead of SvNVX, | Nicholas Clark | 2007-04-21 | 1 | -7/+11 |
* | Additions to perldiag for MRO, by Brandon Black. | Rafael Garcia-Suarez | 2007-04-20 | 1 | -2/+40 |
* | Re: new C3 MRO patch | Brandon Black | 2007-04-19 | 1 | -1/+1 |
* | Re: [PATCH] Mention sorting MANIFEST in perlhack.pod | Jerry D. Hedden | 2007-04-16 | 1 | -2/+4 |
* | Typo in =item say | Abigail | 2007-04-14 | 1 | -1/+1 |
* | Run buildtoc --build-all | Rafael Garcia-Suarez | 2007-04-12 | 1 | -91/+58 |
* | Add the perlreapi man page, by Ãvar Arnfjörð Bjarmason | Rafael Garcia-Suarez | 2007-04-12 | 3 | -289/+538 |
* | Re: [PATCH] perlreguts.pod: use the unicode name for ß and show the codepoint | Ævar Arnfjörð Bjarmason | 2007-04-12 | 1 | -2/+2 |
* | Run pod/buildtoc --build-all | Nicholas Clark | 2007-04-11 | 1 | -1276/+4479 |
* | Re: pmdynflags and thread safety | Yves Orton | 2007-04-04 | 2 | -16/+22 |
* | Add a new compile option PERL_DEBUG_READONLY_OPS which marks the optree | Nicholas Clark | 2007-04-02 | 1 | -0/+39 |
* | perlfunc.pod: Lexical visibility hint in require docu | Christian Winter | 2007-04-02 | 1 | -2/+3 |
* | Add two deprecation warnings: | Rafael Garcia-Suarez | 2007-03-30 | 1 | -0/+14 |
* | : perlguts.pod | John P. Linderman | 2007-03-28 | 1 | -4/+4 |
* | util.c [PATCH] perlhack.pod (Was: Re: threads crashes in Tru64) | Jarkko Hietaniemi | 2007-03-27 | 1 | -0/+16 |
* | Make readline() default to *ARGV. | Rafael Garcia-Suarez | 2007-03-24 | 1 | -6/+9 |
* | Make readpipe default to $_ | Rafael Garcia-Suarez | 2007-03-24 | 1 | -0/+3 |
* | PerlFAQ sync. | Rafael Garcia-Suarez | 2007-03-23 | 9 | -33/+25 |
* | Misc. L<> fixes in core docs : don't link to man pages; | Rafael Garcia-Suarez | 2007-03-22 | 3 | -7/+7 |
* | Fix a broken link and a meaningless phrase in perldebguts | Rafael Garcia-Suarez | 2007-03-22 | 1 | -3/+2 |
* | Remove references to perlcc from the core docs. | Rafael Garcia-Suarez | 2007-03-22 | 4 | -21/+6 |
* | More nits in the PERL5LIB docs, suggested by Andreas. | Rafael Garcia-Suarez | 2007-03-20 | 1 | -1/+2 |
* | feel the the baà (encoding problems in the regex engine) | Yves Orton | 2007-03-20 | 1 | -14/+25 |
* | Better wording for the return value of select() | Rafael Garcia-Suarez | 2007-03-19 | 1 | -2/+2 |
* | More adjustments to the PERL5LIB docs by Rick | Rafael Garcia-Suarez | 2007-03-19 | 1 | -7/+3 |
* | Re: Composing @INC from PERL5LIB | Andreas J. Koenig | 2007-03-19 | 1 | -4/+10 |
* | Re: perlreguts: Copy-editing and wishlist | Marvin Humphrey | 2007-03-19 | 1 | -29/+29 |
* | Upgrade to version.pm 0.71, by John Peacock | Rafael Garcia-Suarez | 2007-03-19 | 1 | -3/+4 |
* | perlfunc.pod (ref results), perlop.pod (qr// result) | Wolfgang Laun | 2007-03-14 | 2 | -1/+13 |
* | Better wording for (?|...) in perlre, from a suggestion by Ruud. | Rafael Garcia-Suarez | 2007-03-12 | 1 | -5/+3 |
* | warn() without args doesn't take a default message in $_, but in $@ | Rafael Garcia-Suarez | 2007-03-12 | 1 | -1/+1 |