Bugfix/indtext-find-string-among-similar (#1173)

* Enhanced string comparison functions and update indtext API usage

- Added library specific case-sensitive and case-insensitive string comparison functions that mimic strcmp.
- Updated indtext_by_string and indtext_by_istring to use the new comparison functions.
- Improved documentation for return values in indtext functions.
- Expanded test data in main.c for comprehensive testing when beginning of string matches another string.
This commit is contained in:
Steve Karg
2025-12-03 11:08:32 -06:00
committed by GitHub
parent 458508f562
commit 6993a7c0fd
4 changed files with 92 additions and 12 deletions
+1
View File
@@ -43,6 +43,7 @@ The git repositories are hosted at the following sites:
### Fixed
* Fixed library specific strcmp/stricmp functions match standard strcmp. (#1173)
* Fixed compiler macro redefined warning when optional datatypes are defined
globally. (#1172)
* Fixed copy and compare API of BACnetObjectPropertyReference structure. (#1171)