summaryrefslogtreecommitdiff
path: root/utf8.c
Commit message (Expand)AuthorAgeFilesLines
* Fix vec() / utf8 (was Re: bitvec ops still broken with utf8 -- or not?)Mike Guy2000-09-011-13/+20
* various syntax errors and such (not fixed: comp/require.t#22 coredumpGurusamy Sarathy2000-08-011-1/+1
* The swallow_bom() saga continues. The #23 of require.tJarkko Hietaniemi2000-07-311-22/+18
* Tune the comments and hopefully stop a memory leak.Jarkko Hietaniemi2000-07-291-0/+1
* Get UTF16 BOMs working. Patch fromM. J. T. Guy2000-07-251-1/+8
* integrate cfgperl changes#6242..6249 into mainlineGurusamy Sarathy2000-07-111-5/+36
* integrate cfgperl changes#6231..6240 into mainlineGurusamy Sarathy2000-07-111-2/+3
* integrate cfgperl changes#6220..6222 into mainlineGurusamy Sarathy2000-07-111-0/+66
* microperl changes from Simon Cozens; Makefile for microperlJarkko Hietaniemi2000-05-311-1/+1
* 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