phobos/std/digest
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
..
crc.d Unify Phobos by ensuring there's always a space after cast(...) 2017-02-21 16:40:20 +01:00
digest.d Unify Phobos by ensuring there's always a space after cast(...) 2017-02-21 16:40:20 +01:00
hmac.d Remove package wide std.algorithm imports from Phobos 2016-09-22 08:36:14 +01:00
md.d Unify Phobos by ensuring there's always a space after cast(...) 2017-02-21 16:40:20 +01:00
murmurhash.d Automatically set the range style from a..b -> a .. b 2017-02-22 05:37:31 +01:00
ripemd.d Unify Phobos by ensuring there's always a space after cast(...) 2017-02-21 16:40:20 +01:00
sha.d Automatically set the range style from a..b -> a .. b 2017-02-22 05:37:31 +01:00