aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-02-18 23:28:29 -0800
committerPaul Eggert2011-02-18 23:28:29 -0800
commit5f90be1bb73a4cb8c277476f2c9c9f59f0074bbb (patch)
tree0ae73daf66f91b368b3e4d7b3cb4d5afa4500976 /ChangeLog
parentf12f551b2c38748ed10ec8c350faa23516f7c705 (diff)
downloademacs-5f90be1bb73a4cb8c277476f2c9c9f59f0074bbb.tar.gz
emacs-5f90be1bb73a4cb8c277476f2c9c9f59f0074bbb.zip
Import simpler crypto/md5 module from gnulib, plus stdint module.
* aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4: * src/config.in: Regenerate. * lib/md5.c, lib/md5.h: Regenerate with simpler version, which assumes C99-style <stdint.h>, supplied by the stdint module. * lib/stdint.in.h, m4/longlong.m4, m4/stdint.m4: New files, generated from gnulib. * src/deps.mk (fns.o): Do not depend on md5.h, fixing a typo in the earlier patch.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6daca81e65c..0c116a16f89 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
12011-02-19 Paul Eggert <eggert@cs.ucla.edu>
2
3 Import simpler crypto/md5 module from gnulib, plus stdint module.
4 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
5 * src/config.in: Regenerate.
6 * lib/md5.c, lib/md5.h: Regenerate with simpler version, which
7 assumes C99-style <stdint.h>, supplied by the stdint module.
8 * lib/stdint.in.h, m4/longlong.m4, m4/stdint.m4: New files,
9 generated from gnulib.
10 * src/deps.mk (fns.o): Do not depend on md5.h, fixing a typo in
11 the earlier patch.
12
12011-02-18 Paul Eggert <eggert@cs.ucla.edu> 132011-02-18 Paul Eggert <eggert@cs.ucla.edu>
2 14
3 Import crypto/md5 module from gnulib. 15 Import crypto/md5 module from gnulib.