summaryrefslogtreecommitdiff
path: root/toke.c
Commit message (Expand)AuthorAgeFilesLines
* [perl #123737] handle a non-identifer after @ better for a missing opTony Cook2016-01-141-2/+8
* [perl #123737] delay reporting a missing operator for arraysTony Cook2016-01-111-3/+4
* utf8.h, et.al.: Clean up some castsKarl Williamson2015-12-051-1/+1
* Extend UTF-EBCDIC to handle up to 2**64-1Karl Williamson2015-11-251-4/+1
* toke.c: Remove soon-to-be invalid t assumptionKarl Williamson2015-11-251-4/+15
* [perl #126443] make sure PL_oldbufptr is preserved in scan_heredoc()Tony Cook2015-11-241-0/+4
* hexfp: if HEXFP_NV the shift2 is unusedJarkko Hietaniemi2015-11-201-0/+1
* perl #126586 hexfp may lose 1-3 low order bits (most often, 1)Jarkko Hietaniemi2015-11-071-0/+25
* perl #126582 hexfp overflow drops hi-order bitsJarkko Hietaniemi2015-11-071-8/+8
* Change meaning of UNI_IS_INVARIANT on EBCDIC platformsKarl Williamson2015-09-181-1/+1
* PATCH [perl #126036] toke.c: Silence some compiler warningsKarl Williamson2015-09-131-2/+2
* toke.c: Silence some compiler warningsKarl Williamson2015-09-121-4/+4
* Refactor tr/// parsing to work on EBCDIC, fix other bugKarl Williamson2015-09-081-164/+331
* Add macro for converting Latin1 to UTF-8, and use itKarl Williamson2015-09-041-3/+3
* Change to use UVCHR_SKIP over UNI_SKIPKarl Williamson2015-09-041-7/+7
* perlapi: Change slightly weird constructKarl Williamson2015-09-031-12/+12
* The #ifdef NV_MIN_EXP straddled the if () braces.Andy Broad2015-08-271-11/+7
* [perl #125341] check for unexpected trash after any sub startTony Cook2015-08-271-1/+7
* Explicitly use and check for FD_CLOEXEC.Jarkko Hietaniemi2015-08-261-2/+4
* disallow nested declarations [perl #125587] [perl #121058]Lukas Mai2015-08-181-0/+8
* perlapi: Use C<> instead of I<> for parameter names, etcKarl Williamson2015-08-011-30/+30
* toke.c: White-space, comment, added braces onlyKarl Williamson2015-08-011-194/+275
* [perl #123961] handle a missing closing ` for -DT outputTony Cook2015-07-231-1/+7
* dquote_static.c -> dquote.cJarkko Hietaniemi2015-07-221-1/+0
* static inlines from dquote_static.c -> new dquote_inline.hJarkko Hietaniemi2015-07-221-0/+1
* combine PERLDB_LINE and PERLDB_SAVESRC flag testsDaniel Dragan2015-07-221-4/+4
* toke.c: Move macro definitionKarl Williamson2015-07-131-28/+28
* Forbid variable names with ASCII non-graphic charsKarl Williamson2015-07-131-15/+7
* toke.c: Comments, white-space onlyKarl Williamson2015-07-131-3/+6
* Make postfix dereferencing work without the postderef featureAaron Crane2015-07-131-3/+2
* The postderef feature is no longer experimentalAaron Crane2015-06-271-4/+0
* Respect hashbangs containing perl6Leon Timmermans2015-06-221-0/+2
* [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