This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regcomp.c: Special case /[UV_MAX]/
authorKarl Williamson <public@khwilliamson.com>
Sat, 18 Aug 2012 18:19:00 +0000 (12:19 -0600)
committerKarl Williamson <public@khwilliamson.com>
Sun, 26 Aug 2012 05:21:27 +0000 (23:21 -0600)
commit01c5845aa92ba1bd86b3f470191149df4f878d3d
treeecfcb74ac068d5a85466c43a9517f029dbc4e61b
parent5b348b71b6aa004c25b0c805567d95fd5476776e
regcomp.c: Special case /[UV_MAX]/

The highest code point representable on the machine has to be special
cased.  Earlier commits for 5.14 did this for ranges ending in this code
point, but it turns out there needs to be a special-special case when
the range contains just it.
regcomp.c
t/re/pat_advanced.t