Include config.h

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@6369 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 2000-03-24 05:40:19 +00:00
parent c7d6e7c763
commit 1888a16328
23 changed files with 29 additions and 1 deletions

View file

@ -1,3 +1,10 @@
2000-03-23 Adam Fedor <fedor@gnu.org>
* Source/....m: include config.h
* Tools/*.m: Likewise.
* Headers/gnustep/base/preface.h.in: Implement VASPRINTF_LENGTH
when vasprintf does not return length.
2000-03-23 Mirko Viviani <mirko.viviani@rccr.cremona.it>
* Source/NSString.m: ([-initWithFormat:arguments:]) added

View file

@ -158,7 +158,7 @@ extern const char o_NeXT_cc_version[];
#if VASPRINTF_RETURNS_LENGTH
#define VASPRINTF_LENGTH(VASPF_CALL) (VASPF_CALL)
#else
#error /* not implemented yet */
#define VASPRINTF_LENGTH(VASPF_CALL) strlen((VASPF_CALL))
#endif /* VSPRINTF_RETURNS_LENGTH */

View file

@ -26,6 +26,7 @@
#include <stdio.h>
#include <stdlib.h>
#include "config.h"
#include <Foundation/NSString.h>
#include <Foundation/NSBundle.h>

View file

@ -43,6 +43,7 @@
* attributes argument and use the values from the string.
*/
#include "config.h"
#include <base/preface.h>
#include <base/fast.x>
#include <base/Unicode.h>

View file

@ -43,6 +43,7 @@
* attributes argument and use the values from the string.
*/
#include "config.h"
#include <base/preface.h>
#include <Foundation/NSGAttributedString.h>
#include <Foundation/NSException.h>

View file

@ -23,6 +23,7 @@
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111 USA.
*/
#include "config.h"
#include <Foundation/NSException.h>
#include <Foundation/NSCoder.h>
#include <Foundation/NSInvocation.h>

View file

@ -25,6 +25,7 @@
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111 USA.
*/
#include "config.h"
#include <Foundation/NSNotification.h>
#include <Foundation/NSException.h>
#include <Foundation/NSLock.h>

View file

@ -21,6 +21,7 @@
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111 USA.
*/
#include "config.h"
#import <Foundation/NSProtocolChecker.h>
#import <Foundation/NSException.h>
#import <Foundation/NSInvocation.h>

View file

@ -20,6 +20,7 @@
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111 USA.
*/
#include "config.h"
#include <Foundation/NSObject.h>
#include <Foundation/NSString.h>
#include <Foundation/NSArray.h>

View file

@ -25,6 +25,7 @@
/**** Included Headers *******************************************************/
#include <stdlib.h>
#include "config.h"
#include <Foundation/NSString.h>
#include <base/o_cbs.h>

View file

@ -25,6 +25,7 @@
/**** Included Headers *******************************************************/
#include <stdlib.h>
#include "config.h"
#include <Foundation/NSObject.h>
#include <Foundation/NSString.h>
#include <base/o_cbs.h>

View file

@ -25,6 +25,7 @@
/**** Included Headers *******************************************************/
#include <stdlib.h>
#include "config.h"
#include <Foundation/NSString.h>
#include <base/o_cbs.h>

View file

@ -25,6 +25,7 @@
/**** Included Headers *******************************************************/
#include <stdlib.h>
#include "config.h"
#include <Foundation/NSString.h>
#include <base/o_cbs.h>

View file

@ -25,6 +25,7 @@
/**** Included Headers *******************************************************/
#include <stdlib.h>
#include "config.h"
#include <Foundation/NSString.h>
#include <base/o_cbs.h>

View file

@ -18,6 +18,7 @@
*/
#include "config.h"
#include <Foundation/NSArray.h>
#include <Foundation/NSDictionary.h>
#include <Foundation/NSString.h>

View file

@ -18,6 +18,7 @@
*/
#include "config.h"
#include <Foundation/NSArray.h>
#include <Foundation/NSDictionary.h>
#include <Foundation/NSString.h>

View file

@ -18,6 +18,7 @@
*/
#include "config.h"
#include <Foundation/NSArray.h>
#include <Foundation/NSDictionary.h>
#include <Foundation/NSString.h>

View file

@ -18,6 +18,7 @@
*/
#include "config.h"
#include <Foundation/NSArray.h>
#include <Foundation/NSDictionary.h>
#include <Foundation/NSString.h>

View file

@ -18,6 +18,7 @@
*/
#include "config.h"
#include <Foundation/NSObject.h>
#include <Foundation/NSConnection.h>
#include <Foundation/NSData.h>

View file

@ -18,6 +18,7 @@
*/
#include "config.h"
#include <Foundation/NSArray.h>
#include <Foundation/NSData.h>
#include <Foundation/NSException.h>

View file

@ -18,6 +18,7 @@
*/
#include "config.h"
#include <Foundation/NSArray.h>
#include <Foundation/NSException.h>
#include <Foundation/NSString.h>

View file

@ -18,6 +18,7 @@
*/
#include "config.h"
#include <Foundation/NSArray.h>
#include <Foundation/NSData.h>
#include <Foundation/NSException.h>

View file

@ -18,6 +18,7 @@
*/
#include "config.h"
#include <Foundation/NSArray.h>
#include <Foundation/NSException.h>
#include <Foundation/NSString.h>