summaryrefslogtreecommitdiff
path: root/pod/perlunifaq.pod
Commit message (Collapse)AuthorAgeFilesLines
* Document Unicode doc fixKarl Williamson2010-12-011-21/+21
|
* Subject: [perl #58182] partial: Add uni \s,\w matchingKarl Williamson2010-10-151-2/+1
| | | | | | | | | | | | | | | | | | | This commit causes regex sequences \b, \s, and \w (and complements) to match in the latin1 range in the scope of feature 'unicode_strings' or with the /u regex modifier. It uses the previously unused flags field in the respective regnodes to indicate the type of matching, and in regexec.c, uses that to decide which of the handy.h macros to use, native or Latin1. I chose this for now rather than create new nodes for each type of match. An earlier version of this patch did that, and in every case the switch case: statements were adjacent, offering no performance advantage. If regexec were modified to use in-line functions or more macros for various short section of it, then it would be faster to have new nodes rather than using the flags field. But, using that field simplified things, as this change flies under the radar in a number of places where it would not if separate nodes were used.
* perlunifaq: Note: \d, \D do not have Unicode bugKarl Williamson2010-08-111-1/+1
|
* perlunifaq, uniintro: fix for 80 col displayKarl Williamson2010-05-081-3/+3
|
* Nits in perlunifaq.podKarl Williamson2010-04-261-4/+4
|
* Update .podsKarl Williamson2009-12-251-10/+22
| | | | Signed-off-by: Abigail <abigail@abigail.be>
* Subject: PATCH 5.10 documentationSteve Peters2008-12-191-3/+5
| | | | | | From: karl williamson <public@khwilliamson.com> Date: Tue, 16 Dec 2008 16:00:34 -0700 Message-ID: <49483312.80804@khwilliamson.com>
* [patch] :utf8 updatesJuerd Waalboer2007-11-231-49/+106
| | | | | Message-ID: <20071117190300.GY10696@c4.convolution.nl> p4raw-id: //depot/perl@32461
* Re: [PATCH] (Re: [PATCH] unicode/utf8 pod)Juerd Waalboer2007-03-071-0/+248
Message-ID: <20070304150019.GN4723@c4.convolution.nl> p4raw-id: //depot/perl@30493