mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
*** empty log message ***
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@12479 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
bb6cd75591
commit
5d661d3b9d
1 changed files with 27 additions and 0 deletions
27
ChangeLog
27
ChangeLog
|
@ -1,3 +1,30 @@
|
|||
2002-02-10 Manuel Guesdon <mguesdon@orange-concept.com>
|
||||
|
||||
* Source/NSObject.m: changes to enable derived object KeyValueCoding
|
||||
process chnages (EOGenericRecord for example).
|
||||
o added:
|
||||
_infoForInstanceVariableNamed:retType:retSize:retOffset:
|
||||
_getValueForKey:selector:type:size:offset:
|
||||
_setValueForKey:object:selector:type:size:offset:
|
||||
_handleQueryWithUnboundKey:
|
||||
_handleTakeValue:forUnboundKey:
|
||||
o modified:
|
||||
storedValueForKey:
|
||||
takeStoredValue:forKey:
|
||||
valueForKey:
|
||||
takeValue:forKey:
|
||||
To use added method.
|
||||
* Source/NSObjCRuntime.m:
|
||||
o added NSAssert in GSGetInstanceVariable() and
|
||||
GSSetInstanceVariable()
|
||||
* Headers/gnustep/base/NSKeyValueCoding:
|
||||
o added:
|
||||
_infoForInstanceVariableNamed:retType:retSize:retOffset:
|
||||
_getValueForKey:selector:type:size:offset:
|
||||
_setValueForKey:object:selector:type:size:offset:
|
||||
_handleQueryWithUnboundKey:
|
||||
_handleTakeValue:forUnboundKey:
|
||||
|
||||
Sat Feb 9 01:45:48 2002 Nicola Pero <n.pero@mi.flashnet.it>
|
||||
|
||||
* Source/NSBundle.m ([+bundleForTool:]): Removed. We switch to a
|
||||
|
|
Loading…
Reference in a new issue