Allow for more flexibility in the \p{In...} names, now
[p5sagit/p5-mst-13.2.git] / pod / perlunicode.pod
2001-09-29 Jarkko Hietaniemi Allow for more flexibility in the \p{In...} names, now
2001-09-16 Jarkko Hietaniemi Supply more details on how lc/uc/lcfirst/ucfirst are
2001-09-15 Jarkko Hietaniemi Elaborate (well, make more vague, really) #12030.
2001-09-15 Jarkko Hietaniemi Document that the lc(), uc(), lcfirst(), ucfirst()
2001-09-15 Jarkko Hietaniemi Document what's still to be done on the regular expression
2001-09-11 Jarkko Hietaniemi Fix unpack U to be the reverse of pack U
2001-08-16 Jarkko Hietaniemi Document the bytes-to-Unicode upgrading.
2001-08-12 Jarkko Hietaniemi Dispell the "use utf8" superstition.
2001-07-07 Jarkko Hietaniemi Slight update tweaks on perlunicode.pod.
2001-07-06 Nick Ing-Simmons Integrate mainline
2001-07-04 Jarkko Hietaniemi Support preferentially the Unicode 'scripts' definition
2001-06-11 Jarkko Hietaniemi Move the full \p\P lists to perlunicode.
2001-04-28 Jarkko Hietaniemi Add a level of indirection to the implementation of...
2001-04-09 Jarkko Hietaniemi perl571delta.
2001-04-09 Prymmer/Kahn documentation tweaks for UTF-EBCDIC support
2001-04-05 Jarkko Hietaniemi Slight doc tweak.
2001-04-05 Nick Ing-Simmons Change sense from "incomplete" to "implemented but...
2001-02-28 Jarkko Hietaniemi Undo qu. Retract #8814, rewrite op/each part of #8615,
2001-01-24 Charles Bailey SYN SYN
2001-01-20 Jarkko Hietaniemi Document and test the new qu operator.
2001-01-08 Charles Bailey Once 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. Potter Pod updates
2000-10-25 Jarkko Hietaniemi Continue the internal UTF-8 API tweaking.
2000-10-24 Jarkko Hietaniemi Make the UTF-8 decoding stricter and more verbose when
2000-10-20 Charles Bailey SYN SYN
2000-09-14 Jarkko Hietaniemi Remove vestiges of tr//CU.
2000-05-23 Charles Bailey Resync with mainline prior to post-5.6.0 updates
2000-04-24 Jarkko Hietaniemi Integrate with Sarathy.
2000-04-24 Gurusamy Sarathy various pod nits (from Larry Virden and others)
2000-03-13 Gurusamy Sarathy lexical warnings update for docs and tests (from Paul...
2000-03-09 Gurusamy Sarathy tweak Unicode notes, other cleanups
2000-02-19 Gurusamy Sarathy rename byte:: to bytes::
2000-02-09 Charles Bailey Resync with mainline
2000-02-08 Jarkko Hietaniemi Integrate with Sarathy.
2000-02-07 Gurusamy Sarathy change $^U to $^WIDE_SYSTEM_CALLS; s/PL_bigchar/PL_wide...
2000-02-07 Gurusamy Sarathy remove $^U dependent behaviors in runtime; chr() and...
2000-02-02 Gurusamy Sarathy reword some sections of perlunicode.pod
2000-02-01 Gurusamy Sarathy HINT_UTF8 is not propagated to the op tree anymore...