| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Stop eval "END OF TERMS" from leaking | Father Chrysostomos | 2012-11-14 | 1 | -22/+30 |
* | Fix various mad eval leaks | Father Chrysostomos | 2012-11-13 | 1 | -9/+17 |
* | toke.c: White-space only; no code changes | Karl Williamson | 2012-11-11 | 1 | -52/+56 |
* | toke.c: Don't force \N{} into utf8 unnecessarily | Karl Williamson | 2012-11-11 | 1 | -34/+28 |
* | toke.c: Remove redundant checks | Karl Williamson | 2012-11-11 | 1 | -15/+0 |
* | toke.c: Reorder declaration | Karl Williamson | 2012-11-11 | 1 | -1/+1 |
* | toke.c: Use UTF-8 macros for portability | Karl Williamson | 2012-11-11 | 1 | -21/+26 |
* | Validate above-Latin1 characters in \N{} aliases | Karl Williamson | 2012-11-11 | 1 | -53/+111 |
* | toke.c: Fail on malformed UTF-8 in \N{} input | Karl Williamson | 2012-11-11 | 1 | -4/+24 |
* | toke.c: Remove no-longer needed {...} and outdent correspondingly | Karl Williamson | 2012-11-11 | 1 | -38/+37 |
* | toke.c: [RT#73022] Make \N{...} UTF-8 clean. | Brian Fraser | 2012-11-11 | 1 | -1/+1 |
* | toke.c Refactor S_get_and_check_backslash_N_name() | Karl Williamson | 2012-11-11 | 1 | -24/+26 |
* | toke.c: Don't validate core charnames output | Karl Williamson | 2012-11-11 | 1 | -7/+29 |
* | charnames: Don't accept illegal :aliases | Karl Williamson | 2012-11-11 | 1 | -3/+4 |
* | Make \N{alias} deprecations fatal. | Karl Williamson | 2012-11-11 | 1 | -5/+5 |
* | toke.c: Extract part of \N{} processing to new function | Karl Williamson | 2012-11-11 | 1 | -88/+100 |
* | Stop eval "qq'\$\0foo'" from leaking | Father Chrysostomos | 2012-11-06 | 1 | -0/+16 |
* | Don’t leak pattern buffer when invalid flags croak | Father Chrysostomos | 2012-11-04 | 1 | -0/+2 |
* | Fix invalid token warning with PERL_XMLDUMP and label | Father Chrysostomos | 2012-11-04 | 1 | -9/+11 |
* | yyerror->yyerror_pvn in toke.c:S_new_constant | Daniel Dragan | 2012-10-28 | 1 | -2/+5 |
* | rmv a sv_2mortal and unused var in toke.c:Perl_yyerror_pvn | Daniel Dragan | 2012-10-28 | 1 | -2/+1 |
* | silence warning in toke.c charnames support | Yves Orton | 2012-10-27 | 1 | -1/+1 |
* | RT #115488 cxstack -1 at nested scan_heredoc | Reini Urban | 2012-10-26 | 1 | -2/+4 |
* | toke.c: Avoid unnecessary uninitialized value msgs | Karl Williamson | 2012-10-24 | 1 | -0/+2 |
* | Make \N{unknown char} a syntax error | Karl Williamson | 2012-10-24 | 1 | -1/+8 |
* | toke.c: Indent properly | Karl Williamson | 2012-10-24 | 1 | -7/+7 |
* | Used pad name lists for pad ids | Father Chrysostomos | 2012-10-16 | 1 | -1/+2 |
* | toke.c: Rewrite bogus yylex comment | Father Chrysostomos | 2012-10-12 | 1 | -13/+52 |
* | [perl #114658] Fix line numbers at the end of string eval | Father Chrysostomos | 2012-10-10 | 1 | -0/+6 |
* | [perl #56880] Allow v10 as a label or package name | Father Chrysostomos | 2012-09-25 | 1 | -1/+9 |
* | [perl #77240] Don’t warn for --subname | Father Chrysostomos | 2012-09-24 | 1 | -1/+5 |
* | [perl #105924] require 1 << 2 | Father Chrysostomos | 2012-09-20 | 1 | -0/+6 |
* | [perl #114942] Correct scoping for ‘for my $x(){} $x’ | Father Chrysostomos | 2012-09-19 | 1 | -28/+27 |
* | Disable lexsubs outside of feature.pm | Father Chrysostomos | 2012-09-15 | 1 | -0/+7 |
* | Don’t mention pkg in proto warnings for lex subs | Father Chrysostomos | 2012-09-15 | 1 | -2/+5 |
* | perly.y: Remove MYSUB | Father Chrysostomos | 2012-09-15 | 1 | -1/+0 |
* | First stab at my sub | Father Chrysostomos | 2012-09-15 | 1 | -2/+0 |
* | Look up state subs in the pad | Father Chrysostomos | 2012-09-15 | 1 | -17/+34 |
* | Let barewords look up our subs | Father Chrysostomos | 2012-09-15 | 1 | -3/+34 |
* | toke.c:yylex:KEY_sub can use PL_tokenbuf to begin with | Father Chrysostomos | 2012-09-15 | 1 | -4/+3 |
* | Make ‘sub foo{}’ respect ‘our foo’ | Father Chrysostomos | 2012-09-15 | 1 | -20/+9 |
* | Fix our sub with proto | Father Chrysostomos | 2012-09-15 | 1 | -48/+47 |
* | Make do sub() respect our declarations | Father Chrysostomos | 2012-09-15 | 1 | -3/+8 |
* | Make &foo respect our sub | Father Chrysostomos | 2012-09-15 | 1 | -3/+5 |
* | Allocate ‘our sub’ in the pad | Father Chrysostomos | 2012-09-15 | 1 | -7/+16 |
* | Don’t allow name after our/state sub | Father Chrysostomos | 2012-09-15 | 1 | -2/+8 |
* | Fix listop-hash-infix parsing | Father Chrysostomos | 2012-09-12 | 1 | -4/+1 |
* | toke.c: Under -DT, dump complement properly | Father Chrysostomos | 2012-09-12 | 1 | -1/+1 |
* | Remove some set but unused variables | Florian Ragwitz | 2012-09-10 | 1 | -2/+1 |
* | Revert "toke.c: PL_in_eval purge" | Father Chrysostomos | 2012-08-31 | 1 | -4/+4 |