diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
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 @@ | |||
| 1 | 2012-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 | |||
| 1 | 2012-07-16 Jan Djärv <jan.h.d@swipnet.se> | 7 | 2012-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 |