Commit Graph

15 Commits (f2645c26017591f819344d24dc0a88dc32dde6fd)

Author SHA1 Message Date
practicalswift 1f0adb3dac tests: Add std::to_string to list of locale dependent functions
5 years ago
practicalswift e3d2bcf5cf tests: Add fuzzing harnesses for various number parsing functions
5 years ago
MarcoFalke fa8f195195
Replace remaining fprintf with tfm::format manually
5 years ago
Hennadii Stepanov 561e375c73
Make PID file creating errors fatal
6 years ago
practicalswift 7c9f790761 Update KNOWN_VIOLATIONS: Remove fixed violations
6 years ago
practicalswift 587924f000 Use IsSpace(...) instead of boost::is_space
6 years ago
practicalswift c5fd143edb Use ToLower(...) instead of std::tolower
6 years ago
practicalswift e70cc8983c Use IsDigit(...) instead of std::isdigit
6 years ago
Jim Posen 2068f089c8 scripted-diff: Move util files to separate directory.
6 years ago
practicalswift 15db77f4dd Don't rely on locale dependent functions in base_blob<BITS>::SetHex(...) (uint256), DecodeBase58(...), ParseMoney(...) and ParseHex(...)
6 years ago
practicalswift ec4d57bbb3 macOS fix: Work around empty (sub)expression error when using BSD grep
6 years ago
251 b193d5a443 Removes the Boost case_conv.hpp dependency.
6 years ago
DesWurstes 000000035b Obsolete #!/bin/bash shebang
6 years ago
practicalswift 3352da8da1 Add "export LC_ALL=C" to all shell scripts
6 years ago
practicalswift 0a4ea2f458 build: Add linter for checking accidental locale dependence
7 years ago