| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Disable $[ under 5.16 | Father Chrysostomos | 2011-12-15 | 1 | -5/+13 |
* | Don’t warn for open local *FH | Father Chrysostomos | 2011-12-08 | 1 | -0/+1 |
* | Optimise __SUB__ to a constant | Father Chrysostomos | 2011-11-26 | 1 | -1/+1 |
* | Don’t warn for foo+1 with ($) proto | Father Chrysostomos | 2011-11-24 | 1 | -5/+9 |
* | When parsing subs with user-defined prototypes, store information needed to t... | Matthew Horsfall (alh) | 2011-11-24 | 1 | -2/+6 |
* | [perl #80628] __SUB__ | Father Chrysostomos | 2011-11-22 | 1 | -0/+3 |
* | Don’t create an AV for unfiltered code | Father Chrysostomos | 2011-11-18 | 1 | -2/+6 |
* | In Perl_lex_start(), don't read the byte before SvPVX(). | Nicholas Clark | 2011-11-13 | 1 | -1/+1 |
* | toke.c:lex_start: Move len into the only block that uses it | Father Chrysostomos | 2011-11-06 | 1 | -1/+1 |
* | Update docs about lex_start’s flags param | Father Chrysostomos | 2011-11-06 | 1 | -3/+2 |
* | Avoid redundant copies in string evals | Father Chrysostomos | 2011-11-06 | 1 | -8/+5 |
* | Make multiple #line’s update dblines in evals | Father Chrysostomos | 2011-11-06 | 1 | -1/+1 |
* | Make source filters work in evalbytes | Father Chrysostomos | 2011-11-06 | 1 | -20/+88 |
* | Add evalbytes function | Father Chrysostomos | 2011-11-06 | 1 | -0/+4 |
* | Forbid source filters in Unicode evals | Father Chrysostomos | 2011-11-06 | 1 | -0/+3 |
* | eval STRING UTF8 cleanup. | Brian Fraser | 2011-11-06 | 1 | -2/+3 |
* | Fix CORE::glob | Father Chrysostomos | 2011-10-26 | 1 | -2/+6 |
* | Resolve XS AUTOLOAD-prototype conflict | Father Chrysostomos | 2011-10-09 | 1 | -3/+3 |
* | Cast to signed before negating, to avoid compiler warnings | Brian Fraser | 2011-10-06 | 1 | -1/+1 |
* | toke.c, ext/attributes/attributes.xs: Make attributes UTF-8 clean. | Brian Fraser | 2011-10-06 | 1 | -1/+1 |
* | Modify S_pending_ident to use sv_catpvn_flags | Father Chrysostomos | 2011-10-06 | 1 | -1/+1 |
* | toke.c, op.c, sv.c: Prototype parsing and checking are nul-and-UTF8 clean. | Brian Fraser | 2011-10-06 | 1 | -8/+14 |
* | toke.c: Some simple mending to get readline() working with UTF-8 filehandles | Brian Fraser | 2011-10-06 | 1 | -1/+1 |
* | toke.c: Take utf8 into account when creating DATA handle | Father Chrysostomos | 2011-10-06 | 1 | -3/+13 |
* | mro UTF8 cleanup. | Brian Fraser | 2011-10-06 | 1 | -4/+14 |
* | toke.c: S_scan_inputsymbol, initial GV-related UTF8 cleanup | Brian Fraser | 2011-10-06 | 1 | -2/+2 |
* | toke.c: S_checkcomma, GV-related UTF8 cleanup | Brian Fraser | 2011-10-06 | 1 | -1/+1 |
* | toke.c: yylex, GV-related UTF8 cleanup | Brian Fraser | 2011-10-06 | 1 | -10/+18 |
* | toke.c: S_find_in_my_stash, GV-related UTF8 cleanup | Brian Fraser | 2011-10-06 | 1 | -3/+3 |
* | toke.c: S_intuit_method, GV-related UTF8 cleanup | Brian Fraser | 2011-10-06 | 1 | -3/+4 |
* | toke.c: S_intuit_more, GV-related UTF8 cleanup | Brian Fraser | 2011-10-06 | 1 | -1/+2 |
* | toke.c: S_force_ident, GV-related UTF8 cleanup | Brian Fraser | 2011-10-06 | 1 | -3/+4 |
* | gv.c: Initial gv_fetchpvn_flags and gv_stashpvn UTF8 cleanup | Brian Fraser | 2011-10-06 | 1 | -6/+8 |
* | Fix inability of lex_read_unichar to handle 80-FF under "no utf8;". lex_peek_... | Eric Brine | 2011-09-20 | 1 | -1/+4 |
* | The Borland Chainsaw Massacre | Steve Hay | 2011-09-10 | 1 | -6/+0 |
* | remove index offsetting ($[) | Zefram | 2011-09-09 | 1 | -8/+0 |
* | remove unused variables and assignments | Robin Barker | 2011-09-08 | 1 | -2/+1 |
* | [perl #95546] Allow () after __FILE__, etc. | Father Chrysostomos | 2011-08-12 | 1 | -9/+15 |
* | Passing the flag to the pad functions in toke.c | Brian Fraser | 2011-07-12 | 1 | -4/+6 |
* | APIify pad functions | Zefram | 2011-07-12 | 1 | -2/+2 |
* | Stop having one of the following qw() warnings hide the other: | Eric Brine | 2011-07-03 | 1 | -6/+7 |
* | Allow ‘continue;’ without feature.pm | Father Chrysostomos | 2011-06-14 | 1 | -12/+1 |
* | [perl #90130] Allow CORE::* without feature.pm | Father Chrysostomos | 2011-06-11 | 1 | -4/+7 |
* | [perl #88776] Signedness warning in toke.c | David Mitchell | 2011-06-06 | 1 | -3/+3 |
* | scan_heredoc could reallocate PL_parser->linestr's PV | David Leadbeater | 2011-05-18 | 1 | -0/+1 |
* | [perl #88420] BOM support on Windows broken in 5.13.11 | Jan Dubois | 2011-04-13 | 1 | -1/+7 |
* | PATCH: partial [perl #86972]: Allow /aia | Karl Williamson | 2011-04-10 | 1 | -9/+16 |
* | [perl #87064] eval no longer shares filters | Father Chrysostomos | 2011-04-03 | 1 | -3/+10 |
* | fix compiler warning in toke.c | David Mitchell | 2011-03-26 | 1 | -1/+1 |
* | reg_namedseq: Restructure so doesn't duplicate code | Karl Williamson | 2011-03-20 | 1 | -6/+20 |