mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
Rename 'GNU' categories to 'GNUstep'.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@19131 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
a78c61dc74
commit
02964e7f8c
4 changed files with 11 additions and 3 deletions
|
@ -1,3 +1,11 @@
|
|||
2004-04-17 01:17 Alexander Malmberg <alexander@malmberg.org>
|
||||
|
||||
* Headers/Foundation/NSObject.h, Source/NSObject.m,
|
||||
Source/NSMethodSignature.m: Rename 'GNU' categories to 'GNUstep'.
|
||||
Patch from Matt Rice.
|
||||
|
||||
'GNU' is a standard define on Hurd, so it can't be used as a name.
|
||||
|
||||
2004-04-15 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Source/NSUserDefaults.m: Restore use of flag to prevent infinite
|
||||
|
|
|
@ -281,7 +281,7 @@ enum {NSNotFound = 0x7fffffff};
|
|||
creating the potential for deadlock. */
|
||||
GS_EXPORT NSRecursiveLock *gnustep_global_lock;
|
||||
|
||||
@interface NSObject (GNU)
|
||||
@interface NSObject (GNUstep)
|
||||
- (id) makeImmutableCopyOnFail: (BOOL)force;
|
||||
- (Class) transmuteClassTo: (Class)aClassObject;
|
||||
+ (Class) autoreleaseClass;
|
||||
|
|
|
@ -163,7 +163,7 @@
|
|||
|
||||
@end
|
||||
|
||||
@implementation NSMethodSignature(GNU)
|
||||
@implementation NSMethodSignature(GNUstep)
|
||||
- (NSArgumentInfo*) methodInfo
|
||||
{
|
||||
if (_info == 0)
|
||||
|
|
|
@ -2088,7 +2088,7 @@ GSDescriptionForClassMethod(pcl self, SEL aSel)
|
|||
|
||||
|
||||
|
||||
@implementation NSObject (GNU)
|
||||
@implementation NSObject (GNUstep)
|
||||
|
||||
/* GNU Object class compatibility */
|
||||
|
||||
|
|
Loading…
Reference in a new issue