mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
fix typo in macro name
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@26623 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
0beeaa8945
commit
98b8957283
9 changed files with 20 additions and 8 deletions
12
ChangeLog
12
ChangeLog
|
@ -1,3 +1,15 @@
|
|||
2008-06-10 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Headers/Foundation/NSString.h:
|
||||
* Headers/Foundation/NSBundle.h:
|
||||
* Headers/Foundation/NSSerialization.h:
|
||||
* Headers/Foundation/NSProcessInfo.h:
|
||||
* Headers/Foundation/NSMethodSignature.h:
|
||||
* Headers/Foundation/NSHost.h:
|
||||
* Headers/Foundation/NSArchiver.h:
|
||||
* Headers/Foundation/NSInvocation.h:
|
||||
Fix typo in macro name
|
||||
|
||||
2008-06-10 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* configure.ac: Check for stdlib.h
|
||||
|
|
|
@ -92,7 +92,7 @@ extern "C" {
|
|||
#endif
|
||||
@end
|
||||
|
||||
#if OS_API_VERSION(GS_API_NONE,011700)
|
||||
#if GS_API_VERSION(GS_API_NONE,011700)
|
||||
@interface NSArchiver (GNUstep)
|
||||
|
||||
/*
|
||||
|
|
|
@ -414,7 +414,7 @@ GS_EXPORT NSString* const NSLoadedClasses;
|
|||
#endif
|
||||
@end
|
||||
|
||||
#if OS_API_VERSION(GS_API_NONE, 011700)
|
||||
#if GS_API_VERSION(GS_API_NONE, 011700)
|
||||
/**
|
||||
* Augments [NSBundle], including methods for handling libraries in the GNUstep
|
||||
* fashion, for rapid localization, and other purposes.
|
||||
|
|
|
@ -112,7 +112,7 @@ extern "C" {
|
|||
|
||||
@end
|
||||
|
||||
#if OS_API_VERSION(GS_API_NONE,011700)
|
||||
#if GS_API_VERSION(GS_API_NONE,011700)
|
||||
|
||||
/**
|
||||
* Adds synonym for +currentHost.
|
||||
|
|
|
@ -95,7 +95,7 @@ extern "C" {
|
|||
|
||||
@end
|
||||
|
||||
#if OS_API_VERSION(GS_API_NONE, 011700)
|
||||
#if GS_API_VERSION(GS_API_NONE, 011700)
|
||||
@interface NSInvocation (GNUstep)
|
||||
/**
|
||||
* Returns the status of the flag set by -setSendsToSuper:
|
||||
|
|
|
@ -153,7 +153,7 @@ typedef struct {
|
|||
|
||||
@end
|
||||
|
||||
#if OS_API_VERSION(GS_API_NONE, 011700)
|
||||
#if GS_API_VERSION(GS_API_NONE, 011700)
|
||||
/**
|
||||
* Declares a convenience method for getting the entire array of raw type and
|
||||
* size information.
|
||||
|
|
|
@ -199,7 +199,7 @@ enum {
|
|||
#endif
|
||||
@end
|
||||
|
||||
#if OS_API_VERSION(GS_API_NONE,011700)
|
||||
#if GS_API_VERSION(GS_API_NONE,011700)
|
||||
|
||||
/**
|
||||
* Provides GNUstep-specific methods for controlled debug logging (a GNUstep
|
||||
|
|
|
@ -92,7 +92,7 @@ extern "C" {
|
|||
intoData: (NSMutableData*)d;
|
||||
@end
|
||||
|
||||
#if OS_API_VERSION(GS_API_NONE, 011700)
|
||||
#if GS_API_VERSION(GS_API_NONE, 011700)
|
||||
/**
|
||||
* GNUstep extends serialization by having the option to make the
|
||||
* resulting data more compact by ensuring that repeated strings
|
||||
|
|
|
@ -757,7 +757,7 @@ typedef NSUInteger NSStringEncodingConversionOptions;
|
|||
extern struct objc_class _NSConstantStringClassReference;
|
||||
#endif
|
||||
|
||||
#if OS_API_VERSION(GS_API_NONE, 011700)
|
||||
#if GS_API_VERSION(GS_API_NONE, 011700)
|
||||
|
||||
@interface NSMutableString (GNUstep)
|
||||
- (NSString*) immutableProxy;
|
||||
|
|
Loading…
Reference in a new issue