mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
Mostly deprectation changes, one possible obscure buffer overrun fix.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@26621 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
b2b14398d2
commit
0beeaa8945
14 changed files with 54 additions and 17 deletions
|
@ -305,6 +305,7 @@ GS_EXPORT NSRecursiveLock *gnustep_global_lock;
|
|||
Removed because OpenStep has -(NSString*)name; */
|
||||
@end
|
||||
|
||||
#if GS_API_VERSION(GS_API_NONE, 011700)
|
||||
@interface NSObject (GNUstep)
|
||||
- (BOOL) isInstance;
|
||||
- (id) makeImmutableCopyOnFail: (BOOL)force;
|
||||
|
@ -315,6 +316,7 @@ GS_EXPORT NSRecursiveLock *gnustep_global_lock;
|
|||
- (id) read: (TypedStream*)aStream;
|
||||
- (id) write: (TypedStream*)aStream;
|
||||
@end
|
||||
#endif
|
||||
|
||||
/**
|
||||
* Provides a number of GNUstep-specific methods that are used to aid
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue