aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 5b087e8451d..279bd1be381 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,14 @@
12011-06-21 Leo Liu <sdl.web@gmail.com>
2
3 * deps.mk (fns.o):
4 * makefile.w32-in ($(BLD)/fns.$(O)): Include sha256.h and
5 sha512.h.
6
7 * fns.c (secure_hash): Rename from crypto_hash_function and change
8 the first arg to accept symbols.
9 (Fsecure_hash): New primtive.
10 (syms_of_fns): New symbols.
11
12011-06-20 Deniz Dogan <deniz@dogan.se> 122011-06-20 Deniz Dogan <deniz@dogan.se>
2 13
3 * process.c (Fset_process_buffer): Clarify return value in 14 * process.c (Fset_process_buffer): Clarify return value in