aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2012-11-08 13:43:34 -0800
committerPaul Eggert2012-11-08 13:43:34 -0800
commit04a2d0d38a2835db6c2e5a74cd7701555a7eb826 (patch)
treeab23bf51e55b69c0173647e33b0769d83a306cf8 /src/ChangeLog
parentde5ef41a76f05eb072ef06b053e543ce67fa3241 (diff)
downloademacs-04a2d0d38a2835db6c2e5a74cd7701555a7eb826.tar.gz
emacs-04a2d0d38a2835db6c2e5a74cd7701555a7eb826.zip
Use same hash function for hashfn_profiler as for hash_string etc.
* fns.c (SXHASH_COMBINE): Remove. All uses replaced by sxhash_combine. * lisp.h (sxhash_combine): New inline function, with the contents of the old SXHASH_COMBINE. * profiler.c (hashfn_profiler): Use it, instead of having a special hash function containing a comparison that always yields 1.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 45e97ddd93c..c759b026dba 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,12 @@
12012-11-08 Paul Eggert <eggert@cs.ucla.edu>
2
3 Use same hash function for hashfn_profiler as for hash_string etc.
4 * fns.c (SXHASH_COMBINE): Remove. All uses replaced by sxhash_combine.
5 * lisp.h (sxhash_combine): New inline function, with the contents
6 of the old SXHASH_COMBINE.
7 * profiler.c (hashfn_profiler): Use it, instead of having a
8 special hash function containing a comparison that always yields 1.
9
12012-11-08 Stefan Monnier <monnier@iro.umontreal.ca> 102012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
2 11
3 * xfaces.c (Qultra_light, Qreverse_oblique, Qreverse_italic) 12 * xfaces.c (Qultra_light, Qreverse_oblique, Qreverse_italic)