summaryrefslogtreecommitdiff
path: root/utf8.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* /* NOTREACHED */ belongs *before* the unreachable.Jarkko Hietaniemi2014-06-191-2/+4
* Some low-hanging -Wunreachable-code fruits.Jarkko Hietaniemi2014-06-151-1/+1
* rmv duplicate SvUV call in Perl__swash_inversion_hashDarin McBride2014-06-141-3/+5
* Revert "Some low-hanging -Wunreachable-code fruits."Jarkko Hietaniemi2014-06-131-1/+1
* Some low-hanging -Wunreachable-code fruits.Jarkko Hietaniemi2014-06-131-1/+1
* perlapi: Include general informationKarl Williamson2014-06-051-2/+1
* Move some deprecated utf8-handling functions to mathomsKarl Williamson2014-05-311-136/+17
* Make is_utf8_char_buf() a macroKarl Williamson2014-05-311-1/+1
* Create isUTF8_CHAR() macro and use itKarl Williamson2014-05-311-68/+15
* utf8.c: Move a static function to inline.hKarl Williamson2014-05-311-35/+3
* utf8.c: Move documentation next to its functionKarl Williamson2014-05-301-16/+16
* utf8.c: Silence compiler warningKarl Williamson2014-05-291-1/+1
* utf8.c: Move static function to embed.fncKarl Williamson2014-05-291-6/+8