mirror of
https://github.com/gnustep/libs-gdl2.git
synced 2025-02-19 09:40:59 +00:00
* EOAccess/EOAccessFault.m: Add #includes for non *-gnu-*.
* EOAccess/EOAdaptorOperation.m: Ditto. * EOAccess/EOAttribute.m: Ditto. * EOAccess/EODatabaseDataSource.m: Ditto. * EOAccess/EODatabaseOperation.m: Ditto. * EOAccess/EOEntity.m: Ditto. * EOAccess/EOExpressionArray.m: Ditto. * EOAccess/EOJoin.m: Ditto. * EOAccess/EORelationship.m: Ditto. * EOAccess/EOSQLExpression.m: Ditto. * EOAdaptors/Postgres95/Postgres95Adaptor.m: Ditto. * EOAdaptors/Postgres95/Postgres95Channel.m: Ditto. * EOAdaptors/Postgres95/Postgres95Context.m: Ditto. * EOAdaptors/Postgres95/Postgres95SQLExpression.m: Ditto. * EOAdaptors/Postgres95/Postgres95Values.m: Ditto. * EOControl/EOCheapArray.m: Ditto. * EOControl/EODetailDataSource.m: Ditto. * EOControl/EOGenericRecord.m: Ditto. * EOControl/EOKeyComparisonQualifier.m: Ditto. * EOControl/EOKeyGlobalID.m: Ditto. * EOControl/EOKeyValueQualifier.m: Ditto. * EOControl/EOMutableKnownKeyDictionary.m: Ditto. * EOControl/EONSAddOns.m: Ditto. * Tools/EOModel+GSDoc.m: Remove usage of -version. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@18513 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
b5c8661b30
commit
b2d0d8c7f5
25 changed files with 57 additions and 7 deletions
28
ChangeLog
28
ChangeLog
|
@ -1,3 +1,31 @@
|
|||
2003-02-01 David Ayers <d.ayers@inode.at>
|
||||
|
||||
* EOAccess/EOAccessFault.m: Add #includes for non *-gnu-*.
|
||||
* EOAccess/EOAdaptorOperation.m: Ditto.
|
||||
* EOAccess/EOAttribute.m: Ditto.
|
||||
* EOAccess/EODatabaseDataSource.m: Ditto.
|
||||
* EOAccess/EODatabaseOperation.m: Ditto.
|
||||
* EOAccess/EOEntity.m: Ditto.
|
||||
* EOAccess/EOExpressionArray.m: Ditto.
|
||||
* EOAccess/EOJoin.m: Ditto.
|
||||
* EOAccess/EORelationship.m: Ditto.
|
||||
* EOAccess/EOSQLExpression.m: Ditto.
|
||||
* EOAdaptors/Postgres95/Postgres95Adaptor.m: Ditto.
|
||||
* EOAdaptors/Postgres95/Postgres95Channel.m: Ditto.
|
||||
* EOAdaptors/Postgres95/Postgres95Context.m: Ditto.
|
||||
* EOAdaptors/Postgres95/Postgres95SQLExpression.m: Ditto.
|
||||
* EOAdaptors/Postgres95/Postgres95Values.m: Ditto.
|
||||
* EOControl/EOCheapArray.m: Ditto.
|
||||
* EOControl/EODetailDataSource.m: Ditto.
|
||||
* EOControl/EOGenericRecord.m: Ditto.
|
||||
* EOControl/EOKeyComparisonQualifier.m: Ditto.
|
||||
* EOControl/EOKeyGlobalID.m: Ditto.
|
||||
* EOControl/EOKeyValueQualifier.m: Ditto.
|
||||
* EOControl/EOMutableKnownKeyDictionary.m: Ditto.
|
||||
* EOControl/EONSAddOns.m: Ditto.
|
||||
|
||||
* Tools/EOModel+GSDoc.m: Remove usage of -version.
|
||||
|
||||
2003-01-30 David Ayers <d.ayers@inode.at>
|
||||
|
||||
* GNUmakefile: Build EOControl before EOAccess.
|
||||
|
|
|
@ -45,6 +45,7 @@ RCS_ID("$Id$")
|
|||
|
||||
#ifndef GNUSTEP
|
||||
#include <GNUstepBase/GNUstep.h>
|
||||
#include <GNUstepBase/GSCategories.h>
|
||||
#endif
|
||||
|
||||
#include <EOControl/EOCheapArray.h>
|
||||
|
|
|
@ -44,6 +44,8 @@ RCS_ID("$Id$")
|
|||
|
||||
#ifndef GNUSTEP
|
||||
#include <GNUstepBase/GNUstep.h>
|
||||
#include <GNUstepBase/GSObjCRuntime.h>
|
||||
#include <GNUstepBase/GSCategories.h>
|
||||
#endif
|
||||
|
||||
#include <EOAccess/EODatabaseOperation.h>
|
||||
|
|
|
@ -59,6 +59,7 @@ RCS_ID("$Id$")
|
|||
|
||||
#ifndef GNUSTEP
|
||||
#include <GNUstepBase/GNUstep.h>
|
||||
#include <GNUstepBase/GSObjCRuntime.h>
|
||||
#include <GNUstepBase/GSCategories.h>
|
||||
#endif
|
||||
|
||||
|
|
|
@ -54,6 +54,7 @@ RCS_ID("$Id$")
|
|||
|
||||
#ifndef GNUSTEP
|
||||
#include <GNUstepBase/GNUstep.h>
|
||||
#include <GNUstepBase/GSObjCRuntime.h>
|
||||
#include <GNUstepBase/GSCategories.h>
|
||||
#endif
|
||||
|
||||
|
|
|
@ -48,6 +48,8 @@ RCS_ID("$Id$")
|
|||
|
||||
#ifndef GNUSTEP
|
||||
#include <GNUstepBase/GNUstep.h>
|
||||
#include <GNUstepBase/GSObjCRuntime.h>
|
||||
#include <GNUstepBase/GSCategories.h>
|
||||
#endif
|
||||
|
||||
#include <EOControl/EODebug.h>
|
||||
|
|
|
@ -62,6 +62,7 @@ RCS_ID("$Id$")
|
|||
|
||||
#ifndef GNUSTEP
|
||||
#include <GNUstepBase/GNUstep.h>
|
||||
#include <GNUstepBase/GSObjCRuntime.h>
|
||||
#include <GNUstepBase/GSCategories.h>
|
||||
#endif
|
||||
|
||||
|
|
|
@ -53,9 +53,9 @@ RCS_ID("$Id$")
|
|||
|
||||
#ifndef GNUSTEP
|
||||
#include <GNUstepBase/GNUstep.h>
|
||||
#endif
|
||||
|
||||
#include <GNUstepBase/GSCategories.h>
|
||||
#include <GNUstepBase/GSObjCRuntime.h>
|
||||
#endif
|
||||
|
||||
#include <EOControl/EODebug.h>
|
||||
|
||||
|
|
|
@ -45,6 +45,8 @@ RCS_ID("$Id$")
|
|||
|
||||
#ifndef GNUSTEP
|
||||
#include <GNUstepBase/GNUstep.h>
|
||||
#include <GNUstepBase/GSObjCRuntime.h>
|
||||
#include <GNUstepBase/GSCategories.h>
|
||||
#endif
|
||||
|
||||
#include <EOControl/EODebug.h>
|
||||
|
|
|
@ -49,6 +49,7 @@ RCS_ID("$Id$")
|
|||
|
||||
#ifndef GNUSTEP
|
||||
#include <GNUstepBase/GNUstep.h>
|
||||
#include <GNUstepBase/GSObjCRuntime.h>
|
||||
#include <GNUstepBase/GSCategories.h>
|
||||
#endif
|
||||
|
||||
|
|
|
@ -53,6 +53,7 @@ RCS_ID("$Id$")
|
|||
|
||||
#ifndef GNUSTEP
|
||||
#include <GNUstepBase/GNUstep.h>
|
||||
#include <GNUstepBase/GSObjCRuntime.h>
|
||||
#include <GNUstepBase/GSCategories.h>
|
||||
#endif
|
||||
|
||||
|
|
|
@ -58,6 +58,7 @@ RCS_ID("$Id$")
|
|||
|
||||
#ifndef GNUSTEP
|
||||
#include <GNUstepBase/GNUstep.h>
|
||||
#include <GNUstepBase/GSCategories.h>
|
||||
#endif
|
||||
|
||||
#include <EOControl/EONSAddOns.h>
|
||||
|
|
|
@ -56,6 +56,7 @@ RCS_ID("$Id$")
|
|||
|
||||
#ifndef GNUSTEP
|
||||
#include <GNUstepBase/GNUstep.h>
|
||||
#include <GNUstepBase/GSCategories.h>
|
||||
#endif
|
||||
|
||||
#include <EOControl/EONull.h>
|
||||
|
|
|
@ -53,6 +53,7 @@ RCS_ID("$Id$")
|
|||
|
||||
#ifndef GNUSTEP
|
||||
#include <GNUstepBase/GNUstep.h>
|
||||
#include <GNUstepBase/GSCategories.h>
|
||||
#endif
|
||||
|
||||
#include <EOControl/EODebug.h>
|
||||
|
|
|
@ -45,6 +45,7 @@ RCS_ID("$Id$")
|
|||
|
||||
#ifndef GNUSTEP
|
||||
#include <GNUstepBase/GNUstep.h>
|
||||
#include <GNUstepBase/GSCategories.h>
|
||||
#endif
|
||||
|
||||
#include <EOControl/EONull.h>
|
||||
|
|
|
@ -50,6 +50,7 @@ RCS_ID("$Id$")
|
|||
|
||||
#ifndef GNUSTEP
|
||||
#include <GNUstepBase/GNUstep.h>
|
||||
#include <GNUstepBase/GSCategories.h>
|
||||
#endif
|
||||
|
||||
|
||||
|
|
|
@ -47,6 +47,7 @@ RCS_ID("$Id$")
|
|||
|
||||
#ifndef GNUSTEP
|
||||
#include <GNUstepBase/GNUstep.h>
|
||||
#include <GNUstepBase/GSCategories.h>
|
||||
#endif
|
||||
|
||||
#include <EOControl/EOCheapArray.h>
|
||||
|
|
|
@ -47,6 +47,7 @@ RCS_ID("$Id$")
|
|||
|
||||
#ifndef GNUSTEP
|
||||
#include <GNUstepBase/GNUstep.h>
|
||||
#include <GNUstepBase/GSObjCRuntime.h>
|
||||
#endif
|
||||
|
||||
#include <EOControl/EODetailDataSource.h>
|
||||
|
|
|
@ -53,9 +53,9 @@ RCS_ID("$Id$")
|
|||
|
||||
#ifndef GNUSTEP
|
||||
#include <GNUstepBase/GNUstep.h>
|
||||
#endif
|
||||
|
||||
#include <GNUstepBase/GSObjCRuntime.h>
|
||||
#include <GNUstepBase/GSCategories.h>
|
||||
#endif
|
||||
|
||||
#include <EOControl/EOClassDescription.h>
|
||||
#include <EOControl/EOGenericRecord.h>
|
||||
|
|
|
@ -46,6 +46,7 @@ RCS_ID("$Id$")
|
|||
|
||||
#ifndef GNUSTEP
|
||||
#include <GNUstepBase/GNUstep.h>
|
||||
#include <GNUstepBase/GSObjCRuntime.h>
|
||||
#endif
|
||||
|
||||
#include <EOControl/EOQualifier.h>
|
||||
|
|
|
@ -46,6 +46,8 @@ RCS_ID("$Id$")
|
|||
|
||||
#ifndef GNUSTEP
|
||||
#include <GNUstepBase/GNUstep.h>
|
||||
#include <GNUstepBase/GSObjCRuntime.h>
|
||||
#include <GNUstepBase/GSCategories.h>
|
||||
#endif
|
||||
|
||||
#include <EOControl/EOKeyGlobalID.h>
|
||||
|
|
|
@ -49,6 +49,7 @@ RCS_ID("$Id$")
|
|||
|
||||
#ifndef GNUSTEP
|
||||
#include <GNUstepBase/GNUstep.h>
|
||||
#include <GNUstepBase/GSObjCRuntime.h>
|
||||
#include <GNUstepBase/GSCategories.h>
|
||||
#endif
|
||||
|
||||
|
|
|
@ -49,6 +49,7 @@ RCS_ID("$Id$")
|
|||
|
||||
#ifndef GNUSTEP
|
||||
#include <GNUstepBase/GNUstep.h>
|
||||
#include <GNUstepBase/GSObjCRuntime.h>
|
||||
#include <GNUstepBase/GSCategories.h>
|
||||
#endif
|
||||
|
||||
|
|
|
@ -52,6 +52,7 @@ RCS_ID("$Id$")
|
|||
|
||||
#ifndef GNUSTEP
|
||||
#include <GNUstepBase/GNUstep.h>
|
||||
#include <GNUstepBase/GSCategories.h>
|
||||
#include <GNUstepBase/GSObjCRuntime.h>
|
||||
#endif
|
||||
|
||||
|
|
|
@ -86,9 +86,6 @@ RCS_ID("$Id$")
|
|||
([self name]
|
||||
? [NSString stringWithFormat: @" name=\"%@\"",
|
||||
[self name]] : @""),
|
||||
([self version]
|
||||
? [NSString stringWithFormat: @" version=\"%f\"",
|
||||
[self version]] : @""),
|
||||
([self adaptorName]
|
||||
? [NSString stringWithFormat: @" adaptorName=\"%@\"",
|
||||
[self adaptorName]] : @""),
|
||||
|
|
Loading…
Reference in a new issue