Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add explicit test for dst==end | Leah Neukirchen | 2022-03-01 | 1 | -1/+5 |
* | add stecpy alternative implementation using gcc builtins | Leah Neukirchen | 2021-11-06 | 1 | -0/+18 |
* | stecpy: fix prototype in definition | Leah Neukirchen | 2021-11-06 | 1 | -1/+1 |
* | add stecpy alternative implementation using memccpy | Leah Neukirchen | 2021-11-06 | 1 | -0/+16 |
* | add comparison of several string copying variants | Leah Neukirchen | 2021-11-06 | 1 | -0/+230 |
* | add implementation details | Leah Neukirchen | 2021-11-05 | 2 | -0/+16 |
* | consistent end argument name | Leah Neukirchen | 2021-11-05 | 2 | -4/+4 |
* | initial commit | Leah Neukirchen | 2021-11-05 | 10 | -0/+437 |