mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +00:00
Simplify header inclusion
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@29669 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
14a557fcd7
commit
7cc69dfaae
185 changed files with 245 additions and 425 deletions
|
@ -1,3 +1,8 @@
|
|||
2010-02-19 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
Simplify header imports with common headers handled in the correct
|
||||
order.
|
||||
|
||||
2010-02-18 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Headers/Additions/GNUstepBase/NSDebug+GNUstepBase.h:
|
||||
|
|
|
@ -24,12 +24,11 @@
|
|||
|
||||
*/
|
||||
|
||||
#import "config.h"
|
||||
#import "common.h"
|
||||
#include <string.h>
|
||||
#ifndef NeXT_Foundation_LIBRARY
|
||||
#import "Foundation/NSException.h"
|
||||
#import "Foundation/NSRange.h"
|
||||
#import "Foundation/NSString.h"
|
||||
#else
|
||||
#import <Foundation/Foundation.h>
|
||||
#endif
|
||||
|
|
|
@ -24,10 +24,9 @@
|
|||
|
||||
*/
|
||||
|
||||
#import "config.h"
|
||||
#import "common.h"
|
||||
#ifndef NeXT_Foundation_LIBRARY
|
||||
#import "Foundation/NSException.h"
|
||||
#import "Foundation/NSString.h"
|
||||
#else
|
||||
#import <Foundation/Foundation.h>
|
||||
#endif
|
||||
|
|
|
@ -28,11 +28,10 @@
|
|||
|
||||
*/
|
||||
|
||||
#import "config.h"
|
||||
#import "common.h"
|
||||
#ifndef NeXT_Foundation_LIBRARY
|
||||
#import "Foundation/NSAutoreleasePool.h"
|
||||
#import "Foundation/NSNotification.h"
|
||||
#import "Foundation/NSString.h"
|
||||
#import "Foundation/NSThread.h"
|
||||
#else
|
||||
#import <Foundation/Foundation.h>
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
Boston, MA 02111 USA.
|
||||
|
||||
*/
|
||||
#import "config.h"
|
||||
#import "common.h"
|
||||
#include <objc/objc-class.h>
|
||||
#import "GNUstepBase/GCObject.h"
|
||||
|
||||
|
|
|
@ -26,16 +26,14 @@
|
|||
$Date$ $Revision$
|
||||
*/
|
||||
|
||||
#import "config.h"
|
||||
#import "common.h"
|
||||
#import "GNUstepBase/preface.h"
|
||||
#import "GNUstepBase/GSFunctions.h"
|
||||
#ifndef NeXT_Foundation_LIBRARY
|
||||
#import "Foundation/NSArray.h"
|
||||
#import "Foundation/NSDebug.h"
|
||||
#import "Foundation/NSEnumerator.h"
|
||||
#import "Foundation/NSException.h"
|
||||
#import "Foundation/NSFileManager.h"
|
||||
#import "Foundation/NSString.h"
|
||||
#else
|
||||
#import <Foundation/Foundation.h>
|
||||
#endif
|
||||
|
|
|
@ -23,14 +23,12 @@
|
|||
*/
|
||||
|
||||
|
||||
#import "config.h"
|
||||
#import "common.h"
|
||||
#import "Foundation/NSDictionary.h"
|
||||
#import "Foundation/NSAutoreleasePool.h"
|
||||
#import "Foundation/NSEnumerator.h"
|
||||
#import "Foundation/NSString.h"
|
||||
#import "Foundation/NSException.h"
|
||||
#import "Foundation/NSPortCoder.h"
|
||||
#import "Foundation/NSDebug.h"
|
||||
// For private method _decodeArrayOfObjectsForKey:
|
||||
#import "Foundation/NSKeyedArchiver.h"
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
$Date$ $Revision$
|
||||
*/
|
||||
|
||||
#import "config.h"
|
||||
#import "common.h"
|
||||
#define EXPOSE_GSLock_IVARS 1
|
||||
#import "Foundation/NSException.h"
|
||||
#import "Foundation/NSLock.h"
|
||||
|
|
|
@ -51,7 +51,7 @@
|
|||
$Date$ $Revision$
|
||||
*/
|
||||
|
||||
#import "config.h"
|
||||
#import "common.h"
|
||||
#define EXPOSE_GSMimeDocument_IVARS 1
|
||||
#define EXPOSE_GSMimeHeader_IVARS 1
|
||||
#define EXPOSE_GSMimeParser_IVARS 1
|
||||
|
@ -63,12 +63,10 @@
|
|||
#import "Foundation/NSAutoreleasePool.h"
|
||||
#import "Foundation/NSCharacterSet.h"
|
||||
#import "Foundation/NSData.h"
|
||||
#import "Foundation/NSDebug.h"
|
||||
#import "Foundation/NSDictionary.h"
|
||||
#import "Foundation/NSEnumerator.h"
|
||||
#import "Foundation/NSException.h"
|
||||
#import "Foundation/NSScanner.h"
|
||||
#import "Foundation/NSString.h"
|
||||
#import "Foundation/NSUserDefaults.h"
|
||||
#import "Foundation/NSValue.h"
|
||||
#import "GNUstepBase/GSMime.h"
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
Boston, MA 02111 USA.
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "common.h"
|
||||
#include <stdio.h>
|
||||
#include "GNUstepBase/preface.h"
|
||||
#ifndef ROUND
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
$Date$ $Revision$
|
||||
*/
|
||||
|
||||
#import "config.h"
|
||||
#import "common.h"
|
||||
#import "GNUstepBase/preface.h"
|
||||
#ifndef NeXT_Foundation_LIBRARY
|
||||
#import "Foundation/NSArray.h"
|
||||
|
@ -41,9 +41,7 @@
|
|||
#import "Foundation/NSLock.h"
|
||||
#import "Foundation/NSMethodSignature.h"
|
||||
#import "Foundation/NSNull.h"
|
||||
#import "Foundation/NSObjCRuntime.h"
|
||||
#import "Foundation/NSSet.h"
|
||||
#import "Foundation/NSString.h"
|
||||
#import "Foundation/NSValue.h"
|
||||
#else
|
||||
#import <Foundation/Foundation.h>
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
</chapter>
|
||||
*/
|
||||
|
||||
#import "config.h"
|
||||
#import "common.h"
|
||||
#import "GNUstepBase/preface.h"
|
||||
#import "GNUstepBase/Unicode.h"
|
||||
|
||||
|
@ -61,7 +61,6 @@
|
|||
#import "Foundation/NSException.h"
|
||||
#import "Foundation/NSFileManager.h"
|
||||
#import "Foundation/NSRunLoop.h"
|
||||
#import "Foundation/NSString.h"
|
||||
#import "Foundation/NSTimer.h"
|
||||
#import "Foundation/NSTimeZone.h"
|
||||
#import "Foundation/NSURL.h"
|
||||
|
@ -4123,10 +4122,8 @@ static BOOL warned = NO; if (warned == NO) { warned = YES; NSLog(@"WARNING, use
|
|||
#else
|
||||
|
||||
#ifndef NeXT_Foundation_LIBRARY
|
||||
#import "Foundation/NSObjCRuntime.h"
|
||||
#import "Foundation/NSCoder.h"
|
||||
#import "Foundation/NSInvocation.h"
|
||||
#import "Foundation/NSString.h"
|
||||
#else
|
||||
#import <Foundation/Foundation.h>
|
||||
#endif
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
Boston, MA 02111 USA.
|
||||
|
||||
*/
|
||||
#import "config.h"
|
||||
#import "common.h"
|
||||
#import "Foundation/NSException.h"
|
||||
#import "GNUstepBase/NSArray+GNUstepBase.h"
|
||||
#import "GSPrivate.h"
|
||||
|
|
|
@ -22,8 +22,7 @@
|
|||
Boston, MA 02111 USA.
|
||||
|
||||
*/
|
||||
#import "config.h"
|
||||
#import "Foundation/NSDebug.h"
|
||||
#import "common.h"
|
||||
#import "Foundation/NSException.h"
|
||||
#import "GNUstepBase/NSAttributedString+GNUstepBase.h"
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
Boston, MA 02111 USA.
|
||||
|
||||
*/
|
||||
#import "config.h"
|
||||
#import "common.h"
|
||||
#import "Foundation/NSArray.h"
|
||||
#import "Foundation/NSEnumerator.h"
|
||||
#import "Foundation/NSException.h"
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
Boston, MA 02111 USA.
|
||||
|
||||
*/
|
||||
#import "config.h"
|
||||
#import "common.h"
|
||||
#import "Foundation/NSAutoreleasePool.h"
|
||||
#import "GNUstepBase/NSCalendarDate+GNUstepBase.h"
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
Boston, MA 02111 USA.
|
||||
|
||||
*/
|
||||
#import "config.h"
|
||||
#import "common.h"
|
||||
#import "Foundation/NSAutoreleasePool.h"
|
||||
#import "Foundation/NSByteOrder.h"
|
||||
#import "Foundation/NSException.h"
|
||||
|
|
|
@ -26,9 +26,7 @@
|
|||
$Date: 2010-02-17 11:47:06 +0000 (Wed, 17 Feb 2010) $ $Revision: 29657 $
|
||||
*/
|
||||
|
||||
#import "config.h"
|
||||
#import "Foundation/NSDebug.h"
|
||||
#import "Foundation/NSString.h"
|
||||
#import "common.h"
|
||||
#import "GNUstepBase/NSDebug+GNUstepBase.h"
|
||||
|
||||
NSString*
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
Boston, MA 02111 USA.
|
||||
|
||||
*/
|
||||
#import "config.h"
|
||||
#import "common.h"
|
||||
#import "Foundation/NSDictionary.h"
|
||||
#import "Foundation/NSError.h"
|
||||
#import "GSPrivate.h"
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
Boston, MA 02111 USA.
|
||||
|
||||
*/
|
||||
#import "config.h"
|
||||
#import "common.h"
|
||||
#import "Foundation/NSByteOrder.h"
|
||||
#import "Foundation/NSHost.h"
|
||||
#import "GSNetwork.h"
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
Boston, MA 02111 USA.
|
||||
|
||||
*/
|
||||
#import "config.h"
|
||||
#import "common.h"
|
||||
#import "Foundation/NSException.h"
|
||||
#import "GNUstepBase/NSLock+GNUstepBase.h"
|
||||
#import "GNUstepBase/GSLock.h"
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
Boston, MA 02111 USA.
|
||||
|
||||
*/
|
||||
#import "config.h"
|
||||
#import "common.h"
|
||||
#include <string.h>
|
||||
|
||||
#import "Foundation/NSException.h"
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
Boston, MA 02111 USA.
|
||||
|
||||
*/
|
||||
#import "config.h"
|
||||
#import "common.h"
|
||||
#import "GNUstepBase/NSNumber+GNUstepBase.h"
|
||||
|
||||
/**
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
Boston, MA 02111 USA.
|
||||
|
||||
*/
|
||||
#import "config.h"
|
||||
#import "common.h"
|
||||
#import "Foundation/NSException.h"
|
||||
#import "GNUstepBase/NSObject+GNUstepBase.h"
|
||||
|
||||
|
|
|
@ -24,11 +24,9 @@
|
|||
*/
|
||||
|
||||
|
||||
#import "config.h"
|
||||
#import "common.h"
|
||||
#import "Foundation/NSArray.h"
|
||||
#import "Foundation/NSDebug.h"
|
||||
#import "Foundation/NSSet.h"
|
||||
#import "Foundation/NSString.h"
|
||||
#import "GNUstepBase/NSProcessInfo+GNUstepBase.h"
|
||||
|
||||
@implementation NSProcessInfo(GNUstepBase)
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
Boston, MA 02111 USA.
|
||||
|
||||
*/
|
||||
#import "config.h"
|
||||
#import "common.h"
|
||||
#include <string.h>
|
||||
#import "Foundation/NSException.h"
|
||||
#import "GNUstepBase/NSString+GNUstepBase.h"
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
Boston, MA 02111 USA.
|
||||
|
||||
*/
|
||||
#import "config.h"
|
||||
#import "common.h"
|
||||
#import "Foundation/NSFileManager.h"
|
||||
#import "Foundation/NSPathUtilities.h"
|
||||
#import "Foundation/NSProcessInfo.h"
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
$Date: 2010-02-17 11:47:06 +0000 (Wed, 17 Feb 2010) $ $Revision: 29657 $
|
||||
*/
|
||||
|
||||
#import "config.h"
|
||||
#import "common.h"
|
||||
|
||||
#if defined(__APPLE__)
|
||||
|
||||
|
|
|
@ -25,8 +25,7 @@
|
|||
|
||||
#ifndef GNUSTEP
|
||||
|
||||
#import "config.h"
|
||||
#import "Foundation/NSString.h"
|
||||
#import "common.h"
|
||||
#import "GNUstepBase/NSURL+GNUstepBase.h"
|
||||
|
||||
@implementation NSURL (GNUstepBase)
|
||||
|
|
|
@ -28,14 +28,13 @@
|
|||
Boston, MA 02111 USA.
|
||||
*/
|
||||
|
||||
#import "config.h"
|
||||
#import "common.h"
|
||||
#ifndef NeXT_Foundation_LIBRARY
|
||||
#import "Foundation/NSArray.h"
|
||||
#import "Foundation/NSBundle.h"
|
||||
#import "Foundation/NSDictionary.h"
|
||||
#import "Foundation/NSError.h"
|
||||
#import "Foundation/NSException.h"
|
||||
#import "Foundation/NSString.h"
|
||||
#import "Foundation/NSLock.h"
|
||||
#import "Foundation/NSPathUtilities.h"
|
||||
#else
|
||||
|
|
|
@ -49,13 +49,11 @@
|
|||
|
||||
*/
|
||||
|
||||
#import "config.h"
|
||||
#import "common.h"
|
||||
#include <stdio.h>
|
||||
#import "GNUstepBase/preface.h"
|
||||
#import "GNUstepBase/behavior.h"
|
||||
#ifndef NeXT_Foundation_LIBRARY
|
||||
#import "Foundation/NSException.h"
|
||||
#import "Foundation/NSString.h"
|
||||
#else
|
||||
#import <Foundation/Foundation.h>
|
||||
#endif
|
||||
|
|
|
@ -25,15 +25,13 @@
|
|||
$Date$ $Revision$
|
||||
*/
|
||||
|
||||
#import "config.h"
|
||||
#import "GNUstepBase/preface.h"
|
||||
#import "common.h"
|
||||
#import "Foundation/NSArray.h"
|
||||
#import "GNUstepBase/GSObjCRuntime.h"
|
||||
#import "Foundation/NSDictionary.h"
|
||||
#import "Foundation/NSEnumerator.h"
|
||||
#import "Foundation/NSException.h"
|
||||
#import "Foundation/NSPortCoder.h"
|
||||
#import "Foundation/NSDebug.h"
|
||||
#import "Foundation/NSValue.h"
|
||||
// For private method _decodeArrayOfObjectsForKey:
|
||||
#import "Foundation/NSKeyedArchiver.h"
|
||||
|
|
|
@ -44,21 +44,18 @@
|
|||
* attributes argument and use the values from the string.
|
||||
*/
|
||||
|
||||
#import "config.h"
|
||||
#import "GNUstepBase/preface.h"
|
||||
#import "common.h"
|
||||
#import "GNUstepBase/GSLock.h"
|
||||
#import "GNUstepBase/NSMutableString+GNUstepBase.h"
|
||||
#import "Foundation/NSAttributedString.h"
|
||||
#import "Foundation/NSException.h"
|
||||
#import "Foundation/NSRange.h"
|
||||
#import "Foundation/NSDebug.h"
|
||||
#import "Foundation/NSArray.h"
|
||||
#import "Foundation/NSInvocation.h"
|
||||
#import "Foundation/NSLock.h"
|
||||
#import "Foundation/NSProxy.h"
|
||||
#import "Foundation/NSThread.h"
|
||||
#import "Foundation/NSNotification.h"
|
||||
#import "Foundation/NSZone.h"
|
||||
|
||||
#define SANITY_CHECKS 0
|
||||
|
||||
|
|
|
@ -22,13 +22,10 @@
|
|||
Boston, MA 02111 USA.
|
||||
*/
|
||||
|
||||
#import "config.h"
|
||||
#import "common.h"
|
||||
#import "Foundation/NSValue.h"
|
||||
#import "Foundation/NSString.h"
|
||||
#import "Foundation/NSException.h"
|
||||
#import "Foundation/NSCoder.h"
|
||||
#import "Foundation/NSObjCRuntime.h"
|
||||
#import "GNUstepBase/preface.h"
|
||||
|
||||
#define TYPE_ORDER 0
|
||||
#include "GSConcreteValueTemplate.m"
|
||||
|
|
|
@ -22,14 +22,12 @@
|
|||
Boston, MA 02111 USA.
|
||||
*/
|
||||
|
||||
#import "config.h"
|
||||
#import "common.h"
|
||||
#import "Foundation/NSSet.h"
|
||||
#import "Foundation/NSAutoreleasePool.h"
|
||||
#import "Foundation/NSEnumerator.h"
|
||||
#import "Foundation/NSException.h"
|
||||
#import "Foundation/NSString.h"
|
||||
#import "Foundation/NSPortCoder.h"
|
||||
#import "Foundation/NSDebug.h"
|
||||
|
||||
|
||||
#define GSI_MAP_RETAIN_VAL(M, X)
|
||||
|
|
|
@ -23,14 +23,12 @@
|
|||
*/
|
||||
|
||||
|
||||
#import "config.h"
|
||||
#import "common.h"
|
||||
#import "Foundation/NSDictionary.h"
|
||||
#import "Foundation/NSEnumerator.h"
|
||||
#import "Foundation/NSAutoreleasePool.h"
|
||||
#import "Foundation/NSString.h"
|
||||
#import "Foundation/NSException.h"
|
||||
#import "Foundation/NSPortCoder.h"
|
||||
#import "Foundation/NSDebug.h"
|
||||
// For private method _decodeArrayOfObjectsForKey:
|
||||
#import "Foundation/NSKeyedArchiver.h"
|
||||
|
||||
|
|
|
@ -21,12 +21,11 @@
|
|||
Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
||||
Boston, MA 02111 USA.
|
||||
*/
|
||||
#import "common.h"
|
||||
#import "Foundation/NSException.h"
|
||||
#import "Foundation/NSCoder.h"
|
||||
#import "Foundation/NSDistantObject.h"
|
||||
#import "Foundation/NSDebug.h"
|
||||
#import "GSInvocation.h"
|
||||
#import <config.h>
|
||||
#import <objc/objc-api.h>
|
||||
#import <avcall.h>
|
||||
#import <callback.h>
|
||||
|
|
|
@ -25,13 +25,12 @@
|
|||
// FIXME: We should be using the new interfaces, not exposing the old ones.
|
||||
# define __OBJC_LEGACY_GNU_MODE__
|
||||
|
||||
#import "common.h"
|
||||
#import "Foundation/NSException.h"
|
||||
#import "Foundation/NSCoder.h"
|
||||
#import "Foundation/NSDistantObject.h"
|
||||
#import "Foundation/NSData.h"
|
||||
#import "Foundation/NSDebug.h"
|
||||
#import "GSInvocation.h"
|
||||
#import <config.h>
|
||||
#import <objc/objc-api.h>
|
||||
#if HAVE_OBJC_RUNTIME_H
|
||||
# import <objc/runtime.h>
|
||||
|
|
|
@ -22,11 +22,10 @@
|
|||
Boston, MA 02111 USA.
|
||||
*/
|
||||
|
||||
#import "config.h"
|
||||
#import "common.h"
|
||||
#import "Foundation/NSArray.h"
|
||||
#import "Foundation/NSDictionary.h"
|
||||
#import "Foundation/NSEnumerator.h"
|
||||
#import "Foundation/NSString.h"
|
||||
#import "Foundation/NSException.h"
|
||||
#import "Foundation/NSValue.h"
|
||||
#import "Foundation/NSData.h"
|
||||
|
@ -39,7 +38,6 @@
|
|||
#import "Foundation/NSByteOrder.h"
|
||||
#import "Foundation/NSLock.h"
|
||||
#import "Foundation/NSFileHandle.h"
|
||||
#import "Foundation/NSDebug.h"
|
||||
#import "GNUstepBase/GSMime.h"
|
||||
#import "GSPrivate.h"
|
||||
|
||||
|
|
|
@ -24,13 +24,10 @@
|
|||
|
||||
#define _FILE_OFFSET_BITS 64
|
||||
|
||||
#import "config.h"
|
||||
#import "common.h"
|
||||
#define EXPOSE_GSFileHandle_IVARS 1
|
||||
#import "GNUstepBase/preface.h"
|
||||
#import "Foundation/NSObject.h"
|
||||
#import "Foundation/NSData.h"
|
||||
#import "Foundation/NSArray.h"
|
||||
#import "Foundation/NSString.h"
|
||||
#import "Foundation/NSFileHandle.h"
|
||||
#import "GNUstepBase/GSFileHandle.h"
|
||||
#import "Foundation/NSException.h"
|
||||
|
@ -41,7 +38,6 @@
|
|||
#import "Foundation/NSByteOrder.h"
|
||||
#import "Foundation/NSProcessInfo.h"
|
||||
#import "Foundation/NSUserDefaults.h"
|
||||
#import "Foundation/NSDebug.h"
|
||||
#import "GSPrivate.h"
|
||||
#import "GNUstepBase/NSObject+GNUstepBase.h"
|
||||
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
Boston, MA 02111 USA.
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "common.h"
|
||||
|
||||
#if defined(HAVE_STDINT_H)
|
||||
#include <stdint.h>
|
||||
|
@ -64,8 +64,6 @@
|
|||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#import "GNUstepBase/preface.h"
|
||||
#import "Foundation/NSString.h"
|
||||
#import "Foundation/NSArray.h"
|
||||
#import "Foundation/NSCharacterSet.h"
|
||||
#import "Foundation/NSException.h"
|
||||
|
@ -83,8 +81,6 @@
|
|||
#import "Foundation/NSURL.h"
|
||||
#import "Foundation/NSMapTable.h"
|
||||
#import "Foundation/NSLock.h"
|
||||
#import "Foundation/NSZone.h"
|
||||
#import "Foundation/NSDebug.h"
|
||||
#import "GNUstepBase/GSLocale.h"
|
||||
|
||||
#import "GSPrivate.h"
|
||||
|
|
|
@ -22,12 +22,12 @@
|
|||
Boston, MA 02111 USA.
|
||||
*/
|
||||
|
||||
#import "common.h"
|
||||
#import "GSURLPrivate.h"
|
||||
#import "Foundation/NSDictionary.h"
|
||||
#import "Foundation/NSEnumerator.h"
|
||||
#import "Foundation/NSScanner.h"
|
||||
#import "Foundation/NSSet.h"
|
||||
#import "Foundation/NSDebug.h"
|
||||
#import "Foundation/NSValue.h"
|
||||
#import "GNUstepBase/GSLock.h"
|
||||
#import "GNUstepBase/GSMime.h"
|
||||
|
|
|
@ -23,13 +23,12 @@
|
|||
Boston, MA 02111 USA.
|
||||
*/
|
||||
|
||||
#import "config.h"
|
||||
#import "common.h"
|
||||
#import "Foundation/NSArray.h"
|
||||
#import "Foundation/NSDictionary.h"
|
||||
#import "Foundation/NSEnumerator.h"
|
||||
#import "Foundation/NSByteOrder.h"
|
||||
#import "Foundation/NSData.h"
|
||||
#import "Foundation/NSDebug.h"
|
||||
#import "Foundation/NSException.h"
|
||||
#import "Foundation/NSFileHandle.h"
|
||||
#import "Foundation/NSHost.h"
|
||||
|
@ -39,7 +38,6 @@
|
|||
#import "Foundation/NSPathUtilities.h"
|
||||
#import "Foundation/NSProcessInfo.h"
|
||||
#import "Foundation/NSRunLoop.h"
|
||||
#import "Foundation/NSString.h"
|
||||
#import "Foundation/NSURL.h"
|
||||
#import "Foundation/NSURLHandle.h"
|
||||
#import "Foundation/NSValue.h"
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
||||
Boston, MA 02111 USA.
|
||||
*/
|
||||
#import "config.h"
|
||||
#import "common.h"
|
||||
#import "GNUstepBase/GSLocale.h"
|
||||
#import "Foundation/NSDictionary.h"
|
||||
#import "Foundation/NSArray.h"
|
||||
|
|
|
@ -23,9 +23,8 @@
|
|||
$Date: 2009-02-23 20:42:32 +0000 (Mon, 23 Feb 2009) $ $Revision: 27962 $
|
||||
*/
|
||||
|
||||
#import "config.h"
|
||||
#import "common.h"
|
||||
|
||||
#import "GNUstepBase/preface.h"
|
||||
#import "GSRunLoopWatcher.h"
|
||||
#import "Foundation/NSException.h"
|
||||
#import "Foundation/NSPort.h"
|
||||
|
|
|
@ -23,17 +23,14 @@
|
|||
Boston, MA 02111 USA.
|
||||
*/
|
||||
|
||||
#import "config.h"
|
||||
#import "common.h"
|
||||
#import "Foundation/NSSet.h"
|
||||
#import "GNUstepBase/GSObjCRuntime.h"
|
||||
#import "Foundation/NSAutoreleasePool.h"
|
||||
#import "Foundation/NSArray.h"
|
||||
#import "Foundation/NSEnumerator.h"
|
||||
#import "Foundation/NSException.h"
|
||||
#import "Foundation/NSString.h"
|
||||
#import "Foundation/NSPortCoder.h"
|
||||
#import "Foundation/NSDebug.h"
|
||||
#import "Foundation/NSObjCRuntime.h"
|
||||
// For private method _decodeArrayOfObjectsForKey:
|
||||
#import "Foundation/NSKeyedArchiver.h"
|
||||
#import "GSPrivate.h"
|
||||
|
|
|
@ -22,12 +22,11 @@
|
|||
|
||||
*/
|
||||
|
||||
#import "config.h"
|
||||
#import "common.h"
|
||||
|
||||
#import "Foundation/NSArray.h"
|
||||
#import "Foundation/NSByteOrder.h"
|
||||
#import "Foundation/NSData.h"
|
||||
#import "Foundation/NSDebug.h"
|
||||
#import "Foundation/NSDictionary.h"
|
||||
#import "Foundation/NSEnumerator.h"
|
||||
#import "Foundation/NSException.h"
|
||||
|
|
|
@ -22,12 +22,11 @@
|
|||
|
||||
*/
|
||||
|
||||
#import "config.h"
|
||||
#import "common.h"
|
||||
|
||||
#import "Foundation/NSArray.h"
|
||||
#import "Foundation/NSByteOrder.h"
|
||||
#import "Foundation/NSData.h"
|
||||
#import "Foundation/NSDebug.h"
|
||||
#import "Foundation/NSDictionary.h"
|
||||
#import "Foundation/NSEnumerator.h"
|
||||
#import "Foundation/NSException.h"
|
||||
|
|
|
@ -33,9 +33,7 @@
|
|||
Boston, MA 02111 USA.
|
||||
*/
|
||||
|
||||
#import "config.h"
|
||||
#import "GNUstepBase/preface.h"
|
||||
#import "Foundation/NSString.h"
|
||||
#import "common.h"
|
||||
#import "Foundation/NSCoder.h"
|
||||
#import "Foundation/NSArray.h"
|
||||
#import "Foundation/NSData.h"
|
||||
|
@ -44,8 +42,6 @@
|
|||
#import "Foundation/NSRange.h"
|
||||
#import "Foundation/NSException.h"
|
||||
#import "Foundation/NSValue.h"
|
||||
#import "Foundation/NSDebug.h"
|
||||
#import "Foundation/NSObjCRuntime.h"
|
||||
#import "Foundation/NSKeyedArchiver.h"
|
||||
#import "GNUstepBase/GSObjCRuntime.h"
|
||||
#import "GNUstepBase/NSObject+GNUstepBase.h"
|
||||
|
|
|
@ -22,15 +22,11 @@
|
|||
Boston, MA 02111 USA.
|
||||
*/
|
||||
|
||||
#import "config.h"
|
||||
#import "common.h"
|
||||
#import "Foundation/NSValue.h"
|
||||
#import "Foundation/NSString.h"
|
||||
#import "Foundation/NSData.h"
|
||||
#import "Foundation/NSException.h"
|
||||
#import "Foundation/NSCoder.h"
|
||||
#import "Foundation/NSZone.h"
|
||||
#import "Foundation/NSObjCRuntime.h"
|
||||
#import "GNUstepBase/preface.h"
|
||||
|
||||
@interface GSValue : NSValue
|
||||
{
|
||||
|
|
|
@ -29,17 +29,15 @@
|
|||
Boston, MA 02111 USA.
|
||||
*/
|
||||
|
||||
#import "config.h"
|
||||
#import "common.h"
|
||||
#include <math.h>
|
||||
|
||||
#define EXPOSE_NSAffineTransform_IVARS 1
|
||||
|
||||
#import "Foundation/NSArray.h"
|
||||
#import "Foundation/NSException.h"
|
||||
#import "Foundation/NSString.h"
|
||||
#import "Foundation/NSAffineTransform.h"
|
||||
#import "Foundation/NSCoder.h"
|
||||
#import "Foundation/NSDebug.h"
|
||||
|
||||
/* Private definitions */
|
||||
#define A _matrix.m11
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
$Date$ $Revision$
|
||||
*/
|
||||
|
||||
#import "config.h"
|
||||
#import "common.h"
|
||||
#define EXPOSE_NSArchiver_IVARS 1
|
||||
#define EXPOSE_NSUnarchiver_IVARS 1
|
||||
/*
|
||||
|
@ -52,11 +52,9 @@
|
|||
#import "Foundation/NSArchiver.h"
|
||||
#undef _IN_NSARCHIVER_M
|
||||
|
||||
#import "Foundation/NSObjCRuntime.h"
|
||||
#import "Foundation/NSCoder.h"
|
||||
#import "Foundation/NSData.h"
|
||||
#import "Foundation/NSException.h"
|
||||
#import "Foundation/NSString.h"
|
||||
|
||||
typedef unsigned char uchar;
|
||||
|
||||
|
|
|
@ -30,12 +30,11 @@
|
|||
$Date$ $Revision$
|
||||
*/
|
||||
|
||||
#import "config.h"
|
||||
#import "common.h"
|
||||
#import "Foundation/NSArray.h"
|
||||
#import "Foundation/NSEnumerator.h"
|
||||
#import "Foundation/NSCoder.h"
|
||||
#import "Foundation/NSData.h"
|
||||
#import "Foundation/NSString.h"
|
||||
#import "Foundation/NSRange.h"
|
||||
#include <limits.h>
|
||||
#import "Foundation/NSException.h"
|
||||
|
@ -43,7 +42,6 @@
|
|||
#import "Foundation/NSThread.h"
|
||||
#import "Foundation/NSMapTable.h"
|
||||
#import "Foundation/NSLock.h"
|
||||
#import "Foundation/NSDebug.h"
|
||||
#import "Foundation/NSValue.h"
|
||||
#import "Foundation/NSNull.h"
|
||||
#import "Foundation/NSKeyValueCoding.h"
|
||||
|
|
|
@ -25,12 +25,9 @@
|
|||
$Date$ $Revision$
|
||||
*/
|
||||
|
||||
#import "config.h"
|
||||
#import "GNUstepBase/preface.h"
|
||||
#import "common.h"
|
||||
#import "Foundation/NSException.h"
|
||||
#import "Foundation/NSDictionary.h"
|
||||
#import "Foundation/NSObjCRuntime.h"
|
||||
#import "Foundation/NSString.h"
|
||||
#import "Foundation/NSThread.h"
|
||||
|
||||
/**
|
||||
|
|
|
@ -47,8 +47,7 @@
|
|||
* attributes argument and use the values from the string.
|
||||
*/
|
||||
|
||||
#import "config.h"
|
||||
#import "GNUstepBase/preface.h"
|
||||
#import "common.h"
|
||||
#import "GNUstepBase/Unicode.h"
|
||||
|
||||
#import "Foundation/NSAttributedString.h"
|
||||
|
|
|
@ -26,15 +26,13 @@
|
|||
$Date$ $Revision$
|
||||
*/
|
||||
|
||||
#import "config.h"
|
||||
#import "common.h"
|
||||
#define EXPOSE_NSAutoreleasePool_IVARS 1
|
||||
#define EXPOSE_NSThread_IVARS 1
|
||||
#import "GNUstepBase/preface.h"
|
||||
#import "Foundation/NSAutoreleasePool.h"
|
||||
#import "Foundation/NSGarbageCollector.h"
|
||||
#import "Foundation/NSException.h"
|
||||
#import "Foundation/NSThread.h"
|
||||
#import "Foundation/NSZone.h"
|
||||
#include <limits.h>
|
||||
|
||||
/* When this is `NO', autoreleased objects are never actually recorded
|
||||
|
|
|
@ -31,19 +31,15 @@
|
|||
$Date$ $Revision$
|
||||
*/
|
||||
|
||||
#import "config.h"
|
||||
#import "common.h"
|
||||
#define EXPOSE_NSBundle_IVARS 1
|
||||
#import "GNUstepBase/preface.h"
|
||||
#include "objc-load.h"
|
||||
#import "Foundation/NSBundle.h"
|
||||
#import "Foundation/NSException.h"
|
||||
#import "Foundation/NSString.h"
|
||||
#import "Foundation/NSArray.h"
|
||||
#import "Foundation/NSDebug.h"
|
||||
#import "Foundation/NSDictionary.h"
|
||||
#import "Foundation/NSEnumerator.h"
|
||||
#import "Foundation/NSProcessInfo.h"
|
||||
#import "Foundation/NSObjCRuntime.h"
|
||||
#import "Foundation/NSUserDefaults.h"
|
||||
#import "Foundation/NSNotification.h"
|
||||
#import "Foundation/NSLock.h"
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
Boston, MA 02111 USA.
|
||||
*/
|
||||
|
||||
#import "config.h"
|
||||
#import "common.h"
|
||||
|
||||
#define EXPOSE_NSCache_IVARS 1
|
||||
|
||||
|
@ -30,7 +30,6 @@
|
|||
#import "Foundation/NSCache.h"
|
||||
#import "Foundation/NSDictionary.h"
|
||||
#import "Foundation/NSEnumerator.h"
|
||||
#import "Foundation/NSString.h"
|
||||
|
||||
/**
|
||||
* _GSCachedObject is effectively used as a structure containing the various
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
Boston, MA 02111 USA.
|
||||
*/
|
||||
|
||||
#import "common.h"
|
||||
#define EXPOSE_NSCachedURLResponse_IVARS 1
|
||||
#import "GSURLPrivate.h"
|
||||
#import "Foundation/NSCoder.h"
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
$Date$ $Revision$
|
||||
*/
|
||||
|
||||
#import "config.h"
|
||||
#import "common.h"
|
||||
#define EXPOSE_NSCalendarDate_IVARS 1
|
||||
#include <math.h>
|
||||
#import "Foundation/NSArray.h"
|
||||
|
@ -38,10 +38,7 @@
|
|||
#import "Foundation/NSData.h"
|
||||
#import "Foundation/NSDate.h"
|
||||
#import "Foundation/NSDictionary.h"
|
||||
#import "Foundation/NSDebug.h"
|
||||
#import "Foundation/NSException.h"
|
||||
#import "Foundation/NSObjCRuntime.h"
|
||||
#import "Foundation/NSString.h"
|
||||
#import "Foundation/NSTimeZone.h"
|
||||
#import "Foundation/NSUserDefaults.h"
|
||||
#import "GNUstepBase/GSObjCRuntime.h"
|
||||
|
|
|
@ -29,11 +29,8 @@
|
|||
|
||||
/**** Included Headers *******************************************************/
|
||||
|
||||
#import "config.h"
|
||||
#import "GNUstepBase/preface.h"
|
||||
#import "common.h"
|
||||
#import "NSCallBacks.h"
|
||||
#import "Foundation/NSObject.h"
|
||||
#import "Foundation/NSString.h"
|
||||
|
||||
/**** Type, Constant, and Macro Definitions **********************************/
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
$Date$ $Revision$
|
||||
*/
|
||||
|
||||
#import "config.h"
|
||||
#import "common.h"
|
||||
#import "GNUstepBase/GSLock.h"
|
||||
#import "Foundation/NSArray.h"
|
||||
#import "Foundation/NSCoder.h"
|
||||
|
@ -39,7 +39,6 @@
|
|||
#import "Foundation/NSNotification.h"
|
||||
#import "Foundation/NSCharacterSet.h"
|
||||
#import "Foundation/NSData.h"
|
||||
#import "Foundation/NSDebug.h"
|
||||
#import "GNUstepBase/NSObject+GNUstepBase.h"
|
||||
|
||||
#define GNUSTEP_INDEX_CHARSET 1
|
||||
|
|
|
@ -25,6 +25,7 @@
|
|||
$Date$ $Revision$
|
||||
*/
|
||||
|
||||
#import "common.h"
|
||||
#import "Foundation/NSClassDescription.h"
|
||||
#import "Foundation/NSLock.h"
|
||||
#import "Foundation/NSMapTable.h"
|
||||
|
|
|
@ -26,11 +26,9 @@
|
|||
$Date$ $Revision$
|
||||
*/
|
||||
|
||||
#import "config.h"
|
||||
#import "common.h"
|
||||
#define EXPOSE_NSCoder_IVARS 1
|
||||
#import "GNUstepBase/preface.h"
|
||||
#import "Foundation/NSData.h"
|
||||
#import "Foundation/NSDebug.h"
|
||||
#import "Foundation/NSCoder.h"
|
||||
#import "Foundation/NSSerialization.h"
|
||||
#import "GNUstepBase/NSObject+GNUstepBase.h"
|
||||
|
|
|
@ -26,17 +26,14 @@
|
|||
$Date: 2008-06-08 11:38:33 +0100 (Sun, 08 Jun 2008) $ $Revision: 26606 $
|
||||
*/
|
||||
|
||||
#import "config.h"
|
||||
#import "common.h"
|
||||
|
||||
#import "Foundation/NSArray.h"
|
||||
#import "Foundation/NSDebug.h"
|
||||
#import "Foundation/NSDictionary.h"
|
||||
#import "Foundation/NSEnumerator.h"
|
||||
#import "Foundation/NSException.h"
|
||||
#import "Foundation/NSGarbageCollector.h"
|
||||
#import "Foundation/NSHashTable.h"
|
||||
#import "Foundation/NSString.h"
|
||||
#import "Foundation/NSZone.h"
|
||||
|
||||
#import "NSConcretePointerFunctions.h"
|
||||
#import "NSCallBacks.h"
|
||||
|
|
|
@ -26,17 +26,14 @@
|
|||
$Date: 2008-06-08 11:38:33 +0100 (Sun, 08 Jun 2008) $ $Revision: 26606 $
|
||||
*/
|
||||
|
||||
#import "config.h"
|
||||
#import "common.h"
|
||||
|
||||
#import "Foundation/NSArray.h"
|
||||
#import "Foundation/NSDebug.h"
|
||||
#import "Foundation/NSDictionary.h"
|
||||
#import "Foundation/NSEnumerator.h"
|
||||
#import "Foundation/NSException.h"
|
||||
#import "Foundation/NSGarbageCollector.h"
|
||||
#import "Foundation/NSMapTable.h"
|
||||
#import "Foundation/NSString.h"
|
||||
#import "Foundation/NSZone.h"
|
||||
|
||||
#import "NSConcretePointerFunctions.h"
|
||||
#import "NSCallBacks.h"
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
|
||||
*/
|
||||
|
||||
#import "Foundation/NSString.h"
|
||||
#import "common.h"
|
||||
#import "NSConcretePointerFunctions.h"
|
||||
|
||||
static void*
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
$Date$ $Revision$
|
||||
*/
|
||||
|
||||
#import "config.h"
|
||||
#import "common.h"
|
||||
|
||||
#define EXPOSE_NSConnection_IVARS 1
|
||||
#define EXPOSE_NSDistantObject_IVARS 1
|
||||
|
@ -39,9 +39,7 @@
|
|||
#endif
|
||||
|
||||
#import "Foundation/NSEnumerator.h"
|
||||
#import "GNUstepBase/preface.h"
|
||||
#import "GNUstepBase/GSLock.h"
|
||||
#import "Foundation/NSDebug.h"
|
||||
#import "GNUstepBase/NSObject+GNUstepBase.h"
|
||||
|
||||
/*
|
||||
|
@ -81,7 +79,6 @@ static GC_descr nodeDesc; // Type descriptor for map node.
|
|||
#import "Foundation/NSArray.h"
|
||||
#import "Foundation/NSDictionary.h"
|
||||
#import "Foundation/NSValue.h"
|
||||
#import "Foundation/NSString.h"
|
||||
#import "Foundation/NSDate.h"
|
||||
#import "Foundation/NSException.h"
|
||||
#import "Foundation/NSLock.h"
|
||||
|
@ -90,7 +87,6 @@ static GC_descr nodeDesc; // Type descriptor for map node.
|
|||
#import "Foundation/NSPortMessage.h"
|
||||
#import "Foundation/NSPortNameServer.h"
|
||||
#import "Foundation/NSNotification.h"
|
||||
#import "Foundation/NSDebug.h"
|
||||
#import "GSInvocation.h"
|
||||
#import "GSPortPrivate.h"
|
||||
#import "GSPrivate.h"
|
||||
|
|
|
@ -25,9 +25,7 @@
|
|||
$Date$ $Revision$
|
||||
*/
|
||||
|
||||
#import "config.h"
|
||||
#import "GNUstepBase/preface.h"
|
||||
#import "Foundation/NSObject.h"
|
||||
#import "common.h"
|
||||
|
||||
NSObject *NSCopyObject(NSObject *anObject, NSUInteger extraBytes, NSZone *zone)
|
||||
{
|
||||
|
|
|
@ -25,17 +25,15 @@
|
|||
$Date$ $Revision$
|
||||
*/
|
||||
|
||||
#import "config.h"
|
||||
#import "common.h"
|
||||
#import "GNUstepBase/GSLock.h"
|
||||
#import "Foundation/NSEnumerator.h"
|
||||
#import "Foundation/NSSet.h"
|
||||
#import "Foundation/NSCoder.h"
|
||||
#import "Foundation/NSArray.h"
|
||||
#import "Foundation/NSString.h"
|
||||
#import "Foundation/NSLock.h"
|
||||
#import "Foundation/NSNotification.h"
|
||||
#import "Foundation/NSThread.h"
|
||||
#import "Foundation/NSObjCRuntime.h"
|
||||
#import "GNUstepBase/NSObject+GNUstepBase.h"
|
||||
|
||||
@class GSCountedSet;
|
||||
|
|
|
@ -67,22 +67,17 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#import "config.h"
|
||||
#import "GNUstepBase/preface.h"
|
||||
#import "common.h"
|
||||
#import "GNUstepBase/GSObjCRuntime.h"
|
||||
#import "Foundation/NSObjCRuntime.h"
|
||||
#import "Foundation/NSByteOrder.h"
|
||||
#import "Foundation/NSCoder.h"
|
||||
#import "Foundation/NSData.h"
|
||||
#import "Foundation/NSString.h"
|
||||
#import "Foundation/NSException.h"
|
||||
#import "Foundation/NSDebug.h"
|
||||
#import "Foundation/NSFileManager.h"
|
||||
#import "Foundation/NSPathUtilities.h"
|
||||
#import "Foundation/NSRange.h"
|
||||
#import "Foundation/NSURL.h"
|
||||
#import "Foundation/NSValue.h"
|
||||
#import "Foundation/NSZone.h"
|
||||
#import "GSPrivate.h"
|
||||
#import "GNUstepBase/NSObject+GNUstepBase.h"
|
||||
#include <stdio.h>
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
$Date$ $Revision$
|
||||
*/
|
||||
|
||||
#import "config.h"
|
||||
#import "common.h"
|
||||
#import "Foundation/NSArray.h"
|
||||
#import "Foundation/NSCalendarDate.h"
|
||||
#import "Foundation/NSCharacterSet.h"
|
||||
|
@ -35,13 +35,10 @@
|
|||
#import "Foundation/NSDate.h"
|
||||
#import "Foundation/NSDictionary.h"
|
||||
#import "Foundation/NSException.h"
|
||||
#import "Foundation/NSObjCRuntime.h"
|
||||
#import "Foundation/NSPortCoder.h"
|
||||
#import "Foundation/NSScanner.h"
|
||||
#import "Foundation/NSString.h"
|
||||
#import "Foundation/NSTimeZone.h"
|
||||
#import "Foundation/NSUserDefaults.h"
|
||||
#import "GNUstepBase/preface.h"
|
||||
#import "GNUstepBase/GSObjCRuntime.h"
|
||||
#import "GNUstepBase/NSObject+GNUstepBase.h"
|
||||
|
||||
|
|
|
@ -25,14 +25,13 @@
|
|||
$Date$ $Revision$
|
||||
*/
|
||||
|
||||
#import "config.h"
|
||||
#import "common.h"
|
||||
#define EXPOSE_NSNSDateFormatter_IVARS 1
|
||||
#import "Foundation/NSDate.h"
|
||||
#import "Foundation/NSCalendarDate.h"
|
||||
#import "Foundation/NSTimeZone.h"
|
||||
#import "Foundation/NSFormatter.h"
|
||||
#import "Foundation/NSDateFormatter.h"
|
||||
#import "Foundation/NSString.h"
|
||||
#import "Foundation/NSCoder.h"
|
||||
|
||||
@implementation NSDateFormatter
|
||||
|
|
|
@ -27,14 +27,12 @@
|
|||
$Date$ $Revision$
|
||||
*/
|
||||
|
||||
#import "config.h"
|
||||
#import "common.h"
|
||||
#include <stdio.h>
|
||||
#import "GSPrivate.h"
|
||||
#import "GNUstepBase/GSLock.h"
|
||||
#import "Foundation/NSArray.h"
|
||||
#import "Foundation/NSData.h"
|
||||
#import "Foundation/NSDebug.h"
|
||||
#import "Foundation/NSString.h"
|
||||
#import "Foundation/NSLock.h"
|
||||
#import "Foundation/NSNotification.h"
|
||||
#import "Foundation/NSNotificationQueue.h"
|
||||
|
|
|
@ -26,13 +26,13 @@
|
|||
$Date$ $Revision$
|
||||
*/
|
||||
|
||||
#import "common.h"
|
||||
#define _GNU_SOURCE
|
||||
#include <math.h>
|
||||
#if !defined(__APPLE__) || !defined(GNU_RUNTIME)
|
||||
#include <ctype.h>
|
||||
#endif
|
||||
#import "Foundation/NSDecimal.h"
|
||||
#import "Foundation/NSString.h"
|
||||
#import "Foundation/NSDictionary.h"
|
||||
#import "Foundation/NSUserDefaults.h"
|
||||
|
||||
|
|
|
@ -26,10 +26,14 @@
|
|||
$Date$ $Revision$
|
||||
*/
|
||||
|
||||
/* Need to include math.h with C99 option ... do before common.h
|
||||
*/
|
||||
#define _GNU_SOURCE
|
||||
#define _ISOC99_SOURCE
|
||||
#include <math.h>
|
||||
|
||||
#import "common.h"
|
||||
|
||||
#define EXPOSE_NSNSDecimalNumber_IVARS 1
|
||||
#import "Foundation/NSCoder.h"
|
||||
#import "Foundation/NSDecimal.h"
|
||||
|
|
|
@ -26,17 +26,14 @@
|
|||
$Date$ $Revision$
|
||||
*/
|
||||
|
||||
#import "config.h"
|
||||
#import "common.h"
|
||||
#import "Foundation/NSDictionary.h"
|
||||
#import "Foundation/NSArray.h"
|
||||
#import "Foundation/NSData.h"
|
||||
#import "Foundation/NSString.h"
|
||||
#import "Foundation/NSException.h"
|
||||
#import "Foundation/NSAutoreleasePool.h"
|
||||
#import "Foundation/NSFileManager.h"
|
||||
#import "Foundation/NSCoder.h"
|
||||
#import "Foundation/NSDebug.h"
|
||||
#import "Foundation/NSObjCRuntime.h"
|
||||
#import "Foundation/NSValue.h"
|
||||
#import "Foundation/NSKeyValueCoding.h"
|
||||
#import "Foundation/NSUserDefaults.h"
|
||||
|
|
|
@ -26,18 +26,15 @@
|
|||
$Date$ $Revision$
|
||||
*/
|
||||
|
||||
#import "config.h"
|
||||
#import "common.h"
|
||||
#define EXPOSE_NSDistantObject_IVARS 1
|
||||
#import "GNUstepBase/preface.h"
|
||||
#import "GNUstepBase/DistributedObjects.h"
|
||||
#import "GNUstepBase/GSObjCRuntime.h"
|
||||
#import "Foundation/NSDebug.h"
|
||||
#import "Foundation/NSDictionary.h"
|
||||
#import "Foundation/NSLock.h"
|
||||
#import "Foundation/NSPort.h"
|
||||
#import "Foundation/NSMethodSignature.h"
|
||||
#import "Foundation/NSException.h"
|
||||
#import "Foundation/NSObjCRuntime.h"
|
||||
#import "Foundation/NSInvocation.h"
|
||||
#include <objc/Protocol.h>
|
||||
#import "GSInvocation.h"
|
||||
|
|
|
@ -25,14 +25,13 @@
|
|||
$Date$ $Revision$
|
||||
*/
|
||||
|
||||
#import "config.h"
|
||||
#import "common.h"
|
||||
#include <string.h>
|
||||
#define EXPOSE_NSDistributedLock_IVARS 1
|
||||
#import "Foundation/NSDistributedLock.h"
|
||||
#import "Foundation/NSFileManager.h"
|
||||
#import "Foundation/NSException.h"
|
||||
#import "Foundation/NSValue.h"
|
||||
#import "Foundation/NSDebug.h"
|
||||
#import "GSPrivate.h"
|
||||
|
||||
#include <fcntl.h>
|
||||
|
|
|
@ -25,10 +25,8 @@
|
|||
$Date$ $Revision$
|
||||
*/
|
||||
|
||||
#import "config.h"
|
||||
#import "common.h"
|
||||
#define EXPOSE_NSNSDistributedNotificationCenter_IVARS 1
|
||||
#import "GNUstepBase/preface.h"
|
||||
#import "Foundation/NSObject.h"
|
||||
#import "Foundation/NSConnection.h"
|
||||
#import "Foundation/NSDistantObject.h"
|
||||
#import "Foundation/NSException.h"
|
||||
|
@ -44,7 +42,6 @@
|
|||
#import "Foundation/NSUserDefaults.h"
|
||||
#import "Foundation/NSHost.h"
|
||||
#import "Foundation/NSPortNameServer.h"
|
||||
#import "Foundation/NSDebug.h"
|
||||
#import "Foundation/NSThread.h"
|
||||
#import "../Tools/gdnc.h"
|
||||
|
||||
|
|
|
@ -25,8 +25,7 @@
|
|||
$Date$ $Revision$
|
||||
*/
|
||||
|
||||
#import "config.h"
|
||||
#import "GNUstepBase/preface.h"
|
||||
#import "common.h"
|
||||
#import "Foundation/NSArray.h"
|
||||
#import "Foundation/NSEnumerator.h"
|
||||
#import "Foundation/NSException.h"
|
||||
|
|
|
@ -22,9 +22,9 @@
|
|||
Boston, MA 02111 USA.
|
||||
*/
|
||||
|
||||
#import "common.h"
|
||||
#define EXPOSE_NSError_IVARS 1
|
||||
#import "Foundation/NSDictionary.h"
|
||||
#import "Foundation/NSString.h"
|
||||
#import "Foundation/NSError.h"
|
||||
#import "Foundation/NSCoder.h"
|
||||
|
||||
|
|
|
@ -24,15 +24,12 @@
|
|||
$Date$ $Revision$
|
||||
*/
|
||||
|
||||
#import "config.h"
|
||||
#import "common.h"
|
||||
#define EXPOSE_NSException_IVARS 1
|
||||
#import "GSPrivate.h"
|
||||
#import "GNUstepBase/preface.h"
|
||||
#import "Foundation/NSDebug.h"
|
||||
#import "Foundation/NSBundle.h"
|
||||
#import "Foundation/NSEnumerator.h"
|
||||
#import "Foundation/NSException.h"
|
||||
#import "Foundation/NSString.h"
|
||||
#import "Foundation/NSArray.h"
|
||||
#import "Foundation/NSCoder.h"
|
||||
#import "Foundation/NSNull.h"
|
||||
|
|
|
@ -25,12 +25,9 @@
|
|||
$Date$ $Revision$
|
||||
*/
|
||||
|
||||
#import "config.h"
|
||||
#import "common.h"
|
||||
#define EXPOSE_NSFileHandle_IVARS 1
|
||||
#import "GNUstepBase/preface.h"
|
||||
#import "Foundation/NSObject.h"
|
||||
#import "Foundation/NSData.h"
|
||||
#import "Foundation/NSString.h"
|
||||
#import "Foundation/NSFileHandle.h"
|
||||
#import "Foundation/NSPathUtilities.h"
|
||||
#import "Foundation/NSBundle.h"
|
||||
|
|
|
@ -42,15 +42,13 @@
|
|||
which default to pre POSIX declaration. */
|
||||
#define _POSIX_PTHREAD_SEMANTICS
|
||||
|
||||
#import "config.h"
|
||||
#import "common.h"
|
||||
#define EXPOSE_NSFileManager_IVARS 1
|
||||
#import "GNUstepBase/preface.h"
|
||||
#import "Foundation/NSArray.h"
|
||||
#import "Foundation/NSAutoreleasePool.h"
|
||||
#import "Foundation/NSBundle.h"
|
||||
#import "Foundation/NSData.h"
|
||||
#import "Foundation/NSDate.h"
|
||||
#import "Foundation/NSDebug.h"
|
||||
#import "Foundation/NSDictionary.h"
|
||||
#import "Foundation/NSEnumerator.h"
|
||||
#import "Foundation/NSException.h"
|
||||
|
@ -59,7 +57,6 @@
|
|||
#import "Foundation/NSPathUtilities.h"
|
||||
#import "Foundation/NSProcessInfo.h"
|
||||
#import "Foundation/NSSet.h"
|
||||
#import "Foundation/NSString.h"
|
||||
#import "Foundation/NSValue.h"
|
||||
#import "GSPrivate.h"
|
||||
#import "GNUstepBase/NSString+GNUstepBase.h"
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
$Date$ $Revision$
|
||||
*/
|
||||
|
||||
#import "config.h"
|
||||
#import "common.h"
|
||||
#import "Foundation/NSFormatter.h"
|
||||
#import "GNUstepBase/NSObject+GNUstepBase.h"
|
||||
|
||||
|
|
|
@ -23,8 +23,8 @@
|
|||
|
||||
*/
|
||||
|
||||
#import "common.h"
|
||||
#import "Foundation/NSGarbageCollector.h"
|
||||
#import "Foundation/NSZone.h"
|
||||
|
||||
static NSGarbageCollector *collector = nil;
|
||||
static unsigned disabled = 0;
|
||||
|
|
|
@ -34,11 +34,9 @@
|
|||
|
||||
/**** Included Headers *******************************************************/
|
||||
|
||||
#import "config.h"
|
||||
#import "common.h"
|
||||
#include <math.h>
|
||||
#include <stdlib.h>
|
||||
#import "GNUstepBase/preface.h"
|
||||
#import "Foundation/NSString.h"
|
||||
#import "Foundation/NSGeometry.h"
|
||||
#import "Foundation/NSScanner.h"
|
||||
#import "Foundation/NSNotification.h"
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
Boston, MA 02111 USA.
|
||||
*/
|
||||
|
||||
#import "common.h"
|
||||
#define EXPOSE_NSHTTPCookie_IVARS 1
|
||||
#import "GSURLPrivate.h"
|
||||
#import "Foundation/NSSet.h"
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
Boston, MA 02111 USA.
|
||||
*/
|
||||
|
||||
#import "common.h"
|
||||
#define EXPOSE_NSHTTPCookieStorage_IVARS 1
|
||||
#import "GSURLPrivate.h"
|
||||
#import "Foundation/NSSet.h"
|
||||
|
|
|
@ -24,16 +24,12 @@
|
|||
* $Date$ $Revision$
|
||||
*/
|
||||
|
||||
#import "config.h"
|
||||
#import "Foundation/NSObject.h"
|
||||
#import "Foundation/NSString.h"
|
||||
#import "common.h"
|
||||
#import "Foundation/NSArray.h"
|
||||
#import "Foundation/NSException.h"
|
||||
#import "Foundation/NSPointerFunctions.h"
|
||||
#import "Foundation/NSSet.h"
|
||||
#import "Foundation/NSZone.h"
|
||||
#import "Foundation/NSHashTable.h"
|
||||
#import "Foundation/NSDebug.h"
|
||||
#import "NSCallBacks.h"
|
||||
#import "GSPrivate.h"
|
||||
#import "GNUstepBase/NSObject+GNUstepBase.h"
|
||||
|
|
|
@ -27,18 +27,15 @@
|
|||
$Date$ $Revision$
|
||||
*/
|
||||
|
||||
#import "config.h"
|
||||
#import "common.h"
|
||||
#define EXPOSE_NSHost_IVARS 1
|
||||
#import "GNUstepBase/preface.h"
|
||||
#import "Foundation/NSLock.h"
|
||||
#import "Foundation/NSHost.h"
|
||||
#import "Foundation/NSArray.h"
|
||||
#import "Foundation/NSDictionary.h"
|
||||
#import "Foundation/NSEnumerator.h"
|
||||
#import "Foundation/NSSet.h"
|
||||
#import "Foundation/NSString.h"
|
||||
#import "Foundation/NSCoder.h"
|
||||
#import "Foundation/NSDebug.h"
|
||||
|
||||
#if defined(__MINGW32__)
|
||||
#include <winsock2.h>
|
||||
|
|
|
@ -23,8 +23,8 @@
|
|||
|
||||
*/
|
||||
|
||||
#import "common.h"
|
||||
#define EXPOSE_NSIndexPath_IVARS 1
|
||||
#import "Foundation/NSObject.h"
|
||||
#import "Foundation/NSByteOrder.h"
|
||||
#import "Foundation/NSData.h"
|
||||
#import "Foundation/NSException.h"
|
||||
|
@ -32,7 +32,6 @@
|
|||
#import "Foundation/NSIndexPath.h"
|
||||
#import "Foundation/NSKeyedArchiver.h"
|
||||
#import "Foundation/NSLock.h"
|
||||
#import "Foundation/NSZone.h"
|
||||
#import "GNUstepBase/GSLock.h"
|
||||
|
||||
static NSLock *lock = nil;
|
||||
|
|
|
@ -23,12 +23,12 @@
|
|||
|
||||
*/
|
||||
|
||||
#import "common.h"
|
||||
#define EXPOSE_NSIndexSet_IVARS 1
|
||||
#import "Foundation/NSCoder.h"
|
||||
#import "Foundation/NSData.h"
|
||||
#import "Foundation/NSIndexSet.h"
|
||||
#import "Foundation/NSException.h"
|
||||
#import "Foundation/NSZone.h"
|
||||
|
||||
#define GSI_ARRAY_TYPE NSRange
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
$Date$ $Revision$
|
||||
*/
|
||||
|
||||
#import "config.h"
|
||||
#import "common.h"
|
||||
#define EXPOSE_NSInvocation_IVARS 1
|
||||
#import "Foundation/NSException.h"
|
||||
#import "Foundation/NSCoder.h"
|
||||
|
|
|
@ -24,21 +24,17 @@
|
|||
$Date$ $Revision$
|
||||
*/
|
||||
|
||||
#import "config.h"
|
||||
#import "common.h"
|
||||
#import "Foundation/NSArray.h"
|
||||
#import "Foundation/NSAutoreleasePool.h"
|
||||
#import "Foundation/NSDebug.h"
|
||||
#import "Foundation/NSDictionary.h"
|
||||
#import "Foundation/NSEnumerator.h"
|
||||
#import "Foundation/NSException.h"
|
||||
#import "Foundation/NSKeyValueCoding.h"
|
||||
#import "Foundation/NSMethodSignature.h"
|
||||
#import "Foundation/NSNull.h"
|
||||
#import "Foundation/NSObjCRuntime.h"
|
||||
#import "Foundation/NSSet.h"
|
||||
#import "Foundation/NSString.h"
|
||||
#import "Foundation/NSValue.h"
|
||||
#import "Foundation/NSZone.h"
|
||||
|
||||
/* For the NSKeyValueMutableArray and NSKeyValueMutableSet classes
|
||||
*/
|
||||
|
|
|
@ -23,6 +23,7 @@
|
|||
$Date: 2007-06-08 04: 04: 14 -0400 (Fri, 08 Jun 2007) $ $Revision: 25230 $
|
||||
*/
|
||||
|
||||
#import "common.h"
|
||||
#import "Foundation/NSInvocation.h"
|
||||
#import "Foundation/NSIndexSet.h"
|
||||
#import "Foundation/NSKeyValueObserving.h"
|
||||
|
|
|
@ -23,6 +23,7 @@
|
|||
$Date: 2007-06-08 04:04:14 -0400 (Fri, 08 Jun 2007) $ $Revision: 25230 $
|
||||
*/
|
||||
|
||||
#import "common.h"
|
||||
#import "Foundation/NSInvocation.h"
|
||||
|
||||
@interface NSKeyValueMutableSet : NSMutableSet
|
||||
|
|
|
@ -24,9 +24,8 @@
|
|||
$Date$ $Revision$
|
||||
*/
|
||||
|
||||
#import "GNUstepBase/preface.h"
|
||||
#import "common.h"
|
||||
#import "Foundation/NSCharacterSet.h"
|
||||
#import "Foundation/NSDebug.h"
|
||||
#import "Foundation/NSDictionary.h"
|
||||
#import "Foundation/NSEnumerator.h"
|
||||
#import "Foundation/NSException.h"
|
||||
|
@ -37,9 +36,7 @@
|
|||
#import "Foundation/NSMapTable.h"
|
||||
#import "Foundation/NSMethodSignature.h"
|
||||
#import "Foundation/NSNull.h"
|
||||
#import "Foundation/NSObject.h"
|
||||
#import "Foundation/NSSet.h"
|
||||
#import "Foundation/NSString.h"
|
||||
#import "Foundation/NSValue.h"
|
||||
#import "GNUstepBase/GSObjCRuntime.h"
|
||||
#import "GNUstepBase/Unicode.h"
|
||||
|
|
|
@ -23,9 +23,9 @@
|
|||
|
||||
*/
|
||||
|
||||
#import "common.h"
|
||||
#define EXPOSE_NSKeyedArchiver_IVARS 1
|
||||
#import "Foundation/NSAutoreleasePool.h"
|
||||
#import "Foundation/NSObject.h"
|
||||
#import "Foundation/NSData.h"
|
||||
#import "Foundation/NSException.h"
|
||||
#import "Foundation/NSScanner.h"
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue