Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | regexp flags =~ s/k/p/ | Rafael Garcia-Suarez | 2007-07-04 | 1 | -2/+2 |
* | Forbid \g0. (tests coming later) | Rafael Garcia-Suarez | 2007-07-03 | 1 | -0/+7 |
* | /p vs (?p) | Abigail | 2007-06-30 | 1 | -7/+3 |
* | Small pod fix | Rafael Garcia-Suarez | 2007-06-29 | 1 | -1/+1 |
* | Rename various regex defined so that they have distinct prefixes based on the... | Yves Orton | 2007-06-28 | 1 | -14/+14 |
* | Move the RXf_WHITE logic for split " " into the regex engine | Ævar Arnfjörð Bjarmason | 2007-06-28 | 1 | -17/+21 |
* | Apply doc suggestion from: | Danny Rathjens | 2007-06-25 | 1 | -6/+6 |
* | PerlFAQ sync. | Rafael Garcia-Suarez | 2007-06-25 | 6 | -276/+338 |
* | s/\bunicode\b/Unicode/; # For everything not dual life | Nicholas Clark | 2007-06-24 | 7 | -11/+11 |
* | perlopentut | Peter Dintelmann | 2007-06-22 | 1 | -3/+3 |
* | pod/perlhack.pod where to go for information about smoke testing | Gabor Szabo | 2007-06-21 | 1 | -2/+8 |
* | A first stab at making perlreref.pod up to date | Rafael Garcia-Suarez | 2007-06-20 | 1 | -49/+64 |
* | Fix docs for \u ; plus a POD formatting nit | Rafael Garcia-Suarez | 2007-06-20 | 1 | -4/+5 |
* | Regen pods | Rafael Garcia-Suarez | 2007-06-18 | 2 | -976/+1548 |
* | Remove PERL_MAGIC_mutex | Rafael Garcia-Suarez | 2007-06-18 | 1 | -1/+0 |
* | perlreapi.pod documentation for flags & cleanup | Ævar Arnfjörð Bjarmason | 2007-06-18 | 1 | -70/+95 |
* | POD Alignment for the magic table in perlapi.pod | Ævar Arnfjörð Bjarmason | 2007-06-18 | 1 | -48/+48 |
* | SvRX() and SvRXOK() macros | Ævar Arnfjörð Bjarmason | 2007-06-18 | 2 | -14/+48 |
* | [DOC PATCH] Pod nits in doc/perlpodspec.pod | Adriano Ferreira | 2007-06-17 | 1 | -2/+2 |
* | Update Changes. | Rafael Garcia-Suarez | 2007-06-14 | 1 | -0/+7 |
* | perltodo: more vtable musings | Jarkko Hietaniemi | 2007-06-12 | 1 | -8/+14 |
* | Doc adjustments for the number localization and setlocale(). | Rafael Garcia-Suarez | 2007-06-11 | 1 | -9/+9 |
* | encoding.pm doesn't give any details about ${^ENCODING}, | Rafael Garcia-Suarez | 2007-06-08 | 1 | -2/+1 |
* | Re: [PATCH] Callbacks for named captures (%+ and %-) | Ævar Arnfjörð Bjarmason | 2007-06-06 | 1 | -49/+116 |
* | There is no more a ~~ feature, noticed by Moritz Lenz | Rafael Garcia-Suarez | 2007-06-05 | 1 | -4/+2 |
* | Remove support for assertions and -A | Rafael Garcia-Suarez | 2007-06-05 | 5 | -31/+0 |
* | [perl #43094] Doc patch to perlre: modifiers => quantifiers | Brad Baxter | 2007-06-01 | 1 | -4/+4 |
* | Dave remarks that I have been too terse here. | Rafael Garcia-Suarez | 2007-05-31 | 1 | -1/+2 |
* | Mention that last bugfix in perldelta | Rafael Garcia-Suarez | 2007-05-29 | 1 | -0/+3 |
* | perltodo tweak on virtualizing OS/FS access | Jarkko Hietaniemi | 2007-05-29 | 1 | -12/+17 |
* | Several POD fixes by Jonathan Stowe | Rafael Garcia-Suarez | 2007-05-28 | 1 | -4/+4 |
* | Mention new lexical pragmas big* in perldelta | Rafael Garcia-Suarez | 2007-05-28 | 1 | -0/+5 |
* | Update outdated example | Rafael Garcia-Suarez | 2007-05-28 | 1 | -2/+1 |
* | Bad orientation in doc, noticed by Jan Dubois. | Rafael Garcia-Suarez | 2007-05-26 | 1 | -1/+1 |
* | \R can't be used in a char class | Rafael Garcia-Suarez | 2007-05-25 | 1 | -1/+1 |
* | Document new escapes in perldelta | Rafael Garcia-Suarez | 2007-05-25 | 1 | -0/+9 |
* | Document that ptardiff needs Text::Diff | Rafael Garcia-Suarez | 2007-05-25 | 1 | -1/+3 |
* | Document cpanp and cpan2dist | Rafael Garcia-Suarez | 2007-05-25 | 2 | -1/+18 |
* | Doc nits by Steven Schubiger | Rafael Garcia-Suarez | 2007-05-24 | 1 | -3/+3 |
* | perldelta additions suggested by Steve Hay | Rafael Garcia-Suarez | 2007-05-24 | 1 | -0/+16 |
* | Perldelta nit by Brandon Black | Rafael Garcia-Suarez | 2007-05-23 | 1 | -0/+9 |
* | Update perldelta | Rafael Garcia-Suarez | 2007-05-22 | 1 | -1/+62 |
* | delete thrdvar.h and move its contents to intrpvar.h | Dave Mitchell | 2007-05-20 | 3 | -153/+153 |
* | Minor perlreapi.pod cleanup | Ævar Arnfjörð Bjarmason | 2007-05-20 | 1 | -41/+31 |
* | 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 |