summaryrefslogtreecommitdiff
path: root/utf8.h
Commit message (Expand)AuthorAgeFilesLines
* White-space, comments onlyKarl Williamson2014-01-271-1/+1
* Rename an internal flagKarl Williamson2014-01-271-1/+1
* Taint more operands with case changesKarl Williamson2014-01-271-5/+4
* Change some warnings in utf8n_to_uvchr()Karl Williamson2014-01-011-1/+3
* Move a macro from utf8.h to handy.h for wider use.Karl Williamson2014-01-011-10/+0
* utf8.h: Add parameter checking to some macros in DEBUGGING buildsKarl Williamson2013-12-061-23/+51
* utf8.h: Fix grammar in commentKarl Williamson2013-12-041-2/+2
* utf8.h: White-space onlyKarl Williamson2013-09-301-1/+2
* The choice of 7 or 13 byte extended UTF-8 should be based on UVSIZE.Nicholas Clark2013-09-171-5/+3
* Use separate macros for byte vs uv UnicodeKarl Williamson2013-09-101-1/+6
* PATCH: [perl #119601] Bleadperl breaks ETHER/Devel-DeclareKarl Williamson2013-09-061-1/+1
* utf8.h: White space onlyKarl Williamson2013-08-291-6/+7
* utf8.h, unicode_constants.h: Add some #defines.Karl Williamson2013-08-291-0/+2
* utf8.h: Fix UTF8_IS_SUPER defn for EBCDICKarl Williamson2013-08-291-1/+1
* utf8.c: Remove wrapper functions.Karl Williamson2013-08-291-4/+7
* utf8.h: Clarify commentsKarl Williamson2013-08-291-3/+3
* utf8.h, utfebcdic.h: Add #defineKarl Williamson2013-08-291-0/+2
* Fix EBCDIC bugs in UTF8_ACUMULATE and utf8.cKarl Williamson2013-08-291-4/+8
* utf8.h: Clean up and use START_MARK definitionKarl Williamson2013-08-291-3/+3
* utf8.h: Move #includesKarl Williamson2013-08-291-3/+3
* utf8.h: Simplify UTF8_EIGHT_BIT_foo on EBCDICKarl Williamson2013-08-291-5/+8
* Add macro OFFUNISKIPKarl Williamson2013-08-291-2/+12
* utf8.c: Stop using two functionsKarl Williamson2013-08-291-2/+2
* Convert uvuni_to_utf8() to functionKarl Williamson2013-08-291-2/+1
* utf8.c: Swap which fcn wraps the otherKarl Williamson2013-08-291-1/+0
* Deprecate NATIVE_TO_NEED and ASCII_TO_NEEDKarl Williamson2013-08-291-3/+0
* Use real illegal UTF-8 byteKarl Williamson2013-08-291-0/+4
* Add and use macro to return EBCDICKarl Williamson2013-08-291-4/+7
* utf8.h: Correct macros for EBCDICKarl Williamson2013-08-291-5/+10
* Use new clearer named #definesKarl Williamson2013-08-291-5/+5
* utf8.h, utfebcdic.h: Create less confusing #definesKarl Williamson2013-08-291-9/+25
* Use new case changing macrosKarl Williamson2013-05-201-2/+2
* Add, fix commentsKarl Williamson2013-02-251-2/+5
* utf8.h, utfebcdic.h: Add, fix commentsKarl Williamson2013-02-151-0/+6
* utf8.h: Add commentsKarl Williamson2013-01-161-8/+41
* Create deprecated fncs to replace to-be-removed macrosKarl Williamson2013-01-121-3/+0
* Add isWORDCHAR_lazy_if() macroKarl Williamson2012-12-311-3/+4
* utf8.h: Make sure char* is cast to U8* for unsigned comparisonKarl Williamson2012-12-231-4/+5
* utf8.h: Parenthesize macro parameterKarl Williamson2012-12-231-1/+1
* make regcharclass generate submacros if necessary to keep them shortYves Orton2012-12-061-9/+8
* utf8.h: Add macro that handled malformed 2-byte UTF-8Karl Williamson2012-11-111-1/+9
* utf8.h: Add guard against recursive #includeKarl Williamson2012-10-161-0/+5
* utf8.h: Correct some values for EBCDICKarl Williamson2012-10-141-15/+19
* utf8.h: Add macro to test if UTF8 code point isn't Latin1Karl Williamson2012-09-161-0/+1
* utf8.h: Use machine generated IS_UTF8_CHAR()Karl Williamson2012-09-131-95/+47
* utf8.h: Remove some EBCDIC dependenciesKarl Williamson2012-09-131-82/+11
* utf8.h: Save a branch in a macroKarl Williamson2012-09-131-1/+1
* utf8.h: White-space onlyKarl Williamson2012-09-131-6/+8
* utf8.h: Correct improper EBCDIC conversionKarl Williamson2012-09-131-4/+8
* Remove some EBCDIC dependenciesKarl Williamson2012-09-131-8/+10