This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix some pod errors
[perl5.git] / utf8.c
2016-03-28 Daniel Dragansilence warnings in inline.h on Win64 VC build
2016-03-09 Karl Williamsonutf8.c: Add missing {}
2016-03-08 Karl WilliamsonConvert to use av_tindex_nomg()
2016-01-29 Karl Williamsonutf8.c: Add cast to suppress a warning message
2016-01-28 Karl Williamsonutf8.c: Add missing 'STATIC' to declaration
2015-12-16 Karl WilliamsonChange deprecation warning text
2015-12-10 Karl Williamsonutf8.c: Fix EBCDIC double translation
2015-12-10 Karl WilliamsonSkip casing for high code points
2015-12-10 Karl WilliamsonSkip casing for some non-cased scripts
2015-12-10 Karl Williamsonutf8.c: Add indentation
2015-12-10 Karl WilliamsonDon't try to case change surrogates, above-Unicodes
2015-12-10 Karl Williamsonutf8.c: Don't throw away a value and then recalc it
2015-12-10 Karl Williamsonperlapi: Vaguely deprecate to_utf8_case
2015-12-10 Karl Williamsonutf8.c: Add some LIKELY(), UNLIKELY()
2015-12-09 Karl Williamsonutf8.c: Fix broken EBCDIC compilation
2015-12-09 Karl WilliamsonPerl_uvoffuni_to_utf8_flags() Combine ASCII, EBCDIC...
2015-12-09 Karl Williamsonutf8.c: Extract some code into macros
2015-12-09 Karl Williamsonutf8.c: White-space only
2015-12-09 Karl Williamsonutf8.c: Add some UNLIKELY()
2015-12-09 Karl Williamsonutf8.c: Reorder some tests
2015-12-06 Karl Williamsonutf8.h, et.al.: Clean up some casts
2015-11-29 Karl Williamsonutf8.c: White-space, comment typos only
2015-11-29 Karl WilliamsonDeprecate Unicode code points above IV_MAX
2015-11-29 Karl Williamsonperlapi: Account for EBCDIC extend UTF-8 range
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-25 Karl WilliamsonOutput appropriately dire warning for high code points
2015-11-25 Karl WilliamsonFix uvoffuni_to_utf8_flags() disallowed input
2015-10-06 Karl Williamsonutf8.c: Slight code simplification
2015-10-06 Karl Williamsonutf8.c: Fix comment
2015-09-18 Karl WilliamsonChange meaning of UNI_IS_INVARIANT on EBCDIC platforms
2015-09-04 Karl WilliamsonSkip some code in a common case
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 WilliamsonChange to use UVCHR_SKIP over UNI_SKIP
2015-09-04 Karl Williamsonperlapi use 'UTF-8' instead of variants of that
2015-09-04 Karl WilliamsonVarious pods: Add C<> around many typed-as-is things
2015-08-01 Karl Williamsonutf8.h: Add dummy param for when macros placed in API
2015-07-29 Karl WilliamsonHandle Unicode 3.0.1 /i Turkish "i" rules
2015-07-29 Karl Williamsonuc(sharp s) is itself in very early Unicode versions
2015-07-29 Karl WilliamsonThere are no folds to multiple chars in early Unicode...
2015-07-29 Karl WilliamsonAllow Perl to compile and work on Unicode releases...
2015-07-22 Jarkko Hietaniemiinline_invlist.c -> invlist_inline.h
2015-07-06 Karl WilliamsonChange wording of warning due to Unicode Standard change
2015-05-13 Karl Williamsonperlapi: Remove extraneous ">"
2015-05-11 Karl Williamsonperlapi: Use UVCHR_SKIP not UNI_SKIP
2015-05-09 Karl Williamsonperlapi: Add 2 links to other parts of the pod
2015-03-30 David MitchellRevert "Don’t call save_re_context"
2015-03-23 Dagfinn Ilmari Man... Replace common Emacs file-local variables with dir...
2015-03-09 Hugo van der Sanden[perl #123814] replace grok_atou with grok_atoUV
2015-03-04 Jarkko HietaniemiConsistently use NOT_REACHED; /* NOTREACHED */
2015-02-20 Karl WilliamsonAdd qr/\b{gcb}/
2015-02-18 Karl Williamsonutf8.c: Slight refactor of UTF-16 code
2015-01-27 Daniel Draganmove functions marked as mathomed in embed.fnc to mathoms.c
2015-01-21 David Mitchellavoid C labels in column 0
2014-12-29 Karl WilliamsonRaise warning on multi-byte char in single-byte locale
2014-12-29 Karl WilliamsonfoldEQ_utf8(): Add some internal flags
2014-12-29 Karl WilliamsonSimplify foldEQ_utf8
2014-12-29 Karl Williamsonutf8.c: Use OP_DESC instead of passing string.
2014-12-29 Karl Williamsonutf8.c: Fix potential fold bug
2014-12-29 Karl Williamsonutf8.c: Add some function parameter assertions
2014-12-29 Karl WilliamsonDon't raise 'poorly supported' locale warning unnecessarily
2014-12-29 Karl WilliamsonNits in comments
2014-11-29 Lukas Maimake more use of NOT_REACHED
2014-11-26 Karl WilliamsonMake is_invariant_string()
2014-11-26 Karl WilliamsonImprove API pod of is_ascii_string
2014-11-24 Karl Williamsonutf8.c: Shorten long constant names, and simplify
2014-11-24 Karl Williamsonutf8.c: Was taking sizeof() wrong thing
2014-11-14 Karl WilliamsonAdd warning message for locale/Unicode intermixing
2014-10-21 Karl Williamsonuvoffuni_to_utf8_flags() die if platform can't handle
2014-10-21 Karl Williamsonutf8.c: Improve debug message
2014-09-12 Father Chrysostomosutf8.c: Move an #ifndef for clarity
2014-09-12 Father ChrysostomosRemove obsolete comment from utf8.c
2014-09-12 Father ChrysostomosDon’t call save_re_context
2014-09-11 Yves Ortonperl #122747: localize PL_curpm to null in _core_swash_init
2014-07-25 Karl Williamsonutf8.c: Use slightly more efficient macro
2014-07-23 Jarkko HietaniemiUse grok_atou instead of strtoul (no explicit strtol...
2014-06-25 Jarkko HietaniemiRemove or downgrade unnecessary dVAR.
2014-06-24 Daniel DraganPERL_UNUSED_CONTEXT -> remove interp context where...
2014-06-19 Jarkko HietaniemiSilence -Wunused-parameter my_perl under threads.
2014-06-19 Jarkko HietaniemiRevert "/* NOTREACHED */ belongs *before* the unreachable."
2014-06-19 Jarkko Hietaniemi/* NOTREACHED */ belongs *before* the unreachable.
2014-06-16 Jarkko HietaniemiSome low-hanging -Wunreachable-code fruits.
2014-06-14 Darin McBridermv duplicate SvUV call in Perl__swash_inversion_hash
2014-06-14 Jarkko HietaniemiRevert "Some low-hanging -Wunreachable-code fruits."
2014-06-14 Jarkko HietaniemiSome low-hanging -Wunreachable-code fruits.
2014-06-05 Karl Williamsonperlapi: Include general information
2014-05-31 Karl WilliamsonMove some deprecated utf8-handling functions to mathoms
2014-05-31 Karl WilliamsonMake is_utf8_char_buf() a macro
2014-05-31 Karl WilliamsonCreate isUTF8_CHAR() macro and use it
2014-05-31 Karl Williamsonutf8.c: Move a static function to inline.h
2014-05-30 Karl Williamsonutf8.c: Move documentation next to its function
2014-05-30 Karl Williamsonutf8.c: Silence compiler warning
2014-05-30 Karl Williamsonutf8.c: Move static function to embed.fnc
2014-05-29 Jarkko HietaniemiUV casting to avoid intermediate sign extension.
2014-05-28 Jarkko Hietaniemislen may be uninitialized.
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
next