| Commit message (Expand) | Author | Age | Files | Lines |
* | Add support for /k modfier for matching along with ${^PREMATCH}, ${^MATCH}, $... | Yves Orton | 2007-01-15 | 3 | -9/+52 |
* | Re: Memory...growing, and growing | Marvin Humphrey | 2007-01-14 | 1 | -0/+4 |
* | TODO: yada yada yada | Rafael Garcia-Suarez | 2007-01-13 | 1 | -0/+10 |
* | perlthrtut.pod (based on perl-current@29766) | Wolfgang Laun | 2007-01-13 | 1 | -8/+11 |
* | trivia in perlthrtut.pod | Wolfgang Laun | 2007-01-12 | 1 | -7/+7 |
* | Add Regexp::Keep \K functionality to regex engine as well as add \v and \V, c... | Yves Orton | 2007-01-11 | 2 | -8/+60 |
* | PATCH: perlfunc.pod / warn | Peter Scott | 2007-01-10 | 1 | -2/+2 |
* | Re: [perl #41215] % on scalars sometimes throws away fractions | SADAHIRO Tomoyuki | 2007-01-10 | 1 | -2/+10 |
* | Mention -C on #! line in perltodo. Remove some trailing whitespace that | Nicholas Clark | 2007-01-08 | 1 | -2/+9 |
* | Change the API doc for some of the SvXXX testing macros. | Rafael Garcia-Suarez | 2007-01-08 | 1 | -24/+24 |
* | Re: [PATCH] Change implementation of %+ to use a proper tied hash interface a... | Yves Orton | 2007-01-04 | 3 | -2/+49 |
* | Add note to perltodo.pod about Unicode and file globbing | Jan Dubois | 2007-01-04 | 1 | -0/+5 |
* | Copying to FORMATs should work (and not fail assertions if the value | Nicholas Clark | 2007-01-02 | 1 | -0/+5 |
* | Symbian port: add Series 90 support | Jarkko Hietaniemi | 2007-01-01 | 1 | -1/+1 |
* | I failed to run regen.pl to propagate my pad.c changes to perlintern.pod | Nicholas Clark | 2006-12-29 | 1 | -12/+12 |
* | Cannot use a L<> within a preformatted section of a Pod document. | Steve Peters | 2006-12-26 | 1 | -1/+1 |
* | Re: Named-capture regex syntax | Yves Orton | 2006-12-25 | 2 | -9/+56 |
* | The PERLIO environment variable, when unset, doesn't default to :stdio. | Rafael Garcia-Suarez | 2006-12-24 | 1 | -1/+2 |
* | The Perl 6 specification is still evolving, so don't refer to it. | Rafael Garcia-Suarez | 2006-12-22 | 1 | -10/+3 |
* | Making strict et al propagate into autoloaded subroutines seems a | Nicholas Clark | 2006-12-18 | 1 | -0/+17 |
* | OS/2: survive SIGCHLD | Ilya Zakharevich | 2006-12-18 | 1 | -0/+8 |
* | move parser state into new parser object, PL_parser | Dave Mitchell | 2006-12-18 | 2 | -1/+3 |
* | TODO addition by Jerry D. Hedden. | Rafael Garcia-Suarez | 2006-12-16 | 1 | -0/+2 |
* | Eliminate PVBM. Store fast Boyer-Moore tables in PVGV. | Nicholas Clark | 2006-12-13 | 1 | -9/+0 |
* | perlhack.pod nit by Jarkko | Rafael Garcia-Suarez | 2006-12-11 | 1 | -2/+2 |
* | Better fix than #29479 for exporting refcounted_he_chain_2hv | Steve Hay | 2006-12-06 | 2 | -14/+11 |
* | Re: [PATCH] User pragmas now accessible from B | Yves Orton | 2006-12-06 | 2 | -11/+14 |
* | Minor pod nit in perlre. | Yves Orton | 2006-12-04 | 1 | -2/+2 |
* | \R is supposed to mean something else so switch to \g and make it more useful... | Yves Orton | 2006-12-04 | 3 | -18/+29 |
* | perltodo.pod: add perlio todos/thinkabouts | Jarkko Hietaniemi | 2006-12-02 | 1 | -0/+15 |
* | Continue split of perl internal regexp structures from ones that are engine s... | Yves Orton | 2006-12-01 | 1 | -118/+213 |
* | Change in handling of \RNNN inside nested patterns | Yves Orton | 2006-11-29 | 1 | -5/+14 |
* | Re: [PATCH] perlhack: some portability updates | Dominic Dunlop | 2006-11-28 | 1 | -1/+1 |
* | perlhack: some portability updates | Jarkko Hietaniemi | 2006-11-25 | 1 | -32/+41 |
* | Revert change #29098 (that introduced a new warning, | Rafael Garcia-Suarez | 2006-11-24 | 2 | -18/+0 |
* | Silence VC8's warnings about "unsafe" CRT functions and POSIX CRT | Steve Hay | 2006-11-23 | 1 | -0/+23 |
* | \G with /g results in infinite loop in 5.6 and later | Yves Orton | 2006-11-22 | 2 | -11/+21 |
* | Remove assertions.pm review from perltodo | Rafael Garcia-Suarez | 2006-11-21 | 1 | -21/+0 |
* | Regenerate Changes, add nits in perldelta | Rafael Garcia-Suarez | 2006-11-21 | 1 | -0/+5 |
* | add regmust() to re.pm/re.xs | Yves Orton | 2006-11-17 | 1 | -30/+11 |
* | Clarifications to close() docs, pointed out by Peter Dintelmann | Rafael Garcia-Suarez | 2006-11-16 | 1 | -4/+5 |
* | FAQ sync | Rafael Garcia-Suarez | 2006-11-15 | 7 | -95/+122 |
* | Re: [PATCH] Fix RT#19049 and add relative backreferences | Yves Orton | 2006-11-15 | 4 | -4/+42 |
* | Allow negative indexing in recursive patterns | Yves Orton | 2006-11-14 | 1 | -5/+19 |
* | Todo (nice to have): an improvement to ~~ | Rafael Garcia-Suarez | 2006-11-13 | 1 | -4/+5 |
* | Re: [PATCH] New regex syntax omnibus | Yves Orton | 2006-11-13 | 2 | -100/+164 |
* | Re: [perl #27053] /^/m doesn't match after a newline at the end of the string | Yves Orton | 2006-11-13 | 1 | -1/+2 |
* | minor nit in binmode docs | Paul Johnson | 2006-11-13 | 1 | -2/+2 |
* | Regex Utility Functions and Substituion Fix (XML::Twig core dump) | Yves Orton | 2006-11-13 | 1 | -7/+23 |
* | Change the documentation of the return values of @INC-hooks to match | Rafael Garcia-Suarez | 2006-11-08 | 1 | -9/+3 |