aboutsummaryrefslogtreecommitdiffstats
path: root/lib/md5.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2006-08-21Remove from CVS, since the bootstrap script generates them automatically.Paul Eggert1-124/+0
2006-01-12(__attribute__): Remove; unused.Paul Eggert1-7/+1
2006-01-10Sync from gnulib.Paul Eggert1-26/+20
2005-09-13(__GNUC_PREREQ, __THROW, __attribute__): New macros.Paul Eggert1-18/+48
(__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 Meyering1-1/+1
2004-08-02Don't include <limits.h>. Include <inttypes.h> if available,Paul Eggert1-19/+3
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 Eggert1-23/+16
ifdef _LIBC. (md5_uint32): Use uint32_t if available. Simplify fallback ifdefs.
2003-12-02(rol) [__GNUC__ && __i386__]: Don't use `asm' code. TheseJim Meyering1-14/+1
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 Meyering1-34/+11
(UINT_MAX_32_BITS): Don't worry about non-__STDC__ case. (__P): Remove; all uses removed.
2003-08-18Sync with gnulib.Jim Meyering1-1/+1
2003-02-21Merge in some changes from GNU libc.Jim Meyering1-2/+6
(md5_uintptr): Define.
2000-11-27remove useless parensJim Meyering1-1/+1
2000-09-25(rol): Define (from GnuPG).Jim Meyering1-0/+15
2000-08-07back out Copyright date changes for files with no changes yearJim Meyering1-1/+1
2000-07-09update copyright dateJim Meyering1-1/+1
1999-09-04tweak commentJim Meyering1-2/+2
1996-11-02update copyrightJim Meyering1-12/+12
1996-10-24Update from GNU libc.Jim Meyering1-25/+31
1996-10-20Update from GNU libc.Jim Meyering1-39/+64
1996-10-17Define and use macro, PARAMS, not __P.Jim Meyering1-9/+9
1995-07-21(md5_stream): Update prototype.Jim Meyering1-2/+8
[__P]: Define macro.
1995-07-20.Jim Meyering1-0/+109