fix dates

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@31289 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2010-09-10 09:11:37 +00:00
parent 5cd8a0e5cc
commit 0276f4561c

View file

@ -1,4 +1,4 @@
2010-09-11 Richard Frith-Macdonald <rfm@gnu.org> 2010-09-10 Richard Frith-Macdonald <rfm@gnu.org>
* NSSocketPort.m: * NSSocketPort.m:
* unix/GSRunLoopCtxt.m: * unix/GSRunLoopCtxt.m:
@ -19,20 +19,20 @@
* Source/NSDistantObject.m: #ifdef to disable category * Source/NSDistantObject.m: #ifdef to disable category
on Object was forgotten around the interface 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 * Source/unix/GSRunLoopCtxt.m: only access array if port responds
to selector, or it is not initialized to selector, or it is not initialized
* Source/NSDate.m, * Source/NSDate.m,
* Source/NSScanner.m: use init return value * Source/NSScanner.m: use init return value
2010-09-10 Richard Frith-Macdonald <rfm@gnu.org> 2010-09-09 Richard Frith-Macdonald <rfm@gnu.org>
* Source/NSString.m: Fix retain/release bugs spotted by clang. * Source/NSString.m: Fix retain/release bugs spotted by clang.
* Source/GSFFIInvocation.m: Revert one line in order to get lookup * Source/GSFFIInvocation.m: Revert one line in order to get lookup
of types working again so that proxies can still be used. of types working again so that proxies can still be used.
2010-09-10 Adam Fedor <fedor@gnu.org> 2010-09-09 Adam Fedor <fedor@gnu.org>
* configure.ac: Check for dladdr without requiring -ldl * configure.ac: Check for dladdr without requiring -ldl
* configure, Headers/Additions/GNUstepBase/config.h.in: Regen * configure, Headers/Additions/GNUstepBase/config.h.in: Regen