summaryrefslogtreecommitdiff
path: root/utf8.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* utf8.c: Remove unused parametersKarl Williamson2018-08-031-70/+18
* utf8.c: Remove common codeKarl Williamson2018-08-031-18/+1
* utf8.c: Make safer a deprecated functionKarl Williamson2018-08-031-4/+5
* utf8.c: Make unused parameter signal its statusKarl Williamson2018-08-031-1/+3
* Initialize some inversion lists at start-up.Karl Williamson2018-08-031-3/+10
* Move Unicode \p{} definitions to regcomp.cKarl Williamson2018-08-021-554/+0
* Fix VC6 build following commit aa3c16bd70Steve Hay2018-07-191-1/+1
* Make utf8_to_uvchr() saferKarl Williamson2018-07-171-1/+20
* utf8.c: Add commentsKarl Williamson2018-07-171-0/+5
* Make global two interpreter variablesKarl Williamson2018-07-141-1/+2
* utf8.c: Avoid some unnecessary conversions to UTF-8Karl Williamson2018-07-111-13/+13
* utf8.c: Static fnc always passed non-nullKarl Williamson2018-07-111-2/+1
* Inline dfa for translating from UTF-8Karl Williamson2018-07-051-38/+8
* utf8.c: Avoid unnecessary work xlating utf8 to uvKarl Williamson2018-07-051-68/+85
* Use strict dfa to translate from UTF-8 to code pointKarl Williamson2018-07-051-20/+31
* Extend dfa for translation of UTF-8 to EBCDICKarl Williamson2018-07-051-5/+1
* Make UTF-8 dfa table an EXTCONSTKarl Williamson2018-07-051-168/+0