From 99a427f8b48924176131eaa6696ac32a45ad6e4e Mon Sep 17 00:00:00 2001 From: Juan Jose Garcia Ripoll Date: Sun, 23 Jan 2011 22:51:42 +0100 Subject: [PATCH] EXT:SET-LIMIT with option EXT:FRAME-STACK corrupted the frame stack. --- src/CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/CHANGELOG b/src/CHANGELOG index bbf7bdc29..517cac4ff 100755 --- a/src/CHANGELOG +++ b/src/CHANGELOG @@ -154,6 +154,8 @@ ECL 11.1.2 - ENSURE-DIRECTORIES-EXIST did not work properly with logical pathnames. + - EXT:SET-LIMIT with option EXT:FRAME-STACK corrupted the frame stack. + * Visible changes: - When printing error messages, the condition type is shown (M. Mondor)