This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
5.28.3 on Monday
[perl5.git] / utf8.c
2020-05-22 Dagfinn Ilmari Man... Fix a bunch of repeated-word typos
2020-03-20 David Mitchellfixup to free_and_set_cop_warnings()
2020-03-15 Nicolas RAdd macro to free and set cop_warnings
2020-02-20 Karl WilliamsonMove some obsolete UTF-8 handling fcns to mathoms
2020-01-23 Karl Williamsonutf8.c: Use common fcn for error message
2020-01-23 Karl Williamsonpv_uni_display: Use common fcn; \b mnemonic
2020-01-23 Karl Williamsonutf8.c: Make global a warning msg text
2020-01-23 Karl WilliamsonWarn on too high a code point if portable warn enabled
2020-01-19 Karl Williamsonutf8.c: Use already-computed variable
2020-01-14 Karl Williamsonutf8.c: Change variable types so compiles on Solaris
2020-01-04 Karl Williamsonutf8.c: Comment white-space only
2020-01-04 Karl Williamsonutf8.c: Use casts to silence some warnings
2020-01-04 Karl Williamsonutf8.c: Change internal variable's type
2020-01-04 Karl Williamsonutf8.c: Change parameter types of internal fcns
2020-01-04 Karl WilliamsonChange parameter type of static fcn
2020-01-04 Karl WilliamsonChange some structures/fcns to use I32 and U32
2019-12-26 Karl Williamsonutf8.c: Use inRANGE
2019-12-17 Karl WilliamsonNote that certain flags are documented
2019-11-30 Karl Williamsonautodoc.pl: Catch more errors
2019-11-12 James E KeenanFix: local variable hiding parameter of same name
2019-11-12 David Mitchellfix build under PERL_GLOBAL_STRUCT_PRIVATE
2019-11-07 Karl WilliamsonRemove swashes from core
2019-11-07 Karl WilliamsonAllow core to work with code points above IV_MAX
2019-11-03 Karl Williamsonmathoms.c,utf8.c: Update to use UTF8_CHK_SKIP
2019-11-01 Karl WilliamsonRmv more deprecated characlassify/case change macros
2019-10-11 Max MaischeinMove Unicode.org URLs to https:// in source code
2019-09-29 Karl WilliamsonRemove deprecated character classification/case changin...
2019-09-15 Karl WilliamsonChange name of _utf8_to_uvchr_buf()
2019-09-15 Karl WilliamsonStrip leading underscore from is_utf8_char_helper()
2019-09-15 Karl Williamsonembed.fnc: Change some 'x' marked fcns to 'C'
2019-07-02 Karl Williamsonutf8_to_uvchr_buf() make behavior match docs
2019-03-29 David Mitchellfix leak in Perl__force_out_malformed_utf8_message()
2019-03-29 Karl WilliamsonPATCH: [perl #133347] Tk broken
2019-03-15 Karl Williamsonutf8_length() Add two UNLIKELY()s
2019-03-11 Karl WilliamsonDon't use utf8_heavy.pl unless needed
2019-02-19 David Mitchelladd dVAR's for PERL_GLOBAL_STRUCT_PRIVATE builds
2019-02-15 Karl WilliamsonRemove relics of regex swash use
2019-02-05 Karl WilliamsonAdd Turkish locale handling to /i pattern matching
2019-02-05 Karl Williamsonutf8.c: Add functions for Turkic locale case changing
2019-01-09 Karl WilliamsonDelay fatalization of deprecation of unsafe UTF-8 macro...
2018-12-25 Karl WilliamsonGeneralize foldEQ_utf8_flags()
2018-12-25 Karl WilliamsonFix bug in foldEQ_utf8_flags()
2018-12-25 Karl Williamsonutf8.c: White-space only
2018-11-16 Karl WilliamsonXXX utf8.c: calculate vairants instead of assuming...
2018-09-10 Karl Williamsonutf8.c: Don't assume UTF-8 sequence has enough space.
2018-08-20 Karl Williamsonutf8.c: Rename macro and move to utf8.h, and use it...
2018-08-05 Karl Williamsonperlapi: Fix up pod for utf8n_to_uvchr_error()
2018-08-03 Karl WilliamsonMake utf8_to_uvchr() slightly safer
2018-08-03 Karl Williamsonutf8.c: Make safer some deprecated functions
2018-08-03 Karl Williamsonutf8.c: Avoid some unnecessary work
2018-08-03 Karl Williamsonutf8.c: Remove unused parameters
2018-08-03 Karl Williamsonutf8.c: Remove common code
2018-08-03 Karl Williamsonutf8.c: Make safer a deprecated function
2018-08-03 Karl Williamsonutf8.c: Make unused parameter signal its status
2018-08-03 Karl WilliamsonInitialize some inversion lists at start-up.
2018-08-02 Karl WilliamsonMove Unicode \p{} definitions to regcomp.c
2018-07-19 Steve HayFix VC6 build following commit aa3c16bd70
2018-07-17 Karl WilliamsonMake utf8_to_uvchr() safer
2018-07-17 Karl Williamsonutf8.c: Add comments
2018-07-14 Karl WilliamsonMake global two interpreter variables
2018-07-11 Karl Williamsonutf8.c: Avoid some unnecessary conversions to UTF-8
2018-07-11 Karl Williamsonutf8.c: Static fnc always passed non-null
2018-07-05 Karl WilliamsonInline dfa for translating from UTF-8
2018-07-05 Karl Williamsonutf8.c: Avoid unnecessary work xlating utf8 to uv
2018-07-05 Karl WilliamsonUse strict dfa to translate from UTF-8 to code point
2018-07-05 Karl WilliamsonExtend dfa for translation of UTF-8 to EBCDIC
2018-07-05 Karl WilliamsonMake UTF-8 dfa table an EXTCONST
2018-07-05 Karl WilliamsonRename dfa table for UTF-8
2018-07-05 Karl WilliamsonChange dfa table for Perl extended UTF-8
2018-07-05 Karl Williamsonutf8.c: Change expression to be EBCDIC friendly
2018-06-29 Karl Williamsonutf8.c: Use abbreviations consistently
2018-06-25 Karl Williamsonutf8.c: Use a more generic enum instead of explicit ptr
2018-06-25 Karl Williamsonutf8.c: Reorder some initialization code
2018-06-25 Karl Williamsonutf8.c: Fix \p{} to work on old Unicodes
2018-06-25 Karl Williamsonutf8.c: qr/\p{}/ Handle Unihan numeric properties
2018-06-25 Karl Williamsonregcomp.c: Simplify
2018-06-25 Karl Williamsonutf8.c: Handle qr!\p{nv=6/8}!
2018-06-25 Karl Williamsonutf8.c: Use \p{nv=float}
2018-06-25 Karl Williamsonregen/mk_invlists.pl: Add to list of props to keep...
2018-06-25 Karl Williamsonutf8.c: Use menominic variable name
2018-06-25 Karl Williamsonutf8.c: Fix typo in comment
2018-06-25 Karl Williamsonutf8.c: Use variable instead of repeating expression
2018-06-25 Karl WilliamsonRemove support for qr/\p{_CanonDCIJ}
2018-06-25 Karl WilliamsonRemove support for qr/\p{_Comb_Above}/
2018-06-25 Karl Williamsongrok_atoUV: allow non-C strings and document
2018-05-19 Karl WilliamsonPATCH: [perl # 133179] heap-buffer-overflow write
2018-04-30 Daniel Draganutf8.c: use TRUE not true
2018-04-20 Karl Williamsonregen/mk_invlists.pl: Omit #defines
2018-04-20 Karl WilliamsonUse a perfect hash for Unicode property lookups
2018-04-20 Karl WilliamsonBring all Unicode property definitions into core
2018-04-20 Karl WilliamsonSet up initial \p{} parse function.
2018-04-20 Karl WilliamsonGenerate all binary Unicode property tables
2018-04-20 Karl WilliamsonMove inversion lists to utf8.c
2018-04-15 Karl Williamsonutf8.c: Don't dump malformation past first NUL
2018-04-15 Karl WilliamsonMove utf8_to_uvchr out of mathoms.c
2018-04-08 Daniel Draganfix utf8.c overflowed VC6's preproc macro buffer and...
2018-04-03 Karl WilliamsonUse unsigned to avoid compiler warning
2018-03-31 Karl Williamsonutf8.c: Add missing const in formal parameter
2018-03-31 Karl Williamsonutf8.c: Remove unused thread context for core-only fcn
2018-03-31 Karl Williamsonutf8.c: Rmv no longer used function
next