summaryrefslogtreecommitdiff
path: root/toke.c
Commit message (Expand)AuthorAgeFilesLines
* S_scan_const: Make sure room for NUL in destKarl Williamson2019-05-031-3/+22
* PATCH: [perl #134067] heap buffer overflow in lexingKarl Williamson2019-05-031-1/+11
* PATCH: [perl #134064] Assertion failure in toke.cKarl Williamson2019-05-021-1/+1
* Make a few parse fcns accessible to B::Hooks::ParserKarl Williamson2019-04-131-6/+6
* PATCH: [perl #133992] Assertion failure in scan_constKarl Williamson2019-04-101-2/+13
* toke.c: Add assertionKarl Williamson2019-04-101-0/+5
* toke.c: White-space onlyKarl Williamson2019-04-101-14/+14
* toke.c: Streamline a caseKarl Williamson2019-04-101-19/+12
* toke.c: Change names of two variablesKarl Williamson2019-04-101-32/+32
* toke.c: Use local variable instead of globalKarl Williamson2019-04-101-2/+2
* fixup to 'change LABEL type from pval to opval'David Mitchell2019-04-051-1/+1
* parser: change LABEL type from pval to opvalDavid Mitchell2019-04-051-7/+8
* fix a leak with indented heredocsDavid Mitchell2019-03-251-0/+3
* reformat S_scan_heredoc()David Mitchell2019-03-251-143/+176
* S_scan_heredoc(): add cosmetic bracesDavid Mitchell2019-03-251-1/+2
* PATCH: [perl #133880] assertion failureKarl Williamson2019-03-211-2/+6
* toke.c: lex_stuff_pvn() Use faster UTF-8 variant countKarl Williamson2019-03-151-7/+3
* Allow qr'\N{...}'Karl Williamson2019-03-131-2/+3
* toke.c: Allow \N{} handling fcn to be used elsewhere in coreKarl Williamson2019-03-131-15/+25
* toke.c: Add wrapper functionKarl Williamson2019-03-131-24/+30
* toke.c: Change API of static functionKarl Williamson2019-03-131-11/+21
* toke.c: Clarify commentKarl Williamson2019-03-121-1/+1
* PATCH: [perl #133882] Assertion failureKarl Williamson2019-03-071-0/+1
* add dVAR's for PERL_GLOBAL_STRUCT_PRIVATE buildsDavid Mitchell2019-02-191-0/+1
* (perl #131562) correct large line numbers copying eval lines on #lineTony Cook2019-01-211-5/+5
* simplify the error reporting from the #125351 fixTony Cook2019-01-031-9/+1
* (perl #132158) abort compilation if we see an error compiling a formTony Cook2019-01-031-0/+9
* [perl #133524] report line number for Prototype not terminatedTony Cook2019-01-021-1/+1
* Implement fatalization of dump()James E Keenan2018-10-171-4/+1
* Use sv_catpvs where appropriate vs sv_catpvKarl Williamson2018-08-061-1/+1
* Don't allow non-graphemes as pattern delimitersKarl Williamson2018-06-251-23/+13
* toke.c: Move some code into called functionKarl Williamson2018-06-251-10/+2
* PATCH: [perl #133074] 5.26.1: some coverity fixesMarc-Philip2018-04-081-4/+4
* Use charnames inversion listsKarl Williamson2018-03-311-16/+11
* fix line numbers in multi-line s///David Mitchell2018-03-071-1/+1
* detect sub attributes following a signatureDavid Mitchell2018-03-021-10/+33
* subtly change meaning of XATTRBLOCK, XATTRTERMDavid Mitchell2018-03-021-8/+5
* parse subs and signature subs separatelyDavid Mitchell2018-03-021-3/+12
* add Perl_init_named_cv() functiomDavid Mitchell2018-03-021-0/+33
* (perl #125351) abort parsing if parse errors happen in a sub lexTony Cook2018-02-061-0/+18
* toke.c: Remove unnecessary macro callsKarl Williamson2018-01-301-2/+0
* Allow space for NUL is UTF-8 array declsKarl Williamson2018-01-221-1/+1
* Revert "Revert "make PerlIO handle FD_CLOEXEC""Zefram2018-01-181-5/+0
* Revert "make PerlIO handle FD_CLOEXEC"Abigail2018-01-181-0/+5
* revert smartmatch to 5.27.6 behaviourZefram2017-12-291-7/+12
* make PerlIO handle FD_CLOEXECZefram2017-12-221-5/+0
* factor out remaining fcntl F_SETFD callsZefram2017-12-221-5/+2
* merge branch zefram/dumb_matchZefram2017-12-171-12/+7
|\
| * add "whereis"Zefram2017-12-061-2/+4
| * change "when" keyword to "whereso"Zefram2017-12-051-4/+4