This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Promote v5.36 usage and feature bundles doc
[perl5.git] / utf8.c
2022-08-21 Karl WilliamsonPer-word utf8_to_bytes()
2022-07-04 Karl Williamsonlocale: Change macro name to be C conformant
2022-06-05 Karl WilliamsonRemove deprecated functions
2022-06-05 Karl Williamsonutf8.c: Minor comment changes
2022-05-31 Karl WilliamsonMake STRLENs() available to core
2022-03-05 Karl Williamsonutf8.c: Klortho advises: Check before deref
2022-03-05 Karl Williamsonutf8.c: Fix typo in comment
2021-12-28 Karl WilliamsonChange pack U behavior for EBCDIC
2021-12-18 Karl Williamsonutf8.c: Rmv duplicate #define.
2021-09-05 Karl Williamsonutf8.c: Rmv redundnat assigns
2021-09-05 Karl Williamsonutf8.c: White-space, comment only
2021-08-23 Karl Williamsonutf8.c: Make new static fcn more flexible 19055/head
2021-08-23 Karl Williamsonutf8.c: White-space, comment only
2021-08-23 Karl Williamsonutf8.c: Rmv no longer needed speed-up code
2021-08-23 Karl Williamsonutf8.c: Split a static fcn
2021-08-23 Karl Williamsonutf8.c: Use porcelain libc case changing fcn
2021-08-14 Karl WilliamsonAdd utf8_to_utf16 19034/head
2021-08-14 Karl WilliamsonImprove utf16_to_utf8_reversed()
2021-08-14 Karl WilliamsonSimplify utf16_to_utf8()
2021-08-14 Karl Williamsonutf8.c: Rmv #undef 19033/head
2021-08-14 Karl Williamsonutf8.c: Use macros instead of reinventing them
2021-08-14 Karl Williamsonutf8.c: Refactor is_utf8_char_helper()
2021-08-14 Karl WilliamsonMake macro isUTF8_CHAR_flags an inline fcn
2021-08-14 Karl Williamsonutf8.c: Rmv EBCDIC dependency
2021-08-14 Karl Williamsonutf8.c: Rmv an EBCDIC dependency
2021-08-07 Karl Williamsonutf8.c: Rename formal param to static fcn
2021-08-07 Karl Williamsonutf8.c: in-line only use of two macros
2021-08-07 Karl Williamsonutf8.c: Comment non-obvious fcn param meaning
2021-08-07 Karl Williamsonuvoffuni_to_utf8_flags_msgs: Avoid extra conditionals
2021-08-07 Karl WilliamsonFix EBCDIC deficiency in uvoffuni_to_utf8_flags_msgs()
2021-08-07 Karl WilliamsonRefactor uvoffuni_to_utf8_flags_msgs
2021-08-07 Karl Williamsonutf8.c: Change formal parameter name to fcn
2021-08-07 Karl WilliamsonAdd helper function for longest UTF8 sequence
2021-08-07 Karl Williamsonutf8.c: Fold 2 overlapping fcns into one
2021-08-07 Karl Williamsonutf8.c: Change internal macro name
2021-08-07 Karl Williamsonutf8.c: Improve algorithm for detecting overflow
2021-08-07 Karl Williamsonutf8.c: Use STRLENs() instead of sizeof()
2021-08-07 Karl Williamsonutf8.c: Use C_ARRAY_LENGTH()
2021-08-07 Karl Williamsonutf8.c: Generalize static fcn
2021-08-07 Karl Williamsonutf8.c: Refactor internal function
2021-08-07 Karl Williamsonutf8.c: Rmv some EBCDIC dependencies
2021-08-07 Karl Williamsonutf8.h: Add #define
2021-08-07 Karl Williamsonutf8.c: Change name of static function
2021-08-07 Karl Williamsonutf8.h: Add new #define for extended length UTF-8
2021-08-07 Karl WilliamsonRename internal macro and move to utf8.h
2021-07-31 Karl Williamsonregcharclass.h: Remove 2 EBCDIC dependencies
2021-07-30 Karl Williamsonutf8.c: Remove redundant '&' instruction
2021-06-30 Karl Williamsonutf8_length: Fix undefined C behavior
2021-06-17 Thibault DUPONCHELLEFix several unicode.org links
2021-01-17 Michael G. Schwernstyle: Detabify indentation of the C code maintained...
2020-11-23 Karl WilliamsonRestrict scope/Shorten some very long macro names
2020-11-09 Karl Williamsonutf8.c: Note various symbols are documented here
2020-11-06 Karl Williamsonautodoc.pl: Specify scn for single-purpose files
2020-10-22 Karl Williamsonutf8.c: Add blank line for visual clarity
2020-10-03 Samanta NavarroFix typos
2020-09-05 Karl WilliamsonFix bytes_from_utf8_loc() pod
2020-09-04 Karl WilliamsonMake bytes_from_utf8_loc() internal
2020-09-01 Karl WilliamsonChange some link pod for better rendering
2020-07-20 Dagfinn Ilmari Man... Remove use of dVAR in core
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()
next