| Commit message (Expand) | Author | Age | Files | Lines |
* | Typo in utf8.h | Jesús Quiroga | 2001-04-21 | 1 | -1/+1 |
* | Integrate changes #9493,9494,9495,9496 from maintperl | Jarkko Hietaniemi | 2001-04-01 | 1 | -1/+1 |
* | More EBCDIC stuff: | Nick Ing-Simmons | 2001-03-20 | 1 | -0/+4 |
* | More EBCDIC fixes. | Nick Ing-Simmons | 2001-03-19 | 1 | -1/+3 |
* | Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal | Nick Ing-Simmons | 2001-03-17 | 1 | -68/+69 |
* | Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT | Nick Ing-Simmons | 2001-03-17 | 1 | -0/+1 |
* | EBCDIC Fixes. | Nick Ing-Simmons | 2001-03-16 | 1 | -9/+13 |
* | #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case. | Nick Ing-Simmons | 2001-03-12 | 1 | -0/+4 |
* | EBCDIC sanity - phase I | Nick Ing-Simmons | 2001-03-10 | 1 | -11/+7 |
* | Re: Unicode/EBCDIC | Peter Prymmer | 2001-03-09 | 1 | -0/+19 |
* | UTF-8 documentation. | Jarkko Hietaniemi | 2001-02-11 | 1 | -0/+16 |
* | Macrofy a magic UTF-8 test. | Jarkko Hietaniemi | 2001-01-31 | 1 | -0/+1 |
* | Unify UTF-8 malformedness handling. | Jarkko Hietaniemi | 2001-01-05 | 1 | -10/+12 |
* | Bump up Larry's copyright. | Jarkko Hietaniemi | 2001-01-01 | 1 | -1/+1 |
* | (Retracted by #8264) More join() testing which was good because | Jarkko Hietaniemi | 2000-12-29 | 1 | -3/+3 |
* | (Retracted by #8264) Externally: join() was still quite UTF-8-unaware. | Jarkko Hietaniemi | 2000-12-29 | 1 | -5/+8 |
* | Use the UTF8 macros a bit. They can't be used with abandon | Jarkko Hietaniemi | 2000-12-08 | 1 | -0/+5 |
* | Introduce macros for UTF8 decoding. | Jarkko Hietaniemi | 2000-12-08 | 1 | -1/+16 |
* | UINT64_C() work continues. | Jarkko Hietaniemi | 2000-11-15 | 1 | -2/+0 |
* | Use UINT64_C(). | Jens Hamisch | 2000-11-15 | 1 | -1/+5 |
* | [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values | Yitzchak Scott-Thoennes | 2000-11-14 | 1 | -0/+2 |
* | Allow poking holes at the UTF-8 decoding strictness. | Jarkko Hietaniemi | 2000-10-25 | 1 | -1/+12 |
* | Rename UTF8LEN() to be UNISKIP(), too confusing to have | Jarkko Hietaniemi | 2000-10-25 | 1 | -2/+2 |
* | Make the UTF-8 decoding stricter and more verbose when | Jarkko Hietaniemi | 2000-10-24 | 1 | -1/+3 |
* | Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8. | Simon Cozens | 2000-10-15 | 1 | -0/+18 |
* | Tweak #7153. | Jarkko Hietaniemi | 2000-10-06 | 1 | -2/+7 |
* | Patch from Simon Cozens to avoid using utf8 routines in EBCDIC. | Jarkko Hietaniemi | 2000-10-06 | 1 | -2/+2 |
* | allocate sufficient buffer sizes for 64-bit wide utf8 characters | Gurusamy Sarathy | 2000-02-19 | 1 | -0/+2 |
* | allow 64-bit utf8-encoded integers (from Ilya Zakharevich) | Gurusamy Sarathy | 2000-02-07 | 1 | -1/+2 |
* | set SvUTF8 on vectors only if there are chars > 127; update copyright | Gurusamy Sarathy | 2000-02-06 | 1 | -1/+1 |
* | HINT_UTF8 is not propagated to the op tree anymore; add a | Gurusamy Sarathy | 2000-02-01 | 1 | -1/+1 |
* | runtime now looks at the SVf_UTF8 bit on the SV to decide | Gurusamy Sarathy | 2000-01-31 | 1 | -0/+16 |
* | Re-integrate mainline | Nick Ing-Simmons | 1999-09-18 | 1 | -0/+1 |
* | EXTERN_C declarations for global arrays in various | Gurusamy Sarathy | 1999-06-12 | 1 | -0/+4 |
* | update copyright years | Gurusamy Sarathy | 1999-03-22 | 1 | -1/+1 |
* | s/Perl_utf8skip/PL_utf8skip/g | Gurusamy Sarathy | 1998-11-17 | 1 | -3/+3 |
* | fix globals caught by change#1927; builds and tests on Solaris | Gurusamy Sarathy | 1998-10-06 | 1 | -1/+1 |
* | add new files to MANIFEST; add missing prototypes to proto.h; | Gurusamy Sarathy | 1998-07-26 | 1 | -3/+3 |
* | Here are the long-expected Unicode/UTF-8 modifications. | Larry Wall | 1998-07-24 | 1 | -0/+27 |