summaryrefslogtreecommitdiff
path: root/toke.c
Commit message (Expand)AuthorAgeFilesLines
* yyparse(): only check stack size in outer loopDavid Mitchell2016-12-051-1/+1
* optimising yyparse: replace stack_size with a ptrDavid Mitchell2016-12-051-1/+1
* make sure that new heredoc parsing doesn't COW during prefix stripYves Orton2016-12-051-5/+4
* Change white space to avoid C++ deprecation warningKarl Williamson2016-11-181-38/+39
* Report indented here-doc line errors correctlyMatthew Horsfall2016-11-151-2/+1
* toke.c: remove obsolete commentLukas Mai2016-11-141-3/+3
* Add indented here-docs.Matthew Horsfall2016-11-141-17/+137
* S_scan_subst() - remove extraneous codeDavid Mitchell2016-11-131-1/+0
* Eliminate SVrepl_EVAL and SvEVALED()David Mitchell2016-11-121-5/+20
* remove eval's usage of SvSCREAMDavid Mitchell2016-11-121-1/+1
* (perl #129000) use the new utf8_hop_back()Tony Cook2016-11-091-1/+1
* Make toke.c:S_lop's x arg a U8 to match PL_expectAndy Lester2016-11-031-1/+1
* (perl #128997) avoid reading beyond the end of the line bufferTony Cook2016-10-311-5/+12
* (perl #129961) code cleanup for clang -Weverything supportAndy Lester2016-10-311-11/+16
* toke.c: remove redundant (OP *) castsLukas Mai2016-10-201-25/+25
* toke.c: get rid of "if (0)"Lukas Mai2016-10-201-3/+1
* toke.c: use new SvPVCLEAR and constant string friendly macrosYves Orton2016-10-191-22/+22
* toke.c: Fix EBCDIC issueKarl Williamson2016-10-171-1/+1
* toke.c: Fix grammar in commentKarl Williamson2016-10-171-3/+3
* Eliminate xpad_cop_seq from _xnvu unionDavid Mitchell2016-09-271-2/+2
* toke.c: Correct commentFather Chrysostomos2016-09-101-1/+2
* add some code comments for the users of delimcpy()David Mitchell2016-09-071-3/+5
* fix errror handling for ':attr(foo' with no ')'David Mitchell2016-09-071-7/+2
* fix a stupid type errorTony Cook2016-09-071-1/+1
* (perl #128988) preserve PL_oldoldbufptr is preserved in scan_heredoc()Tony Cook2016-09-071-0/+4
* toke.c: fix mswin32 buildsDavid Mitchell2016-09-051-1/+1
* [perl #129196] Crash/bad read with ‘evalbytes S’Father Chrysostomos2016-09-041-1/+1
* Use new name 'is_utf8_invariant_string' in coreKarl Williamson2016-08-311-4/+4
* [RT #129069] Perl_yylex: Fix two use-after-free bugsDan Collins2016-08-291-1/+4
* toke.c: Introduce peekspace()Father Chrysostomos2016-08-181-3/+8
* toke.c: Note retval of S_skipspaceFather Chrysostomos2016-08-181-0/+1
* toke.c: Move skipspace closer to S_skipspaceFather Chrysostomos2016-08-181-3/+2
* [perl #128951] Fix ASan error with @{\327Father Chrysostomos2016-08-181-4/+12
* signatures: eliminate XSIGVAR, add KEY_sigvarDavid Mitchell2016-08-181-10/+11
* Take advantage of SvGROW's return valueKarl Williamson2016-08-171-2/+1
* [perl #126482] Fix assert fail ‘a_const a_const’Father Chrysostomos2016-08-161-2/+5
* buffer overflow in "string terminator" err msgDavid Mitchell2016-08-161-1/+1
* [perl #128919] limited exponent range in hex fp literal with long doubleJarkko Hietaniemi2016-08-131-1/+1
* hexfp: IEEE 754 subnormals printf %aJarkko Hietaniemi2016-08-101-0/+8
* toke.c: Clarify commentFather Chrysostomos2016-08-051-2/+2
* PATCH: [perl #128738] Large code pt as string delimKarl Williamson2016-08-051-1/+1
* duplicate signature vars gave wrong warningDavid Mitchell2016-08-031-0/+4
* signatures: make param and optional param count IVDavid Mitchell2016-08-031-1/+1
* ucfirst() new signature diagnostic messagesDavid Mitchell2016-08-031-2/+2
* add OP_ARGELEM, OP_ARGDEFELEM, OP_ARGCHECK opsDavid Mitchell2016-08-031-9/+29
* sub signatures: use parser rather than lexerDavid Mitchell2016-08-031-214/+62
* Empty sublex_info into the parser structFather Chrysostomos2016-08-031-25/+24
* Don’t trigger warnings for qq"@builtin"Father Chrysostomos2016-07-311-4/+2
* toke.c: White-space onlyKarl Williamson2016-07-281-3/+3
* [perl #128747] Fix line number bug with s//<<END/eFather Chrysostomos2016-07-271-1/+1