From b5dcded5812a1dc04d317be8f7b32ee071e4c84f Mon Sep 17 00:00:00 2001 From: John Maddock Date: Wed, 24 Jan 2001 12:16:52 +0000 Subject: [PATCH] regex: updated change log [SVN r8752] --- changes.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/changes.txt b/changes.txt index db9b1f85..3f7e398f 100644 --- a/changes.txt +++ b/changes.txt @@ -1,3 +1,8 @@ +Version 303: +FIXED: Code glitches for Como compiler in strict mode. +FIXED: Missing fixes for cstdio header. +FIXED: memory leak in underlying w32 traits classes +FIXED: vc6 clean option to remove *.pch files. CHANGED: Build options for VC6 to avoid compiler optimisation bug. FIXED: Missing BOOST_RE_NO_WCSTRING guard around using declaration in regex.h FIXED: Pathological regular expressions in snip4.cpp and in docs. @@ -221,5 +226,6 @@ BUG: character sets don't function correctly when regbase::char_classes +