Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-05-14 | Update FSF postal mail address. | Jim Meyering | |
2004-08-02 | Don'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-28 | Include <stdint.h> if HAVE_STDINT_H || _LIBC, not | Paul Eggert | |
ifdef _LIBC. (md5_uint32): Use uint32_t if available. Simplify fallback ifdefs. | |||
2003-12-02 | (rol) [__GNUC__ && __i386__]: Don't use `asm' code. These | Jim 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-10 | Include <limits.h> unconditionally. | Jim Meyering | |
(UINT_MAX_32_BITS): Don't worry about non-__STDC__ case. (__P): Remove; all uses removed. | |||
2003-08-18 | Sync with gnulib. | Jim Meyering | |
2003-02-21 | Merge in some changes from GNU libc. | Jim Meyering | |
(md5_uintptr): Define. | |||
2000-11-27 | remove useless parens | Jim Meyering | |
2000-09-25 | (rol): Define (from GnuPG). | Jim Meyering | |
2000-08-07 | back out Copyright date changes for files with no changes year | Jim Meyering | |
2000-07-09 | update copyright date | Jim Meyering | |
1999-09-04 | tweak comment | Jim Meyering | |
1996-11-02 | update copyright | Jim Meyering | |
1996-10-24 | Update from GNU libc. | Jim Meyering | |
1996-10-20 | Update from GNU libc. | Jim Meyering | |
1996-10-17 | Define 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 | |