This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Skip symbols for which Configure found no support.
[perl5.git] / utf8.h
2014-07-09 Karl Williamsonutf8.h: Add comment
2014-06-05 Karl Williamsonperlapi: Refactor placements, headings of some functions
2014-06-05 Karl WilliamsonAdd parameters to "use locale"
2014-05-31 Karl WilliamsonFix definition of toCTRL() for EBCDIC
2014-05-31 Karl WilliamsonAdd some (UN)?LIKELY() to UTF8 handling
2014-05-31 Karl WilliamsonMake is_utf8_char_buf() a macro
2014-05-31 Karl Williamsonutf8.h: Use new macro type from previous commit
2014-05-31 Karl WilliamsonCreate isUTF8_CHAR() macro and use it
2014-05-31 Karl Williamsonutf8.h: Move macro within file
2014-05-31 Karl Williamsonregen/regcharclass.pl: Update to use EBCDIC utilities
2014-01-28 Karl WilliamsonWhite-space, comments only
2014-01-28 Karl WilliamsonRename an internal flag
2014-01-27 Karl WilliamsonTaint more operands with case changes
2014-01-02 Karl WilliamsonChange some warnings in utf8n_to_uvchr()
2014-01-01 Karl WilliamsonMove a macro from utf8.h to handy.h for wider use.
2013-12-06 Karl Williamsonutf8.h: Add parameter checking to some macros in DEBUGG...
2013-12-05 Karl Williamsonutf8.h: Fix grammar in comment
2013-09-30 Karl Williamsonutf8.h: White-space only
2013-09-17 Nicholas ClarkThe choice of 7 or 13 byte extended UTF-8 should be...
2013-09-11 Karl WilliamsonUse separate macros for byte vs uv Unicode
2013-09-06 Karl WilliamsonPATCH: [perl #119601] Bleadperl breaks ETHER/Devel...
2013-08-29 Karl Williamsonutf8.h: White space only
2013-08-29 Karl Williamsonutf8.h, unicode_constants.h: Add some #defines.
2013-08-29 Karl Williamsonutf8.h: Fix UTF8_IS_SUPER defn for EBCDIC
2013-08-29 Karl Williamsonutf8.c: Remove wrapper functions.
2013-08-29 Karl Williamsonutf8.h: Clarify comments
2013-08-29 Karl Williamsonutf8.h, utfebcdic.h: Add #define
2013-08-29 Karl WilliamsonFix EBCDIC bugs in UTF8_ACUMULATE and utf8.c
2013-08-29 Karl Williamsonutf8.h: Clean up and use START_MARK definition
2013-08-29 Karl Williamsonutf8.h: Move #includes
2013-08-29 Karl Williamsonutf8.h: Simplify UTF8_EIGHT_BIT_foo on EBCDIC
2013-08-29 Karl WilliamsonAdd macro OFFUNISKIP
2013-08-29 Karl Williamsonutf8.c: Stop using two functions
2013-08-29 Karl WilliamsonConvert uvuni_to_utf8() to function
2013-08-29 Karl Williamsonutf8.c: Swap which fcn wraps the other
2013-08-29 Karl WilliamsonDeprecate NATIVE_TO_NEED and ASCII_TO_NEED
2013-08-29 Karl WilliamsonUse real illegal UTF-8 byte
2013-08-29 Karl WilliamsonAdd and use macro to return EBCDIC
2013-08-29 Karl Williamsonutf8.h: Correct macros for EBCDIC
2013-08-29 Karl WilliamsonUse new clearer named #defines
2013-08-29 Karl Williamsonutf8.h, utfebcdic.h: Create less confusing #defines
2013-05-20 Karl WilliamsonUse new case changing macros
2013-02-25 Karl WilliamsonAdd, fix comments
2013-02-15 Karl Williamsonutf8.h, utfebcdic.h: Add, fix comments
2013-01-16 Karl Williamsonutf8.h: Add comments
2013-01-13 Karl WilliamsonCreate deprecated fncs to replace to-be-removed macros
2012-12-31 Karl WilliamsonAdd isWORDCHAR_lazy_if() macro
2012-12-24 Karl Williamsonutf8.h: Make sure char* is cast to U8* for unsigned...
2012-12-24 Karl Williamsonutf8.h: Parenthesize macro parameter
2012-12-06 Yves Ortonmake regcharclass generate submacros if necessary to...
2012-11-11 Karl Williamsonutf8.h: Add macro that handled malformed 2-byte UTF-8
2012-10-17 Karl Williamsonutf8.h: Add guard against recursive #include
2012-10-14 Karl Williamsonutf8.h: Correct some values for EBCDIC
2012-09-17 Karl Williamsonutf8.h: Add macro to test if UTF8 code point isn't...
2012-09-14 Karl Williamsonutf8.h: Use machine generated IS_UTF8_CHAR()
2012-09-14 Karl Williamsonutf8.h: Remove some EBCDIC dependencies
2012-09-14 Karl Williamsonutf8.h: Save a branch in a macro
2012-09-14 Karl Williamsonutf8.h: White-space only
2012-09-14 Karl Williamsonutf8.h: Correct improper EBCDIC conversion
2012-09-14 Karl WilliamsonRemove some EBCDIC dependencies
2012-08-26 Karl Williamsonutf8.c: Prefer binsearch over swash hash for small...
2012-08-26 Karl Williamsonutf8.c: collapse a function parameter
2012-08-26 Karl Williamsonembed.fnc: Turn null wrapper function into macro
2012-08-26 Karl Williamsonutf8.c: Revise internal API of swash_init()
2012-07-25 Karl Williamsonutf8.h, regcomp.c: Use mnemonics for Unicode chars
2012-05-30 Ricardo Signesupdate the editor hints for spaces, not tabs
2012-05-22 Karl Williamsonutf8.c: Add nomix-ASCII option to to_fold functions
2012-05-22 Karl Williamsonutf8.h, pp.c: Add UTF8_IS_REPLACEMENT macro, and use it
2012-05-22 Karl Williamsonutf8.h: Simplify expressions
2012-05-22 Karl Williamsonutf8.h: Comment improvementes, white-space
2012-04-26 Karl Williamsonutf8.c: refactor utf8n_to_uvuni()
2012-04-26 Karl Williamsonutf8.h: Use correct definition of start byte
2012-04-26 Christian Hansenutf8.h: Use correct UTF-8 downgradeable definition
2012-01-29 Karl Williamsonutf8.h: Restore macro defn incorrectly trashed earlier
2012-01-21 Karl WilliamsonAdd :not_characters parameter to 'use locale'
2012-01-19 Steffen SchwigonBump several file copyright dates
2011-12-15 Karl Williamsonutf8.c: Allow Changed behavior of utf8 under locale
2011-11-22 Karl Williamsonutf8.h: Add missing parens
2011-11-22 Karl Williamsonutf8.h: define IS_UTF8_CHAR for EBCDIC
2011-11-22 Karl Williamsonutf8.h: White space only
2011-11-10 Karl Williamsonutf8.h: clarify comment
2011-10-18 Karl Williamsonutf8.c: Add 'input pre-folded' flags to foldEQ_utf8_flags
2011-10-01 Karl Williamsonutf8.h: Revise formal parameter name for clarity
2011-10-01 Karl Williamsonutf8.h: Remove redundant checks
2011-05-03 Karl Williamsonutf8.c: Add _flags version of to_utf8_fold()
2011-03-20 Karl Williamsonutf8.h: Add #define
2011-03-20 Karl Williamsonutf8.h: A fold buffer needs to hold any utf8 char
2011-02-28 Karl WilliamsonAdd #defines for 2 Latin1 chars
2011-02-28 Karl WilliamsonMove some #defines
2011-02-26 Karl WilliamsonFree up bit in ANYOF flags
2011-02-19 Karl WilliamsonfoldEQ_utf8(): Add locale handling
2011-02-14 Karl WilliamsonfoldEQ_utf8_flags: Add no-mixing ASCII option
2011-02-14 Karl WilliamsonfoldEQ_utf8: Add version with flags parameter
2011-02-03 Karl Williamsoncode points above 0x7fff_ffff problematic
2011-01-14 Karl Williamsonutf8.h: Add define for max fold expansion in chars
2011-01-10 Karl Williamsonutf8.h: remove wrong, no-longer used #define
2011-01-10 Karl Williamsonutf8.c(): Default to allow problematic code points
2011-01-10 Karl Williamsonutf8.h: white space, add comments
2011-01-05 Karl Williamsonutf8.h: Add macros for problematic code points
2010-12-21 Nicholas ClarkFix IS_UTF8_CHAR() to recognise start bytes 0xF5, 0xF6...
next