Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-01-30 | re PR other/54620 (sha1.c has incorrect math if sizeof(size_t) is 8) | Kai Tietz | 1 | -0/+5 | |
PR other/54620 PR target/39064 * md5.h (md5_uintptr, md5_uint32): Define as uintptr_t/uint32_t if stdint.h and sys/types.h headers are present. * sha1.h (sha1_uintptr, sha1_uint32): Likewise. From-SVN: r195579 | |||||
2010-04-20 | Update copyright notice to use GPLv3. | Nick Clifton | 1 | -2/+2 | |
From-SVN: r158543 | |||||
2008-03-25 | sha1.h: New file, from gnulib. | Ian Lance Taylor | 1 | -0/+141 | |
include/: * sha1.h: New file, from gnulib. libiberty/: * sha1.c: New file, from gnulib. * Makefile.in: Rebuild dependencies. (CFILES): Add sha1.c. (REQUIRED_OFILES): Add sha1.o. From-SVN: r133503 |