| Commit message (Expand) | Author | Age | Files | Lines |
* | For now, forbid all list assignment initialisation of state variables, | Nicholas Clark | 2007-09-08 | 1 | -0/+7 |
* | Make 'state $$' etc report 'Can't use global $$ in "state"' (not "my") | Nicholas Clark | 2007-09-08 | 1 | -1/+1 |
* | Update perldiag.pod to mention "state" in all places where state | Nicholas Clark | 2007-09-08 | 1 | -9/+9 |
* | Improved error messages for new comers and non-English speakers | Gabor Szabo | 2007-09-02 | 1 | -4/+4 |
* | Re: [PATCH] Adding more information to "Unrecognized character" error in toke.c | Claes Jacobsson | 2007-08-10 | 1 | -3/+3 |
* | More terminology updates for warnings | Rafael Garcia-Suarez | 2007-07-12 | 1 | -1/+5 |
* | Better wording, suggested by Eric Cholet. | Rafael Garcia-Suarez | 2007-07-11 | 1 | -1/+1 |
* | Turn the "$# / $* is no longer supported" warnings into | Rafael Garcia-Suarez | 2007-07-11 | 1 | -2/+2 |
* | Forbid \g0. (tests coming later) | Rafael Garcia-Suarez | 2007-07-03 | 1 | -0/+7 |
* | s/\bunicode\b/Unicode/; # For everything not dual life | Nicholas Clark | 2007-06-24 | 1 | -1/+1 |
* | Remove support for assertions and -A | Rafael Garcia-Suarez | 2007-06-05 | 1 | -5/+0 |
* | When FETCHSIZE returns <0 perl segfaults | Ævar Arnfjörð Bjarmason | 2007-05-02 | 1 | -0/+5 |
* | Remove the code that handles assignment to state variables | Rafael Garcia-Suarez | 2007-04-24 | 1 | -10/+0 |
* | Additions to perldiag for MRO, by Brandon Black. | Rafael Garcia-Suarez | 2007-04-20 | 1 | -2/+40 |
* | Add two deprecation warnings: | Rafael Garcia-Suarez | 2007-03-30 | 1 | -0/+14 |
* | warn() without args doesn't take a default message in $_, but in $@ | Rafael Garcia-Suarez | 2007-03-12 | 1 | -1/+1 |
* | Re: [PATCH] (Re: [PATCH] unicode/utf8 pod) | Juerd Waalboer | 2007-03-07 | 1 | -5/+12 |
* | Copying to FORMATs should work (and not fail assertions if the value | Nicholas Clark | 2007-01-02 | 1 | -0/+5 |
* | Re: Named-capture regex syntax | Yves Orton | 2006-12-25 | 1 | -0/+5 |
* | OS/2: survive SIGCHLD | Ilya Zakharevich | 2006-12-18 | 1 | -0/+8 |
* | \R is supposed to mean something else so switch to \g and make it more useful... | Yves Orton | 2006-12-04 | 1 | -3/+6 |
* | Revert change #29098 (that introduced a new warning, | Rafael Garcia-Suarez | 2006-11-24 | 1 | -12/+0 |
* | \G with /g results in infinite loop in 5.6 and later | Yves Orton | 2006-11-22 | 1 | -6/+4 |
* | Re: [PATCH] Fix RT#19049 and add relative backreferences | Yves Orton | 2006-11-15 | 1 | -0/+10 |
* | New regex syntax omnibus | Yves Orton | 2006-11-07 | 1 | -0/+28 |
* | Re: [perl #40641] crash with unicode characters in regex comment | SADAHIRO Tomoyuki | 2006-11-04 | 1 | -0/+9 |
* | The second patch from: | Yves Orton | 2006-10-30 | 1 | -11/+56 |
* | New UTF-8 warning : Variable length character upgraded in print. | SADAHIRO Tomoyuki | 2006-10-24 | 1 | -0/+12 |
* | stab at UNITCHECK blocks | Alexander Gough | 2006-10-19 | 1 | -3/+3 |
* | Re: [PATCH] remove leaveit from toke.c:scan_const | SADAHIRO Tomoyuki | 2006-10-17 | 1 | -6/+7 |
* | The "Unrecognized escape" warning can now be emitted in category | Rafael Garcia-Suarez | 2006-10-16 | 1 | -1/+1 |
* | doc typo change on jhi's request | H.Merijn Brand | 2006-10-02 | 1 | -2/+2 |
* | perldiag.pod: followup on the PerlIO::scalar patch | Jarkko Hietaniemi | 2006-10-02 | 1 | -2/+5 |
* | PerlIO::scalar (aka open(my $fh, >\$foo)): zero-filling seekand don't talk to... | Jarkko Hietaniemi | 2006-09-29 | 1 | -4/+4 |
* | Re: \N{...} in regular expression [PATCH] | Yves Orton | 2006-09-19 | 1 | -0/+15 |
* | Typo fix in perldiag | Rafael Garcia-Suarez | 2006-08-14 | 1 | -1/+1 |
* | Error in the formulation of the new warning, spotted by Dominic Dunlop | Rafael Garcia-Suarez | 2006-07-06 | 1 | -1/+1 |
* | Add a new warning, "State variable %s will be reinitialized" | Rafael Garcia-Suarez | 2006-07-06 | 1 | -0/+10 |
* | Mention state variables in perldiag. Add switch-related keywords | Rafael Garcia-Suarez | 2006-07-06 | 1 | -1/+6 |
* | Re: [PATCH DOC] Three minor fixes related to perlop | Daniel Frederick Crisman | 2006-06-12 | 1 | -1/+1 |
* | If constant folding fails, don't fold constants, rather than reporting | Nicholas Clark | 2006-03-27 | 1 | -0/+5 |
* | Make usage of :unique emit a deprecation warning. | Rafael Garcia-Suarez | 2006-03-14 | 1 | -2/+1 |
* | Yitzchak points out that the perldiag entry for "Integer overflow in | Rafael Garcia-Suarez | 2006-02-20 | 1 | -10/+0 |
* | perldiag.pod patching re: integer overflow | Andy Lester | 2006-02-13 | 1 | -6/+6 |
* | In perldiag.pod add an entry for the error message that change 27155 | Nicholas Clark | 2006-02-11 | 1 | -0/+10 |
* | The message "Can't upgrade that kind of scalar" can be far more | Nicholas Clark | 2006-02-05 | 1 | -1/+1 |
* | Remove "Can't upgrade to undef" from perldiag, as the corresponding | Nicholas Clark | 2006-02-05 | 1 | -6/+0 |
* | Make dump and -u croak on Win32 and Cygwin to avoid confusion | Yves Orton | 2006-01-26 | 1 | -0/+4 |
* | Make description of new warning introduced in change 26780 more precise | Rafael Garcia-Suarez | 2006-01-11 | 1 | -2/+2 |
* | Fix the new warning created with version-0.53 | Steve Peters | 2006-01-11 | 1 | -0/+5 |