summaryrefslogtreecommitdiff
path: root/pcre32_utf32_utils.c
Commit message (Collapse)AuthorAgeFilesLines
* Lose compiler warnings for unused parameter and defined but not used when UTF ph102012-10-211-0/+4
| | | | | | | is not supported. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1156 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Fix some sign-conversion warningschpe2012-10-181-4/+3
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1138 2f5784b3-3f2a-0410-8824-cb99058d5e15
* pcre32: Add 32-bit librarychpe2012-10-161-0/+138
Create libpcre32 that operates on 32-bit characters (UTF-32). This turned out to be surprisingly simple after the UTF-16 support was introduced; mostly just extra ifdefs and adjusting and adding some tests. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1055 2f5784b3-3f2a-0410-8824-cb99058d5e15