summaryrefslogtreecommitdiff
path: root/utf8.c
Commit message (Expand)AuthorAgeFilesLines
* silence warnings in inline.h on Win64 VC buildDaniel Dragan2016-03-281-1/+1
* utf8.c: Add missing {}Karl Williamson2016-03-091-1/+2
* Convert to use av_tindex_nomg()Karl Williamson2016-03-071-4/+4
* utf8.c: Add cast to suppress a warning messageKarl Williamson2016-01-291-1/+1
* utf8.c: Add missing 'STATIC' to declarationKarl Williamson2016-01-271-1/+1
* Change deprecation warning textKarl Williamson2015-12-161-1/+1
* utf8.c: Fix EBCDIC double translationKarl Williamson2015-12-101-2/+3
* Skip casing for high code pointsKarl Williamson2015-12-091-0/+10
* Skip casing for some non-cased scriptsKarl Williamson2015-12-091-6/+62
* utf8.c: Add indentationKarl Williamson2015-12-091-25/+25
* Don't try to case change surrogates, above-UnicodesKarl Williamson2015-12-091-1/+4
* utf8.c: Don't throw away a value and then recalc itKarl Williamson2015-12-091-17/+26
* perlapi: Vaguely deprecate to_utf8_caseKarl Williamson2015-12-091-0/+5
* utf8.c: Add some LIKELY(), UNLIKELY()Karl Williamson2015-12-091-5/+6
* utf8.c: Fix broken EBCDIC compilationKarl Williamson2015-12-081-0/+1
* Perl_uvoffuni_to_utf8_flags() Combine ASCII, EBCDIC branchesKarl Williamson2015-12-081-68/+72
* utf8.c: Extract some code into macrosKarl Williamson2015-12-081-18/+28
* utf8.c: White-space onlyKarl Williamson2015-12-081-42/+45
* utf8.c: Add some UNLIKELY()Karl Williamson2015-12-081-3/+3
* utf8.c: Reorder some testsKarl Williamson2015-12-081-5/+5
* utf8.h, et.al.: Clean up some castsKarl Williamson2015-12-051-3/+3
* utf8.c: White-space, comment typos onlyKarl Williamson2015-11-281-6/+6
* Deprecate Unicode code points above IV_MAXKarl Williamson2015-11-281-27/+105
* perlapi: Account for EBCDIC extend UTF-8 rangeKarl Williamson2015-11-281-20/+41
* utf8.h: Remove use of redundant flagsKarl Williamson2015-11-281-7/+16
* utf8.h: Add clearer #define synonymsKarl Williamson2015-11-281-15/+15
* Extend UTF-EBCDIC to handle up to 2**64-1Karl Williamson2015-11-251-22/+34
* Output appropriately dire warning for high code pointsKarl Williamson2015-11-251-10/+19
* Fix uvoffuni_to_utf8_flags() disallowed inputKarl Williamson2015-11-251-2/+1
* utf8.c: Slight code simplificationKarl Williamson2015-10-061-6/+7
* utf8.c: Fix commentKarl Williamson2015-10-061-1/+2
* Change meaning of UNI_IS_INVARIANT on EBCDIC platformsKarl Williamson2015-09-181-2/+2
* Skip some code in a common caseKarl Williamson2015-09-041-1/+2
* Change filter of problematic code points for EBCDICKarl Williamson2015-09-041-1/+1
* Add macro for converting Latin1 to UTF-8, and use itKarl Williamson2015-09-041-12/+12
* Change to use UVCHR_SKIP over UNI_SKIPKarl Williamson2015-09-041-1/+1
* perlapi use 'UTF-8' instead of variants of thatKarl Williamson2015-09-031-26/+26
* Various pods: Add C<> around many typed-as-is thingsKarl Williamson2015-09-031-39/+39
* utf8.h: Add dummy param for when macros placed in APIKarl Williamson2015-08-011-6/+3
* Handle Unicode 3.0.1 /i Turkish "i" rulesKarl Williamson2015-07-281-1/+77
* uc(sharp s) is itself in very early Unicode versionsKarl Williamson2015-07-281-0/+4
* There are no folds to multiple chars in early Unicode versionsKarl Williamson2015-07-281-0/+4
* Allow Perl to compile and work on Unicode releases without U+1E9EKarl Williamson2015-07-281-6/+12
* inline_invlist.c -> invlist_inline.hJarkko Hietaniemi2015-07-221-1/+1
* Change wording of warning due to Unicode Standard changeKarl Williamson2015-07-061-3/+3
* perlapi: Remove extraneous ">"Karl Williamson2015-05-121-2/+2
* perlapi: Use UVCHR_SKIP not UNI_SKIPKarl Williamson2015-05-111-2/+2
* perlapi: Add 2 links to other parts of the podKarl Williamson2015-05-081-0/+2
* Revert "Don’t call save_re_context"David Mitchell2015-03-301-0/+5
* Replace common Emacs file-local variables with dir-localsDagfinn Ilmari Mannsåker2015-03-221-6/+0