Skip to content

Conversation

xezon
Copy link

@xezon xezon commented Aug 18, 2025

This change implements strlcpy, strlcat family functions.

They can be used as direct replacements for strncpy, strncat.

@xezon xezon added Enhancement Is new feature or request Minor Severity: Minor < Major < Critical < Blocker labels Aug 18, 2025
@xezon
Copy link
Author

xezon commented Aug 18, 2025

wchar_t need fixing

@xezon xezon force-pushed the xezon/add-strlcpy branch from 9c51a80 to 11b69b3 Compare August 19, 2025 18:08
@xezon
Copy link
Author

xezon commented Aug 19, 2025

wchar_t fixed.
stringex changed to template header.

@xezon xezon force-pushed the xezon/add-strlcpy branch from 11b69b3 to 0846f31 Compare August 24, 2025 08:48
@xezon
Copy link
Author

xezon commented Aug 24, 2025

Added some more comments.

@xezon xezon added System Is Systems related and removed Enhancement Is new feature or request labels Aug 24, 2025
@xezon xezon requested review from Mauller and OmniBlade August 27, 2025 17:41
@xezon xezon merged commit 77feed8 into TheSuperHackers:main Aug 31, 2025
17 checks passed
@xezon xezon deleted the xezon/add-strlcpy branch August 31, 2025 07:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Minor Severity: Minor < Major < Critical < Blocker System Is Systems related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants