phobos/std/regex/internal
Sebastian Wilzbach 425ab667a3 Automatically set the range style from a..b -> a .. b
Commands:

sed -E "s/([[:alnum:]])[.][.]([[:alnum:]])/\1 .. \2/g" -i **/*.d
sed -E "s/([[:alnum:]])[.][.] ([[:alnum:]])/\1 .. \2/g" -i **/*.d
sed -E "s/([[:alnum:]]) [.][.]([[:alnum:]])/\1 .. \2/g" -i **/*.d
2017-02-22 05:37:31 +01:00
..
backtracking.d Automatically set the range style from a..b -> a .. b 2017-02-22 05:37:31 +01:00
generator.d Unify Phobos by ensuring there's always a space after cast(...) 2017-02-21 16:40:20 +01:00
ir.d Automatically set the range style from a..b -> a .. b 2017-02-22 05:37:31 +01:00
kickstart.d Automatically set the range style from a..b -> a .. b 2017-02-22 05:37:31 +01:00
parser.d Automatically set the range style from a..b -> a .. b 2017-02-22 05:37:31 +01:00
shiftor.d Automatically set the range style from a..b -> a .. b 2017-02-22 05:37:31 +01:00
tests.d Fix Issue 17161 - Revert all changes to std.regex from 2.072.2 onwards 2017-02-12 12:30:40 -05:00
thompson.d Automatically set the range style from a..b -> a .. b 2017-02-22 05:37:31 +01:00