Changes between Initial Version and Version 1 of Ticket #69571, comment 2
- Timestamp:
- Apr 4, 2024, 7:22:02 PM (8 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #69571, comment 2
initial v1 1 Given the relatively simple logic involved, I was expecting implementations of `stpncpy` to be reasonably similar. But just two variations alone - one originating from `gcc`, the other from `libc` - tell a different tale:1 Given the relatively simple logic involved, I was expecting implementations of `stpncpy` to be reasonably similar. But the first three variations I reviewed, are quite different indeed. 2 2 3 3 GCC - via [https://opensource.apple.com/source/gcc/gcc-5465/libiberty/stpncpy.c.auto.html opensource.apple.com/source/gcc/gcc-5465/libiberty/stpncpy.c.auto.html]: