summaryrefslogtreecommitdiff
path: root/utf8.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a bunch of repeated-word typosDagfinn Ilmari Mannsåker2020-05-221-5/+5
* fixup to free_and_set_cop_warnings()David Mitchell2020-03-201-2/+1
* Add macro to free and set cop_warningsNicolas R2020-03-161-3/+2
* Move some obsolete UTF-8 handling fcns to mathomsKarl Williamson2020-02-191-100/+0
* utf8.c: Use common fcn for error messageKarl Williamson2020-01-231-8/+2
* pv_uni_display: Use common fcn; \b mnemonicKarl Williamson2020-01-231-28/+20
* utf8.c: Make global a warning msg textKarl Williamson2020-01-231-5/+2
* Warn on too high a code point if portable warn enabledKarl Williamson2020-01-231-4/+9
* utf8.c: Use already-computed variableKarl Williamson2020-01-181-1/+1
* utf8.c: Change variable types so compiles on SolarisKarl Williamson2020-01-141-2/+2
* utf8.c: Comment white-space onlyKarl Williamson2020-01-031-3/+2
* utf8.c: Use casts to silence some warningsKarl Williamson2020-01-031-2/+2
* utf8.c: Change internal variable's typeKarl Williamson2020-01-031-1/+1
* utf8.c: Change parameter types of internal fcnsKarl Williamson2020-01-031-2/+2
* Change parameter type of static fcnKarl Williamson2020-01-031-2/+7
* Change some structures/fcns to use I32 and U32Karl Williamson2020-01-031-5/+6
* utf8.c: Use inRANGEKarl Williamson2019-12-261-4/+4
* Note that certain flags are documentedKarl Williamson2019-12-171-0/+14
* autodoc.pl: Catch more errorsKarl Williamson2019-11-301-2/+6
* Fix: local variable hiding parameter of same nameJames E Keenan2019-11-121-2/+2
* fix build under PERL_GLOBAL_STRUCT_PRIVATEDavid Mitchell2019-11-121-0/+3
* Remove swashes from coreKarl Williamson2019-11-061-690/+0
* Allow core to work with code points above IV_MAXKarl Williamson2019-11-061-1/+3
* mathoms.c,utf8.c: Update to use UTF8_CHK_SKIPKarl Williamson2019-11-031-16/+4
* Rmv more deprecated characlassify/case change macrosKarl Williamson2019-10-311-98/+14
* Move Unicode.org URLs to https:// in source codeMax Maischein2019-10-111-4/+4
* Remove deprecated character classification/case changing macrosKarl Williamson2019-09-291-210/+7
* Change name of _utf8_to_uvchr_buf()Karl Williamson2019-09-151-1/+1
* Strip leading underscore from is_utf8_char_helper()Karl Williamson2019-09-151-2/+2
* embed.fnc: Change some 'x' marked fcns to 'C'Karl Williamson2019-09-151-15/+19
* utf8_to_uvchr_buf() make behavior match docsKarl Williamson2019-07-011-4/+1
* fix leak in Perl__force_out_malformed_utf8_message()David Mitchell2019-03-291-0/+17
* PATCH: [perl #133347] Tk brokenKarl Williamson2019-03-281-0/+3
* utf8_length() Add two UNLIKELY()sKarl Williamson2019-03-151-2/+2
* Don't use utf8_heavy.pl unless neededKarl Williamson2019-03-101-2/+1
* add dVAR's for PERL_GLOBAL_STRUCT_PRIVATE buildsDavid Mitchell2019-02-191-0/+23
* Remove relics of regex swash useKarl Williamson2019-02-141-491/+20
* Add Turkish locale handling to /i pattern matchingKarl Williamson2019-02-051-1/+6
* utf8.c: Add functions for Turkic locale case changingKarl Williamson2019-02-051-9/+135
* Delay fatalization of deprecation of unsafe UTF-8 macros from XSKarl Williamson2019-01-081-2/+2
* Generalize foldEQ_utf8_flags()Karl Williamson2018-12-251-4/+24
* Fix bug in foldEQ_utf8_flags()Karl Williamson2018-12-251-0/+3
* utf8.c: White-space onlyKarl Williamson2018-12-251-6/+6
* XXX utf8.c: calculate vairants instead of assuming worst caseKarl Williamson2018-11-161-4/+2
* utf8.c: Don't assume UTF-8 sequence has enough space.Karl Williamson2018-09-101-3/+3
* utf8.c: Rename macro and move to utf8.h, and use it in regcomp.cKarl Williamson2018-08-201-6/+4
* perlapi: Fix up pod for utf8n_to_uvchr_error()Karl Williamson2018-08-051-1/+30
* Make utf8_to_uvchr() slightly saferKarl Williamson2018-08-031-2/+2
* utf8.c: Make safer some deprecated functionsKarl Williamson2018-08-031-1/+4
* utf8.c: Avoid some unnecessary workKarl Williamson2018-08-031-2/+4