mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
fit line length limits
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@37625 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
7e1b8d8197
commit
d5e6564198
1 changed files with 3 additions and 4 deletions
|
@ -1,7 +1,6 @@
|
|||
2014-01-20 Quentin Mathe <quentin.mathe@gmail.com>
|
||||
|
||||
* Source/NSSet.m (-valueForKey:): Added missing method (-valueForKeyPath:
|
||||
is already implemented).
|
||||
* Source/NSSet.m: Added missing ([-valueForKey:]) method.
|
||||
|
||||
2014-01-20 Quentin Mathe <quentin.mathe@gmail.com>
|
||||
|
||||
|
@ -13,8 +12,8 @@
|
|||
2014-01-18 Quentin Mathe <quentin.mathe@gmail.com>
|
||||
|
||||
* Source/NSObject.m (-respondsToSelector,
|
||||
+instancesRespondToSelector:): Fixed to check +resolveInstanceMethod: and
|
||||
+resolveClassMethod: as documented in Cocoa NSObject API.
|
||||
+instancesRespondToSelector:): Fixed to check +resolveInstanceMethod:
|
||||
and +resolveClassMethod: as documented in Cocoa NSObject API.
|
||||
|
||||
2014-01-16 Niels Grewe <niels.grewe@halbordnung.de>
|
||||
|
||||
|
|
Loading…
Reference in a new issue