diff options
| author | Leo Liu | 2011-06-21 16:45:39 +0800 |
|---|---|---|
| committer | Leo Liu | 2011-06-21 16:45:39 +0800 |
| commit | 3ce9d0d41be2eb2050c73727dac0154109333755 (patch) | |
| tree | 2c951b040775dfa8826956dc3ebc32eff13f930c /ChangeLog | |
| parent | 327c8fb10ae31b2733e94333e04d1a30fcc2c0f2 (diff) | |
| download | emacs-3ce9d0d41be2eb2050c73727dac0154109333755.tar.gz emacs-3ce9d0d41be2eb2050c73727dac0154109333755.zip | |
Add crypto/sha256 and crypto/sha512 modules from gnulib
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
| @@ -1,3 +1,18 @@ | |||
| 1 | 2011-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 | |||
| 1 | 2011-06-19 Paul Eggert <eggert@cs.ucla.edu> | 16 | 2011-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. |