Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | include cleanups: remove unused headers and add feature test macros | Szabolcs Nagy | 2013-12-12 | 1 | -1/+0 |
| | |||||
* | fix wrong return value from wmemmove on forward copies | Rich Felker | 2013-02-21 | 1 | -1/+2 |
| | |||||
* | remove dependency of wmemmove on wmemcpy direction | Rich Felker | 2012-09-06 | 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. | ||||
* | initial check-in, version 0.5.0 v0.5.0 | Rich Felker | 2011-02-12 | 1 | -0/+11 |