This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regex: Remove old code that tried to handle multi-char folds
authorKarl Williamson <public@khwilliamson.com>
Sat, 13 Oct 2012 14:49:26 +0000 (08:49 -0600)
committerKarl Williamson <public@khwilliamson.com>
Sun, 14 Oct 2012 15:03:37 +0000 (09:03 -0600)
commite0193e472b025d41438e251be622aad42c9af9cc
tree39decdc2935107624021d3a88089e0d7fe3f0756
parent6d14883236070a9e17378de367aba1dfb01fb900
regex: Remove old code that tried to handle multi-char folds

A recent commit has changed the algorithm used to handle multi-character
folding in bracketed character classes.  The old code is no longer
needed.
embed.fnc
embed.h
proto.h
regcomp.c
regcomp.sym
regexec.c
regnodes.h