| Commit message (Expand) | Author | Age | Files | Lines |
* | Extract regcurly as a static inline function. | Andy Dougherty | 2010-09-22 | 1 | -0/+1 |
* | Shorten external symbol name for VMS | Florian Ragwitz | 2010-09-11 | 1 | -2/+2 |
* | fix MAD breakage caused by qw patch | Zefram | 2010-09-11 | 1 | -0/+1 |
* | make qw(...) first-class syntax | Zefram | 2010-09-08 | 1 | -10/+24 |
* | function interface to parse Perl statement | Zefram | 2010-09-06 | 1 | -13/+59 |
* | Avoid needless use of UTF8=1 format [RT#56336] | Eric Brine | 2010-08-31 | 1 | -13/+6 |
* | Remove CALL_FPTR and CPERLscope. | Ben Morrow | 2010-08-20 | 1 | -1/+1 |
* | [perl #75904] \$ prototype does not make a unary function | Father Chrysostomos | 2010-08-11 | 1 | -2/+19 |
* | Change function signature of grok_bslash_o | Karl Williamson | 2010-07-27 | 1 | -2/+3 |
* | Correct comment in toke.c | Karl Williamson | 2010-07-27 | 1 | -1/+1 |
* | Normalize formatting of "Ambiguous call resolved as CORE::%s(), qualify as su... | James Mastros | 2010-07-26 | 1 | -2/+3 |
* | Add \o{} escape | Karl Williamson | 2010-07-17 | 1 | -0/+14 |
* | Code for allowing uppercase X/B in hexadecimal/binary numbers (#76296). | Bo Lindbergh | 2010-07-06 | 1 | -2/+2 |
* | In Perl_lex_start(), use newSVpvn_flags() to reduce source and object size. | Nicholas Clark | 2010-07-05 | 1 | -2/+2 |
* | eval $overloaded can crash | David Mitchell | 2010-07-03 | 1 | -2/+3 |
* | In Perl_filter_del(), no need to NULL IoANY(datasv). | Nicholas Clark | 2010-06-30 | 1 | -2/+0 |
* | Deprecate no space after s/a/b/ and keyword | Karl Williamson | 2010-06-28 | 1 | -1/+7 |
* | Add clarifying comment to toke.c | Karl Williamson | 2010-06-28 | 1 | -1/+2 |
* | RT 75902: Add prototypes for tie() and untie() to allow overloading | Father Chrysostomos | 2010-06-25 | 1 | -3/+3 |
* | Deprecate no space between pattern, following word | Karl Williamson | 2010-06-18 | 1 | -0/+6 |
* | Parameters for * in *printf must be int - add a cast to ensure this. | Nicholas Clark | 2010-06-10 | 1 | -1/+2 |
* | Eliminate some newSV(0)s by merging the SV allocation with first modification. | Nicholas Clark | 2010-05-30 | 1 | -10/+6 |
* | Fix the regexp in t/porting/args_assert.t, and add 3 missing macros. | Nicholas Clark | 2010-05-29 | 1 | -0/+4 |
* | Add s///r (non-destructive substitution). | David Caldwell | 2010-05-22 | 1 | -4/+5 |
* | Re-instate the use of gv_stashpvn_flags(), and the correct non-boolean argument. | Nicholas Clark | 2010-05-21 | 1 | -4/+5 |
* | Remove the tokeniser hack that prevents compile-time vivification of %stash:: | Nicholas Clark | 2010-05-21 | 1 | -22/+4 |
* | support "package Foo { ... }" | Zefram | 2010-05-20 | 1 | -2/+5 |
* | Revert "New deprecation warning: Dot after %s literal is concatenation" | Jesse Vincent | 2010-05-05 | 1 | -9/+0 |
* | Revert "Deprecation warnings should always be mandatory since 5.12.0" | Jesse Vincent | 2010-05-05 | 1 | -2/+2 |
* | Revert "tweak "0x123.456" deprecation" | Jesse Vincent | 2010-05-05 | 1 | -12/+9 |
* | If we're going to introduce an @@ array, we'll want to be able to parse $#@ too | Rafael Garcia-Suarez | 2010-05-05 | 1 | -1/+1 |
* | tweak "0x123.456" deprecation | Zefram | 2010-05-03 | 1 | -9/+12 |
* | remove Perl_pmflag | Robin Barker | 2010-04-26 | 1 | -13/+0 |
* | Deal with "\c{", and its kin | Karl Williamson | 2010-04-26 | 1 | -6/+1 |
* | PATCH: memory leak introduced in 5.12.0 | Karl Williamson | 2010-04-25 | 1 | -7/+4 |
* | consting in lex_stuff_pvn | Robin Barker | 2010-04-23 | 1 | -4/+4 |
* | Deprecation warnings should always be mandatory since 5.12.0 | Rafael Garcia-Suarez | 2010-04-23 | 1 | -2/+2 |
* | New deprecation warning: Dot after %s literal is concatenation | James Mastros | 2010-04-23 | 1 | -0/+9 |
* | use cBOOL for bool casts | David Mitchell | 2010-04-15 | 1 | -1/+1 |
* | [perl #74006] 5.12.0-RC stuffing bug | Zefram | 2010-04-14 | 1 | -0/+5 |
* | Revert "Revert "* Fixed typo in toke.c docs, identified by Zefram"" | Jesse Vincent | 2010-04-13 | 1 | -1/+1 |
* | Revert "* Fixed typo in toke.c docs, identified by Zefram" | Jesse Vincent | 2010-04-12 | 1 | -1/+1 |
* | * Fixed typo in toke.c docs, identified by Zefram | brian d foy | 2010-04-11 | 1 | -1/+1 |
* | Revert "Forbid labels with keyword names" | Jan Dubois | 2010-03-02 | 1 | -2/+0 |
* | PATCH: deprecation warnings for unreasonable charnames | Karl Williamson | 2010-02-20 | 1 | -1/+64 |
* | Add some missing dVAR's | Marcus Holland-Moritz | 2010-02-20 | 1 | -0/+2 |
* | Avoid returning an undefined SV* | Rafael Garcia-Suarez | 2010-02-19 | 1 | -1/+2 |
* | Make a missing right brace on \N{ fatal | Karl Williamson | 2010-02-19 | 1 | -24/+9 |
* | PATCH: [perl #56444] delayed interpolation of \N{...} | Karl Williamson | 2010-02-19 | 1 | -85/+299 |
* | Allow arbitrary whitespace between NAME and VERSION in "package NAME VERSION;... | Jesse Vincent | 2010-02-03 | 1 | -0/+1 |