| Age | Commit message (Expand) | Author | Files | Lines |
| 2024-01-30 | Avoid warnings in unit tests with const, nullptr, [[nodiscard]], initialisation, | Neil | 1 | -3/+3 |
| 2024-01-02 | Fix warnings in test case code mostly by adding const. | Neil | 1 | -2/+2 |
| 2024-01-02 | Add tests for undo of Document. | Neil | 1 | -0/+81 |
| 2023-12-21 | Bug [#2405]. Avoid character fragments in regular expression search results. | Zufu Liu | 1 | -0/+38 |
| 2023-12-14 | Bug [#2405]. Fix regular expression bug in reverse direction where shortened | Zufu Liu | 1 | -1/+1 |
| 2023-12-12 | Bug [#2405]. Fix regular expression assertion (^, $, \b. \B) failures when using | Zufu Liu | 1 | -5/+32 |
| 2023-12-11 | Add std::regex tests for assertions in context which are common. | Neil | 1 | -0/+42 |
| 2023-12-07 | Simplify substitution checks. | Zufu Liu | 1 | -39/+34 |
| 2023-12-06 | Shorten tests with some helpers. | Neil | 1 | -106/+83 |
| 2023-12-02 | Bug [#2157]. Fix regular expression search for word begin \< and word end \>. | Zufu Liu | 1 | -0/+130 |
| 2023-11-07 | Feature [feature-requests:#1501] Use string_view and constexpr in unit tests. | Zufu Liu | 1 | -50/+50 |
| 2023-10-26 | Add LineStartPosition to replace common idiom LineStart(LineFromPosition(x)) as | Neil | 1 | -0/+1 |
| 2023-10-19 | Fix regex test failures on Unix by setting global locale. | Zufu Liu | 1 | -0/+12 |
| 2023-10-15 | Bug [#2405]. Fix incorrect substitution when searching for a regular expression | Zufu Liu | 1 | -0/+46 |
| 2022-07-17 | Feature [feature-requests:#1442] Added PerLine tests for LineMarkers and | Zufu Liu | 1 | -0/+70 |
| 2022-04-08 | Feature [feature-requests:#1389] Initialize CaseFolderTable to ASCII so | Neil | 1 | -2/+0 |
| 2021-10-21 | Feature [feature-requests:#1417] Use backward iteration to find space / control | Zufu Liu | 1 | -0/+117 |
| 2021-08-24 | Remove line end white space. | Neil | 1 | -2/+2 |
| 2021-07-17 | Fix minor inconsistency with word searching results at start and end of document | Neil | 1 | -0/+8 |
| 2021-07-17 | Extract word edge detection to prepare for fixing bug. | Neil | 1 | -0/+23 |
| 2021-07-16 | Feature [feature-requests:#1381] Fix position returned when in 2nd segment. | Neil | 1 | -0/+19 |
| 2021-07-14 | Feature [feature-requests:#1408] More accurate handling of invalid DBCS byte | Neil | 1 | -6/+51 |
| 2021-07-05 | Feature [feature-requests:#1408] Check both bytes of potential DBCS character | Zufu Liu | 1 | -7/+60 |
| 2021-07-12 | Add support for benchmarks and Russian text in the unit tests. | Neil | 1 | -0/+31 |
| 2021-07-11 | Add search tests with different encodings, case-matching options, and directi... | Neil | 1 | -4/+189 |
| 2021-07-03 | Feature [feature-requests:#1408] Simplify code, remove IsDBCSTrailByteInvalid. | Zufu Liu | 1 | -11/+0 |
| 2021-07-03 | Feature [feature-requests:#1408] Use positive IsDBCSTrailByteNoExcept function | Zufu Liu | 1 | -0/+12 |
| 2021-07-02 | Feature [feature-requests:#1408] Treat valid DBCS lead byte followed by invalid | Zufu Liu | 1 | -0/+20 |
| 2021-07-01 | Add searching test cases for multi-byte encoding | Neil | 1 | -11/+55 |
| 2021-06-21 | Add tests for CharacterCategoryMap, RESearch, and Document. | Zufu Liu | 1 | -0/+59 |