aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorLeo Liu2011-06-21 16:45:39 +0800
committerLeo Liu2011-06-21 16:45:39 +0800
commit3ce9d0d41be2eb2050c73727dac0154109333755 (patch)
tree2c951b040775dfa8826956dc3ebc32eff13f930c /ChangeLog
parent327c8fb10ae31b2733e94333e04d1a30fcc2c0f2 (diff)
downloademacs-3ce9d0d41be2eb2050c73727dac0154109333755.tar.gz
emacs-3ce9d0d41be2eb2050c73727dac0154109333755.zip
Add crypto/sha256 and crypto/sha512 modules from gnulib
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e4a4754f86f..e523175936e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
12011-06-21 Leo Liu <sdl.web@gmail.com>
2
3 * m4/sha256.m4:
4 * m4/sha512.m4:
5 * m4/gl-comp.m4:
6 * lib/u64.h:
7 * lib/sha256.c:
8 * lib/sha256.h:
9 * lib/sha512.c:
10 * lib/sha512.h:
11 * lib/makefile.w32-in (GNULIBOBJS):
12 * lib/gnulib.mk:
13 * Makefile.in (GNULIB_MODULES): Add crypto/sha256 and
14 crypto/sha512 modules from gnulib.
15
12011-06-19 Paul Eggert <eggert@cs.ucla.edu> 162011-06-19 Paul Eggert <eggert@cs.ucla.edu>
2 17
3 * lib/unistd.in.h, m4/getloadavg.m4: Merge from gnulib. 18 * lib/unistd.in.h, m4/getloadavg.m4: Merge from gnulib.