From 0276f4561cc014cef0405236503cf233a4124f68 Mon Sep 17 00:00:00 2001 From: rfm Date: Fri, 10 Sep 2010 09:11:37 +0000 Subject: [PATCH] fix dates git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@31289 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9a28df73f..41aa8cf05 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -2010-09-11 Richard Frith-Macdonald +2010-09-10 Richard Frith-Macdonald * NSSocketPort.m: * unix/GSRunLoopCtxt.m: @@ -19,20 +19,20 @@ * Source/NSDistantObject.m: #ifdef to disable category on Object was forgotten around the interface -2010-09-10 Riccardo Mottola +2010-09-09 Riccardo Mottola * Source/unix/GSRunLoopCtxt.m: only access array if port responds to selector, or it is not initialized * Source/NSDate.m, * Source/NSScanner.m: use init return value -2010-09-10 Richard Frith-Macdonald +2010-09-09 Richard Frith-Macdonald * Source/NSString.m: Fix retain/release bugs spotted by clang. * Source/GSFFIInvocation.m: Revert one line in order to get lookup of types working again so that proxies can still be used. -2010-09-10 Adam Fedor +2010-09-09 Adam Fedor * configure.ac: Check for dladdr without requiring -ldl * configure, Headers/Additions/GNUstepBase/config.h.in: Regen