aboutsummaryrefslogtreecommitdiff
path: root/test/lint/lint-locale-dependence.sh
AgeCommit message (Expand)Author
2022-04-21lint: Convert lint-locale-dependence.sh to PythonDimitri
2022-01-11util: Restore GetIntArg saturating behaviorJames O'Beirne
2021-11-18Remove strtol in torcontrolMarcoFalke
2021-11-16Merge bitcoin/bitcoin#23474: test: scripted-diff cleanups after generate* cha...fanquake
2021-11-10scripted-diff: Bump copyright headersMarcoFalke
2021-10-21Add minisketch dependencyGleb Naumenko
2021-10-13Merge bitcoin/bitcoin#23253: bitcoin-tx: Reject non-integral and out of range...W. J. van der Laan
2021-10-12bitcoin-tx: Reject non-integral and out of range sequence idsMarcoFalke
2021-10-12rest: Return error when header count is not integralMarcoFalke
2021-10-12Merge bitcoin/bitcoin#23227: bitcoin-tx: Avoid treating integer overflow as OP_0Samuel Dobson
2021-10-08doc: Fixup ToIntegral docsMarcoFalke
2021-10-07Replace stoul with ToIntegral in dbwrapperMarcoFalke
2021-09-30Replace use of locale dependent atoi(…) with locale-independent std::from_c...practicalswift
2021-09-18util: Introduce ToIntegral<T>(const std::string&) for locale independent pars...practicalswift
2021-09-02Replace use of boost::trim_right with locale-independent TrimStringBen Woosley
2021-09-02Replace use of boost::trim use with locale-independent TrimStringBen Woosley
2021-04-27refactor: Move pruning/reindex/importing globals to blockstorageMarcoFalke
2020-08-29Merge #18817: doc: Document differences in bitcoind and bitcoin-qt locale han...MarcoFalke
2020-08-29doc: Document differences in bitcoind and bitcoin-qt locale handlingpracticalswift
2020-07-03Merge #18649: tests: Add std::locale::global to list of locale dependent func...fanquake
2020-04-16scripted-diff: Bump copyright headersMarcoFalke
2020-04-15tests: Add std::locale::global to list of locale dependent functions in lint-...practicalswift
2020-03-14Replace std::to_string with locale-independent alternativeBen Woosley
2020-03-06tests: Add fuzzing harness for locale independence testingpracticalswift
2020-01-16Merge #17691: doc: Add missed copyright headersMarcoFalke
2020-01-04scripted-diff: Add missed copyright headersHennadii Stepanov
2020-01-02tests: Add std::to_string to list of locale dependent functionspracticalswift
2019-12-10tests: Add fuzzing harnesses for various number parsing functionspracticalswift
2019-06-13Replace remaining fprintf with tfm::format manuallyMarcoFalke
2019-02-02Make PID file creating errors fatalHennadii Stepanov
2018-11-06Update KNOWN_VIOLATIONS: Remove fixed violationspracticalswift
2018-11-06Use IsSpace(...) instead of boost::is_spacepracticalswift
2018-11-06Use ToLower(...) instead of std::tolowerpracticalswift
2018-11-06Use IsDigit(...) instead of std::isdigitpracticalswift
2018-11-04scripted-diff: Move util files to separate directory.Jim Posen
2018-10-26Don't rely on locale dependent functions in base_blob<BITS>::SetHex(...) (uin...practicalswift
2018-08-31macOS fix: Work around empty (sub)expression error when using BSD greppracticalswift
2018-08-28Removes the Boost case_conv.hpp dependency.251
2018-06-20Obsolete #!/bin/bash shebangDesWurstes
2018-06-14Add "export LC_ALL=C" to all shell scriptspracticalswift
2018-06-06build: Add linter for checking accidental locale dependencepracticalswift