summaryrefslogtreecommitdiff
path: root/dquote.c
Commit message (Expand)AuthorAgeFilesLines
* porting/diag.t - improved parsing a bitYves Orton2022-09-081-2/+2
* Base *.[ch] files: Replace leading tabs with blanksMichael G Schwern2021-05-311-11/+11
* Allow blanks within and adjacent to {...} constructsKarl Williamson2021-01-201-9/+56
* dquote.c: Change variable nameKarl Williamson2021-01-201-26/+26
* style: Detabify indentation of the C code maintained by the core.Michael G. Schwern2021-01-171-11/+11
* Remove dquote_inline.hKarl Williamson2020-01-231-1/+0
* Revise \o{ missing '}' error messageKarl Williamson2020-01-231-4/+1
* Restructure grok_bslash_[ox]Karl Williamson2020-01-231-62/+273
* Restructure grok_bslash_cKarl Williamson2020-01-231-21/+45
* dquote.c: Change parameter nameKarl Williamson2020-01-231-14/+14
* Hoist code point portability warningsKarl Williamson2020-01-231-16/+3
* 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