Added ChangeLog entry from last commit

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@33689 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
David Chisnall 2011-08-03 12:04:52 +00:00
parent fa6f119996
commit 3856032ebc

View file

@ -1,3 +1,14 @@
2011-08-03 12:04 David Chisnall <theraven@gna.org>
* libs/base/trunk/Headers/Foundation/NSRegularExpression.h,
libs/base/trunk/Source/NSRegularExpression.m,
libs/base/trunk/Source/NSString.m,
libs/base/trunk/Tests/base/NSString/regex.m: Clean up
NSRegularExpression, so that it compiles without warnings with or
without ICU, but we don't pretend that we support things that we
don't and silently return nonsense results to make debugging
difficult for GNUstep users.
2011-08-03 Fred Kiefer <FredKiefer@gmx.de>
* Tests/base/NSMutableData/general.m