summaryrefslogtreecommitdiff
path: root/utf8.h
Commit message (Expand)AuthorAgeFilesLines
* Reimplement OFFUNISKIPKarl Williamson2021-08-071-47/+23
* utf8.h: Add macro to compute UV skip by its log2Karl Williamson2021-08-071-2/+30
* utf8.h: Rmv EBCDIC dependencyKarl Williamson2021-08-071-11/+59
* Rename internal macro and move to utf8.hKarl Williamson2021-08-071-0/+2
* utf8.h: Remove an EBCDIC dependencyKarl Williamson2021-08-071-2/+19
* utf8.h: Add symbol for easing EBCDIC handlingKarl Williamson2021-08-071-0/+6
* utf8.h: Make a bit of EBCDIC known to ASCIIKarl Williamson2021-08-071-4/+15
* utf8.h: Add a #define synonymKarl Williamson2021-08-071-3/+9
* Refactor UTF_START_MASK()Karl Williamson2021-08-071-5/+14
* utf8.h: Move macro to earlier in fileKarl Williamson2021-08-071-13/+13
* UTF8_IS_DOWNGRADEABLE_START: Call less general helperKarl Williamson2021-08-071-1/+1
* Refactor UTF_START_MARK()Karl Williamson2021-05-301-5/+10
* UTF8_IS_NEXT_CHAR_DOWNGRADEABLE() check before derefKarl Williamson2021-05-291-2/+2
* utf8.h: Simplify UNICODE_IS_SURROGATE()Karl Williamson2021-05-281-4/+3
* utf8.h: Use inRANGE for UNICODE_IS_32_CONTIGUOUS_NONCHARSKarl Williamson2021-05-281-2/+2
* utf8.h: Refactor UNICODE_IS_NONCHAR()Karl Williamson2021-05-281-3/+3
* style: Detabify indentation of the C code maintained by the core.Michael G. Schwern2021-01-171-2/+2
* utf8.h: Fix syntax error only found on EBCDIC buildsKarl Williamson2020-12-041-1/+1
* autodoc.pl: Specify scn for single-purpose filesKarl Williamson2020-11-061-8/+0
* Change some link pod for better renderingKarl Williamson2020-08-311-7/+7
* Document ibcmp_utf8, and move to like-fcns hdrKarl Williamson2020-08-221-3/+0
* utf8.h: Add commentKarl Williamson2020-07-311-0/+1
* utf8.h: Remove obsolete macroKarl Williamson2020-07-301-7/+0
* Fix typo when using nBIT_UMAXNicolas R2020-07-221-1/+1
* utf8.h: Add some branch predictionsKarl Williamson2020-07-171-20/+26
* handy.h: Create nBIT_MASK(n) macroKarl Williamson2020-07-171-2/+2
* Fix a bunch of repeated-word typosDagfinn Ilmari Mannsåker2020-05-221-1/+1
* pv_uni_display: Use common fcn; \b mnemonicKarl Williamson2020-01-231-1/+7
* Fix UTF8_IS_START on EBCDICKarl Williamson2019-12-071-3/+11
* utf8.h: Rmv obsolete macrosKarl Williamson2019-11-241-16/+0
* Add missing back compat macrosKarl Williamson2019-11-241-0/+1
* utf8.h: Use MAX() macro instead of its expansionKarl Williamson2019-11-141-3/+1
* utf8.h: Use a cast to U8 to avoid an ANDKarl Williamson2019-11-111-1/+1
* Allow core to work with code points above IV_MAXKarl Williamson2019-11-061-0/+4
* Consolidate uses of PERL_SMALL_MACRO_BUFFERKarl Williamson2019-10-311-17/+2
* Document UTF8_MAXBYTES_CASEKarl Williamson2019-10-151-8/+18
* Fix UTF8_CHK_SKIP()Karl Williamson2019-10-131-1/+2
* Add UTF8_CHK_SKIP() macroKarl Williamson2019-10-091-2/+40
* Document UTF8_SKIP()Karl Williamson2019-10-091-0/+8
* Make defn of UTF_IS_CONTINUED commonKarl Williamson2019-10-061-6/+5
* Make defn of UVCHR_IS_INVARIANT commonKarl Williamson2019-10-061-13/+13
* Make defn of OFFUNI_IS_INVARIANT commonKarl Williamson2019-10-061-8/+5
* Make defn of UTF8_IS_DOWNGRADEABLE_START commonKarl Williamson2019-10-061-8/+7
* Make defn of UTF_IS_ABOVE_LATIN1 commonKarl Williamson2019-10-061-6/+8
* Make defn of UTF8_IS_START commonKarl Williamson2019-10-061-7/+10
* Make defn of UTF8_IS_CONTINUATION commonKarl Williamson2019-10-061-6/+6
* Make defn of UTF_CONTINUATION_MARK commonKarl Williamson2019-10-061-4/+6
* Make defn of UTF_IS_CONTINUATION_MASK commonKarl Williamson2019-10-061-3/+4
* utf8.h: Add commentKarl Williamson2019-10-061-1/+3
* utf8.h: Remove redundant castKarl Williamson2019-10-061-1/+1