From fa8663fa8badcc4caf2614b0bcdeaefb633bdba3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Kochma=C5=84ski?= Date: Mon, 22 Jun 2015 19:59:31 +0200 Subject: [PATCH] changelog: update wrt stack and other fixes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Daniel KochmaƄski --- CHANGELOG | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index a8e276999..d193eda7d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -31,16 +31,20 @@ * Pending changes since 15.3.7 ** Issues fixed: - - Various fixes of bogus declarations. + - Various fixes of bogus declarations - - Remove deprecated GC calls. + - Remove deprecated GC calls - - ROTATEF, SHIFTF, PSETF reworked to conform ANSI standard. Places - were handled improperly in regard of multiple values. + - ROTATEF, SHIFTF, PSETF reworked to conform ANSI standard. Places were + handled improperly in regard of multiple values - - Improved unicode support in character handling. + - Improved unicode support in character handling - - Format handles floats and exponentials correctly (major format rework). + - Format handles floats and exponentials correctly (major format rework) + + - Stack limits refinements and cleanup, inconsistency and bug fixes + + - Other minor tweaks ** Enchantments: @@ -51,7 +55,7 @@ - Update bdwgc to version 7.4.2 - Pathname string-parts internal representation is character, not - base-char. + base-char * 15.3.7 changes since 15.2.21 ** Issues fixed: