This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
t/run/locale.t: Refactor to use done_testing()
[perl5.git] / utf8.h
2018-02-20 Karl Williamsonutf8.h: Add in #define for backcompat
2018-02-07 Karl WilliamsonAdd uvchr_to_utf8_flags_msgs()
2018-01-30 Karl WilliamsonAdd utf8n_to_uvchr_msgs()
2017-07-13 Karl Williamsonutf8.h: Comments only
2017-07-13 Karl Williamsonutf8n_to_uvchr() Properly test for extended UTF-8
2017-07-13 Karl Williamsonutf8.h: Add synonyms for flag names
2017-07-01 Karl Williamsonutf8.c: Move some #defines here, the only file that...
2017-06-14 Karl WilliamsonAdd new function utf8_from_bytes_loc()
2017-06-02 Karl WilliamsonUse new paradigm for hdr file double inclusion guard
2017-06-01 Karl Williamsonutf8.h: Add parens around macro param in expansion
2017-06-01 Karl Williamsonutf8.h: Add assertions for macros that take chars
2017-02-12 Karl Williamsonutf8.h: Clarify comment
2017-02-12 Karl Williamsonutf8.h: White-space, parens only
2017-02-12 Karl Williamsonutf8.h: Add branch prediction
2016-12-24 Karl WilliamsonDeprecate toFOO_utf8()
2016-12-24 Karl WilliamsonAdd toFOO_utf8_safe() macros
2016-12-23 Karl Williamsonutf8.c: Add flag to indicate unsure as to end of string...
2016-12-23 Karl WilliamsonDeprecate isFOO_utf8() macros
2016-12-23 Karl WilliamsonAllow allowing UTF-8 overflow malformation
2016-12-23 Karl WilliamsonReturn REPLACEMENT for UTF-8 overlong malformation
2016-12-23 Karl Williamsonutf8.h: Don't allow zero length malformation unless...
2016-12-23 Karl Williamsonutf8.h: Renumber flag bits
2016-12-23 Karl WilliamsonAdd isFOO_utf8_safe() macros
2016-12-13 Karl WilliamsonFix above-Unicode UTF-8 detection for EBCDIC
2016-11-30 Petr PísařFix const correctness in utf8.h
2016-10-13 Karl Williamsonutf8.h: Simplify macro
2016-10-13 Karl WilliamsonAdd utf8n_to_uvchr_error
2016-10-13 Karl Williamsonutf8n_to_uvchr(): Note multiple malformations
2016-10-13 Karl Williamsonutf8.h: Change some flag definition constants
2016-09-26 Karl WilliamsonAdd API Unicode handling functions
2016-09-26 Karl WilliamsonMove #define to different header
2016-09-26 Karl Williamsonperlapi: Clarifications, nits in Unicode support docs
2016-09-18 Karl WilliamsonAdd isUTF8_CHAR_flags() macro
2016-09-18 Karl WilliamsonAdd macro for Unicode Corregindum #9 strict
2016-09-18 Karl WilliamsonAdd macro for determining if UTF-8 is Unicode-strict
2016-09-18 Karl Williamsonperlapi: Clarify isUTF8_CHAR()
2016-09-18 Karl Williamsonutf8.h: Add comment, white-space changes
2016-09-18 Karl WilliamsonEnhance and rename is_utf8_char_slow()
2016-09-17 Karl WilliamsonisUTF8_CHAR(): Bring UTF-EBCDIC to parity with ASCII
2016-09-17 Karl WilliamsonAdd IS_UTF8_INVARIANT and IS_UVCHR_INVARIANT to API
2016-09-17 Karl WilliamsonAdd #defines for XS code for Unicode Corregindum 9
2016-09-01 Karl WilliamsonMake 3 UTF-8 macros API
2016-09-01 Karl WilliamsonMove isUTF8_CHAR helper function, and reimplement it
2016-09-01 Karl WilliamsonAdd #defines for UTF-8 of highest representable code...
2016-09-01 Karl Williamsonutf8.h: Add some LIKELY() to help branch prediction
2016-09-01 Karl Williamsonutf8.h, utfebcdic.h: Add comments, align white space
2016-09-01 Karl WilliamsonAdd new synonym 'is_utf8_invariant_string'
2016-08-14 Daniel Dragansilence MSVC warnings for NATIVE_UTF8_TO_I8/I8_TO_NATIV...
2016-08-02 Karl Williamsonutf8.h: Add comment clarification
2016-02-11 Karl Williamsonutf8.h: Guard some macros against improper calls
2016-02-01 Tony Cook[perl #127426] fixes for 126045 patch, restrict to...
2016-01-31 Tony Cook[perl #126045] part revert e9b19ab7 for vc2003 and...
2015-12-22 Karl Williamsonutf8.h: Add 2 assertions
2015-12-10 Karl Williamsonutf8.h, utfebcdic.h: Add #define
2015-12-10 Karl Williamsonutf8.h: Fix macro definition
2015-12-10 Karl Williamsonutf8.h: Remove unused #define
2015-12-09 Karl Williamsonutf8.h: Split UNICODE_IS_NONCHAR() into smaller macros
2015-12-06 Karl Williamsonutf8.h, utfebcdic.h: Comments, white-space only
2015-12-06 Karl Williamsonutf8.h: Remove a branch in macro for Unicode surrogates
2015-12-06 Karl Williamsonutf8.h: Add some casts in macros, for safety
2015-12-06 Karl Williamsonutf8.h: Combine EBCDIC and ASCII macros
2015-12-06 Karl Williamsonutf8.h: Refactor macro definition
2015-12-06 Karl Williamsonutf8.h: Combine EBCDIC and ASCII macros
2015-12-06 Karl Williamsonutf8.h: Refactor a macro
2015-12-06 Karl Williamsonutf8.h: Use common macro to avoid repeating
2015-12-06 Karl Williamsonutf8.h: Move #define within file
2015-12-06 Karl Williamsonutf8.h: Combine EBCDIC and ASCII #defines
2015-12-06 Karl Williamsonutf8.h: Move #define to earlier in the file
2015-12-06 Karl Williamsonutf8.h, et.al.: Clean up some casts
2015-12-06 Karl Williamsonutf8.h: Combine ASCII and EBCDIC defines into one
2015-12-06 Karl Williamsonutf8.h, utfebcdic.h: Fix-up UTF8_MAXBYTES_CASE defn
2015-11-29 Karl Williamsonutf8.h: Remove use of redundant flags
2015-11-29 Karl Williamsonutf8.h: Add clearer #define synonyms
2015-11-25 Karl WilliamsonExtend UTF-EBCDIC to handle up to 2**64-1
2015-11-09 Karl Williamsonutf8.h: Move #define within file
2015-11-09 Karl Williamsonutf8.h, utfebcdic.h: Use mnemonic constant
2015-11-09 Karl Williamsonutf8.h: Reformat a couple of table lines
2015-10-22 Karl Williamsonutf8.h: Change formal macro param name to match docs
2015-09-18 Karl WilliamsonChange meaning of UNI_IS_INVARIANT on EBCDIC platforms
2015-09-04 Karl Williamsonutf8.h, utfebcdic.h: Add some assertions
2015-09-04 Karl Williamsonutf8.h: Add comment; white space changes
2015-09-04 Karl Williamsonutf8.h: Change definition of UTF8_IS_INVARIANT
2015-09-04 Karl WilliamsonChange EBCDIC macro definition
2015-09-04 Karl WilliamsonChange EBCDIC macro definition
2015-09-04 Karl WilliamsonChange EBCDIC macro definition
2015-09-04 Karl Williamsonutf8.h: Change defn of UNI_IS_INVARIANT
2015-09-04 Karl WilliamsonChange filter of problematic code points for EBCDIC
2015-09-04 Karl WilliamsonAdd macro for converting Latin1 to UTF-8, and use it
2015-09-04 Karl Williamsonutf8.h: Add assertions to macro
2015-09-04 Karl Williamsonperlapi: Add some S<>
2015-09-04 Karl Williamsonutf8.h: Add macro synonym
2015-08-01 Karl Williamsonutf8.h: Add dummy param for when macros placed in API
2015-08-01 Karl Williamsonutf8.h: Fix typo in macro name definition
2015-08-01 Karl Williamsonutf8.h, utfebcdic.h: Add comments; white-space only
2015-08-01 Karl Williamsonutf8.h: Add UTF8_SKIP as a synonym for UTF8SKIP
2015-08-01 Karl Williamsonutf8.h: White-space only
2015-07-29 Karl WilliamsonHandle Unicode 3.0.1 /i Turkish "i" rules
2015-07-29 Karl WilliamsonAllow Perl to compile and work on Unicode releases...
2015-05-07 Karl Williamsonperlapi: Add intro text to Unicode section
2015-05-07 Karl Williamsonperlapi: Document some functions
next