summaryrefslogtreecommitdiff
path: root/dquote.c
Commit message (Expand)AuthorAgeFilesLines
* PATCH: [perl #133937] Assertion failureKarl Williamson2019-03-191-0/+13
* dquote.c: Prevent possible out-of-bounds readKarl Williamson2019-03-191-1/+1
* Change error wording for empty \x{}Karl Williamson2019-03-191-1/+1
* Change error wording for \o{}Karl Williamson2019-03-191-1/+1
* dquote.c: Use UTF8_SAFE_SKIPKarl Williamson2019-03-131-3/+3
* dquote.c: Use memchr() instead of strchr()Karl Williamson2017-11-061-18/+26
* dquote.c: Rmv extraneous #ifdef; add assertionsKarl Williamson2017-10-241-12/+5
* Revert "Deprecating the use of C<< \cI<X> >> to specify a printable character."Sawyer X2017-02-121-4/+4
* Deprecating the use of C<< \cI<X> >> to specify a printable character.Abigail2017-01-161-4/+4
* regcomp.c, toke.c: swap functions being inline staticKarl Williamson2016-02-181-21/+113
* toke.c: Remove soon-to-be invalid t assumptionKarl Williamson2015-11-251-4/+0
* Change to use UVCHR_SKIP over UNI_SKIPKarl Williamson2015-09-041-1/+1
* dquote_static.c -> dquote.cJarkko Hietaniemi2015-07-221-0/+199