summaryrefslogtreecommitdiff
path: root/toke.c
Commit message (Expand)AuthorAgeFilesLines
* [perl #128919] limited exponent range in hex fp literal with long doubleJarkko Hietaniemi2017-08-091-1/+1
* hexfp: IEEE 754 subnormals printf %aJarkko Hietaniemi2017-08-091-0/+8
* toke.c: fix mswin32 buildsDavid Mitchell2017-08-091-1/+1
* [perl #129196] Crash/bad read with ‘evalbytes S’Father Chrysostomos2017-08-091-1/+1
* [perl #128951] Fix ASan error with @{\327Father Chrysostomos2017-08-091-4/+12
* [perl #128171] Fix assert fail with /@0{0*->@*/*0Father Chrysostomos2017-08-081-1/+0
* [perl #126482] Fix assert fail ‘a_const a_const’Father Chrysostomos2017-07-281-2/+5
* PATCH: [perl #128734] tr/\N{...}/ failing for 128-255Karl Williamson2017-07-281-1/+1
* [perl #128508] Fix line numbers with perl -xFather Chrysostomos2017-07-281-1/+2
* Revert "Respect hashbangs containing perl6"Leon Timmermans2016-07-171-2/+0
* PATCH: [perl #123417] Deprecate empty \N{}Karl Williamson2016-03-241-1/+4
* PATCH: [perl #127262] assertion fail on malformed UTF8Karl Williamson2016-03-041-2/+15
* Adjust callsites that use UTF8SKIP without checking UTFAlex Vandiver2016-02-291-3/+3
* [perl #127334] S_incline: avoid overrunning the end of the parse bufferTony Cook2016-02-101-1/+1
* add CX_CUR() macroDavid Mitchell2016-02-031-1/+1
* [perl #125540] handle already being at EOF while not finding a heredoc termin...Tony Cook2016-02-031-2/+3
* [perl #127183] Non-canonical hexadecimal floats are parsed prematurelyJarkko Hietaniemi2016-01-271-45/+84
* [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