Imported Upstream version 5.23.3
[platform/upstream/perl.git] / utf8.c
2017-06-28 DongHun KwakImported Upstream version 5.23.3 32/136032/1
2017-06-28 DongHun KwakImported Upstream version 5.23.2 31/136031/1
2017-06-28 DongHun KwakImported Upstream version 5.23.1 30/136030/1
2017-06-28 DongHun KwakImported Upstream version 5.22.0 25/136025/1
2017-06-28 DongHun KwakImported Upstream version 5.21.11 24/136024/1
2017-06-28 DongHun KwakImported Upstream version 5.21.10 23/136023/1
2017-06-28 DongHun KwakImported Upstream version 5.21.9 22/136022/1
2017-06-28 DongHun KwakImported Upstream version 5.21.8 21/136021/1
2017-06-28 DongHun KwakImported Upstream version 5.21.7 20/136020/1
2017-06-28 DongHun KwakImported Upstream version 5.21.6 19/136019/1
2017-06-28 DongHun KwakImported Upstream version 5.21.4 17/136017/1
2017-06-28 DongHun KwakImported Upstream version 5.21.3 16/136016/1
2017-06-28 DongHun KwakImported Upstream version 5.21.2 15/136015/1
2017-06-28 DongHun KwakImported Upstream version 5.21.1 14/136014/1
2017-06-28 DongHun KwakImported Upstream version 5.21.0 13/136013/1
2017-06-28 DongHun KwakImported Upstream version 5.20.2 11/136011/1
2017-06-28 DongHun KwakImported Upstream version 5.20.1 10/136010/1
2014-05-12 Karl Williamsonperlapi: Give more accurate value for needed free space
2014-04-23 Karl Williamsonperlapi: Clarify NUL handling for 2 fcns; nits
2014-03-14 Karl WilliamsonWhite-space only; properly indent newly formed blocks
2014-03-14 Karl Williamsonmktables: Inline short tables
2014-02-20 Karl WilliamsonChange av_len calls to av_tindex for clarity
2014-01-28 Karl WilliamsonWhite-space, comments only
2014-01-28 Karl WilliamsonWork properly under UTF-8 LC_CTYPE locales
2014-01-28 Karl WilliamsonRename an internal flag
2014-01-27 Karl WilliamsonTaint more operands with case changes
2014-01-23 Brian FraserMerge branch 'cross-compile-revamp' into blead
2014-01-22 Karl WilliamsonComments, white-space
2014-01-16 Karl WilliamsonTurn on read-only flag for some unchangeable inversion...
2014-01-09 Karl WilliamsonMerge branch into blead to compile into C all POSIX...
2014-01-09 Karl WilliamsonIDStart and IDCont no longer go out to disk
2014-01-09 Karl WilliamsonisWORDCHAR_uni(), isDIGIT_utf8() etc no longer go out...
2014-01-09 Karl Williamsonutf8.c: Add comment
2014-01-06 Karl Williamsonutf8.c: Move a bunch of deprecated fcns to mathoms.c
2014-01-06 Karl Williamsonutf8.c: Use existing macros instead of duplicate code
2014-01-02 Karl WilliamsonChange some warnings in utf8n_to_uvchr()
2014-01-01 Karl Williamsonutf8.c: Fix warning category and subcategory conflicts
2014-01-01 Karl Williamsonutf8.c: Don't do redundant test
2014-01-01 Karl Williamsonutf8.c: Typo in comment, and clarification
2013-12-31 Karl WilliamsonMerge branch into blead that changes \p above-Unicode...
2013-12-31 Karl WilliamsonRemove no-longer used inversion list function
2013-12-31 Karl WilliamsonWhite-space only
2013-12-31 Karl WilliamsonChange format of mktables output binary property tables
2013-12-29 Father Chrysostomosperlapi: Consistent spaces after dots
2013-12-06 Karl Williamsonutf8.c: White-space only
2013-12-06 Karl Williamsonperlapi: Grammar nits
2013-12-06 Karl Williamsonutf8.c: Remove hard-coded names.
2013-12-05 Karl Williamsonperlapi: Nits
2013-12-03 Karl Williamsonutf8.c: Use U8 instead of UV in several places
2013-12-02 Steve HayMerge branch 'dirnames' into blead
2013-11-29 David Mitchellfix -Wsign-compare in core
2013-10-17 Karl Williamsonutf8.c: White-space only
2013-10-17 Karl WilliamsonChange mktables output for some tables to use hex
2013-09-30 Karl Williamsonutf8.c: Silence Win32 compiler warnings
2013-09-21 Brian FraserRemoved an ifdef for IS_UTF8_CHAR in utf8.c
2013-09-17 Nicholas ClarkMerge fixes needed to build with 32 bit IVs and HAS_QUA...
2013-09-17 Nicholas ClarkThe choice of 7 or 13 byte extended UTF-8 should be...
2013-09-17 Karl Williamsonperlapi: Typos; clarify comment
2013-09-11 Karl WilliamsonUse separate macros for byte vs uv Unicode
2013-09-05 Karl WilliamsonMove functions prematurely placed into mathoms back...
2013-09-05 Karl Williamsonperlapi: Remove newly obsolete statement
2013-08-29 Karl Williamsonutf8.c: Add comment
2013-08-29 Karl Williamsonutf8.c: Add omitted fold cases
2013-08-29 Karl WilliamsonMerge branch 'ebcdic' into blead
2013-08-29 Karl Williamsonutf8.c: Move some code around for speed
2013-08-29 Karl Williamsonutf8.c: Remove wrapper functions.
2013-08-29 Karl Williamsonperlapi vis utf8.c: Nits
2013-08-29 Karl Williamsonutf8.c: Move 2 functions to earlier in file
2013-08-29 Karl Williamsonutf8.c: Don't use slower general-purpose function
2013-08-29 Karl Williamsonutf8.c: Don't do ++ in macro parameter
2013-08-29 Karl Williamsonutf8.c: Use macro instead of duplicating code
2013-08-29 Karl Williamsonutf8.c: Avoid unnecessary UTF-8 conversions
2013-08-29 Karl Williamsonutf8.c: No need to check for UTF-8 malformations
2013-08-29 Karl Williamsonutf8.c: Fix so UTF-16 to UTF-8 conversion works under...
2013-08-29 Karl WilliamsonFix valid_utf8_to_uvchr() for EBCDIC
2013-08-29 Karl WilliamsonFix EBCDIC bugs in UTF8_ACUMULATE and utf8.c
2013-08-29 Karl Williamsonutf8.c: Use more clearly named macro
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 WilliamsonDeprecate utf8_to_uni_buf()
2013-08-29 Karl WilliamsonDeprecate valid_utf8_to_uvuni()
2013-08-29 Karl Williamsonutf8.c: Swap which fcn wraps the other
2013-08-29 Karl Williamsonutf8.c: Skip a no-op
2013-08-29 Karl Williamsonutf8.c: Move comment to where makes more sense
2013-08-29 Karl WilliamsonConvert some uvuni() to uvchr()
2013-08-29 Karl WilliamsonRemove EBCDIC remappings
2013-08-29 Karl WilliamsonAdd and use macro to return EBCDIC
2013-08-29 Karl WilliamsonExtract common code to an inline function
2013-08-29 Karl WilliamsonUse byte domain EBCDIC/LATIN1 macro where appropriate
2013-08-29 Karl WilliamsonUse new clearer named #defines
2013-08-29 Karl Williamsonutf8.c: is_utf8_char_slow() should use native length
2013-08-25 Father ChrysostomosUse SSize_t for arrays
2013-08-11 Karl Williamsonregcomp.h, sv.c, utf8.c: Comment nits
2013-05-21 Chris 'BinGOs' Wil... Merge branch 'smoke-me/coreutils' into blead
2013-05-20 Karl Williamsonutf8.c: White space only.
2013-05-20 Karl WilliamsonFix multi-char fold edge case
2013-05-20 Karl WilliamsonExpand flags parameter from boolean in _to_fold_latin1
2013-05-20 Karl Williamsonutf8.c: Replace two macro calls with equiv single
2013-05-20 Karl Williamsonautodoc.pl: Add note for deprecated functions
next