summaryrefslogtreecommitdiff
path: root/utf8.h
Commit message (Expand)AuthorAgeFilesLines
* utf8.h, utfebcdic.h: Add #defineKarl Williamson2015-12-091-1/+5
* utf8.h: Fix macro definitionKarl Williamson2015-12-091-1/+1
* utf8.h: Remove unused #defineKarl Williamson2015-12-091-4/+0
* utf8.h: Split UNICODE_IS_NONCHAR() into smaller macrosKarl Williamson2015-12-081-8/+17
* utf8.h, utfebcdic.h: Comments, white-space onlyKarl Williamson2015-12-061-6/+7
* utf8.h: Remove a branch in macro for Unicode surrogatesKarl Williamson2015-12-051-2/+5
* utf8.h: Add some casts in macros, for safetyKarl Williamson2015-12-051-7/+7
* utf8.h: Combine EBCDIC and ASCII macrosKarl Williamson2015-12-051-18/+25
* utf8.h: Refactor macro definitionKarl Williamson2015-12-051-7/+27
* utf8.h: Combine EBCDIC and ASCII macrosKarl Williamson2015-12-051-9/+9
* utf8.h: Refactor a macroKarl Williamson2015-12-051-1/+1
* utf8.h: Use common macro to avoid repeatingKarl Williamson2015-12-051-10/+14
* utf8.h: Move #define within fileKarl Williamson2015-12-051-4/+4
* utf8.h: Combine EBCDIC and ASCII #definesKarl Williamson2015-12-051-4/+6
* utf8.h: Move #define to earlier in the fileKarl Williamson2015-12-051-6/+6
* utf8.h, et.al.: Clean up some castsKarl Williamson2015-12-051-10/+10
* utf8.h: Combine ASCII and EBCDIC defines into oneKarl Williamson2015-12-051-3/+3
* utf8.h, utfebcdic.h: Fix-up UTF8_MAXBYTES_CASE defnKarl Williamson2015-12-051-12/+13
* utf8.h: Remove use of redundant flagsKarl Williamson2015-11-281-5/+6
* utf8.h: Add clearer #define synonymsKarl Williamson2015-11-281-19/+23
* Extend UTF-EBCDIC to handle up to 2**64-1Karl Williamson2015-11-251-10/+10
* utf8.h: Move #define within fileKarl Williamson2015-11-091-7/+7
* utf8.h, utfebcdic.h: Use mnemonic constantKarl Williamson2015-11-091-9/+9
* utf8.h: Reformat a couple of table linesKarl Williamson2015-11-091-2/+4
* utf8.h: Change formal macro param name to match docsKarl Williamson2015-10-211-1/+1
* Change meaning of UNI_IS_INVARIANT on EBCDIC platformsKarl Williamson2015-09-181-2/+6
* utf8.h, utfebcdic.h: Add some assertionsKarl Williamson2015-09-041-4/+4
* utf8.h: Add comment; white space changesKarl Williamson2015-09-041-3/+5
* utf8.h: Change definition of UTF8_IS_INVARIANTKarl Williamson2015-09-041-5/+8
* Change EBCDIC macro definitionKarl Williamson2015-09-041-10/+6
* Change EBCDIC macro definitionKarl Williamson2015-09-041-14/+14
* Change EBCDIC macro definitionKarl Williamson2015-09-041-6/+7
* utf8.h: Change defn of UNI_IS_INVARIANTKarl Williamson2015-09-041-2/+2
* Change filter of problematic code points for EBCDICKarl Williamson2015-09-041-2/+5
* Add macro for converting Latin1 to UTF-8, and use itKarl Williamson2015-09-041-0/+15
* utf8.h: Add assertions to macroKarl Williamson2015-09-041-1/+3
* perlapi: Add some S<>Karl Williamson2015-09-031-3/+3
* utf8.h: Add macro synonymKarl Williamson2015-09-031-0/+3
* utf8.h: Add dummy param for when macros placed in APIKarl Williamson2015-08-011-7/+11
* utf8.h: Fix typo in macro name definitionKarl Williamson2015-08-011-1/+1
* utf8.h, utfebcdic.h: Add comments; white-space onlyKarl Williamson2015-08-011-7/+12
* utf8.h: Add UTF8_SKIP as a synonym for UTF8SKIPKarl Williamson2015-08-011-1/+2
* utf8.h: White-space onlyKarl Williamson2015-08-011-7/+7
* Handle Unicode 3.0.1 /i Turkish "i" rulesKarl Williamson2015-07-281-0/+2
* Allow Perl to compile and work on Unicode releases without U+1E9EKarl Williamson2015-07-281-1/+3
* perlapi: Add intro text to Unicode sectionKarl Williamson2015-05-071-0/+6
* perlapi: Document some functionsKarl Williamson2015-05-071-2/+30
* utf8.h: Add a #defineKarl Williamson2015-05-071-2/+3
* Replace common Emacs file-local variables with dir-localsDagfinn Ilmari Mannsåker2015-03-221-6/+0
* fix assertions for UTF8_TWO_BYTE_HI/LOHugo van der Sanden2015-02-121-3/+3