From 00ce6b106bc67cc724d9e77db7beff2ba1513e34 Mon Sep 17 00:00:00 2001 From: jbettis Date: Thu, 13 Apr 2006 21:01:00 +0000 Subject: [PATCH] Added changelog entries for last 3 commits. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@22789 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/ChangeLog b/ChangeLog index 5d796847f..1fe69f953 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +2006-04-12 Jeremy Bettis + * Source/NSTimeZone.m: Use native time zone files under Solaris. + * Source/GSFFCallInvocation.m: If the returning context is expecting + a void* but we have a different return type just cast it. This + normally is because the method was not declared and has defaulted + to returning id. + * Source/win32/NSUserDefaultsWin32.m: Write defaults to registry as + unicode strings, read in either unicode(REG_SZ) or ascii(REG_BINARY). + * Source/win32-load.h: In mingw, fileSystemRepresentation is unicode + * Source/objc-load.m: In mingw, fileSystemRepresentation is unicode + * Source/NSPropertyList.m (propertyListFromData:mutabilityOption:format:errorDescription:): + Don't call memcmp if the data is smaller than 8 bytes. + * Source/NSFileManager.m (isExecutableFileAtPath:): + Added a comment + * Source/NSBundle.m (objc_executable_location): + A cast was obsuring a misuse of fileSystemRepresentation + 2006-04-10 Fred Kiefer * Source/NSPropertyList.m (BinaryPLGenerator - storeCount:):