Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-09-23 | optimize nop case of wmemmove | Rich Felker | 1 | -0/+1 | |
2018-09-23 | fix undefined pointer comparison in wmemmove | Rich Felker | 1 | -1/+2 | |
2013-12-12 | include cleanups: remove unused headers and add feature test macros | Szabolcs Nagy | 1 | -1/+0 | |
2013-02-21 | fix wrong return value from wmemmove on forward copies | Rich Felker | 1 | -1/+2 | |
2012-09-06 | remove dependency of wmemmove on wmemcpy direction | Rich Felker | 1 | -4/+4 | |
unlike the memmove commit, this one should be fine to leave in place. wmemmove is not performance-critical, and even if it were, it's already copying whole 32-bit words at a time instead of bytes. | |||||
2011-02-12 | initial check-in, version 0.5.0v0.5.0 | Rich Felker | 1 | -0/+11 | |