Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-04-07 | #include "stand.h" not <stand.h> | Todd C. Miller | |
1996-10-29 | #include <stand.h>. | Michael Shalayeff | |
not <string.h>, since we've got some smart b{cmp,copy,zero} macros, and may have some conflicts when including both. | |||
1996-10-24 | replace with a correct memcmp; problem spotted by rahnds | Theo de Raadt | |
1996-10-16 | add functions. | Michael Shalayeff | |
remove functions. optimize (: emulate b{copy,cmp,zero} through the mem{cpy,cmp,set}. add useful macros to stand.h |