mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 16:50:58 +00:00
* Source/NSObject.m: Fix typo.
* Headers/Foundation/NSException.h: Export NSObjectInaccessibleException. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@24165 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
0cd2315088
commit
fa13ef9c99
3 changed files with 13 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
2006-11-27 Matt Rice <ratmice@gmail.com>
|
||||||
|
|
||||||
|
* Source/NSObject.m: Fix typo.
|
||||||
|
* Headers/Foundation/NSException.h: Export
|
||||||
|
NSObjectInaccessibleException.
|
||||||
|
|
||||||
2006-11-25 Richard Frith-Macdonald <rfm@gnu.org>
|
2006-11-25 Richard Frith-Macdonald <rfm@gnu.org>
|
||||||
|
|
||||||
* Source/NSCalendarDate.m: Fix buffer oiveflow vulnerability when
|
* Source/NSCalendarDate.m: Fix buffer oiveflow vulnerability when
|
||||||
|
|
|
@ -183,6 +183,12 @@ GS_EXPORT NSString* const NSRangeException;
|
||||||
*/
|
*/
|
||||||
GS_EXPORT NSString* const NSCharacterConversionException;
|
GS_EXPORT NSString* const NSCharacterConversionException;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* An exception when a remote object is sent a message from a thread
|
||||||
|
* unable to access the object.
|
||||||
|
*/
|
||||||
|
GS_EXPORT NSString* const NSObjectInaccessibleException;
|
||||||
|
|
||||||
#if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST)
|
#if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST)
|
||||||
/**
|
/**
|
||||||
* An exception used when some form of parsing fails.
|
* An exception used when some form of parsing fails.
|
||||||
|
|
|
@ -1618,7 +1618,7 @@ GSDescriptionForClassMethod(pcl self, SEL aSel)
|
||||||
* sent a -release message when the pool is destroyed.<br />
|
* sent a -release message when the pool is destroyed.<br />
|
||||||
* Returns the receiver.<br />
|
* Returns the receiver.<br />
|
||||||
* In GNUstep, the [NSObject+enableDoubleReleaseCheck:] method may be used
|
* In GNUstep, the [NSObject+enableDoubleReleaseCheck:] method may be used
|
||||||
* to turn on checking for ratain/release errors in this method.
|
* to turn on checking for retain/release errors in this method.
|
||||||
*/
|
*/
|
||||||
- (id) autorelease
|
- (id) autorelease
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue