diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 517b3129a22..ac41dabafcd 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -2,6 +2,9 @@ | |||
| 2 | 2 | ||
| 3 | * print.c (Fexternal_debugging_output): Add cast to pacify | 3 | * print.c (Fexternal_debugging_output): Add cast to pacify |
| 4 | --enable-gcc-warnings. | 4 | --enable-gcc-warnings. |
| 5 | * eval.c (call_debugger): Grow specpdl if the debugger was | ||
| 6 | entered due to specpdl overflow (Bug#16603) and allow more | ||
| 7 | specpdl space for the debugger itself. | ||
| 5 | 8 | ||
| 6 | 2014-02-02 Martin Rudalics <rudalics@gmx.at> | 9 | 2014-02-02 Martin Rudalics <rudalics@gmx.at> |
| 7 | 10 | ||