summaryrefslogtreecommitdiff
path: root/lib/md5.h
AgeCommit message (Collapse)Author
2006-01-12(__attribute__): Remove; unused.Paul Eggert
2006-01-10Sync from gnulib.Paul Eggert
2005-09-13(__GNUC_PREREQ, __THROW, __attribute__): New macros.Paul Eggert
(__md5_buffer): Renamed from md5_buffer. Add a macro undoing this if _LIBC is not defined. Add __THROW. (__md5_finish_ctx, __md5_init_ctx, __md5_process_block): (__md5_process_bytes, __md5_read_ctx, __md5_stream): Likewise. (struct md5_ctx): Mark buffer as being aligned. (rol): Remove; all uses changed to CYCLIC.
2005-05-14Update FSF postal mail address.Jim Meyering
2004-08-02Don't include <limits.h>. Include <inttypes.h> if available,Paul Eggert
as it defines symbols like UINT32_MAX on Solaris 8. (md5_uint32): Assume uint32_t exists; Autoconf will define it otherwise (if the host has a 32-bit unsigned type, anyway).
2004-07-28Include <stdint.h> if HAVE_STDINT_H || _LIBC, notPaul Eggert
ifdef _LIBC. (md5_uint32): Use uint32_t if available. Simplify fallback ifdefs.
2003-12-02(rol) [__GNUC__ && __i386__]: Don't use `asm' code. TheseJim Meyering
days, gcc-3.x does better all by itself. Patch from Dean Gaudet: http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
2003-09-10Include <limits.h> unconditionally.Jim Meyering
(UINT_MAX_32_BITS): Don't worry about non-__STDC__ case. (__P): Remove; all uses removed.
2003-08-18Sync with gnulib.Jim Meyering
2003-02-21Merge in some changes from GNU libc.Jim Meyering
(md5_uintptr): Define.
2000-11-27remove useless parensJim Meyering
2000-09-25(rol): Define (from GnuPG).Jim Meyering
2000-08-07back out Copyright date changes for files with no changes yearJim Meyering
2000-07-09update copyright dateJim Meyering
1999-09-04tweak commentJim Meyering
1996-11-02update copyrightJim Meyering
1996-10-24Update from GNU libc.Jim Meyering
1996-10-20Update from GNU libc.Jim Meyering
1996-10-17Define and use macro, PARAMS, not __P.Jim Meyering
1995-07-21(md5_stream): Update prototype.Jim Meyering
[__P]: Define macro.
1995-07-20.Jim Meyering