Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-05-14 | Update FSF postal mail address. | Jim Meyering | |
2004-10-04 | Sync from gnulib, to remove dependencies of other modules on unlocked-io. | Paul Eggert | |
2004-08-09 | Finish renaming sha -> sha1. | Paul Eggert | |
2004-08-02 | (UNALIGNED_P): Use size_t; in practice, this is just as | Paul Eggert | |
good as uintptr_t in checking for alignments, and has fewer configuration hassles. | |||
2004-07-28 | Don't include <sys/types.h> or <stdlib.h>; <stddef.h> | Paul Eggert | |
suffices with C89 or better. (alignof): New macro, portable to all C89 hosts. (UNALIGNED): Use it. Use uintptr_t if available, and assume everything is unaligned otherwise; this is more portable than assuming 'unsigned long int' will always work. | |||
2003-12-02 | File renamed from sha.c. | Jim Meyering | |
Include sha1.h, not sha.h. |