summaryrefslogtreecommitdiff
path: root/utf8.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* [perl #123814] replace grok_atou with grok_atoUVHugo van der Sanden2015-03-091-3/+9
* Consistently use NOT_REACHED; /* NOTREACHED */Jarkko Hietaniemi2015-03-041-1/+1
* Add qr/\b{gcb}/Karl Williamson2015-02-191-1/+0
* utf8.c: Slight refactor of UTF-16 codeKarl Williamson2015-02-181-8/+15
* move functions marked as mathomed in embed.fnc to mathoms.cDaniel Dragan2015-01-271-16/+0
* avoid C labels in column 0David Mitchell2015-01-211-4/+4
* Raise warning on multi-byte char in single-byte localeKarl Williamson2014-12-291-1/+2
* foldEQ_utf8(): Add some internal flagsKarl Williamson2014-12-291-1/+12
* Simplify foldEQ_utf8Karl Williamson2014-12-291-80/+45
* utf8.c: Use OP_DESC instead of passing string.Karl Williamson2014-12-291-6/+6
* utf8.c: Fix potential fold bugKarl Williamson2014-12-291-6/+4
* utf8.c: Add some function parameter assertionsKarl Williamson2014-12-291-1/+5
* Don't raise 'poorly supported' locale warning unnecessarilyKarl Williamson2014-12-291-11/+40
* Nits in commentsKarl Williamson2014-12-291-2/+2
* make more use of NOT_REACHEDLukas Mai2014-11-291-2/+2
* Make is_invariant_string()Karl Williamson2014-11-261-6/+5
* Improve API pod of is_ascii_stringKarl Williamson2014-11-261-4/+8
* utf8.c: Shorten long constant names, and simplifyKarl Williamson2014-11-241-6/+10
* utf8.c: Was taking sizeof() wrong thingKarl Williamson2014-11-241-1/+1
* Add warning message for locale/Unicode intermixingKarl Williamson2014-11-141-5/+21
* uvoffuni_to_utf8_flags() die if platform can't handleKarl Williamson2014-10-211-0/+9
* utf8.c: Improve debug messageKarl Williamson2014-10-211-2/+2
* utf8.c: Move an #ifndef for clarityFather Chrysostomos2014-09-121-1/+1
* Remove obsolete comment from utf8.cFather Chrysostomos2014-09-121-8/+0
* Don’t call save_re_contextFather Chrysostomos2014-09-121-1/+4
* perl #122747: localize PL_curpm to null in _core_swash_initYves Orton2014-09-111-2/+17
* utf8.c: Use slightly more efficient macroKarl Williamson2014-07-251-2/+4
* Use grok_atou instead of strtoul (no explicit strtol uses).Jarkko Hietaniemi2014-07-221-7/+10
* Remove or downgrade unnecessary dVAR.Jarkko Hietaniemi2014-06-251-35/+0
* PERL_UNUSED_CONTEXT -> remove interp context where possibleDaniel Dragan2014-06-241-3/+1
* Silence -Wunused-parameter my_perl under threads.Jarkko Hietaniemi2014-06-191-3/+4
* Revert "/* NOTREACHED */ belongs *before* the unreachable."Jarkko Hietaniemi2014-06-191-4/+2