aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2012-07-16 19:56:00 -0700
committerPaul Eggert2012-07-16 19:56:00 -0700
commit7c26cf3ccd4ea49d42c2b3d21e59330143085f17 (patch)
tree541a7e143c072733fb518c498e4d61085c37eb41 /src/ChangeLog
parent5dad233cb8553df9b37da260dd9cc350f781b2df (diff)
downloademacs-7c26cf3ccd4ea49d42c2b3d21e59330143085f17.tar.gz
emacs-7c26cf3ccd4ea49d42c2b3d21e59330143085f17.zip
* floatfns.c (Fabs): Do not wrap fabs inside IN_FLOAT.
Unlike the other wrapped functions, fabs has an unspecified effect on errno. Fixes: debbugs:11913
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 6c994369610..9949c65ba71 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12012-07-17 Paul Eggert <eggert@cs.ucla.edu>
2
3 * floatfns.c (Fabs): Do not wrap fabs inside IN_FLOAT (Bug#11913).
4 Unlike the other wrapped functions, fabs has an unspecified
5 effect on errno.
6
12012-07-16 Jan Djärv <jan.h.d@swipnet.se> 72012-07-16 Jan Djärv <jan.h.d@swipnet.se>
2 8
3 * nsterm.m (keyDown): Interpret flags without left/right bits 9 * nsterm.m (keyDown): Interpret flags without left/right bits