summaryrefslogtreecommitdiff
path: root/toke.c
Commit message (Expand)AuthorAgeFilesLines
* [perl #123737] Fix assertion failure with 0$#{David Mitchell2015-04-251-2/+8
* assertion failure on interpolated parse errDavid Mitchell2015-04-151-0/+1
* toke.c: UTF-8 aware warning cleanupsAlex Vandiver2015-03-311-6/+7
* Fix "...without parentheses is ambuguous" warning for UTF-8 function namesAlex Vandiver2015-03-271-1/+1
* Allow unquoted UTF-8 HERE-document terminatorsAlex Vandiver2015-03-271-3/+7
* [perl #124113] Make check for multi-dimensional arrays be UTF8-awareAlex Vandiver2015-03-271-1/+1
* Replace common Emacs file-local variables with dir-localsDagfinn Ilmari Mannsåker2015-03-221-6/+0
* Change some locale manipulation macros in prep for APIKarl Williamson2015-03-191-2/+2
* [perl #123995] Assert fail with s;@{<<;Father Chrysostomos2015-03-181-2/+7
* Fix qr'\N{U+41}' on EBCDIC platformsKarl Williamson2015-03-181-17/+18
* [perl #123963] "@<fullwidth digit>"Father Chrysostomos2015-03-101-1/+1
* [perl #123814] replace grok_atou with grok_atoUVHugo van der Sanden2015-03-091-1/+4
* [perl #123955] Fix assert fail with 0 s/// in quotesFather Chrysostomos2015-03-011-0/+1
* [perl #123802] Assertion failure with "\L\L"Father Chrysostomos2015-03-011-5/+5
* [perl #123802] Assertion failure with /$0{}/Father Chrysostomos2015-02-281-0/+8
* [perl #123801] Stop s##[}#e from crashingFather Chrysostomos2015-02-221-0/+8
* [perl #123893] Fix hang with "@{"Father Chrysostomos2015-02-211-1/+2
* [perl #123712] Don’t check sub_inwhatFather Chrysostomos2015-02-151-3/+2
* [perl #123712] Fix /$a[/ parsingFather Chrysostomos2015-02-151-1/+3
* toke.c: Don’t bother setting type for FORMRBRACKFather Chrysostomos2015-02-151-2/+0
* [perl #123677] Crash with token stack overflowFather Chrysostomos2015-02-081-6/+7
* toke.c: Assert that we don’t overflow token stackFather Chrysostomos2015-02-081-0/+1
* [perl #123753] Assert fail with &{+foo} and errorsFather Chrysostomos2015-02-071-1/+1
* toke.c: Remove redundant PL_expect assignmentFather Chrysostomos2015-02-071-1/+0
* [perl #123753] &\0foo parsingFather Chrysostomos2015-02-071-2/+4
* [perl #123737] Fix assertion failure with 0${Father Chrysostomos2015-02-061-2/+11
* toke.c: Remove redundant PL_lex_stuff null checksFather Chrysostomos2015-02-051-12/+6
* Localise PL_lex_stuff (crash fix)Father Chrysostomos2015-02-051-0/+6
* Fix double free with const overload after errorsFather Chrysostomos2015-02-051-2/+3
* toke.c: Use SvREFCNT_dec_NN in one spotFather Chrysostomos2015-02-051-1/+1
* toke.c: Simplify \N{U+...} codeFather Chrysostomos2015-02-021-28/+27
* "A" =~ '\N{U+41}' (partial) should be true on all platformsKarl Williamson2015-02-011-34/+6
* [perl #123711] Fix crash with 0-5x-l{0}Father Chrysostomos2015-02-011-0/+1
* Parse and compile string- and num-specific bitopsFather Chrysostomos2015-01-311-6/+31
* avoid C labels in column 0David Mitchell2015-01-211-3/+3
* intuit_more: no need to copy before keyword checkHugo van der Sanden2015-01-201-4/+3
* Make :const experimentalFather Chrysostomos2015-01-191-0/+4
* Add :const anon sub attributeFather Chrysostomos2015-01-191-1/+10
* toke.c: White-space onlyKarl Williamson2015-01-101-24/+24
* Simplify s/// and tr/// parsing logicFather Chrysostomos2015-01-081-1/+1
* Also allow /\N{}/Father Chrysostomos2014-12-181-0/+3
* [perl #123417] Allow lexer to parse \N{U+dotted.hex}Father Chrysostomos2014-12-171-6/+40
* [perl #123410] sort CORE::fake bizarre behaviourFather Chrysostomos2014-12-111-2/+3
* toke.c: Use mnemonic rather than numericKarl Williamson2014-12-111-1/+1
* toke.c: \v is a legal C89 mnemonic.Karl Williamson2014-12-111-2/+2
* toke.c: Generalize trace for non-ASCII platformKarl Williamson2014-12-091-1/+1
* Revert ‘Used pad name lists for pad ids’Father Chrysostomos2014-12-061-2/+1
* Revert "toke.c: Remove redundant PL_expect check"Father Chrysostomos2014-12-051-1/+1
* Make pad names always UTF8Father Chrysostomos2014-11-301-5/+5
* define and use STATIC_ASSERT_STMT for compile-time invariantsLukas Mai2014-11-291-1/+1