mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +00:00
* Source/NSConcreteNumber.h: Moved here from
Headers/Foundation/NSConcreteNumber.h. * Source/GNUmakefile: Make NSConcreteNumber.h private. * Source/NSConcreteNumber.m: Include NSConcreteNumber.h from new location. * Source/NSNumber.m: Ditto. * Source/NSURL.m: Include NSValue.h in favor of private NSConcreteNumber.h. * Source/NSURLHandle.m: Do not include NSConcreteNumber.h. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@17954 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
54082d205a
commit
45fb8a2fb2
7 changed files with 17 additions and 6 deletions
12
ChangeLog
12
ChangeLog
|
@ -1,3 +1,15 @@
|
|||
2003-10-22 David Ayers <d.ayers@inode.at>
|
||||
|
||||
* Source/NSConcreteNumber.h: Moved here from
|
||||
Headers/Foundation/NSConcreteNumber.h.
|
||||
* Source/GNUmakefile: Make NSConcreteNumber.h private.
|
||||
* Source/NSConcreteNumber.m: Include NSConcreteNumber.h from new
|
||||
location.
|
||||
* Source/NSNumber.m: Ditto.
|
||||
* Source/NSURL.m: Include NSValue.h in favor of private
|
||||
NSConcreteNumber.h.
|
||||
* Source/NSURLHandle.m: Do not include NSConcreteNumber.h.
|
||||
|
||||
2003-10-21 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Source/Makefile.postamble (libgnustep-base.def): Generate at
|
||||
|
|
|
@ -270,7 +270,6 @@ NSCalendarDate.h \
|
|||
NSCharacterSet.h \
|
||||
NSClassDescription.h \
|
||||
NSCoder.h \
|
||||
NSConcreteNumber.h \
|
||||
NSConnection.h \
|
||||
NSData.h \
|
||||
NSDate.h \
|
||||
|
|
|
@ -27,14 +27,14 @@
|
|||
|
||||
#include "config.h"
|
||||
#include "GNUstepBase/preface.h"
|
||||
#include "Foundation/NSObjCRuntime.h"
|
||||
#include "GSConfig.h"
|
||||
#include "Foundation/NSConcreteNumber.h"
|
||||
#include "Foundation/NSObjCRuntime.h"
|
||||
#include "Foundation/NSString.h"
|
||||
#include "Foundation/NSException.h"
|
||||
#include "Foundation/NSCoder.h"
|
||||
#include "Foundation/NSPortCoder.h"
|
||||
#include "Foundation/NSCoder.h"
|
||||
#include "NSConcreteNumber.h"
|
||||
|
||||
/* This file should be run through a preprocessor with the macro TYPE_ORDER
|
||||
defined to a number from 0 to 12 corresponding to each number type */
|
||||
|
|
|
@ -33,13 +33,14 @@
|
|||
#include "Foundation/NSException.h"
|
||||
#include "Foundation/NSString.h"
|
||||
#include "Foundation/NSNotification.h"
|
||||
#include "Foundation/NSConcreteNumber.h"
|
||||
#include "Foundation/NSMapTable.h"
|
||||
#include "Foundation/NSThread.h"
|
||||
#include "Foundation/NSCoder.h"
|
||||
#include "Foundation/NSPortCoder.h"
|
||||
#include "Foundation/NSObjCRuntime.h"
|
||||
|
||||
#include "NSConcreteNumber.h"
|
||||
|
||||
@implementation NSNumber
|
||||
|
||||
static NSMapTable *numberMap;
|
||||
|
|
|
@ -43,12 +43,12 @@ function may be incorrect
|
|||
#include "Foundation/NSString.h"
|
||||
#include "Foundation/NSException.h"
|
||||
#include "Foundation/NSFileManager.h"
|
||||
#include "Foundation/NSConcreteNumber.h"
|
||||
#include "Foundation/NSLock.h"
|
||||
#include "Foundation/NSMapTable.h"
|
||||
#include "Foundation/NSURLHandle.h"
|
||||
#include "Foundation/NSURL.h"
|
||||
#include "Foundation/NSRunLoop.h"
|
||||
#include "Foundation/NSValue.h"
|
||||
#include "Foundation/NSZone.h"
|
||||
|
||||
NSString *NSURLFileScheme = @"file";
|
||||
|
|
|
@ -32,7 +32,6 @@
|
|||
#include "Foundation/NSEnumerator.h"
|
||||
#include "Foundation/NSString.h"
|
||||
#include "Foundation/NSException.h"
|
||||
#include "Foundation/NSConcreteNumber.h"
|
||||
#include "Foundation/NSLock.h"
|
||||
#include "Foundation/NSURLHandle.h"
|
||||
#include "Foundation/NSURL.h"
|
||||
|
|
Loading…
Reference in a new issue