aboutsummaryrefslogtreecommitdiff
path: root/include/md5.h
AgeCommit message (Collapse)AuthorFilesLines
2023-01-04Update year range in copyright notice of binutils filesAlan Modra1-1/+1
The newer update-copyright.py fixes file encoding too, removing cr/lf on binutils/bfdtest2.c and ld/testsuite/ld-cygwin/exe-export.exp, and embedded cr in binutils/testsuite/binutils-all/ar.exp string match.
2022-05-13Import libiberty from gccAlan Modra1-0/+6
2022-01-02Update year range in copyright notice of binutils filesAlan Modra1-1/+1
The result of running etc/update-copyright.py --this-year, fixing all the files whose mode is changed by the script, plus a build with --enable-maintainer-mode --enable-cgen-maint=yes, then checking out */po/*.pot which we don't update frequently. The copy of cgen was with commit d1dd5fcc38ead reverted as that commit breaks building of bfp opcodes files.
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2018-01-03Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2017-01-02Update year range in copyright notice of all files.Alan Modra1-1/+1
2016-01-01Copyright update for binutilsAlan Modra1-1/+1
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra1-1/+1
2013-01-30 PR other/54620Kai Tietz1-0/+5
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.
2008-03-25Bring patch correction over from gcc repository.Ian Lance Taylor1-4/+4
2008-03-24 * md5.h: Add extern "C" when compiled with C++.Ian Lance Taylor1-0/+8
2006-01-18merge from gccDJ Delorie1-0/+2
2005-07-03merge from gccDJ Delorie1-1/+5
2005-05-10Update the address and phone number of the FSF organizationNick Clifton1-1/+1
2005-03-28merge from gccDJ Delorie1-16/+9
2001-03-14Fix typos in ChangeLogs; add coff/external.h; fix copyright datesNick Clifton1-1/+1
2000-09-08* md5.h (md5_uint32): Choose via INT_MAX instead of UINT_MAX.Christopher Faylor1-0/+142
* md5.h: New file.