summaryrefslogtreecommitdiff
path: root/regcharclass.h
Commit message (Collapse)AuthorAgeFilesLines
* Bump several file copyright datesSteffen Schwigon2012-01-191-1/+1
| | | | | | | Sync copyright dates with actual changes according to git history. [Plus run regen_perly.h to update the SHA-256 checksums, and regen/regcharclass.pl to update regcharclass.h]
* regex: Add commentsKarl Williamson2011-05-191-1/+1
|
* regcharclass: Add tricky fold characters.Karl Williamson2011-03-201-5/+77
| | | | | | | The tricky fold characters need to be expanded to include the ones that map to the same ones as the original set. This isn't because the new ones have a length issue, it's that they get left out of comparisons because of the special regnodes generated for the tricky ones.
* Move regencharclass.pl from Porting/ to regen/Nicholas Clark2011-01-231-1/+1
|
* Convert regcharclass.pl to use regen_lib.plNicholas Clark2011-01-231-4/+3
| | | | | This results in small changes to the formatting of the generated comments in regcharclass.h
* Change Porting/regcharclass.pl so it doesn't depend on unpack 'U0C*'Yves Orton2007-07-191-1/+2
| | | | | | Includes an updated regcharclass.h without datestamp in it so when it is trivially rebuilt it doesnt change in terms of contents. p4raw-id: //depot/perl@31636
* Re: Analysis of problems with mixed encoding case insensitive matches in ↵Yves Orton2007-04-271-228/+310
| | | | | | | regex engine. Message-ID: <9b18b3110704270709y50ef652ci436b3bb29abca275@mail.gmail.com> p4raw-id: //depot/perl@31102
* Re: Analysis of problems with mixed encoding case insensitive matches in ↵Yves Orton2007-04-261-15/+68
| | | | | | | regex engine. Message-ID: <9b18b3110704240746u461e4bdcl208ef7d7f9c5ef64@mail.gmail.com> p4raw-id: //depot/perl@31081
* Switch to hex format for integer constants in regcharclass.hRafael Garcia-Suarez2007-04-231-160/+160
| | | | | (Yves Orton). Also, avoid trailing spaces. p4raw-id: //depot/perl@31037
* Change boilerplate of regcharclass.hRafael Garcia-Suarez2007-04-231-13/+17
| | | p4raw-id: //depot/perl@31031
* Add Yves Orton's script to regenerate regcharclass.hRafael Garcia-Suarez2007-04-231-53/+117
| | | p4raw-id: //depot/perl@31030
* Change meaning of \v, \V, and add \h, \H to match Perl6, add \R to match ↵Yves Orton2007-04-231-0/+250
PCRE and unicode tr18 Message-ID: <9b18b3110704221434g43457742p28cab00289f83639@mail.gmail.com> p4raw-id: //depot/perl@31026