aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKen Raeburn2009-08-17 01:25:54 +0000
committerKen Raeburn2009-08-17 01:25:54 +0000
commitf601cdf35d3e76ffc4927ea35e0f82e72b1ba37f (patch)
tree2d9f05c4ba9510645a5cf87741c13ab37a4d16e1 /src/ChangeLog
parent4230ab74b7bec1bc05801d91117f133efe88df25 (diff)
downloademacs-f601cdf35d3e76ffc4927ea35e0f82e72b1ba37f.tar.gz
emacs-f601cdf35d3e76ffc4927ea35e0f82e72b1ba37f.zip
* lisp.h (XFLOAT_DATA): Produce an rvalue by adding 0 to the value.
(XFLOAT_INIT): New macro for storing a float value. * alloc.c (make_float, make_pure_float): Use XFLOAT_INIT. * fns.c (sxhash): Copy out the value of a float in order to examine its bytes. * dbusbind.c (xd_append_arg): Likewise.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index d9b4984b4d4..9358387d116 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,13 @@
12009-08-17 Ken Raeburn <raeburn@raeburn.org> 12009-08-17 Ken Raeburn <raeburn@raeburn.org>
2 2
3 * lisp.h (XFLOAT_DATA): Produce an rvalue by adding 0 to the
4 value.
5 (XFLOAT_INIT): New macro for storing a float value.
6 * alloc.c (make_float, make_pure_float): Use XFLOAT_INIT.
7 * fns.c (sxhash): Copy out the value of a float in order to
8 examine its bytes.
9 * dbusbind.c (xd_append_arg): Likewise.
10
3 * emacs.c (main): Don't call syms_of_data twice. 11 * emacs.c (main): Don't call syms_of_data twice.
4 12
52009-08-16 Michael Albinus <michael.albinus@gmx.de> 132009-08-16 Michael Albinus <michael.albinus@gmx.de>