summaryrefslogtreecommitdiff
path: root/toke.c
Commit message (Expand)AuthorAgeFilesLines
* toke.c: Remove unnecessary assignmentFather Chrysostomos2012-08-101-1/+0
* toke.c: Set PL_lex_state less when scanning formatsFather Chrysostomos2012-08-101-4/+2
* toke.c: One less token for missing format argsFather Chrysostomos2012-08-101-2/+1
* Don’t let format arguments ‘leak out’ of formlineFather Chrysostomos2012-08-081-18/+25
* toke.c: Remove unnecessary assignmentFather Chrysostomos2012-08-081-1/+0
* Prevent double frees/crashes with format syntax errsFather Chrysostomos2012-08-081-0/+7
* toke.c: Remove TOKENTYPE_GVVALFather Chrysostomos2012-08-081-3/+1
* toke.c: Add missing debug tokensFather Chrysostomos2012-08-081-0/+3
* toke.c: Fix confused interp-in-format parsingFather Chrysostomos2012-08-081-1/+2
* Nested formatsFather Chrysostomos2012-08-061-4/+4
* toke.c: move leftbracket labelFather Chrysostomos2012-08-061-2/+1
* [perl #114040] Parse formats in interpolating constructsFather Chrysostomos2012-08-061-9/+10
* Forbid braces as format delimitersFather Chrysostomos2012-08-051-7/+9
* [perl #78550] Fix bad assertion in toke.c:start_subparseFather Chrysostomos2012-08-041-3/+0
* [perl #114222] Make ‘use’ parse arguments in term contextFather Chrysostomos2012-08-031-1/+2
* [perl #114104] Better error for unterminated heredoc delimFather Chrysostomos2012-08-021-2/+3
* lex_grow_linestr(): update re_eval_startDavid Mitchell2012-07-241-1/+7
* Let rv2cv-hook CVs’ protos participate in method intuitionFather Chrysostomos2012-07-081-6/+2
* [perl #113016] Parse CORE::foo::bar as a barewordFather Chrysostomos2012-07-061-2/+11
* rv2cv hooks should not create 2nd-class subsFather Chrysostomos2012-07-061-4/+3
* toke.c: Correct commentFather Chrysostomos2012-07-061-1/+1
* do-file should not force a barewordFather Chrysostomos2012-07-051-2/+7
* Record folded constants in the op treeFather Chrysostomos2012-07-041-1/+1
* [perl #86136] Downgrade sort {my $a} to a warningFather Chrysostomos2012-07-031-26/+0
* toke.c: Merge UNI2 and UNIBRACKFather Chrysostomos2012-07-021-14/+5
* For #16249 - Overwrite PL_last_lop_op when eval() is called.Matthew Horsfall (alh)2012-07-021-0/+1
* clean up compilation warningsJesse Luehrs2012-06-271-1/+1
* toke.c: Add, clarify commentsKarl Williamson2012-06-211-6/+8
* toke.c: Make new error UTF-8 safeBrian Fraser2012-06-211-4/+6
* Refactor \x processing to single functionKarl Williamson2012-06-201-19/+6
* toke.c: Don't convert \x{} from nativeKarl Williamson2012-06-201-2/+2
* toke.c: Combine macro callsKarl Williamson2012-06-171-1/+1
* Fix up runtime regex codeblocks.David Mitchell2012-06-131-21/+29
* improve skipping of regex [..] char class in tokerDavid Mitchell2012-06-131-5/+17
* fix scanning for code blocksDavid Mitchell2012-06-131-2/+5
* make qr/(?{})/ behave with closuresDavid Mitchell2012-06-131-0/+16
* Ignore code blocks within /[...]/David Mitchell2012-06-131-1/+8
* make recent re_eval changes compile under -DmadDavid Mitchell2012-06-131-1/+5
* disable lexing of (?{}) within \Q, \U etcDavid Mitchell2012-06-131-2/+3
* make re_evals be seen by the toker/parserDavid Mitchell2012-06-131-33/+65
* correct comment about how strings are tokenisedDavid Mitchell2012-06-131-8/+4
* Require space between regex and following alnum operatorKarl Williamson2012-06-111-46/+4
* update the editor hints for spaces, not tabsRicardo Signes2012-05-291-2/+2
* remove deprecated qw-as-parens behaviourZefram2012-05-251-17/+0
* Don't warn about "ambiguous without parens" for ctrl-globDagfinn Ilmari Mannsåker2012-05-211-2/+2
* Copy the pv in parse_labelFather Chrysostomos2012-03-251-8/+1
* Label UTF8 cleanupBrian Fraser2012-03-251-17/+13
* toke.c: "Illegal character in prototype" for Latin-1 protosBrian Fraser2012-03-251-3/+7
* toke.c: "Precedence problem: open %s should be open(%s)" cleanup.Brian Fraser2012-03-251-5/+12
* toke.c: "CORE::%s is not a keyword" cleanup.Brian Fraser2012-03-251-1/+3