This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #126633] fix some corner cases in OPpASSIGN_COMMON_* handling
[perl5.git] / utf8.h
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
2015-05-07 Karl Williamsonutf8.h: Add a #define
2015-03-23 Dagfinn Ilmari Man... Replace common Emacs file-local variables with dir...
2015-02-12 Hugo van der Sandenfix assertions for UTF8_TWO_BYTE_HI/LO
2014-12-29 Karl WilliamsonfoldEQ_utf8(): Add some internal flags
2014-11-26 Karl WilliamsonMake is_invariant_string()
2014-10-21 Karl Williamsonutf8.h: EBCDIC fix
2014-08-22 Karl WilliamsonAdd and use macros for case-insensitive comparison
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
next