mirror of
https://github.com/monero-project/monero.git
synced 2024-10-30 04:57:36 +00:00
1ce9e9cda4
* Remove `match_string()`, `match_number()`, and `match_word()` * Remove `match_word_with_extrasymb()` and `match_word_til_equal_mark()` * Adapt unit test for `match_number()` to `match_number2()` * Adapt unit test for `match_string()` to `match_string2()` Note: the unit tests were testing for the old version of the functions, and the interfaces for these functions changed slightly, so I had to also edit the tests. As of writing, this PR has no merge conflicts with #8211 Additional changes during review: * Explicitly set up is_[float/signed]_val to be changed before each call * Structify the tests and fix uninitialized variables |
||
---|---|---|
.. | ||
abstract_http_client.cpp | ||
buffer.cpp | ||
byte_slice.cpp | ||
byte_stream.cpp | ||
CMakeLists.txt | ||
connection_basic.cpp | ||
file_io_utils.cpp | ||
hex.cpp | ||
http_auth.cpp | ||
http_base.cpp | ||
int-util.cpp | ||
levin_base.cpp | ||
memwipe.c | ||
misc_language.cpp | ||
misc_os_dependent.cpp | ||
mlocker.cpp | ||
mlog.cpp | ||
net_helper.cpp | ||
net_parse_helpers.cpp | ||
net_ssl.cpp | ||
net_utils_base.cpp | ||
network_throttle-detail.cpp | ||
network_throttle.cpp | ||
parserse_base_utils.cpp | ||
portable_storage.cpp | ||
readline_buffer.cpp | ||
string_tools.cpp | ||
tiny_ini.cpp | ||
wipeable_string.cpp |