| Commit message (Expand) | Author | Age | Files | Lines |
* | The parser should always close the file handle that it opened. | Nicholas Clark | 2012-02-27 | 1 | -4/+11 |
* | delay allocating trans table until needed | Zefram | 2012-02-25 | 1 | -3/+1 |
* | Implement the fc keyword and the \F string escape. | Brian Fraser | 2012-01-29 | 1 | -4/+12 |
* | Allow prototypes (_@) and (_%) | Rafael Garcia-Suarez | 2012-01-27 | 1 | -1/+1 |
* | Provide as much diagnostic information as possible in "panic: ..." messages. | Nicholas Clark | 2012-01-16 | 1 | -6/+11 |
* | In Perl_feature_is_enabled() use cBOOL to convert the pointer to a "bool". | Nicholas Clark | 2012-01-16 | 1 | -5/+2 |
* | [perl #90030] sort with no arguments | Father Chrysostomos | 2012-01-05 | 1 | -2/+0 |
* | Change wording of \E warning | Father Chrysostomos | 2012-01-03 | 1 | -1/+1 |
* | toke.c: Unpaired '\E's in double-quotish contexts should warn. | Brian Fraser | 2012-01-02 | 1 | -0/+5 |
* | diag_listed_as galore | Father Chrysostomos | 2011-12-28 | 1 | -0/+8 |
* | Don’t warn for open(foo::bar) | Father Chrysostomos | 2011-12-24 | 1 | -0/+1 |
* | toke.c: Add assertion to feature_is_enabled | Father Chrysostomos | 2011-12-24 | 1 | -0/+2 |
* | toke.c: include feature.h | Father Chrysostomos | 2011-12-24 | 1 | -0/+2 |
* | Eliminate ‘negative’ features | Father Chrysostomos | 2011-12-24 | 1 | -8/+5 |
* | speed up feature-checking slightly | Father Chrysostomos | 2011-12-22 | 1 | -6/+4 |
* | Autoload charnames for \N{name} | Karl Williamson | 2011-12-20 | 1 | -25/+39 |
* | toke.c: Reorder a test | Karl Williamson | 2011-12-20 | 1 | -4/+4 |
* | toke.c, util.c: setlocale returns new locale, not old | Karl Williamson | 2011-12-18 | 1 | -1/+3 |
* | toke.c, perldiag: Note delay of some things to 5.18 | Karl Williamson | 2011-12-16 | 1 | -1/+1 |
* | 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 |