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 c503da29732..82856eb91a8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,11 @@ | |||
| 1 | 2013-06-20 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2013-06-20 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * alloc.c (die): Move "assertion failed" string here ... | ||
| 4 | * lisp.h (eassert): ... from here. Also, suppress evaluation of | ||
| 5 | COND when SUPPRESS_CHECKING. This shrinks the executable text | ||
| 6 | size by 0.8% to 2.2% when configured with --enable-checking, | ||
| 7 | depending on optimization flags (GCC 4.8.1 x86-64). | ||
| 8 | |||
| 3 | * floatfns.c (Flog10): Move to Lisp (marked obsolete there). | 9 | * floatfns.c (Flog10): Move to Lisp (marked obsolete there). |
| 4 | 10 | ||
| 5 | 2013-06-20 RĂ¼diger Sonderfeld <ruediger@c-plusplus.de> | 11 | 2013-06-20 RĂ¼diger Sonderfeld <ruediger@c-plusplus.de> |