summaryrefslogtreecommitdiff
path: root/utf8.c
Commit message (Expand)AuthorAgeFilesLines
* Fix several unicode.org linksThibault DUPONCHELLE2021-06-171-1/+1
* style: Detabify indentation of the C code maintained by the core.Michael G. Schwern2021-01-171-255/+255
* Restrict scope/Shorten some very long macro namesKarl Williamson2020-11-221-4/+2
* utf8.c: Note various symbols are documented hereKarl Williamson2020-11-091-1/+40
* autodoc.pl: Specify scn for single-purpose filesKarl Williamson2020-11-061-3/+0
* utf8.c: Add blank line for visual clarityKarl Williamson2020-10-221-0/+1
* Fix typosSamanta Navarro2020-10-031-1/+1
* Fix bytes_from_utf8_loc() podKarl Williamson2020-09-051-2/+2
* Make bytes_from_utf8_loc() internalKarl Williamson2020-09-041-6/+1
* Change some link pod for better renderingKarl Williamson2020-08-311-3/+3
* Remove use of dVAR in coreDagfinn Ilmari Mannsåker2020-07-201-16/+0
* 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