From febe89c61b34809f8c4a35ed8f231be621b00d0e Mon Sep 17 00:00:00 2001 From: Sebastian Bauer Date: Fri, 30 Mar 2018 22:17:41 +0200 Subject: [PATCH] Update changelog. --- library/changes | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/library/changes b/library/changes index a76cfee..f6b57d8 100644 --- a/library/changes +++ b/library/changes @@ -1,3 +1,11 @@ +c.lib 1.216 (xxx) + +- Add some wchar and multbyte-string related functions to allow gcc + building a libstdc++ library with wide char support. For now, the + functions are mostly stub ones only. They can be implemented on + demand. + + c.lib 1.215 (26.6.2017) - Added -fno-aggressive-loop-optimizations option when building crtbegin.c