Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-05-14 | Update FSF postal mail address. | Jim Meyering | |
2004-10-05 | Sync from gnulib. | Paul Eggert | |
2004-10-04 | Sync from gnulib, to remove dependencies of other modules on unlocked-io. | 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-09-10 | Include "md5.h" first. | Jim Meyering | |
(md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream, md5_buffer, md5_process_bytes, md5_process_block): Define with prototypes. | |||
2003-06-06 | Include <string.h> and <stdlib.h> unconditionally. | Jim Meyering | |
(memcpy): Remove definition. | |||
2003-04-15 | Remove (or replace-with-TAB(s) to retain alignment) | Jim Meyering | |
each sequence of spaces before a TAB character. | |||
2003-02-19 | Merge in some clean-up and optimization changes from glibc. | Jim Meyering | |
2003-02-18 | (md5_stream) [BLOCKSIZE]: Move definition to top of file. | Jim Meyering | |
Ensure that it is a multiple of 64. Rearrange loop exit tests so as to avoid performing an additional fread after encountering an error or EOF. | |||
2001-11-17 | Include unlocked-io.h. | Jim Meyering | |
2000-10-22 | (md5_process_block) [OP]: Use `rol', not CYCLIC. | Jim Meyering | |
[CYCLIC]: Remove now-unused definition. | |||
2000-08-07 | back out Copyright date changes for files with no changes year | Jim Meyering | |
2000-07-09 | update copyright date | Jim Meyering | |
1996-11-02 | update copyright | Jim Meyering | |
1996-10-24 | Update from GNU libc. | Jim Meyering | |
1996-10-20 | (md5_process_bytes): Cast void* pointer to char* before | Jim Meyering | |
doing arithmetic with it. | |||
1996-10-20 | Update from GNU libc. | Jim Meyering | |
1996-10-11 | (md5_stream): Apply fix from Ralph Loader | Jim Meyering | |
<loader@maths.ox.ac.uk> via Ulrich Drepper. | |||
1996-07-15 | update FSF address in copyright and remove any trailing blanks | Jim Meyering | |
1995-07-30 | [memcpy]: Define to bcopy if needed. | Jim Meyering | |
(md5_buffer): Explicitely cast SWAP expressions to unsigned to avoid warning. | |||
1995-07-21 | (md5_stream): Check for read failure and return | Jim Meyering | |
indication of success rather than second argument. | |||
1995-07-20 | . | Jim Meyering | |