This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
[perl5.git] / utf8.h
2001-03-09 Peter PrymmerRe: Unicode/EBCDIC
2001-02-17 Nick Ing-SimmonsIntegrate mainline
2001-02-11 Jarkko HietaniemiUTF-8 documentation.
2001-02-08 Charles BaileySYN SYN
2001-01-31 Jarkko HietaniemiMacrofy a magic UTF-8 test.
2001-01-08 Charles BaileyOnce again syncing after too long an absence
2001-01-05 Jarkko HietaniemiUnify UTF-8 malformedness handling.
2001-01-01 Jarkko HietaniemiBump up Larry's copyright.
2000-12-29 Jarkko Hietaniemi(Retracted by #8264) More join() testing which was...
2000-12-29 Jarkko Hietaniemi(Retracted by #8264) Externally: join() was still...
2000-12-08 Jarkko HietaniemiUse the UTF8 macros a bit. They can't be used with...
2000-12-08 Jarkko HietaniemiIntroduce macros for UTF8 decoding.
2000-11-15 Jarkko HietaniemiUINT64_C() work continues.
2000-11-15 Jens HamischUse UINT64_C().
2000-11-14 Yitzchak Scott-Tho... [ID 20001113.003] utf8_to_uv on malformed utf returns...
2000-10-25 Jarkko HietaniemiAllow poking holes at the UTF-8 decoding strictness.
2000-10-25 Jarkko HietaniemiRename UTF8LEN() to be UNISKIP(), too confusing to...
2000-10-24 Jarkko HietaniemiMake the UTF-8 decoding stricter and more verbose when
2000-10-20 Charles BaileySYN SYN
2000-10-15 Simon CozensMake ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
2000-10-06 Jarkko HietaniemiTweak #7153.
2000-10-06 Jarkko HietaniemiPatch from Simon Cozens to avoid using utf8 routines...
2000-02-19 Gurusamy Sarathyallocate sufficient buffer sizes for 64-bit wide utf8...
2000-02-09 Charles BaileyResync with mainline
2000-02-08 Jarkko HietaniemiIntegrate with Sarathy.
2000-02-07 Gurusamy Sarathyallow 64-bit utf8-encoded integers (from Ilya Zakharevich)
2000-02-06 Gurusamy Sarathyset SvUTF8 on vectors only if there are chars > 127...
2000-02-01 Gurusamy SarathyHINT_UTF8 is not propagated to the op tree anymore...
2000-01-31 Gurusamy Sarathyruntime now looks at the SVf_UTF8 bit on the SV to...
2000-01-20 Charles Bailey Quick integration of mainline changes to date
1999-09-18 Nick Ing-SimmonsRe-integrate mainline
1999-06-12 Gurusamy SarathyEXTERN_C declarations for global arrays in various
1999-03-22 Gurusamy Sarathyupdate copyright years
1998-11-17 Gurusamy Sarathys/Perl_utf8skip/PL_utf8skip/g
1998-10-06 Gurusamy Sarathyfix globals caught by change#1927; builds and tests...
1998-07-26 Gurusamy Sarathyadd new files to MANIFEST; add missing prototypes to...
1998-07-24 Larry WallHere are the long-expected Unicode/UTF-8 modifications.