diff options
| author | Paul Eggert | 2011-02-20 00:48:52 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-02-20 00:48:52 -0800 |
| commit | 61353ac8cdbdda53d75f5ab9aa7f0b637aee5a00 (patch) | |
| tree | 2cfc088246ad9c97eea1ba1c7a1b7e5af64bea2d /ChangeLog | |
| parent | 01baa1e6f227a87530f65b7e45049968a1afc12a (diff) | |
| parent | ff05203ec64be4e2148ca607d4f7e04375426916 (diff) | |
| download | emacs-61353ac8cdbdda53d75f5ab9aa7f0b637aee5a00.tar.gz emacs-61353ac8cdbdda53d75f5ab9aa7f0b637aee5a00.zip | |
Merge: Import crypto/md5 and stdint modules from gnulib.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
| @@ -1,3 +1,17 @@ | |||
| 1 | 2011-02-20 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Import crypto/md5 and stdint modules from gnulib. | ||
| 4 | * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4: | ||
| 5 | Regenerate. | ||
| 6 | * lib/md5.c, lib/md5.h: Rename from src/md5.h and lib/md5.h. | ||
| 7 | Import the new versions from gnulib; they assume a C99-style | ||
| 8 | <stdint.h>, supplied by the stdint module. | ||
| 9 | * lib/stdint.in.h, m4/longlong.m4, m4/stdint.m4, m4/md5.m4: New files, | ||
| 10 | imported from gnulib. | ||
| 11 | * Makefile.in (MAKEFILE_MODULES): Add crypto/md5. | ||
| 12 | * admin/notes/copyright: Remove src/md5.c and src/md5.h as | ||
| 13 | special cases. | ||
| 14 | |||
| 1 | 2011-02-19 Eli Zaretskii <eliz@gnu.org> | 15 | 2011-02-19 Eli Zaretskii <eliz@gnu.org> |
| 2 | 16 | ||
| 3 | * .bzrignore: Ignore cxxdefs.h and lib/*.in-h files. | 17 | * .bzrignore: Ignore cxxdefs.h and lib/*.in-h files. |