Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2018年09月23日 | optimize nop case of wmemmove | Rich Felker | -0/+1 | |
2018年09月23日 | fix undefined pointer comparison in wmemmove | Rich Felker | -1/+2 | |
2013年12月12日 | include cleanups: remove unused headers and add feature test macros | Szabolcs Nagy | -1/+0 | |
2013年02月21日 | fix wrong return value from wmemmove on forward copies | Rich Felker | -1/+2 | |
2012年09月06日 | remove dependency of wmemmove on wmemcpy direction | Rich Felker | -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.0 v0.5.0 | Rich Felker | -0/+11 | |