summaryrefslogtreecommitdiff
path: root/toke.c
Commit message (Expand)AuthorAgeFilesLines
...
* Use new clearer named #definesKarl Williamson2013-08-291-2/+2
* toke.c:scan_str: Document args in one spotFather Chrysostomos2013-08-251-8/+10
* Make __DATA__ use the right pkgFather Chrysostomos2013-08-251-15/+6
* Use SSize_t for arraysFather Chrysostomos2013-08-251-1/+1
* toke.c: Merge some mad and sane codeFather Chrysostomos2013-08-231-22/+11
* toke.c: Remove commented-out codeFather Chrysostomos2013-08-231-4/+0
* Fix typo in bf1b738b; another line num bugFather Chrysostomos2013-08-231-1/+1
* [perl #118931] Fix line number bugFather Chrysostomos2013-08-221-4/+11
* Further typo correction.Lukas Mai2013-08-171-1/+1
* Fix typo in comment. mauke- ++.James E Keenan2013-08-171-1/+1
* toke.c:S_incline: avoid vivifying GV under threadsFather Chrysostomos2013-08-091-2/+4
* Revert "toke.c:incline: Avoid duplicate symbol lookup"Father Chrysostomos2013-08-091-3/+2
* toke.c: s/below/above/Father Chrysostomos2013-08-051-1/+1
* toke.c:incline: Avoid duplicate symbol lookupFather Chrysostomos2013-08-051-2/+3
* toke.c:incline: Don’t stringify a GV to look it upFather Chrysostomos2013-08-051-28/+8
* Make eval "#line" account for ${"_<foo"} changesFather Chrysostomos2013-08-051-13/+5
* toke.c:incline: Move code into the block that uses itFather Chrysostomos2013-08-051-12/+12
* PATCH: [perl #119101] Extraneous warnings in Parse::ErrorString::PerlKarl Williamson2013-07-311-12/+25
* Handle /[#]/ and /[(?#]/ with code blocksDavid Mitchell2013-07-311-3/+3
* Inline list constantsFather Chrysostomos2013-07-251-5/+10
* Avoid read-after-free in S_scan_heredoc() if the terminator line has no "\n".Nicholas Clark2013-07-221-1/+4
* op.c: Add op_folded to BASEOPNiels Thykier2013-07-191-0/+1
* toke.c:yylex: assert that PL_linestr is not a COWFather Chrysostomos2013-07-191-2/+45
* Allow => to quote built-in keywords across linesFather Chrysostomos2013-07-161-14/+37
* [perl #118567] Add a warning for prototypes if a missingPeter Martini2013-07-131-0/+4
* Revert "Allow => to quote built-in keywords across lines"Father Chrysostomos2013-07-121-31/+12
* Allow => to quote built-in keywords across linesFather Chrysostomos2013-07-121-12/+31
* [perl #118627] Don’t do COW when creating ${"_<-e"}[0]Father Chrysostomos2013-07-111-1/+1
* Split the handling for "Illegal character" and "Illegal character after '_'"Peter Martini2013-07-101-10/+13
* 'Prototype after' and 'Illegal character' warnings should both pretty print t...Peter Martini2013-07-091-12/+8
* Introduce validate_proto / stop stripping spacesPeter Martini2013-07-051-69/+99
* minor clean up of the refactoring of d6a4f4b531Tony Cook2013-07-051-3/+4
* Reinstate UTF8fFather Chrysostomos2013-06-281-40/+30
* [perl #117535, #76910] Fix bogus ambiguity warningsFather Chrysostomos2013-06-261-1/+7
* Revert "Use UTF8f in more places"Karl Williamson2013-06-251-28/+38
* Remove spaces from a (copy of) a proto when used. The logic that uses prototy...Peter Martini2013-06-251-0/+1
* Use UTF8f in more placesFather Chrysostomos2013-06-231-38/+28
* toke.c: Don’t depend on sv_force_normal’s good gracesFather Chrysostomos2013-06-221-0/+4
* Treat a consecutive semicolons in a prototype as 1Peter Martini2013-06-221-7/+7
* tboffset hasn't been used since 7196fc2fTony Cook2013-06-141-4/+0
* Inline a subset of S_force_word() into the KEY_format section of Perl_yylex().Nicholas Clark2013-06-111-2/+12
* toke.c: Remove the allow_initial_tick hack from S_force_word.Brian Fraser2013-06-111-18/+16
* Eliminate the last call to S_force_word() passing allow_initial_tick as TRUE.Brian Fraser2013-06-111-2/+2
* [perl #24482] Fix sort and require to treat CORE:: as keywordFather Chrysostomos2013-06-071-1/+6
* [perl #116735] Honour lexical prototypes when no parens are usedFather Chrysostomos2013-06-021-4/+5
* toke.c: Under -DT, report pending idents more clearlyFather Chrysostomos2013-05-311-0/+4
* Make \N{ } deprecation warnings fatalizableFather Chrysostomos2013-05-271-4/+12
* Turn \N{ } deprecation warnings on by defaultFather Chrysostomos2013-05-271-4/+5
* Add comments describing the operation of S_scan_ident().Nicholas Clark2013-05-221-0/+19
* toke.c: Remove redundant testKarl Williamson2013-05-201-1/+1