This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perlapi: Fix grammar
[perl5.git] / t / lib / warnings / utf8
2017-01-16 AbigailUse of Unicode code points exceeding IV_MAX will be...
2016-12-24 Karl WilliamsonDon't assume input to case change macros is valid
2016-12-23 Karl WilliamsonPATCH: [perl #126310] single quote UTF-8 malformation...
2016-10-29 Jarkko Hietanieminetbsd-vax: 2**400 does not fit vax fp
2016-10-13 Karl WilliamsonAdd details to UTF-8 malformation error messages
2016-09-17 Karl Williamsonlib/warnings/utf8: Reinstate warning test
2016-09-01 Karl WilliamsonMove isUTF8_CHAR helper function, and reimplement it
2016-03-13 Karl Williamsonlib/warnings.t: Skip an ASCII-centric test on EBCDIC
2016-03-05 Karl WilliamsonPATCH: [perl #127262] assertion fail on malformed UTF8
2015-12-16 Karl WilliamsonChange deprecation warning text
2015-12-10 Karl Williamsont/lib/warnings/utf8: Add some tests
2015-11-29 Karl WilliamsonDeprecate Unicode code points above IV_MAX
2015-11-25 Karl WilliamsonExtend UTF-EBCDIC to handle up to 2**64-1
2015-10-06 Karl Williamsonutf8.c: Slight code simplification
2015-07-06 Karl WilliamsonChange wording of warning due to Unicode Standard change
2015-03-28 Karl WilliamsonDon't raise Wide char warning in UTF-8 locale
2015-03-09 Karl WilliamsonSkip various locale tests when locales are not available
2015-03-05 Karl Williamsont/lib/warnings/utf8: Update skip message
2014-12-29 Karl WilliamsonRaise warning on multi-byte char in single-byte locale
2014-12-29 Karl Williamsonlib/warnings/utf8: Add missing tests
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
2013-12-31 Karl WilliamsonChange \p{} matching for above-Unicode code points
2013-12-31 Karl WilliamsonFatalized non-unicode warnings skip regex optimization
2013-12-31 Karl WilliamsonOutput regex above-Unicode matching in syn strt class
2013-12-31 Karl WilliamsonConvert regnode to a flag for [...]
2013-07-04 Karl Williamsont/lib/warnings/utf8: Fix improper TODO test
2012-07-19 Karl WilliamsonOnly generate above-Uni warning for \p{}, \P{}
2012-04-17 Karl WilliamsonPATCH: [perl #111338] Warnings in utf8 subcategories...
2012-03-20 Karl WilliamsonUse the new utf8 to code point functions
2012-03-20 Karl Williamsonperlguts, warnings.t: Update references to obsolete...
2012-03-04 Aaron CraneTODO Failing tests for warnings in utf8 subcategories
2012-01-13 Karl Williamsonregcomp.c: Optimize a single Unicode property in a...
2011-11-11 Karl Williamsonutf8.c: Don't warn on \p{user-defined} for above-Unicode
2011-10-01 Karl WilliamsonRevise diagnostic text
2011-02-18 Karl WilliamsonSubclass utf8 warnings so can turn off individually
2011-01-10 Karl WilliamsonAdd warnings for use of problematic code points
2011-01-10 Karl Williamsonutf8.c(): Default to allow problematic code points
2011-01-07 Peter J. Acklam... Fix typos (spelling errors) in t/*.
2009-12-20 Karl Williamsonchange non-char warning message from malformed
2009-10-03 Rafael Garcia-SuarezChange warning "Unicode character is illegal" to more...
2002-04-08 Nick Ing-SimmonsIntegrate mainline
2002-04-06 Jarkko HietaniemiAs noted by Philip Newton: nothing wrong with BOM,
2002-04-02 Jarkko HietaniemiWhat started as a small nit (the charnames test, nit...
2002-02-01 Nick Ing-SimmonsIntegrate mainline
2002-01-31 Jarkko HietaniemiTurn the I/O Unicode error by default on, but the
2001-12-18 Jarkko HietaniemiEchoes of #13757.
2001-12-17 Jarkko HietaniemiDemote the surrogate and non-character errors to warnings.
2001-06-21 Jarkko HietaniemiRe-add the files as text.
2001-06-21 Jarkko HietaniemiDelete the binary files.
2001-06-18 Jarkko HietaniemiMove the locale/strict/warnings helper files back