mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
Include from <Foundation/...>, not <foundation/...>.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@391 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
1ac1dd5308
commit
7699a66d17
63 changed files with 120 additions and 120 deletions
|
@ -33,7 +33,7 @@
|
|||
#include <objects/Dictionary.h>
|
||||
#include <objects/Queue.h>
|
||||
#include <objects/mframe.h>
|
||||
#include <foundation/NSString.h>
|
||||
#include <Foundation/NSString.h>
|
||||
#include <assert.h>
|
||||
|
||||
@interface Connection (GettingCoderInterface)
|
||||
|
|
|
@ -22,9 +22,9 @@
|
|||
*/
|
||||
|
||||
#include <objects/stdobjects.h>
|
||||
#include <foundation/NSArchiver.h>
|
||||
#include <foundation/NSGArchiver.h>
|
||||
#include <foundation/NSGData.h>
|
||||
#include <Foundation/NSArchiver.h>
|
||||
#include <Foundation/NSGArchiver.h>
|
||||
#include <Foundation/NSGData.h>
|
||||
#include <objects/NSCoder.h>
|
||||
|
||||
@implementation NSArchiver
|
||||
|
|
|
@ -22,10 +22,10 @@
|
|||
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
*/
|
||||
|
||||
#include <foundation/NSArray.h>
|
||||
#include <foundation/NSString.h>
|
||||
#include <foundation/NSGArray.h>
|
||||
#include <foundation/NSArrayEnumerator.h>
|
||||
#include <Foundation/NSArray.h>
|
||||
#include <Foundation/NSString.h>
|
||||
#include <Foundation/NSGArray.h>
|
||||
#include <Foundation/NSArrayEnumerator.h>
|
||||
#include <limits.h>
|
||||
|
||||
@implementation NSArray
|
||||
|
|
|
@ -20,8 +20,8 @@
|
|||
License along with this library; if not, write to the Free
|
||||
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
*/
|
||||
#include <foundation/NSException.h>
|
||||
#include <foundation/NSString.h>
|
||||
#include <Foundation/NSException.h>
|
||||
#include <Foundation/NSString.h>
|
||||
|
||||
@implementation NSAssertionHandler
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
*/
|
||||
|
||||
#include <objects/stdobjects.h>
|
||||
#include <foundation/NSAutoreleasePool.h>
|
||||
#include <Foundation/NSAutoreleasePool.h>
|
||||
|
||||
#include <objects/collhash.h>
|
||||
#include <objects/eltfuncs.h>
|
||||
|
|
|
@ -28,11 +28,11 @@
|
|||
#include <sys/stat.h>
|
||||
#include <objc/objc-api.h>
|
||||
#include <objects/stdobjects.h>
|
||||
#include <foundation/objc-load.h>
|
||||
#include <foundation/NSBundle.h>
|
||||
#include <foundation/NSException.h>
|
||||
#include <foundation/NSString.h>
|
||||
#include <foundation/NSArray.h>
|
||||
#include <Foundation/objc-load.h>
|
||||
#include <Foundation/NSBundle.h>
|
||||
#include <Foundation/NSException.h>
|
||||
#include <Foundation/NSString.h>
|
||||
#include <Foundation/NSArray.h>
|
||||
|
||||
/* Deal with strchr: */
|
||||
#if STDC_HEADERS || HAVE_STRING_H
|
||||
|
|
|
@ -21,10 +21,10 @@
|
|||
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
*/
|
||||
|
||||
#include <foundation/NSConcreteValue.h>
|
||||
#include <foundation/NSString.h>
|
||||
#include <foundation/NSException.h>
|
||||
#include <foundation/NSCoder.h>
|
||||
#include <Foundation/NSConcreteValue.h>
|
||||
#include <Foundation/NSString.h>
|
||||
#include <Foundation/NSException.h>
|
||||
#include <Foundation/NSCoder.h>
|
||||
#include <objects/stdobjects.h>
|
||||
|
||||
/* This file should be run through a preprocessor with the macro TYPE_ORDER
|
||||
|
|
|
@ -23,8 +23,8 @@
|
|||
*/
|
||||
|
||||
#include <objects/stdobjects.h>
|
||||
#include <foundation/NSCoder.h>
|
||||
#include <foundation/NSGCoder.h>
|
||||
#include <Foundation/NSCoder.h>
|
||||
#include <Foundation/NSGCoder.h>
|
||||
#include <objects/NSCoder.h>
|
||||
|
||||
@implementation NSCoder
|
||||
|
|
|
@ -22,10 +22,10 @@
|
|||
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
*/
|
||||
|
||||
#include <foundation/NSConcreteNumber.h>
|
||||
#include <foundation/NSString.h>
|
||||
#include <foundation/NSException.h>
|
||||
#include <foundation/NSCoder.h>
|
||||
#include <Foundation/NSConcreteNumber.h>
|
||||
#include <Foundation/NSString.h>
|
||||
#include <Foundation/NSException.h>
|
||||
#include <Foundation/NSCoder.h>
|
||||
|
||||
/* This file should be run through a preprocessor with the macro TYPE_ORDER
|
||||
defined to a number from 0 to 12 cooresponding to each number type */
|
||||
|
|
|
@ -21,11 +21,11 @@
|
|||
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
*/
|
||||
|
||||
#include <foundation/NSConcreteValue.h>
|
||||
#include <foundation/NSString.h>
|
||||
#include <foundation/NSException.h>
|
||||
#include <foundation/NSCoder.h>
|
||||
#include <foundation/NSZone.h>
|
||||
#include <Foundation/NSConcreteValue.h>
|
||||
#include <Foundation/NSString.h>
|
||||
#include <Foundation/NSException.h>
|
||||
#include <Foundation/NSCoder.h>
|
||||
#include <Foundation/NSZone.h>
|
||||
#include <objects/stdobjects.h>
|
||||
|
||||
/* This is the real, general purpose value object. I've implemented all the
|
||||
|
|
|
@ -22,9 +22,9 @@
|
|||
*/
|
||||
|
||||
#include <objects/stdobjects.h>
|
||||
#include <foundation/NSData.h>
|
||||
#include <foundation/NSString.h>
|
||||
#include <foundation/NSGData.h>
|
||||
#include <Foundation/NSData.h>
|
||||
#include <Foundation/NSString.h>
|
||||
#include <Foundation/NSGData.h>
|
||||
|
||||
/* xxx Pretty messy. Needs work. */
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
Three methods not implemented, and NSCalendarDate/NSTimeZone don't exist.
|
||||
*/
|
||||
|
||||
#include <foundation/NSDate.h>
|
||||
#include <Foundation/NSDate.h>
|
||||
#include <sys/time.h>
|
||||
#include <time.h>
|
||||
#include <stdio.h>
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
*/
|
||||
|
||||
#include <foundation/NSDictionary.h>
|
||||
#include <Foundation/NSDictionary.h>
|
||||
|
||||
@implementation NSDictionary
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
*/
|
||||
|
||||
#include <objects/stdobjects.h>
|
||||
#include <foundation/NSUtilities.h>
|
||||
#include <Foundation/NSUtilities.h>
|
||||
|
||||
@implementation NSEnumerator
|
||||
|
||||
|
|
|
@ -21,12 +21,12 @@
|
|||
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
*/
|
||||
#include <assert.h>
|
||||
#include <foundation/NSException.h>
|
||||
#include <foundation/NSString.h>
|
||||
#include <foundation/NSValue.h>
|
||||
#include <foundation/NSArray.h>
|
||||
#include <foundation/NSCoder.h>
|
||||
#include <foundation/NSDictionary.h>
|
||||
#include <Foundation/NSException.h>
|
||||
#include <Foundation/NSString.h>
|
||||
#include <Foundation/NSValue.h>
|
||||
#include <Foundation/NSArray.h>
|
||||
#include <Foundation/NSCoder.h>
|
||||
#include <Foundation/NSDictionary.h>
|
||||
|
||||
NSString *NSInconsistentArchiveException
|
||||
= @"NSInconsistentArchiveException";
|
||||
|
|
|
@ -22,8 +22,8 @@
|
|||
*/
|
||||
|
||||
#include <objects/stdobjects.h>
|
||||
#include <foundation/NSGArchiver.h>
|
||||
#include <foundation/NSGCoder.h>
|
||||
#include <Foundation/NSGArchiver.h>
|
||||
#include <Foundation/NSGCoder.h>
|
||||
#include <objects/behavior.h>
|
||||
|
||||
@implementation NSGArchiver
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
*/
|
||||
|
||||
#include <foundation/NSGArray.h>
|
||||
#include <Foundation/NSGArray.h>
|
||||
#include <objects/NSArray.h>
|
||||
#include <objects/behavior.h>
|
||||
#include <objects/Array.h>
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
*/
|
||||
|
||||
#include <objects/stdobjects.h>
|
||||
#include <foundation/NSString.h>
|
||||
#include <Foundation/NSString.h>
|
||||
#include <objects/NSString.h>
|
||||
#include <objects/IndexedCollection.h>
|
||||
#include <objects/IndexedCollectionPrivate.h>
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
*/
|
||||
|
||||
#include <foundation/NSGCoder.h>
|
||||
#include <Foundation/NSGCoder.h>
|
||||
#include <objects/NSCoder.h>
|
||||
#include <objects/behavior.h>
|
||||
#include <objects/Coder.h>
|
||||
|
|
|
@ -22,11 +22,11 @@
|
|||
*/
|
||||
|
||||
#include <objects/stdobjects.h>
|
||||
#include <foundation/NSGData.h>
|
||||
#include <Foundation/NSGData.h>
|
||||
#include <objects/NSCoder.h>
|
||||
#include <objects/behavior.h>
|
||||
#include <objects/MemoryStream.h>
|
||||
#include <foundation/NSString.h>
|
||||
#include <Foundation/NSString.h>
|
||||
|
||||
/* This from objects/MemoryStream.h */
|
||||
@interface NSGData (MemoryStream)
|
||||
|
|
|
@ -22,8 +22,8 @@
|
|||
*/
|
||||
|
||||
#include <objects/stdobjects.h>
|
||||
#include <foundation/NSGUnarchiver.h>
|
||||
#include <foundation/NSGCoder.h>
|
||||
#include <Foundation/NSGUnarchiver.h>
|
||||
#include <Foundation/NSGCoder.h>
|
||||
#include <objects/behavior.h>
|
||||
|
||||
@implementation NSGUnarchiver
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
|
||||
#include <math.h>
|
||||
#include <objects/stdobjects.h>
|
||||
#include <foundation/NSGeometry.h>
|
||||
#include <Foundation/NSGeometry.h>
|
||||
|
||||
/* Create Basic Structures */
|
||||
NSPoint
|
||||
|
|
|
@ -23,10 +23,10 @@
|
|||
*/
|
||||
|
||||
#include <objects/stdobjects.h>
|
||||
#include <foundation/NSException.h>
|
||||
#include <foundation/NSString.h>
|
||||
#include <foundation/NSConcreteNumber.h>
|
||||
#include <foundation/NSCoder.h>
|
||||
#include <Foundation/NSException.h>
|
||||
#include <Foundation/NSString.h>
|
||||
#include <Foundation/NSConcreteNumber.h>
|
||||
#include <Foundation/NSCoder.h>
|
||||
|
||||
@implementation NSNumber
|
||||
|
||||
|
|
|
@ -23,14 +23,14 @@
|
|||
|
||||
#include <objects/stdobjects.h>
|
||||
#include <stdarg.h>
|
||||
#include <foundation/NSObject.h>
|
||||
#include <Foundation/NSObject.h>
|
||||
#include <objc/Protocol.h>
|
||||
#include <objc/objc-api.h>
|
||||
#include <foundation/NSMethodSignature.h>
|
||||
// #include <foundation/NSArchiver.h>
|
||||
// #include <foundation/NSCoder.h>
|
||||
#include <foundation/NSInvocation.h>
|
||||
#include <foundation/NSAutoreleasePool.h>
|
||||
#include <Foundation/NSMethodSignature.h>
|
||||
// #include <Foundation/NSArchiver.h>
|
||||
// #include <Foundation/NSCoder.h>
|
||||
#include <Foundation/NSInvocation.h>
|
||||
#include <Foundation/NSAutoreleasePool.h>
|
||||
#include <objects/collhash.h>
|
||||
#include <objects/eltfuncs.h>
|
||||
#include <limits.h>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
*/
|
||||
|
||||
#include <foundation/NSString.h>
|
||||
#include <Foundation/NSString.h>
|
||||
|
||||
NSRange
|
||||
NSMakeRange(float location, float length)
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
*/
|
||||
|
||||
#include <objects/stdobjects.h>
|
||||
#include <foundation/NSString.h>
|
||||
#include <Foundation/NSString.h>
|
||||
#include <objects/IndexedCollection.h>
|
||||
#include <objects/IndexedCollectionPrivate.h>
|
||||
#include <objects/String.h>
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
*/
|
||||
|
||||
#include <foundation/NSUnarchiver.h>
|
||||
#include <Foundation/NSUnarchiver.h>
|
||||
|
||||
@implementation NSUnarchiver
|
||||
|
||||
|
|
|
@ -21,8 +21,8 @@
|
|||
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
*/
|
||||
|
||||
#include <foundation/NSConcreteValue.h>
|
||||
#include <foundation/NSCoder.h>
|
||||
#include <Foundation/NSConcreteValue.h>
|
||||
#include <Foundation/NSCoder.h>
|
||||
|
||||
@implementation NSValue
|
||||
|
||||
|
|
|
@ -74,7 +74,7 @@
|
|||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <malloc.h>
|
||||
#include <foundation/NSZone.h>
|
||||
#include <Foundation/NSZone.h>
|
||||
#include <objects/objc-malloc.h>
|
||||
|
||||
#define DEFAULTLISTSIZE 10
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
#include <stdlib.h>
|
||||
#include <objc/objc-api.h>
|
||||
#include <objc/list.h>
|
||||
#include <foundation/objc-load.h>
|
||||
#include <Foundation/objc-load.h>
|
||||
|
||||
/* include the interface to the dynamic linker */
|
||||
#include "dynamic-load.h"
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
#define __Collection_h_INCLUDE_GNU
|
||||
|
||||
#include <objects/stdobjects.h>
|
||||
#include <foundation/NSObject.h>
|
||||
#include <Foundation/NSObject.h>
|
||||
#include <objects/Collecting.h>
|
||||
#include <objects/stdobjects.h>
|
||||
#include <objects/collhash.h>
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
|
||||
#include <objects/stdobjects.h>
|
||||
#include <objects/Coding.h>
|
||||
#include <foundation/NSGCoder.h>
|
||||
#include <Foundation/NSGCoder.h>
|
||||
|
||||
@interface NSCoder (GNU) <Encoding, Decoding>
|
||||
@end
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* Some preliminary ideas about what a String class might look like.
|
||||
Copyright (C) 1993,1994 Free Software Foundation, Inc.
|
||||
Copyright (C) 1993,1994, 1995 Free Software Foundation, Inc.
|
||||
|
||||
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
|
||||
Date: May 1993
|
||||
|
@ -32,7 +32,7 @@
|
|||
#include <objects/stdobjects.h>
|
||||
#include <objects/IndexedCollection.h>
|
||||
#include <objects/ValueHolding.h>
|
||||
#include <foundation/NSString.h>
|
||||
#include <Foundation/NSString.h>
|
||||
#include <stdarg.h>
|
||||
|
||||
typedef unsigned short Character;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* General purpose definitions for the GNU Objective-C Library.
|
||||
Copyright (C) 1993,1994 Free Software Foundation, Inc.
|
||||
Copyright (C) 1993,1994, 1995 Free Software Foundation, Inc.
|
||||
|
||||
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
|
||||
Date: May 1993
|
||||
|
@ -56,7 +56,7 @@
|
|||
#include <objc/list.h>
|
||||
#endif
|
||||
|
||||
#include <foundation/NSObject.h>
|
||||
#include <Foundation/NSObject.h>
|
||||
#include <objects/objc-malloc.h>
|
||||
@class String;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue