summaryrefslogtreecommitdiff
path: root/utf8.c
Commit message (Expand)AuthorAgeFilesLines
* make the is_utf8_*() safe for use on invalid utf8 (they nowGurusamy Sarathy2000-03-131-0/+61
* demand-load utf8.pm in swash routinesGurusamy Sarathy2000-03-091-0/+7
* allocate sufficient buffer sizes for 64-bit wide utf8 charactersGurusamy Sarathy2000-02-191-17/+17
* allow 64-bit utf8-encoded integers (from Ilya Zakharevich)Gurusamy Sarathy2000-02-071-2/+7
* set SvUTF8 on vectors only if there are chars > 127; update copyrightGurusamy Sarathy2000-02-061-1/+1
* Continue qgcvt work; closer now but not yet there.Jarkko Hietaniemi2000-01-161-1/+1
* uv_to_utf8() could lose 37th bit on HAS_QUAD platformsGurusamy Sarathy1999-12-201-1/+1
* Turn on largefileness always if available andJarkko Hietaniemi1999-11-111-2/+2
* sundry cleanups for clean build on windowsGurusamy Sarathy1999-07-081-0/+28
* fixes for logical bugs in the lexwarn patch; other tweaks to avoidGurusamy Sarathy1999-07-081-1/+1
* Integrate with Sarathy; one conflict in t/pragma/warn/recgompJarkko Hietaniemi1999-07-071-3/+9
|\
| * lexical warnings update (warning.t fails one testPaul Marquess1999-07-071-3/+9
* | POSIX [[:character class:]] support for standard, locale,Jarkko Hietaniemi1999-07-061-1/+111
|/
* more complete support for implicit thread/interpreter pointer,Gurusamy Sarathy1999-06-091-6/+6
* initial stub implementation of implicit thread/thisGurusamy Sarathy1999-06-071-44/+45
* update copyright yearsGurusamy Sarathy1999-03-221-1/+1
* fix globals caught by change#1927; builds and tests on SolarisGurusamy Sarathy1998-10-061-20/+20
* fix mismatched UV/U32 types for to_utf8_*()Gurusamy Sarathy1998-09-231-3/+3
* various tweaks: fix signed vs. unsigned problems that prevented C++Gurusamy Sarathy1998-08-101-34/+34
* Here are the long-expected Unicode/UTF-8 modifications.Larry Wall1998-07-241-0/+638