| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | toke.c: Raise error for multiple regexp mods | Karl Williamson | 2011-03-01 | 1 | -4/+40 |
* | [perl #79442] A #line "F" in a string eval doesn't update *{"_<F"} | Father Chrysostomos | 2011-02-27 | 1 | -5/+23 |
* | toke.c: 'Specialized /le message is only for substitutes | Karl Williamson | 2011-02-21 | 1 | -0/+8 |
* | move brace to same line as conditional | Karl Williamson | 2011-02-21 | 1 | -2/+1 |
* | toke.c: fix comment | Karl Williamson | 2011-02-21 | 1 | -2/+3 |
* | Allow suffix form for /a /d /l /u | Karl Williamson | 2011-02-19 | 1 | -2/+58 |
* | toke.c: Don't take the address of a register | Karl Williamson | 2011-02-19 | 1 | -1/+1 |
* | toke.c: Move suffix re mods message to one place | Karl Williamson | 2011-02-19 | 1 | -27/+30 |
* | toke.c: silence win32 compiler warning | Karl Williamson | 2011-02-15 | 1 | -1/+1 |
* | perldiag: retitle Ambiguous use of %c{%s%s} | Father Chrysostomos | 2011-02-13 | 1 | -0/+1 |
* | Silence win32 smoke compiler warning | Karl Williamson | 2011-02-13 | 1 | -2/+2 |
* | Fix up \cX for 5.14 | Karl Williamson | 2011-02-09 | 1 | -1/+1 |