From 2b6608b7fc76be980379af5500d3abcb1787f46f Mon Sep 17 00:00:00 2001 From: David Chisnall Date: Fri, 22 Jul 2011 13:39:39 +0000 Subject: [PATCH] Added changelog for last string of commits. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@33606 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index c69695c71..6913f00f1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,10 +1,8 @@ +2011-07-22 14:38 David Chisnall 2011-07-21 13:17 David Chisnall - * libs/base/trunk/Headers/Foundation/NSString.h, - libs/base/trunk/Source/GSString.m, - libs/base/trunk/Source/NSString.m, - libs/base/trunk/Tests/base/NSString/regex.m: Added - NSRegularExpressionSearch (10.7) support to NSString. + * Source/NSRegularExpression.m: + Added stub implementation for when GNUstep is built without ICU. 2011-07-20 Eric Wasylishen