mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +00:00
cosmetic tweaks
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@29657 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
43bcaac3ad
commit
c8a6832349
50 changed files with 290 additions and 288 deletions
|
@ -125,7 +125,7 @@ typedef unsigned long long uintmax_t;
|
|||
#endif
|
||||
|
||||
|
||||
#include "GNUstepBase/Unicode.h"
|
||||
#import "GNUstepBase/Unicode.h"
|
||||
|
||||
struct printf_info
|
||||
{
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#import "config.h"
|
||||
|
||||
#import "Foundation/NSArray.h"
|
||||
#import "Foundation/NSByteOrder.h"
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#import "config.h"
|
||||
|
||||
#import "Foundation/NSArray.h"
|
||||
#import "Foundation/NSByteOrder.h"
|
||||
|
|
|
@ -49,14 +49,14 @@
|
|||
#include "GNUstepBase/GSIMap.h"
|
||||
|
||||
#define _IN_NSARCHIVER_M
|
||||
#include "Foundation/NSArchiver.h"
|
||||
#import "Foundation/NSArchiver.h"
|
||||
#undef _IN_NSARCHIVER_M
|
||||
|
||||
#include "Foundation/NSObjCRuntime.h"
|
||||
#include "Foundation/NSCoder.h"
|
||||
#include "Foundation/NSData.h"
|
||||
#include "Foundation/NSException.h"
|
||||
#include "Foundation/NSString.h"
|
||||
#import "Foundation/NSObjCRuntime.h"
|
||||
#import "Foundation/NSCoder.h"
|
||||
#import "Foundation/NSData.h"
|
||||
#import "Foundation/NSException.h"
|
||||
#import "Foundation/NSString.h"
|
||||
|
||||
typedef unsigned char uchar;
|
||||
|
||||
|
|
|
@ -25,13 +25,13 @@
|
|||
$Date$ $Revision$
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "GNUstepBase/preface.h"
|
||||
#include "Foundation/NSException.h"
|
||||
#include "Foundation/NSDictionary.h"
|
||||
#include "Foundation/NSObjCRuntime.h"
|
||||
#include "Foundation/NSString.h"
|
||||
#include "Foundation/NSThread.h"
|
||||
#import "config.h"
|
||||
#import "GNUstepBase/preface.h"
|
||||
#import "Foundation/NSException.h"
|
||||
#import "Foundation/NSDictionary.h"
|
||||
#import "Foundation/NSObjCRuntime.h"
|
||||
#import "Foundation/NSString.h"
|
||||
#import "Foundation/NSThread.h"
|
||||
|
||||
/**
|
||||
* <p>NSAssertionHandler objects are used to raise exceptions on behalf of
|
||||
|
|
|
@ -47,7 +47,7 @@
|
|||
* attributes argument and use the values from the string.
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#import "config.h"
|
||||
#import "GNUstepBase/preface.h"
|
||||
#import "GNUstepBase/Unicode.h"
|
||||
|
||||
|
|
|
@ -26,15 +26,15 @@
|
|||
$Date$ $Revision$
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#import "config.h"
|
||||
#define EXPOSE_NSAutoreleasePool_IVARS 1
|
||||
#define EXPOSE_NSThread_IVARS 1
|
||||
#include "GNUstepBase/preface.h"
|
||||
#include "Foundation/NSAutoreleasePool.h"
|
||||
#include "Foundation/NSGarbageCollector.h"
|
||||
#include "Foundation/NSException.h"
|
||||
#include "Foundation/NSThread.h"
|
||||
#include "Foundation/NSZone.h"
|
||||
#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,31 +31,31 @@
|
|||
$Date$ $Revision$
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#import "config.h"
|
||||
#define EXPOSE_NSBundle_IVARS 1
|
||||
#include "GNUstepBase/preface.h"
|
||||
#import "GNUstepBase/preface.h"
|
||||
#include "objc-load.h"
|
||||
#include "Foundation/NSBundle.h"
|
||||
#include "Foundation/NSException.h"
|
||||
#include "Foundation/NSString.h"
|
||||
#include "Foundation/NSArray.h"
|
||||
#include "Foundation/NSDebug.h"
|
||||
#include "Foundation/NSDictionary.h"
|
||||
#include "Foundation/NSEnumerator.h"
|
||||
#include "Foundation/NSProcessInfo.h"
|
||||
#include "Foundation/NSObjCRuntime.h"
|
||||
#include "Foundation/NSUserDefaults.h"
|
||||
#include "Foundation/NSNotification.h"
|
||||
#include "Foundation/NSLock.h"
|
||||
#include "Foundation/NSMapTable.h"
|
||||
#include "Foundation/NSAutoreleasePool.h"
|
||||
#include "Foundation/NSFileManager.h"
|
||||
#include "Foundation/NSPathUtilities.h"
|
||||
#include "Foundation/NSData.h"
|
||||
#include "Foundation/NSValue.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"
|
||||
#import "Foundation/NSMapTable.h"
|
||||
#import "Foundation/NSAutoreleasePool.h"
|
||||
#import "Foundation/NSFileManager.h"
|
||||
#import "Foundation/NSPathUtilities.h"
|
||||
#import "Foundation/NSData.h"
|
||||
#import "Foundation/NSValue.h"
|
||||
#import "GNUstepBase/NSString+GNUstepBase.h"
|
||||
|
||||
#include "GSPrivate.h"
|
||||
#import "GSPrivate.h"
|
||||
|
||||
#ifdef HAVE_UNISTD_H
|
||||
#include <unistd.h>
|
||||
|
|
|
@ -23,8 +23,8 @@
|
|||
*/
|
||||
|
||||
#define EXPOSE_NSCachedURLResponse_IVARS 1
|
||||
#include "GSURLPrivate.h"
|
||||
#include "Foundation/NSCoder.h"
|
||||
#import "GSURLPrivate.h"
|
||||
#import "Foundation/NSCoder.h"
|
||||
|
||||
// Internal data storage
|
||||
typedef struct {
|
||||
|
|
|
@ -29,11 +29,11 @@
|
|||
|
||||
/**** Included Headers *******************************************************/
|
||||
|
||||
#include "config.h"
|
||||
#include "GNUstepBase/preface.h"
|
||||
#include "NSCallBacks.h"
|
||||
#include "Foundation/NSObject.h"
|
||||
#include "Foundation/NSString.h"
|
||||
#import "config.h"
|
||||
#import "GNUstepBase/preface.h"
|
||||
#import "NSCallBacks.h"
|
||||
#import "Foundation/NSObject.h"
|
||||
#import "Foundation/NSString.h"
|
||||
|
||||
/**** Type, Constant, and Macro Definitions **********************************/
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
$Date$ $Revision$
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#import "config.h"
|
||||
#import "GNUstepBase/GSLock.h"
|
||||
#import "Foundation/NSArray.h"
|
||||
#import "Foundation/NSCoder.h"
|
||||
|
@ -45,7 +45,7 @@
|
|||
#define GNUSTEP_INDEX_CHARSET 1
|
||||
//#undef GNUSTEP_INDEX_CHARSET
|
||||
|
||||
#include "NSCharacterSetData.h"
|
||||
#import "NSCharacterSetData.h"
|
||||
|
||||
//PENDING: may want to make these less likely to conflict
|
||||
#define UNICODE_MAX 1114112
|
||||
|
|
|
@ -68,32 +68,32 @@ static GC_descr nodeDesc; // Type descriptor for map node.
|
|||
#include "GNUstepBase/GSIMap.h"
|
||||
|
||||
#define _IN_CONNECTION_M
|
||||
#include "Foundation/NSConnection.h"
|
||||
#import "Foundation/NSConnection.h"
|
||||
#undef _IN_CONNECTION_M
|
||||
|
||||
#include "Foundation/NSPortCoder.h"
|
||||
#include "GNUstepBase/DistributedObjects.h"
|
||||
#import "Foundation/NSPortCoder.h"
|
||||
#import "GNUstepBase/DistributedObjects.h"
|
||||
|
||||
#include "Foundation/NSHashTable.h"
|
||||
#include "Foundation/NSMapTable.h"
|
||||
#include "Foundation/NSData.h"
|
||||
#include "Foundation/NSRunLoop.h"
|
||||
#include "Foundation/NSArray.h"
|
||||
#include "Foundation/NSDictionary.h"
|
||||
#include "Foundation/NSValue.h"
|
||||
#include "Foundation/NSString.h"
|
||||
#include "Foundation/NSDate.h"
|
||||
#include "Foundation/NSException.h"
|
||||
#include "Foundation/NSLock.h"
|
||||
#include "Foundation/NSThread.h"
|
||||
#include "Foundation/NSPort.h"
|
||||
#include "Foundation/NSPortMessage.h"
|
||||
#include "Foundation/NSPortNameServer.h"
|
||||
#include "Foundation/NSNotification.h"
|
||||
#include "Foundation/NSDebug.h"
|
||||
#include "GSInvocation.h"
|
||||
#include "GSPortPrivate.h"
|
||||
#include "GSPrivate.h"
|
||||
#import "Foundation/NSHashTable.h"
|
||||
#import "Foundation/NSMapTable.h"
|
||||
#import "Foundation/NSData.h"
|
||||
#import "Foundation/NSRunLoop.h"
|
||||
#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"
|
||||
#import "Foundation/NSThread.h"
|
||||
#import "Foundation/NSPort.h"
|
||||
#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"
|
||||
|
||||
|
||||
static inline NSRunLoop *
|
||||
|
|
|
@ -25,9 +25,9 @@
|
|||
$Date$ $Revision$
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "GNUstepBase/preface.h"
|
||||
#include "Foundation/NSObject.h"
|
||||
#import "config.h"
|
||||
#import "GNUstepBase/preface.h"
|
||||
#import "Foundation/NSObject.h"
|
||||
|
||||
NSObject *NSCopyObject(NSObject *anObject, NSUInteger extraBytes, NSZone *zone)
|
||||
{
|
||||
|
|
|
@ -67,7 +67,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#import "config.h"
|
||||
#import "GNUstepBase/preface.h"
|
||||
#import "GNUstepBase/GSObjCRuntime.h"
|
||||
#import "Foundation/NSObjCRuntime.h"
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
$Date$ $Revision$
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#import "config.h"
|
||||
#define EXPOSE_NSNSDateFormatter_IVARS 1
|
||||
#import "Foundation/NSDate.h"
|
||||
#import "Foundation/NSCalendarDate.h"
|
||||
|
|
|
@ -27,19 +27,19 @@
|
|||
$Date$ $Revision$
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#import "config.h"
|
||||
#include <stdio.h>
|
||||
#include "GSPrivate.h"
|
||||
#include "GNUstepBase/GSLock.h"
|
||||
#include "Foundation/NSArray.h"
|
||||
#include "Foundation/NSData.h"
|
||||
#include "Foundation/NSDebug.h"
|
||||
#include "Foundation/NSString.h"
|
||||
#include "Foundation/NSLock.h"
|
||||
#include "Foundation/NSNotification.h"
|
||||
#include "Foundation/NSNotificationQueue.h"
|
||||
#include "Foundation/NSThread.h"
|
||||
#include "Foundation/NSValue.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"
|
||||
#import "Foundation/NSThread.h"
|
||||
#import "Foundation/NSValue.h"
|
||||
|
||||
#if HAVE_EXECINFO_H
|
||||
#include <execinfo.h>
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
$Date$ $Revision$
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#import "config.h"
|
||||
#import "Foundation/NSDictionary.h"
|
||||
#import "Foundation/NSArray.h"
|
||||
#import "Foundation/NSData.h"
|
||||
|
|
|
@ -34,15 +34,15 @@
|
|||
|
||||
/**** Included Headers *******************************************************/
|
||||
|
||||
#include "config.h"
|
||||
#import "config.h"
|
||||
#include <math.h>
|
||||
#include <stdlib.h>
|
||||
#include "GNUstepBase/preface.h"
|
||||
#include "Foundation/NSString.h"
|
||||
#include "Foundation/NSGeometry.h"
|
||||
#include "Foundation/NSScanner.h"
|
||||
#include "Foundation/NSNotification.h"
|
||||
#include "GSPrivate.h"
|
||||
#import "GNUstepBase/preface.h"
|
||||
#import "Foundation/NSString.h"
|
||||
#import "Foundation/NSGeometry.h"
|
||||
#import "Foundation/NSScanner.h"
|
||||
#import "Foundation/NSNotification.h"
|
||||
#import "GSPrivate.h"
|
||||
|
||||
static Class NSStringClass = 0;
|
||||
static Class NSScannerClass = 0;
|
||||
|
|
|
@ -24,21 +24,21 @@
|
|||
$Date$ $Revision$
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "Foundation/NSArray.h"
|
||||
#include "Foundation/NSAutoreleasePool.h"
|
||||
#include "Foundation/NSDebug.h"
|
||||
#include "Foundation/NSDictionary.h"
|
||||
#include "Foundation/NSEnumerator.h"
|
||||
#include "Foundation/NSException.h"
|
||||
#include "Foundation/NSKeyValueCoding.h"
|
||||
#include "Foundation/NSMethodSignature.h"
|
||||
#include "Foundation/NSNull.h"
|
||||
#include "Foundation/NSObjCRuntime.h"
|
||||
#include "Foundation/NSSet.h"
|
||||
#include "Foundation/NSString.h"
|
||||
#include "Foundation/NSValue.h"
|
||||
#include "Foundation/NSZone.h"
|
||||
#import "config.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
|
||||
*/
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
$Date$ $Revision$
|
||||
*/
|
||||
|
||||
#include "GNUstepBase/preface.h"
|
||||
#import "GNUstepBase/preface.h"
|
||||
#import "Foundation/NSCharacterSet.h"
|
||||
#import "Foundation/NSDebug.h"
|
||||
#import "Foundation/NSDictionary.h"
|
||||
|
|
|
@ -63,7 +63,7 @@ static GC_descr nodeDesc; // Type descriptor for map node.
|
|||
|
||||
|
||||
#define _IN_NSKEYEDARCHIVER_M 1
|
||||
#include "Foundation/NSKeyedArchiver.h"
|
||||
#import "Foundation/NSKeyedArchiver.h"
|
||||
#undef _IN_NSKEYEDARCHIVER_M
|
||||
|
||||
/* Exceptions */
|
||||
|
|
|
@ -51,7 +51,7 @@
|
|||
#include "GNUstepBase/GSIArray.h"
|
||||
|
||||
#define _IN_NSKEYEDUNARCHIVER_M 1
|
||||
#include "Foundation/NSKeyedArchiver.h"
|
||||
#import "Foundation/NSKeyedArchiver.h"
|
||||
#undef _IN_NSKEYEDUNARCHIVER_M
|
||||
|
||||
@interface NilMarker: NSObject
|
||||
|
|
|
@ -25,18 +25,18 @@
|
|||
$Date$ $Revision$
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "GNUstepBase/preface.h"
|
||||
#include "Foundation/NSObjCRuntime.h"
|
||||
#include "Foundation/NSDate.h"
|
||||
#include "Foundation/NSCalendarDate.h"
|
||||
#include "Foundation/NSTimeZone.h"
|
||||
#include "Foundation/NSException.h"
|
||||
#include "Foundation/NSProcessInfo.h"
|
||||
#include "Foundation/NSLock.h"
|
||||
#include "Foundation/NSAutoreleasePool.h"
|
||||
#include "Foundation/NSData.h"
|
||||
#include "Foundation/NSThread.h"
|
||||
#import "config.h"
|
||||
#import "GNUstepBase/preface.h"
|
||||
#import "Foundation/NSObjCRuntime.h"
|
||||
#import "Foundation/NSDate.h"
|
||||
#import "Foundation/NSCalendarDate.h"
|
||||
#import "Foundation/NSTimeZone.h"
|
||||
#import "Foundation/NSException.h"
|
||||
#import "Foundation/NSProcessInfo.h"
|
||||
#import "Foundation/NSLock.h"
|
||||
#import "Foundation/NSAutoreleasePool.h"
|
||||
#import "Foundation/NSData.h"
|
||||
#import "Foundation/NSThread.h"
|
||||
#import "GNUstepBase/NSString+GNUstepBase.h"
|
||||
|
||||
#ifdef HAVE_SYSLOG_H
|
||||
|
@ -69,7 +69,7 @@
|
|||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#include "GSPrivate.h"
|
||||
#import "GSPrivate.h"
|
||||
|
||||
extern NSThread *GSCurrentThread();
|
||||
|
||||
|
|
|
@ -25,8 +25,8 @@
|
|||
$Date$ $Revision$
|
||||
*/
|
||||
|
||||
#include "Foundation/NSNull.h"
|
||||
#include "Foundation/NSString.h"
|
||||
#import "Foundation/NSNull.h"
|
||||
#import "Foundation/NSString.h"
|
||||
|
||||
/**
|
||||
* An object to use as a placeholder - in collections for instance.
|
||||
|
|
|
@ -25,11 +25,11 @@
|
|||
$Date$ $Revision$
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "GNUstepBase/preface.h"
|
||||
#include "Foundation/NSException.h"
|
||||
#include "Foundation/NSObjCRuntime.h"
|
||||
#include "Foundation/NSString.h"
|
||||
#import "config.h"
|
||||
#import "GNUstepBase/preface.h"
|
||||
#import "Foundation/NSException.h"
|
||||
#import "Foundation/NSObjCRuntime.h"
|
||||
#import "Foundation/NSString.h"
|
||||
#include <string.h>
|
||||
|
||||
/**
|
||||
|
|
|
@ -33,29 +33,29 @@
|
|||
#define InterlockedDecrement BadInterlockedDecrement
|
||||
#endif
|
||||
|
||||
#include "config.h"
|
||||
#include "GNUstepBase/preface.h"
|
||||
#include "GNUstepBase/GNUstep.h"
|
||||
#import "config.h"
|
||||
#import "GNUstepBase/preface.h"
|
||||
#import "GNUstepBase/GNUstep.h"
|
||||
#include <stdarg.h>
|
||||
#include "Foundation/NSObject.h"
|
||||
#import "Foundation/NSObject.h"
|
||||
#include <objc/Protocol.h>
|
||||
#include "Foundation/NSMethodSignature.h"
|
||||
#include "Foundation/NSInvocation.h"
|
||||
#include "Foundation/NSLock.h"
|
||||
#include "Foundation/NSAutoreleasePool.h"
|
||||
#include "Foundation/NSString.h"
|
||||
#include "Foundation/NSArray.h"
|
||||
#include "Foundation/NSException.h"
|
||||
#include "Foundation/NSPortCoder.h"
|
||||
#include "Foundation/NSDistantObject.h"
|
||||
#include "Foundation/NSZone.h"
|
||||
#include "Foundation/NSDebug.h"
|
||||
#include "Foundation/NSThread.h"
|
||||
#include "Foundation/NSNotification.h"
|
||||
#include "Foundation/NSObjCRuntime.h"
|
||||
#include "Foundation/NSMapTable.h"
|
||||
#import "Foundation/NSMethodSignature.h"
|
||||
#import "Foundation/NSInvocation.h"
|
||||
#import "Foundation/NSLock.h"
|
||||
#import "Foundation/NSAutoreleasePool.h"
|
||||
#import "Foundation/NSString.h"
|
||||
#import "Foundation/NSArray.h"
|
||||
#import "Foundation/NSException.h"
|
||||
#import "Foundation/NSPortCoder.h"
|
||||
#import "Foundation/NSDistantObject.h"
|
||||
#import "Foundation/NSZone.h"
|
||||
#import "Foundation/NSDebug.h"
|
||||
#import "Foundation/NSThread.h"
|
||||
#import "Foundation/NSNotification.h"
|
||||
#import "Foundation/NSObjCRuntime.h"
|
||||
#import "Foundation/NSMapTable.h"
|
||||
#include <limits.h>
|
||||
#include "GNUstepBase/GSLocale.h"
|
||||
#import "GNUstepBase/GSLocale.h"
|
||||
#ifdef HAVE_LOCALE_H
|
||||
#include <locale.h>
|
||||
#endif
|
||||
|
@ -70,7 +70,7 @@
|
|||
#include <fenv.h>
|
||||
#endif
|
||||
|
||||
#include "GSPrivate.h"
|
||||
#import "GSPrivate.h"
|
||||
|
||||
|
||||
#ifndef NeXT_RUNTIME
|
||||
|
|
|
@ -25,10 +25,10 @@
|
|||
$Date$ $Revision$
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "GNUstepBase/preface.h"
|
||||
#include "Foundation/NSObjCRuntime.h"
|
||||
#include "Foundation/NSZone.h"
|
||||
#import "config.h"
|
||||
#import "GNUstepBase/preface.h"
|
||||
#import "Foundation/NSObjCRuntime.h"
|
||||
#import "Foundation/NSZone.h"
|
||||
#include <string.h>
|
||||
#ifdef HAVE_UNISTD_H
|
||||
#include <unistd.h>
|
||||
|
|
|
@ -58,25 +58,25 @@
|
|||
which default to pre POSIX declaration. */
|
||||
#define _POSIX_PTHREAD_SEMANTICS
|
||||
|
||||
#include "config.h"
|
||||
#include "GNUstepBase/preface.h"
|
||||
#import "config.h"
|
||||
#import "GNUstepBase/preface.h"
|
||||
#include "objc-load.h"
|
||||
#include "Foundation/NSObjCRuntime.h"
|
||||
#include "Foundation/NSString.h"
|
||||
#include "Foundation/NSPathUtilities.h"
|
||||
#include "Foundation/NSException.h"
|
||||
#include "Foundation/NSArray.h"
|
||||
#include "Foundation/NSDebug.h"
|
||||
#include "Foundation/NSDictionary.h"
|
||||
#include "Foundation/NSFileManager.h"
|
||||
#include "Foundation/NSProcessInfo.h"
|
||||
#include "Foundation/NSString.h"
|
||||
#include "Foundation/NSValue.h"
|
||||
#include "Foundation/NSLock.h"
|
||||
#include "Foundation/NSUserDefaults.h"
|
||||
#import "Foundation/NSObjCRuntime.h"
|
||||
#import "Foundation/NSString.h"
|
||||
#import "Foundation/NSPathUtilities.h"
|
||||
#import "Foundation/NSException.h"
|
||||
#import "Foundation/NSArray.h"
|
||||
#import "Foundation/NSDebug.h"
|
||||
#import "Foundation/NSDictionary.h"
|
||||
#import "Foundation/NSFileManager.h"
|
||||
#import "Foundation/NSProcessInfo.h"
|
||||
#import "Foundation/NSString.h"
|
||||
#import "Foundation/NSValue.h"
|
||||
#import "Foundation/NSLock.h"
|
||||
#import "Foundation/NSUserDefaults.h"
|
||||
#import "GNUstepBase/NSString+GNUstepBase.h"
|
||||
|
||||
#include "GSPrivate.h"
|
||||
#import "GSPrivate.h"
|
||||
|
||||
#include "pathconfig/pathconfig.h"
|
||||
|
||||
|
|
|
@ -24,15 +24,15 @@
|
|||
$Date$ $Revision$
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#import "config.h"
|
||||
|
||||
#define EXPOSE_NSPipe_IVARS 1
|
||||
|
||||
#include "GNUstepBase/preface.h"
|
||||
#include "Foundation/NSObject.h"
|
||||
#include "Foundation/NSFileHandle.h"
|
||||
#include "Foundation/NSDebug.h"
|
||||
#include "GSPrivate.h"
|
||||
#import "GNUstepBase/preface.h"
|
||||
#import "Foundation/NSObject.h"
|
||||
#import "Foundation/NSFileHandle.h"
|
||||
#import "Foundation/NSDebug.h"
|
||||
#import "GSPrivate.h"
|
||||
#ifdef HAVE_UNISTD_H
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
|
|
@ -83,10 +83,10 @@ static GC_descr nodeDesc; // Type descriptor for map node.
|
|||
|
||||
|
||||
#define _IN_PORT_CODER_M
|
||||
#include "Foundation/NSPortCoder.h"
|
||||
#import "Foundation/NSPortCoder.h"
|
||||
#undef _IN_PORT_CODER_M
|
||||
|
||||
#include "GNUstepBase/DistributedObjects.h"
|
||||
#import "GNUstepBase/DistributedObjects.h"
|
||||
|
||||
typedef unsigned char uchar;
|
||||
|
||||
|
|
|
@ -54,8 +54,8 @@
|
|||
* - To the NEXTSTEP/GNUStep community
|
||||
*************************************************************************/
|
||||
|
||||
#include "config.h"
|
||||
#include "GNUstepBase/preface.h"
|
||||
#import "config.h"
|
||||
#import "GNUstepBase/preface.h"
|
||||
#ifdef HAVE_UNISTD_H
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
@ -119,7 +119,7 @@
|
|||
#import "GNUstepBase/NSProcessInfo+GNUstepBase.h"
|
||||
#import "GNUstepBase/NSString+GNUstepBase.h"
|
||||
|
||||
#include "GSPrivate.h"
|
||||
#import "GSPrivate.h"
|
||||
|
||||
@interface NSBundle (Private)
|
||||
+ (NSString*) _gnustep_target_os;
|
||||
|
|
|
@ -27,13 +27,13 @@
|
|||
$Date$ $Revision$
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#import "config.h"
|
||||
#define EXPOSE_NSProtocolChecker_IVARS 1
|
||||
#include "GNUstepBase/preface.h"
|
||||
#include "Foundation/NSProtocolChecker.h"
|
||||
#include "Foundation/NSException.h"
|
||||
#include "Foundation/NSInvocation.h"
|
||||
#include "Foundation/NSMethodSignature.h"
|
||||
#import "GNUstepBase/preface.h"
|
||||
#import "Foundation/NSProtocolChecker.h"
|
||||
#import "Foundation/NSException.h"
|
||||
#import "Foundation/NSInvocation.h"
|
||||
#import "Foundation/NSMethodSignature.h"
|
||||
#include <objc/Protocol.h>
|
||||
|
||||
/**
|
||||
|
|
|
@ -25,16 +25,16 @@
|
|||
$Date$ $Revision$
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "GNUstepBase/preface.h"
|
||||
#include "Foundation/NSInvocation.h"
|
||||
#include "Foundation/NSProxy.h"
|
||||
#include "Foundation/NSMethodSignature.h"
|
||||
#include "Foundation/NSAutoreleasePool.h"
|
||||
#include "Foundation/NSException.h"
|
||||
#include "Foundation/NSObjCRuntime.h"
|
||||
#include "Foundation/NSDistantObject.h"
|
||||
#include "Foundation/NSPortCoder.h"
|
||||
#import "config.h"
|
||||
#import "GNUstepBase/preface.h"
|
||||
#import "Foundation/NSInvocation.h"
|
||||
#import "Foundation/NSProxy.h"
|
||||
#import "Foundation/NSMethodSignature.h"
|
||||
#import "Foundation/NSAutoreleasePool.h"
|
||||
#import "Foundation/NSException.h"
|
||||
#import "Foundation/NSObjCRuntime.h"
|
||||
#import "Foundation/NSDistantObject.h"
|
||||
#import "Foundation/NSPortCoder.h"
|
||||
|
||||
#ifdef HAVE_LIMITS_H
|
||||
/* For UINT_MAX */
|
||||
|
|
|
@ -25,13 +25,13 @@
|
|||
$Date$ $Revision$
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#import "config.h"
|
||||
|
||||
#define IN_NSRANGE_M 1
|
||||
#include "Foundation/NSException.h"
|
||||
#include "Foundation/NSString.h"
|
||||
#include "Foundation/NSRange.h"
|
||||
#include "Foundation/NSScanner.h"
|
||||
#import "Foundation/NSException.h"
|
||||
#import "Foundation/NSString.h"
|
||||
#import "Foundation/NSRange.h"
|
||||
#import "Foundation/NSScanner.h"
|
||||
|
||||
@class NSString;
|
||||
|
||||
|
|
|
@ -45,7 +45,7 @@
|
|||
#include <limits.h>
|
||||
#include <math.h>
|
||||
#include <ctype.h> /* FIXME: May go away once I figure out Unicode */
|
||||
#include "GSPrivate.h"
|
||||
#import "GSPrivate.h"
|
||||
|
||||
/* BSD and Solaris have this */
|
||||
#if defined(HANDLE_LLONG_MAX) && !defined(HANDLE_LONG_LONG_MAX)
|
||||
|
|
|
@ -25,24 +25,24 @@
|
|||
$Date$ $Revision$
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "GNUstepBase/preface.h"
|
||||
#include "Foundation/NSData.h"
|
||||
#include "Foundation/NSDictionary.h"
|
||||
#include "Foundation/NSArray.h"
|
||||
#include "Foundation/NSString.h"
|
||||
#include "Foundation/NSException.h"
|
||||
#include "Foundation/NSEnumerator.h"
|
||||
#include "Foundation/NSProxy.h"
|
||||
#include "Foundation/NSLock.h"
|
||||
#include "Foundation/NSSet.h"
|
||||
#include "Foundation/NSThread.h"
|
||||
#include "Foundation/NSNotification.h"
|
||||
#include "Foundation/NSNotificationQueue.h"
|
||||
#include "Foundation/NSObjCRuntime.h"
|
||||
#include "Foundation/NSValue.h"
|
||||
#import "config.h"
|
||||
#import "GNUstepBase/preface.h"
|
||||
#import "Foundation/NSData.h"
|
||||
#import "Foundation/NSDictionary.h"
|
||||
#import "Foundation/NSArray.h"
|
||||
#import "Foundation/NSString.h"
|
||||
#import "Foundation/NSException.h"
|
||||
#import "Foundation/NSEnumerator.h"
|
||||
#import "Foundation/NSProxy.h"
|
||||
#import "Foundation/NSLock.h"
|
||||
#import "Foundation/NSSet.h"
|
||||
#import "Foundation/NSThread.h"
|
||||
#import "Foundation/NSNotification.h"
|
||||
#import "Foundation/NSNotificationQueue.h"
|
||||
#import "Foundation/NSObjCRuntime.h"
|
||||
#import "Foundation/NSValue.h"
|
||||
|
||||
#include "GSPrivate.h"
|
||||
#import "GSPrivate.h"
|
||||
|
||||
@class GSDictionary;
|
||||
@class GSMutableDictionary;
|
||||
|
|
|
@ -97,9 +97,9 @@
|
|||
#include <stdio.h>
|
||||
#include <wchar.h>
|
||||
|
||||
#include "GNUstepBase/Unicode.h"
|
||||
#import "GNUstepBase/Unicode.h"
|
||||
|
||||
#include "GSPrivate.h"
|
||||
#import "GSPrivate.h"
|
||||
|
||||
extern BOOL GSScanDouble(unichar*, unsigned, double*);
|
||||
|
||||
|
|
|
@ -31,9 +31,9 @@
|
|||
$Date$ $Revision$
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#import "config.h"
|
||||
#define EXPOSE_NSThread_IVARS 1
|
||||
#include "GNUstepBase/preface.h"
|
||||
#import "GNUstepBase/preface.h"
|
||||
#ifdef HAVE_UNISTD_H
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
@ -64,19 +64,19 @@
|
|||
#define NBLK_OPT FNDELAY
|
||||
#endif
|
||||
|
||||
#include "Foundation/NSDebug.h"
|
||||
#include "Foundation/NSException.h"
|
||||
#include "Foundation/NSThread.h"
|
||||
#include "Foundation/NSLock.h"
|
||||
#include "Foundation/NSString.h"
|
||||
#include "Foundation/NSNotification.h"
|
||||
#include "Foundation/NSNotificationQueue.h"
|
||||
#include "Foundation/NSRunLoop.h"
|
||||
#include "Foundation/NSConnection.h"
|
||||
#include "Foundation/NSInvocation.h"
|
||||
#import "Foundation/NSDebug.h"
|
||||
#import "Foundation/NSException.h"
|
||||
#import "Foundation/NSThread.h"
|
||||
#import "Foundation/NSLock.h"
|
||||
#import "Foundation/NSString.h"
|
||||
#import "Foundation/NSNotification.h"
|
||||
#import "Foundation/NSNotificationQueue.h"
|
||||
#import "Foundation/NSRunLoop.h"
|
||||
#import "Foundation/NSConnection.h"
|
||||
#import "Foundation/NSInvocation.h"
|
||||
|
||||
#include "GSPrivate.h"
|
||||
#include "GSRunLoopCtxt.h"
|
||||
#import "GSPrivate.h"
|
||||
#import "GSRunLoopCtxt.h"
|
||||
|
||||
#if GS_WITH_GC
|
||||
#include <gc.h>
|
||||
|
|
|
@ -27,9 +27,9 @@
|
|||
$Date$ $Revision$
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#import "config.h"
|
||||
#define EXPOSE_NSUserDefaults_IVARS 1
|
||||
#include "GNUstepBase/preface.h"
|
||||
#import "GNUstepBase/preface.h"
|
||||
#include <sys/stat.h>
|
||||
#include <sys/types.h>
|
||||
#include <errno.h>
|
||||
|
@ -67,7 +67,7 @@
|
|||
#include <locale.h>
|
||||
#endif
|
||||
|
||||
#include "GSPrivate.h"
|
||||
#import "GSPrivate.h"
|
||||
|
||||
/* Wait for access */
|
||||
#define _MAX_COUNT 5 /* Max 10 sec. */
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
Boston, MA 02111 USA.
|
||||
*/
|
||||
|
||||
#include "NSXMLPrivate.h"
|
||||
#import "NSXMLPrivate.h"
|
||||
|
||||
@implementation NSXMLDTD
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
Boston, MA 02111 USA.
|
||||
*/
|
||||
|
||||
#include "NSXMLPrivate.h"
|
||||
#import "NSXMLPrivate.h"
|
||||
|
||||
@implementation NSXMLDocument
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
Boston, MA 02111 USA.
|
||||
*/
|
||||
|
||||
#include "NSXMLPrivate.h"
|
||||
#import "NSXMLPrivate.h"
|
||||
|
||||
@implementation NSXMLNode
|
||||
|
||||
|
|
|
@ -86,17 +86,17 @@
|
|||
|
||||
#define IN_NSZONE_M 1
|
||||
|
||||
#include "config.h"
|
||||
#include "GNUstepBase/preface.h"
|
||||
#import "config.h"
|
||||
#import "GNUstepBase/preface.h"
|
||||
#include <stddef.h>
|
||||
#include <string.h>
|
||||
#include "Foundation/NSObjCRuntime.h"
|
||||
#include "Foundation/NSException.h"
|
||||
#include "Foundation/NSString.h"
|
||||
#include "Foundation/NSZone.h"
|
||||
#include "Foundation/NSLock.h"
|
||||
#include "GSPrivate.h"
|
||||
#include "GSPThread.h"
|
||||
#import "Foundation/NSObjCRuntime.h"
|
||||
#import "Foundation/NSException.h"
|
||||
#import "Foundation/NSString.h"
|
||||
#import "Foundation/NSZone.h"
|
||||
#import "Foundation/NSLock.h"
|
||||
#import "GSPrivate.h"
|
||||
#import "GSPThread.h"
|
||||
|
||||
/**
|
||||
* Try to get more memory - the normal process has failed.
|
||||
|
|
|
@ -23,17 +23,18 @@
|
|||
Boston, MA 02111 USA.
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#import "config.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
#ifdef HAVE_ALLOCA_H
|
||||
#include <alloca.h>
|
||||
#endif
|
||||
|
||||
#include "callframe.h"
|
||||
#include "Foundation/NSException.h"
|
||||
#include "Foundation/NSData.h"
|
||||
#include "Foundation/NSDebug.h"
|
||||
#include "GSInvocation.h"
|
||||
#import "Foundation/NSException.h"
|
||||
#import "Foundation/NSData.h"
|
||||
#import "Foundation/NSDebug.h"
|
||||
#import "GSInvocation.h"
|
||||
|
||||
#if defined(ALPHA) || (defined(MIPS) && (_MIPS_SIM == _ABIN32))
|
||||
typedef long long smallret_t;
|
||||
|
|
|
@ -23,17 +23,18 @@
|
|||
Boston, MA 02111 USA.
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#import "config.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
#ifdef HAVE_ALLOCA_H
|
||||
#include <alloca.h>
|
||||
#endif
|
||||
|
||||
#include "cifframe.h"
|
||||
#include "Foundation/NSException.h"
|
||||
#include "Foundation/NSData.h"
|
||||
#include "Foundation/NSDebug.h"
|
||||
#include "GSInvocation.h"
|
||||
#import "Foundation/NSException.h"
|
||||
#import "Foundation/NSData.h"
|
||||
#import "Foundation/NSDebug.h"
|
||||
#import "GSInvocation.h"
|
||||
|
||||
#if defined(ALPHA) || (defined(MIPS) && (_MIPS_SIM == _ABIN32))
|
||||
typedef long long smallret_t;
|
||||
|
|
|
@ -22,13 +22,13 @@
|
|||
Boston, MA 02111 USA.
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "Foundation/NSString.h"
|
||||
#import "config.h"
|
||||
#import "Foundation/NSString.h"
|
||||
|
||||
#include "Foundation/NSArray.h"
|
||||
#include "Foundation/NSException.h"
|
||||
#import "Foundation/NSArray.h"
|
||||
#import "Foundation/NSException.h"
|
||||
|
||||
#include "GSPrivate.h"
|
||||
#import "GSPrivate.h"
|
||||
|
||||
/*
|
||||
PENDING some string constants are scattered about in the class impl
|
||||
|
|
|
@ -22,10 +22,10 @@
|
|||
Boston, MA 02111 USA.
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "GNUstepBase/preface.h"
|
||||
#include "Foundation/NSObjCRuntime.h"
|
||||
#include "Foundation/NSString.h"
|
||||
#import "config.h"
|
||||
#import "GNUstepBase/preface.h"
|
||||
#import "Foundation/NSObjCRuntime.h"
|
||||
#import "Foundation/NSString.h"
|
||||
|
||||
/* Only if using Microsoft's tools and libraries */
|
||||
#ifdef __MS_WIN32__
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#import "config.h"
|
||||
|
||||
#ifdef HAVE_DLADDR
|
||||
/* Define _GNU_SOURCE because that is required with GNU libc in order
|
||||
|
@ -48,11 +48,11 @@
|
|||
#endif
|
||||
|
||||
#include "objc-load.h"
|
||||
#include "Foundation/NSString.h"
|
||||
#include "Foundation/NSDebug.h"
|
||||
#include "Foundation/NSException.h"
|
||||
#import "Foundation/NSString.h"
|
||||
#import "Foundation/NSDebug.h"
|
||||
#import "Foundation/NSException.h"
|
||||
|
||||
#include "GSPrivate.h"
|
||||
#import "GSPrivate.h"
|
||||
|
||||
/* include the interface to the dynamic linker */
|
||||
#include "dynamic-load.h"
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
*/
|
||||
|
||||
#include <config.h>
|
||||
#include "GNUstepBase/preface.h"
|
||||
#import "GNUstepBase/preface.h"
|
||||
|
||||
const char *gnustep_base_version = STRINGIFY (GNUSTEP_BASE_VERSION);
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
#include <stdlib.h>
|
||||
#include "objc/objc.h"
|
||||
#include "objc/objc-api.h"
|
||||
#include "GSPThread.h"
|
||||
#import "GSPThread.h"
|
||||
|
||||
/*
|
||||
* Node structure...
|
||||
|
|
Loading…
Reference in a new issue