cmStringAlgorithms: Add cmStrToLong and cmStrToULong
This adds the following functions to cmStringAlgorithms:
-
cmStrToLong: moved fromcmSystemTools::StringToLong -
cmStrToULong: moved fromcmSystemTools::StringToULong
Overloads of the given functions for std::string are added as well.