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:
alexm 2004-04-16 23:21:26 +00:00
parent a78c61dc74
commit 02964e7f8c
4 changed files with 11 additions and 3 deletions

View file

@ -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

View file

@ -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;

View file

@ -163,7 +163,7 @@
@end
@implementation NSMethodSignature(GNU)
@implementation NSMethodSignature(GNUstep)
- (NSArgumentInfo*) methodInfo
{
if (_info == 0)

View file

@ -2088,7 +2088,7 @@ GSDescriptionForClassMethod(pcl self, SEL aSel)
@implementation NSObject (GNU)
@implementation NSObject (GNUstep)
/* GNU Object class compatibility */