mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Correct layout of FSF headquarters location & licensing info
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/branches/mswin-ng@23991 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
dee0872aed
commit
fcdf3e75f5
12 changed files with 130 additions and 58 deletions
15
ChangeLog
15
ChangeLog
|
@ -1,3 +1,18 @@
|
|||
2006-10-29 Sheldon Gill <sheldon@westnet.net.au>
|
||||
|
||||
* Source\GSInvocation.h
|
||||
* Source\GSRunLoopWatcher.h
|
||||
* Source\GSStream.h
|
||||
* Source\GSRunLoopCtxt.h
|
||||
* Source\NSConcreteNumber.h
|
||||
* Source\dld-load.h
|
||||
* Source\GSPortPrivate.h
|
||||
* Source\callframe.h
|
||||
* Source\GSeq.h
|
||||
* Source\GSFormat.h
|
||||
* Source\GSURLPrivate.h
|
||||
Correct layout of FSF headquarters location and licensing info
|
||||
|
||||
2006-10-29 Sheldon Gill <sheldon@westnet.net.au>
|
||||
|
||||
* Tools\AGSHtml.m
|
||||
|
|
|
@ -19,19 +19,20 @@
|
|||
|
||||
You should have received a copy of the GNU Library General Public
|
||||
License along with this library; if not, write to the Free
|
||||
Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA.
|
||||
Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
||||
Boston, MA 02111 USA.
|
||||
*/
|
||||
|
||||
#ifndef __GSFormat_H_
|
||||
#define __GSFormat_H_
|
||||
#ifndef __GSFormat_h_GNUSTEP_BASE_INCLUDE_PRIVATE
|
||||
#define __GSFormat_h_GNUSTEP_BASE_INCLUDE_PRIVATE
|
||||
|
||||
#include <Foundation/NSZone.h>
|
||||
#include "GSPrivate.h"
|
||||
|
||||
@class NSDictionary;
|
||||
|
||||
void
|
||||
void
|
||||
GSFormat(GSStr fb, const unichar *fmt, va_list ap, NSDictionary *loc);
|
||||
|
||||
#endif
|
||||
#endif /* __GSFormat_h_GNUSTEP_BASE_INCLUDE_PRIVATE */
|
||||
|
||||
|
|
|
@ -18,11 +18,12 @@
|
|||
|
||||
You should have received a copy of the GNU Library General Public
|
||||
License along with this library; if not, write to the Free
|
||||
Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA.
|
||||
*/
|
||||
Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
||||
Boston, MA 02111 USA.
|
||||
*/
|
||||
|
||||
#ifndef __GSInvocation_h_GNUSTEP_BASE_INCLUDE
|
||||
#define __GSInvocation_h_GNUSTEP_BASE_INCLUDE
|
||||
#ifndef __GSInvocation_h_GNUSTEP_BASE_INCLUDE_PRIVATE
|
||||
#define __GSInvocation_h_GNUSTEP_BASE_INCLUDE_PRIVATE
|
||||
|
||||
#include <Foundation/NSInvocation.h>
|
||||
|
||||
|
@ -61,4 +62,4 @@ GSFFIInvokeWithTargetAndImp(NSInvocation *inv, id anObject, IMP imp);
|
|||
|
||||
#define RETAIN_RETURN_VALUE do { if (*_info[0].type == _C_ID) RETAIN (*(id*) _retval);} while (0)
|
||||
|
||||
#endif
|
||||
#endif /* __GSInvocation_h_GNUSTEP_BASE_INCLUDE_PRIVATE */
|
||||
|
|
|
@ -17,12 +17,12 @@
|
|||
|
||||
You should have received a copy of the GNU Library General Public
|
||||
License along with this library; if not, write to the Free
|
||||
Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
|
||||
MA 02111 USA.
|
||||
Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
||||
Boston, MA 02111 USA.
|
||||
*/
|
||||
|
||||
#ifndef __GSPortPrivate_h_
|
||||
#define __GSPortPrivate_h_
|
||||
#ifndef __GSPortPrivate_h_GNUSTEP_BASE_INCLUDE_PRIVATE
|
||||
#define __GSPortPrivate_h_GNUSTEP_BASE_INCLUDE_PRIVATE
|
||||
|
||||
/*
|
||||
* Nameserver deregistration methods
|
||||
|
@ -63,5 +63,5 @@
|
|||
- (void) removeHandle: (GSTcpHandle*)handle;
|
||||
@end
|
||||
|
||||
#endif
|
||||
#endif /* __GSPortPrivate_h_GNUSTEP_BASE_INCLUDE_PRIVATE */
|
||||
|
||||
|
|
|
@ -1,3 +1,24 @@
|
|||
/* GSRunLoopCtxt
|
||||
Copyright (C) 2006 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of the GNUstep Base Library.
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
modify it under the terms of the GNU Library General Public
|
||||
License as published by the Free Software Foundation; either
|
||||
version 2 of the License, or (at your option) any later version.
|
||||
|
||||
This library is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
Library General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU Library General Public
|
||||
License along with this library; if not, write to the Free
|
||||
Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
||||
Boston, MA 02111 USA.
|
||||
*/
|
||||
|
||||
#ifndef __GSRunLoopCtxt_h_GNUSTEP_BASE_INCLUDE
|
||||
#define __GSRunLoopCtxt_h_GNUSTEP_BASE_INCLUDE
|
||||
|
||||
|
|
|
@ -1,7 +1,32 @@
|
|||
#ifndef __GSRunLoopWatcher_h_GNUSTEP_BASE_INCLUDE
|
||||
#define __GSRunLoopWatcher_h_GNUSTEP_BASE_INCLUDE
|
||||
/* GSRunLoopWatcher
|
||||
Copyright (C) 2006 Free Software Foundation, Inc.
|
||||
|
||||
/*
|
||||
This file is part of the GNUstep Base Library.
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
modify it under the terms of the GNU Library General Public
|
||||
License as published by the Free Software Foundation; either
|
||||
version 2 of the License, or (at your option) any later version.
|
||||
|
||||
This library is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
Library General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU Library General Public
|
||||
License along with this library; if not, write to the Free
|
||||
Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
||||
Boston, MA 02111 USA.
|
||||
*/
|
||||
|
||||
#ifndef __GSRunLoopWatcher_h_GNUSTEP_BASE_INCLUDE_PRIVATE
|
||||
#define __GSRunLoopWatcher_h_GNUSTEP_BASE_INCLUDE_PRIVATE
|
||||
|
||||
#include "config.h"
|
||||
#include "GNUstepBase/preface.h"
|
||||
#include <Foundation/NSRunLoop.h>
|
||||
|
||||
/*
|
||||
* The 'GSRunLoopWatcher' class was written to permit the (relatively)
|
||||
* easy addition of new events to be watched for in the runloop.
|
||||
*
|
||||
|
@ -30,10 +55,6 @@
|
|||
* NB. This class is private to NSRunLoop and must not be subclassed.
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "GNUstepBase/preface.h"
|
||||
#include <Foundation/NSRunLoop.h>
|
||||
|
||||
@class NSDate;
|
||||
|
||||
@interface GSRunLoopWatcher: NSObject
|
||||
|
@ -58,4 +79,4 @@
|
|||
- (BOOL) runLoopShouldBlock: (BOOL*)trigger;
|
||||
@end
|
||||
|
||||
#endif /* __GSRunLoopWatcher_h_GNUSTEP_BASE_INCLUDE */
|
||||
#endif /* __GSRunLoopWatcher_h_GNUSTEP_BASE_INCLUDE_PRIVATE */
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
#ifndef INCLUDED_GSSTREAM_H
|
||||
#define INCLUDED_GSSTREAM_H
|
||||
|
||||
/** Implementation for GSStream for GNUStep
|
||||
Copyright (C) 2006 Free Software Foundation, Inc.
|
||||
|
||||
|
@ -8,6 +5,8 @@
|
|||
Written by: Richard Frith-Macdonald <rfm@gnu.org>
|
||||
Date: 2006
|
||||
|
||||
This file is part of the GNUstep Base Library.
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
modify it under the terms of the GNU Library General Public
|
||||
License as published by the Free Software Foundation; either
|
||||
|
@ -51,6 +50,9 @@
|
|||
`-- GSLocalServerStream
|
||||
*/
|
||||
|
||||
#ifndef __GSStream_h_GNUSTEP_BASE_INCLUDE_PRIVATE
|
||||
#define __GSStream_h_GNUSTEP_BASE_INCLUDE_PRIVATE
|
||||
|
||||
#include <Foundation/NSStream.h>
|
||||
#include <Foundation/NSRunLoop.h>
|
||||
|
||||
|
@ -191,5 +193,4 @@ IVARS
|
|||
- (void) _dispatch;
|
||||
@end
|
||||
|
||||
#endif
|
||||
|
||||
#endif /* __GSStream_h_GNUSTEP_BASE_INCLUDE_PRIVATE */
|
||||
|
|
|
@ -17,12 +17,12 @@
|
|||
|
||||
You should have received a copy of the GNU Library General Public
|
||||
License along with this library; if not, write to the Free
|
||||
Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
|
||||
MA 02111 USA.
|
||||
*/
|
||||
Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
||||
Boston, MA 02111 USA.
|
||||
*/
|
||||
|
||||
#ifndef __GSURLPrivate_h_
|
||||
#define __GSURLPrivate_h_
|
||||
#ifndef __GSURLPrivate_h_GNUSTEP_BASE_INCLUDE_PRIVATE
|
||||
#define __GSURLPrivate_h_GNUSTEP_BASE_INCLUDE_PRIVATE
|
||||
|
||||
/*
|
||||
* Headers needed by many URL loading classes
|
||||
|
@ -114,5 +114,5 @@
|
|||
- (NSURLProtectionSpace *) space;
|
||||
@end
|
||||
|
||||
#endif
|
||||
#endif /* GNUSTEP_BASE_INCLUDE_PRIVATE */
|
||||
|
||||
|
|
|
@ -20,8 +20,9 @@
|
|||
|
||||
You should have received a copy of the GNU Library General Public
|
||||
License along with this library; if not, write to the Free
|
||||
Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA.
|
||||
*/
|
||||
Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
||||
Boston, MA 02111 USA.
|
||||
*/
|
||||
|
||||
/*
|
||||
* Warning - this contains hairy code - handle with care.
|
||||
|
@ -35,8 +36,8 @@
|
|||
* times so the same code can be used for NSString, and subclasses.
|
||||
*/
|
||||
|
||||
#ifndef __GSeq_h_GNUSTEP_BASE_INCLUDE
|
||||
#define __GSeq_h_GNUSTEP_BASE_INCLUDE
|
||||
#ifndef __GSeq_h_GNUSTEP_BASE_INCLUDE_PRIVATE
|
||||
#define __GSeq_h_GNUSTEP_BASE_INCLUDE_PRIVATE
|
||||
|
||||
/*
|
||||
* Some standard selectors for frequently used methods. Set in NSString
|
||||
|
@ -300,7 +301,7 @@ static inline void GSeq_uppercase(GSeq seq)
|
|||
#define FAS 8
|
||||
#define BAS 12
|
||||
|
||||
#endif /* __GSeq_h_GNUSTEP_BASE_INCLUDE */
|
||||
#endif /* __GSeq_h_GNUSTEP_BASE_INCLUDE_PRIVATE */
|
||||
|
||||
/*
|
||||
* Set up macros for dealing with 'self' on the basis of GSQ_S
|
||||
|
|
|
@ -19,9 +19,13 @@
|
|||
|
||||
You should have received a copy of the GNU Library General Public
|
||||
License along with this library; if not, write to the Free
|
||||
Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA.
|
||||
Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
||||
Boston, MA 02111 USA.
|
||||
*/
|
||||
|
||||
#ifndef __NSConcreteNumber_h_GNUSTEP_BASE_INCLUDE_PRIVATE
|
||||
#define __NSConcreteNumber_h_GNUSTEP_BASE_INCLUDE_PRIVATE
|
||||
|
||||
#include <Foundation/NSValue.h>
|
||||
|
||||
@interface NSBoolNumber : NSNumber
|
||||
|
@ -102,3 +106,4 @@
|
|||
}
|
||||
@end
|
||||
|
||||
#endif /* __NSConcreteNumber_h_GNUSTEP_BASE_INCLUDE_PRIVATE */
|
||||
|
|
|
@ -19,11 +19,12 @@
|
|||
|
||||
You should have received a copy of the GNU Library General Public
|
||||
License along with this library; if not, write to the Free
|
||||
Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA.
|
||||
*/
|
||||
Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
||||
Boston, MA 02111 USA.
|
||||
*/
|
||||
|
||||
#ifndef callframe_h_INCLUDE
|
||||
#define callframe_h_INCLUDE
|
||||
#ifndef callframe_h_GNUSTEP_BASE_INCLUDE
|
||||
#define callframe_h_GNUSTEP_BASE_INCLUDE
|
||||
|
||||
#include "Foundation/NSMethodSignature.h"
|
||||
#include "GNUstepBase/DistributedObjects.h"
|
||||
|
@ -52,5 +53,5 @@ extern void callframe_build_return (NSInvocation *inv,
|
|||
BOOL out_parameters,
|
||||
void(*decoder)(DOContext*),
|
||||
DOContext* ctxt);
|
||||
#endif
|
||||
#endif /* callframe_h_GNUSTEP_BASE_INCLUDE */
|
||||
|
||||
|
|
|
@ -3,17 +3,22 @@
|
|||
|
||||
Copyright (C) 1995, Free Software Foundation.
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU Library General Public License as published by
|
||||
the Free Software Foundation; either version 2 of the License, or (at
|
||||
your option) any later version. This program is distributed in the
|
||||
hope that it will be useful, but WITHOUT ANY WARRANTY; without even
|
||||
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
|
||||
PURPOSE. See the GNU Library General Public License for more details.
|
||||
This file is part of the GNUstep Base Library.
|
||||
|
||||
You should have received a copy of the GNU Library General Public License
|
||||
along with this program; if not, write to the Free Software
|
||||
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
This library is free software; you can redistribute it and/or
|
||||
modify it under the terms of the GNU Library General Public
|
||||
License as published by the Free Software Foundation; either
|
||||
version 2 of the License, or (at your option) any later version.
|
||||
|
||||
This library is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
Library General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU Library General Public
|
||||
License along with this library; if not, write to the Free
|
||||
Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
||||
Boston, MA 02111 USA.
|
||||
|
||||
BUGS:
|
||||
- object files loaded by dld must be loaded with 'ld -r' rather
|
||||
|
@ -26,8 +31,8 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
|||
|
||||
*/
|
||||
|
||||
#ifndef __dld_load_h_INCLUDE
|
||||
#define __dld_load_h_INCLUDE
|
||||
#ifndef __dld_load_h_GNUSTEP_BASE_INCLUDE_PRIVATE
|
||||
#define __dld_load_h_GNUSTEP_BASE_INCLUDE_PRIVATE
|
||||
|
||||
#include <dld/defs.h>
|
||||
|
||||
|
@ -160,4 +165,4 @@ __objc_dynamic_get_symbol_path(dl_handle_t handle, dl_symbol_t symbol)
|
|||
return NULL;
|
||||
}
|
||||
|
||||
#endif /* __dld_load_h_INCLUDE */
|
||||
#endif /* __dld_load_h_GNUSTEP_BASE_INCLUDE_PRIVATE */
|
||||
|
|
Loading…
Reference in a new issue