aboutsummaryrefslogtreecommitdiff
path: root/contrib/epee/src/parserse_base_utils.cpp
Commit message (Collapse)AuthorAgeFilesLines
* fix off-by-one over-read in match_string2 unicode escape parsingalhudz2026-06-011-1/+1
|
* Remove dead code from parserse_base_utils and fix unit testsJeffrey2022-03-301-38/+0
| | | | | | | | | | | | | | | | | * 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
* epee: tidying post-incrementation -> pre-incrementationmj-xmr2021-08-111-5/+5
|
* Compil time: move epee storages/parserse_base_utils.h to parserse_base_utils.cppmj-xmr2021-06-111-0/+282