d6999fad2f
Extend RTL with substring search and character case functions
2025-09-02 21:51:10 +02:00
3c25934495
Add explanatory comments to string handling code
2025-09-02 19:31:13 +02:00
83a976dd3a
Implement RtlCopyString() and RtlCopyWideString() routines
2024-02-20 16:25:16 +01:00
8a62a2b367
Switch calling convention to stdcall
2024-02-14 14:53:32 +01:00
d964e4b408
Implement RtlConcatenateString(), RtlReverseString() and RtlTokenizeString() routines
2024-02-14 14:38:28 +01:00
579b4dc970
Implement RtlTrimLeftString(), RtlTrimRightString() and RtlTrimString() routines
2023-12-09 20:18:02 +01:00
d7fbe531fd
Improvements in string and wide string support
...
* Implement RtlCompareString(), RtlCompareStringInsensitive(), RtlCompareWideString() and RtlCompareWideStringInsensitive()
* Rename some routines t omatch naming conventions
* Switch to CHAR in string operations
2023-12-06 23:00:18 +01:00
d427ca20fb
Always include xtos.h in kernel sources
2023-02-20 00:21:52 +01:00
8f3a4aef60
Code formatting
2022-12-23 22:27:08 +01:00
b1c08e4a9f
Implement RtlStringLength() and RtlStringToWideString() routines
2022-10-25 23:45:12 +02:00