This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[PATCH] long C<=item>s in pod/perlunicode.pod
[perl5.git] / pod / perlunicode.pod
2001-09-11 Jarkko HietaniemiFix unpack U to be the reverse of pack U
2001-08-16 Jarkko HietaniemiDocument the bytes-to-Unicode upgrading.
2001-08-12 Jarkko HietaniemiDispell the "use utf8" superstition.
2001-07-07 Jarkko HietaniemiSlight update tweaks on perlunicode.pod.
2001-07-06 Nick Ing-SimmonsIntegrate mainline
2001-07-04 Jarkko HietaniemiSupport preferentially the Unicode 'scripts' definition
2001-06-11 Jarkko HietaniemiMove the full \p\P lists to perlunicode.
2001-04-28 Jarkko HietaniemiAdd a level of indirection to the implementation of...
2001-04-09 Jarkko Hietaniemiperl571delta.
2001-04-09 Prymmer/Kahndocumentation tweaks for UTF-EBCDIC support
2001-04-05 Jarkko HietaniemiSlight doc tweak.
2001-04-05 Nick Ing-SimmonsChange sense from "incomplete" to "implemented but...
2001-02-28 Jarkko HietaniemiUndo qu. Retract #8814, rewrite op/each part of #8615,
2001-01-24 Charles BaileySYN SYN
2001-01-20 Jarkko HietaniemiDocument and test the new qu operator.
2001-01-08 Charles BaileyOnce again syncing after too long an absence
2000-11-13 Yitzchak Scott-Tho... Tweak the definition of the bit complement on UTF-8...
2000-11-07 Stephen P. PotterPod updates
2000-10-25 Jarkko HietaniemiContinue the internal UTF-8 API tweaking.
2000-10-24 Jarkko HietaniemiMake the UTF-8 decoding stricter and more verbose when
2000-10-20 Charles BaileySYN SYN
2000-09-14 Jarkko HietaniemiRemove vestiges of tr//CU.
2000-05-23 Charles BaileyResync with mainline prior to post-5.6.0 updates
2000-04-24 Jarkko HietaniemiIntegrate with Sarathy.
2000-04-24 Gurusamy Sarathyvarious pod nits (from Larry Virden and others)
2000-03-13 Gurusamy Sarathylexical warnings update for docs and tests (from Paul...
2000-03-09 Gurusamy Sarathytweak Unicode notes, other cleanups
2000-02-19 Gurusamy Sarathyrename byte:: to bytes::
2000-02-09 Charles BaileyResync with mainline
2000-02-08 Jarkko HietaniemiIntegrate with Sarathy.
2000-02-07 Gurusamy Sarathychange $^U to $^WIDE_SYSTEM_CALLS; s/PL_bigchar/PL_wide...
2000-02-07 Gurusamy Sarathyremove $^U dependent behaviors in runtime; chr() and...
2000-02-02 Gurusamy Sarathyreword some sections of perlunicode.pod
2000-02-01 Gurusamy SarathyHINT_UTF8 is not propagated to the op tree anymore...