summaryrefslogtreecommitdiff
path: root/utf8.c
Commit message (Expand)AuthorAgeFilesLines
* Varargs don't always work too well if one puts an unsignedYitzchak Scott-Thoennes2000-11-071-1/+1
* printf UVs the correct way, noticed by Robin Barker.Jarkko Hietaniemi2000-11-011-3/+3
* UTF-8 decoder tweak.Jarkko Hietaniemi2000-10-291-1/+1
* Continue the internal UTF-8 API tweaking.Jarkko Hietaniemi2000-10-251-30/+29
* Allow poking holes at the UTF-8 decoding strictness.Jarkko Hietaniemi2000-10-251-16/+25
* Rename UTF8LEN() to be UNISKIP(), too confusing to haveJarkko Hietaniemi2000-10-251-3/+3
* Fix the bug reported inAndreas König2000-10-241-10/+28
* Make the UTF-8 decoding stricter and more verbose whenJarkko Hietaniemi2000-10-241-48/+119
* Thinko in #7222.Jarkko Hietaniemi2000-10-131-1/+1
* Use UTF8SKIP(), from Simon Cozens.Jarkko Hietaniemi2000-10-131-7/+1
* The HINT_BYTE patch is apparently unnecessary, retracted.Jarkko Hietaniemi2000-10-061-4/+0
* Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.Jarkko Hietaniemi2000-10-061-0/+4
* Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.Nick Ing-Simmons2000-09-301-14/+34
* utf8.c apidocSimon Cozens2000-09-141-1/+1
* Replace #7084 withSpider Boardman2000-09-141-1/+2
* UTF8-encoded version of 256 is 0xc4 0x80; test that a char isSimon Cozens2000-09-141-2/+1
* Batch of UTF-8 patches from Simon Cozens.Jarkko Hietaniemi2000-09-141-8/+37
* Fix forMarc Lehmann2000-09-071-1/+4
* small apidoc fixMarc Lehmann2000-09-071-1/+1
* 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