Change R. Andrew McCallum to post-marriage name: Andrew Kachites McCallum

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1456 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Andrew McCallum 1996-04-17 20:17:45 +00:00
parent ddd154e940
commit 1b2c5c89ff
236 changed files with 250 additions and 250 deletions

View file

@ -2,9 +2,9 @@
# admin makefile for Objective-C Class Library
# Copyright (C) 1995 Free Software Foundation, Inc.
#
# Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
# Written by: Andrew Kachites McCallum <mccallum@gnu.ai.mit.edu>
#
# This file is part of the GNU Objective-C Class Library.
# 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

View file

@ -2,7 +2,7 @@
The Gnustep Base Library (libobjects) is a library of
general-purpose, non-graphical Objective C objects written by
R. Andrew McCallum and designed in the Smalltalk tradition. It
Andrew Kachites McCallum and designed in the Smalltalk tradition. It
includes collection objects for maintaining groups of objects and C
types, byte streams for I/O to various destinations, coders for
formating objects and C types to byte streams, ports for network
@ -19,26 +19,26 @@ groups of objects and C types, byte streams for I/O to various
destinations, coders for formating objects and C types to byte
streams, ports for network packet transmission, remote object
messaging support, pseudo-random number generators, and time handling
facilities. It is being written by R. Andrew McCallum.
facilities. It is being written by Andrew Kachites McCallum.
* Gnustep Base Library (libobjects)
R. Andrew McCallum is writing the Gnustep Base Library, a
Andrew Kachites McCallum is writing the Gnustep Base Library, a
library of general-purpose, non-graphical Objective C objects designed
in the Smalltalk tradition. It includes collection objects for
maintaining groups of objects and C types, byte streams for I/O to
various destinations, coders for formating objects and C types to byte
streams, ports for network packet transmission, remote object
messaging support, pseudo-random number generators, and time handling
facilities. It is being written by R. Andrew McCallum.
facilities. It is being written by Andrew Kachites McCallum.
* Gnustep Base Library
The Gnustep Base Library (@code{libobjects}) is a library of
general-purpose, non-graphical Objective C objects written by
R. Andrew McCallum. It includes collection objects for maintaining
Andrew Kachites McCallum. It includes collection objects for maintaining
groups of objects and C types, streams for I/O to various
destinations, coders for formating objects and C types to streams,
ports for network packet transmission, distributed objects (remote
@ -51,7 +51,7 @@ facilities. Contact @samp{mccallum@gnu.ai.mit.edu}.
The Gnustep Base Library (libobjects) is a library of
general-purpose, non-graphical Objective C objects written by
R. Andrew McCallum. What `libg++' is to GNU's C++, `libobjects' is to
Andrew Kachites McCallum. What `libg++' is to GNU's C++, `libobjects' is to
GNU's Objective C.
The library features collection objects for maintaining groups of
@ -108,7 +108,7 @@ Here is the simple description:
The Gnustep Base Library (@code{libobjects}) is a library of
general-purpose, non-graphical Objective C objects written by
R. Andrew McCallum. It includes collection objects for maintaining
Andrew Kachites McCallum. It includes collection objects for maintaining
groups of objects and C types, streams for I/O to various
destinations, coders for formating objects and C types to streams,
ports for network packet transmission, distributed objects (remote

View file

@ -7,7 +7,7 @@ Wed Apr 17 08:56:09 1996 Andrew McCallum <mccallum@cs.rochester.edu>
<objects/*.h> -> <gnustep/base/*.h>
OBJECTS_* -> GNUSTEP_BASE_*
objects_*() -> o_*()
R. Andrew McCallum -> Andrew Kachites McCallum
Andrew Kachites McCallum -> Andrew Kachites McCallum
(my pre-marriage name) (my post-marriage name)
...and more...
@ -5275,7 +5275,7 @@ Fri Jul 22 11:41:32 1994 Andrew McCallum (mccallum@vein.cs.rochester.edu)
* Makefile.in (dist): Makefile.depend and Makefile.local forced to
be empty files by touch.
Sat Jul 16 13:18:10 1994 R. Andrew McCallum (mccallum@ngoma)
Sat Jul 16 13:18:10 1994 Andrew Kachites McCallum (mccallum@ngoma)
* configure.in: Define NXcc if using NeXT's cc. Sources
#ifdef'ing (NeXT) don't distinguish between NeXT cc and gcc on a

View file

@ -2,7 +2,7 @@
# Documentation makefile for Objective-C Class Library
# Copyright (C) 1995, 1996 Free Software Foundation, Inc.
#
# Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
# Written by: Andrew Kachites McCallum <mccallum@gnu.ai.mit.edu>
#
# This file is part of the GNU Objective-C Class Library.
#

View file

@ -68,7 +68,7 @@ be placed in @samp{ftp://alpha.gnu.ai.mit.edu/gnu}.
@display
Happy Hacking!
R. Andrew McCallum
Andrew Kachites McCallum
mccallum@@gnu.ai.mit.edu
@end display

View file

@ -67,7 +67,7 @@ Free Software Foundation instead of in the original English.
@c @subtitle last updated Oct 26, 1993
@subtitle Version @value{OBJECTS_VERSION}
@subtitle (for use with @samp{gcc} version @value{GCC_VERSION})
@author R. Andrew McCallum (mccallum@@gnu.ai.mit.edu)
@author Andrew Kachites McCallum (mccallum@@gnu.ai.mit.edu)
@page
@vskip 0pt plus 1filll
Copyright @copyright{} 1993 Free Software Foundation, Inc.

View file

@ -10,7 +10,7 @@ END-INFO-DIR-ENTRY
@end ifinfo
@ifinfo
Copyright @copyright{} 1994 R. Andrew McCallum and Free Software
Copyright @copyright{} 1994 Andrew Kachites McCallum and Free Software
Foundation, Inc.
Permission is granted to make and distribute verbatim copies of
@ -31,11 +31,11 @@ into another language, under the above conditions for modified versions.
@titlepage
@finalout
@title The GNU Objective-C Language Manual
@author R. Andrew McCallum
@author Andrew Kachites McCallum
@page
@vskip 0pt plus 1filll
Copyright @copyright{} 1994 R. Andrew McCallum and Free Software
Copyright @copyright{} 1994 Andrew Kachites McCallum and Free Software
Foundation, Inc.
Permission is granted to make and distribute verbatim copies of

View file

@ -2,7 +2,7 @@
# Examples makefile for Objective-C Class Library
# Copyright (C) 1993, 1995, 1996 Free Software Foundation, Inc.
#
# Written by: R. Andrew McCallum <mccallum@cs.rochester.edu>
# Written by: Andrew Kachites McCallum <mccallum@cs.rochester.edu>
# Dept. of Computer Science, U. of Rochester, Rochester, NY 14627
#
# This file is part of the GNU Objective-C Class Library.

View file

@ -1,7 +1,7 @@
/* Interface for GNU Objective-C Archiver object for use serializing
Copyright (C) 1996 Free Software Foundation, Inc.
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
Written by: Andrew Kachites McCallum <mccallum@gnu.ai.mit.edu>
Created: January 1996
This file is part of the Gnustep Base Library.

View file

@ -1,7 +1,7 @@
/* Interface for Objective-C Array collection object
Copyright (C) 1993, 1994, 1996 Free Software Foundation, Inc.
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
Written by: Andrew Kachites McCallum <mccallum@gnu.ai.mit.edu>
Date: May 1993
This file is part of the Gnustep Base Library.

View file

@ -1,7 +1,7 @@
/* Array definitions for the use of subclass implementations only
Copyright (C) 1993, 1994, 1996 Free Software Foundation, Inc.
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
Written by: Andrew Kachites McCallum <mccallum@gnu.ai.mit.edu>
Date: May 1993
This file is part of the Gnustep Base Library.

View file

@ -1,7 +1,7 @@
/* Interface for relase pools for delayed disposal
Copyright (C) 1994 Free Software Foundation, Inc.
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
Written by: Andrew Kachites McCallum <mccallum@gnu.ai.mit.edu>
Date: May 1993
This file is part of the Gnustep Base Library.

View file

@ -1,7 +1,7 @@
/* Interface to release stack for delayed disposal
Copyright (C) 1994 Free Software Foundation, Inc.
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
Written by: Andrew Kachites McCallum <mccallum@gnu.ai.mit.edu>
Date: May 1993
This file is part of the Gnustep Base Library.

View file

@ -1,7 +1,7 @@
/* Interface for Objective-C Bag collection object
Copyright (C) 1993, 1994, 1996 Free Software Foundation, Inc.
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
Written by: Andrew Kachites McCallum <mccallum@gnu.ai.mit.edu>
Created: May 1993
This file is part of the Gnustep Base Library.

View file

@ -1,7 +1,7 @@
/* Interface for GNU Objective-C binary stream object for use serializing
Copyright (C) 1996 Free Software Foundation, Inc.
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
Written by: Andrew Kachites McCallum <mccallum@gnu.ai.mit.edu>
Written: Jan 1996
This file is part of the Gnustep Base Library.

View file

@ -1,7 +1,7 @@
/* Interface for Objective-C BinaryTree collection object
Copyright (C) 1993, 1994, 1996 Free Software Foundation, Inc.
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
Written by: Andrew Kachites McCallum <mccallum@gnu.ai.mit.edu>
Created: May 1993
This file is part of the Gnustep Base Library.

View file

@ -1,7 +1,7 @@
/* Interface for Objective-C BinaryTreeEltNode object
Copyright (C) 1993,1994 Free Software Foundation, Inc.
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
Written by: Andrew Kachites McCallum <mccallum@gnu.ai.mit.edu>
Date: May 1993
This file is part of the Gnustep Base Library.

View file

@ -1,7 +1,7 @@
/* Interface for Objective-C BinaryTreeNode object
Copyright (C) 1993, 1994, 1995, 1996 Free Software Foundation, Inc.
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
Written by: Andrew Kachites McCallum <mccallum@gnu.ai.mit.edu>
Created: May 1993
This file is part of the Gnustep Base Library.

View file

@ -1,7 +1,7 @@
/* Interface for GNU Objective-C stream object for use in archiving
Copyright (C) 1996 Free Software Foundation, Inc.
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
Written by: Andrew Kachites McCallum <mccallum@gnu.ai.mit.edu>
Written: Jan 1996
This file is part of the Gnustep Base Library.

View file

@ -1,7 +1,7 @@
/* Protocol for GNU Objective C byte streams that can code C types and indentn
Copyright (C) 1995, 1996 Free Software Foundation, Inc.
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
Written by: Andrew Kachites McCallum <mccallum@gnu.ai.mit.edu>
Date: April 1995
This file is part of the Gnustep Base Library.

View file

@ -1,7 +1,7 @@
/* Interface for Objective-C CircularArray collection object
Copyright (C) 1993,1994 Free Software Foundation, Inc.
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
Written by: Andrew Kachites McCallum <mccallum@gnu.ai.mit.edu>
Date: May 1993
This file is part of the Gnustep Base Library.

View file

@ -1,7 +1,7 @@
/* CircularArray definitions for the use of subclass implementations
Copyright (C) 1993,1994 Free Software Foundation, Inc.
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
Written by: Andrew Kachites McCallum <mccallum@gnu.ai.mit.edu>
Date: May 1993
This file is part of the Gnustep Base Library.

View file

@ -1,7 +1,7 @@
/* Interface for GNU Objective-C coder object for use serializing
Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc.
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
Written by: Andrew Kachites McCallum <mccallum@gnu.ai.mit.edu>
Date: July 1994
This file is part of the Gnustep Base Library.

View file

@ -1,7 +1,7 @@
/* Private interface for GNU Objective-C coder object for use serializing
Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc.
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
Written by: Andrew Kachites McCallum <mccallum@gnu.ai.mit.edu>
Created: February 1996
This file is part of the Gnustep Base Library.

View file

@ -1,7 +1,7 @@
/* Protocol for GNU Objective-C objects that can write/read to a coder
Copyright (C) 1993, 1994, 1995, 1996 Free Software Foundation, Inc.
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
Written by: Andrew Kachites McCallum <mccallum@gnu.ai.mit.edu>
Date: July 1994
This file is part of the Gnustep Base Library.

View file

@ -1,7 +1,7 @@
/* Protocol for Objective-C objects that hold collections of elements.
Copyright (C) 1993, 1994, 1995, 1996 Free Software Foundation, Inc.
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
Written by: Andrew Kachites McCallum <mccallum@gnu.ai.mit.edu>
Created: May 1993
This file is part of the Gnustep Base Library.

View file

@ -1,7 +1,7 @@
/* Interface for Objective-C Collection object
Copyright (C) 1993, 1994, 1995, 1996 Free Software Foundation, Inc.
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
Written by: Andrew Kachites McCallum <mccallum@gnu.ai.mit.edu>
Date: May 1993
This file is part of the Gnustep Base Library.

View file

@ -1,7 +1,7 @@
/* Collection definitions for the use of subclass implementations only
Copyright (C) 1993,1994, 1995, 1996 Free Software Foundation, Inc.
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
Written by: Andrew Kachites McCallum <mccallum@gnu.ai.mit.edu>
Created: May 1993
This file is part of the Gnustep Base Library.

View file

@ -1,7 +1,7 @@
/* Interface for coder object for distributed objects
Copyright (C) 1994, 1996 Free Software Foundation, Inc.
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
Written by: Andrew Kachites McCallum <mccallum@gnu.ai.mit.edu>
Date: July 1994
This file is part of the Gnustep Base Library.

View file

@ -1,7 +1,7 @@
/* Interface for GNU Objective-C connection for remote object messaging
Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc.
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
Written by: Andrew Kachites McCallum <mccallum@gnu.ai.mit.edu>
Created: July 1994
This file is part of the Gnustep Base Library.

View file

@ -1,7 +1,7 @@
/* Interface for Objective-C "collection of delegates" object
Copyright (C) 1993, 1994, 1996 Free Software Foundation, Inc.
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
Written by: Andrew Kachites McCallum <mccallum@gnu.ai.mit.edu>
Created: May 1993
This file is part of the Gnustep Base Library.

View file

@ -1,7 +1,7 @@
/* Interface for Objective-C Dictionary collection object
Copyright (C) 1993, 1994, 1995, 1996 Free Software Foundation, Inc.
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
Written by: Andrew Kachites McCallum <mccallum@gnu.ai.mit.edu>
Date: May 1993
This file is part of the Gnustep Base Library.

View file

@ -1,7 +1,7 @@
/* Protocol for GNU Objective C invocations
Copyright (C) 1995, 1996 Free Software Foundation, Inc.
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
Written by: Andrew Kachites McCallum <mccallum@gnu.ai.mit.edu>
Date: February 1996
This file is part of the Gnustep Base Library.

View file

@ -1,7 +1,7 @@
/* GapArray definitions for the use of subclass implementations
Copyright (C) 1993,1994 Free Software Foundation, Inc.
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
Written by: Andrew Kachites McCallum <mccallum@gnu.ai.mit.edu>
Date: May 1993
Copyright (C) 1993,1994 Kresten Krab Thorup <krab@iesd.auc.dk>
Dept. of Mathematics and Computer Science, Aalborg U., Denmark

View file

@ -1,7 +1,7 @@
/* Interface for Objective-C Heap collection object
Copyright (C) 1993, 1994, 1996 Free Software Foundation, Inc.
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
Written by: Andrew Kachites McCallum <mccallum@gnu.ai.mit.edu>
Created: May 1993
This file is part of the Gnustep Base Library.

View file

@ -1,7 +1,7 @@
/* Protocol for Objective-C objects that hold elements accessible by index
Copyright (C) 1993, 1994, 1995, 1996 Free Software Foundation, Inc.
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
Written by: Andrew Kachites McCallum <mccallum@gnu.ai.mit.edu>
Date: May 1993
This file is part of the Gnustep Base Library.

View file

@ -1,7 +1,7 @@
/* Interface for Objective-C Sequential Collection object.
Copyright (C) 1993, 1994, 1995, 1996 Free Software Foundation, Inc.
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
Written by: Andrew Kachites McCallum <mccallum@gnu.ai.mit.edu>
Date: May 1993
This file is part of the Gnustep Base Library.

View file

@ -1,7 +1,7 @@
/* IndexedCollection definitions for the use of subclass implementations only
Copyright (C) 1993, 1994, 1996 Free Software Foundation, Inc.
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
Written by: Andrew Kachites McCallum <mccallum@gnu.ai.mit.edu>
Created: May 1993
This file is part of the Gnustep Base Library.

View file

@ -1,7 +1,7 @@
/* Protocol for GNU Objective-C objects that understand an invalidation msg
Copyright (C) 1993,1994 Free Software Foundation, Inc.
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
Written by: Andrew Kachites McCallum <mccallum@gnu.ai.mit.edu>
Date: July 1994
This file is part of the Gnustep Base Library.

View file

@ -1,7 +1,7 @@
/* Protocol for GNU Objective C invocations
Copyright (C) 1995, 1996 Free Software Foundation, Inc.
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
Written by: Andrew Kachites McCallum <mccallum@gnu.ai.mit.edu>
Date: February 1996
This file is part of the Gnustep Base Library.

View file

@ -1,7 +1,7 @@
/* Protocol for Objective-C objects holding (keyElement,contentElement) pairs.
Copyright (C) 1993, 1994, 1995, 1996 Free Software Foundation, Inc.
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
Written by: Andrew Kachites McCallum <mccallum@gnu.ai.mit.edu>
Date: May 1993
This file is part of the Gnustep Base Library.

View file

@ -1,7 +1,7 @@
/* Interface for Objective-C KeyedCollection collection object
Copyright (C) 1993, 1994, 1995, 1996 Free Software Foundation, Inc.
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
Written by: Andrew Kachites McCallum <mccallum@gnu.ai.mit.edu>
Date: May 1993
This file is part of the Gnustep Base Library.

View file

@ -1,7 +1,7 @@
/* Interface for Objective-C LinkedList collection object
Copyright (C) 1993, 1994, 1996 Free Software Foundation, Inc.
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
Written by: Andrew Kachites McCallum <mccallum@gnu.ai.mit.edu>
Created: May 1993
This file is part of the Gnustep Base Library.

View file

@ -1,7 +1,7 @@
/* Interface for Objective-C LinkedListEltNode object
Copyright (C) 1993,1994 Free Software Foundation, Inc.
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
Written by: Andrew Kachites McCallum <mccallum@gnu.ai.mit.edu>
Date: May 1993
This file is part of the Gnustep Base Library.

View file

@ -1,7 +1,7 @@
/* Interface for Objective-C LinkedListNode object
Copyright (C) 1993, 1994, 1995, 1996 Free Software Foundation, Inc.
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
Written by: Andrew Kachites McCallum <mccallum@gnu.ai.mit.edu>
Created: May 1993
This file is part of the Gnustep Base Library.

View file

@ -1,7 +1,7 @@
/* Interface for GNU Objective-C mutex lock
Copyright (C) 1993,1994 Free Software Foundation, Inc.
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
Written by: Andrew Kachites McCallum <mccallum@gnu.ai.mit.edu>
Date: July 1994
This file is part of the Gnustep Base Library.

View file

@ -1,7 +1,7 @@
/* Protocol for GNU Objective-C mutex locks
Copyright (C) 1993,1994 Free Software Foundation, Inc.
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
Written by: Andrew Kachites McCallum <mccallum@gnu.ai.mit.edu>
Date: July 1994
This file is part of the Gnustep Base Library.

View file

@ -1,7 +1,7 @@
/* Interface for Mach-port based object for use with Connection
Copyright (C) 1994, 1996 Free Software Foundation, Inc.
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
Written by: Andrew Kachites McCallum <mccallum@gnu.ai.mit.edu>
Created: July 1994
This file is part of the Gnustep Base Library.

View file

@ -1,7 +1,7 @@
/* Interface for Objective-C Magnitude object
Copyright (C) 1993, 1994, 1996 Free Software Foundation, Inc.
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
Written by: Andrew Kachites McCallum <mccallum@gnu.ai.mit.edu>
Created: May 1993
This file is part of the Gnustep Base Library.

View file

@ -1,7 +1,7 @@
/* Provides autoreleasing of malloc'ed pointers
Copyright (C) 1995, 1996 Free Software Foundation, Inc.
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
Written by: Andrew Kachites McCallum <mccallum@gnu.ai.mit.edu>
Date: January 1995
This file is part of the Gnustep Base Library.

View file

@ -1,7 +1,7 @@
/* Interface for Objective-C MappedCollector collection object
Copyright (C) 1993, 1994, 1996 Free Software Foundation, Inc.
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
Written by: Andrew Kachites McCallum <mccallum@gnu.ai.mit.edu>
Date: May 1993
This file is part of the Gnustep Base Library.

View file

@ -1,7 +1,7 @@
/* Interface for GNU Objective C memory stream
Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc.
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
Written by: Andrew Kachites McCallum <mccallum@gnu.ai.mit.edu>
Date: July 1994
This file is part of the Gnustep Base Library.

View file

@ -1,7 +1,7 @@
/* Interface for NSArchiver for GNUStep
Copyright (C) 1995, 1996 Free Software Foundation, Inc.
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
Written by: Andrew Kachites McCallum <mccallum@gnu.ai.mit.edu>
Date: March 1995
This file is part of the Gnustep Base Library.

View file

@ -1,7 +1,7 @@
/* Interface for NSArray for GNUStep
Copyright (C) 1995, 1996 Free Software Foundation, Inc.
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
Written by: Andrew Kachites McCallum <mccallum@gnu.ai.mit.edu>
Created: 1995
This file is part of the Gnustep Base Library.

View file

@ -1,7 +1,7 @@
/* Interface for NSAutoreleasePool for GNUStep
Copyright (C) 1995, 1996 Free Software Foundation, Inc.
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
Written by: Andrew Kachites McCallum <mccallum@gnu.ai.mit.edu>
Date: 1995
This file is part of the Gnustep Base Library.

View file

@ -1,7 +1,7 @@
/* Interface for NSCoder for GNUStep
Copyright (C) 1995, 1996 Free Software Foundation, Inc.
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
Written by: Andrew Kachites McCallum <mccallum@gnu.ai.mit.edu>
Date: 1995
This file is part of the Gnustep Base Library.

View file

@ -1,7 +1,7 @@
/* Interface for NSData for GNUStep
Copyright (C) 1995 Free Software Foundation, Inc.
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
Written by: Andrew Kachites McCallum <mccallum@gnu.ai.mit.edu>
Date: 1995
This file is part of the Gnustep Base Library.

View file

@ -1,7 +1,7 @@
/* Interface for NSDictionary for GNUStep
Copyright (C) 1995, 1996 Free Software Foundation, Inc.
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
Written by: Andrew Kachites McCallum <mccallum@gnu.ai.mit.edu>
Date: 1995
This file is part of the Gnustep Base Library.

View file

@ -1,7 +1,7 @@
/* Interface to concrete implementation of NSArchiver
Copyright (C) 1995, 1996 Free Software Foundation, Inc.
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
Written by: Andrew Kachites McCallum <mccallum@gnu.ai.mit.edu>
Date: April 1995
This file is part of the Gnustep Base Library.

View file

@ -1,7 +1,7 @@
/* Interface to concrete implementation of NSArray based on GNU Array
Copyright (C) 1995, 1996 Free Software Foundation, Inc.
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
Written by: Andrew Kachites McCallum <mccallum@gnu.ai.mit.edu>
Date: March 1995
This file is part of the Gnustep Base Library.

View file

@ -1,7 +1,7 @@
/* Interface to NSString implementation with C-string backing
Copyright (C) 1995 Free Software Foundation, Inc.
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
Written by: Andrew Kachites McCallum <mccallum@gnu.ai.mit.edu>
Date: March 1995
This file is part of the Gnustep Base Library.

View file

@ -1,7 +1,7 @@
/* Interface to concrete implementation of NSData based on MemoryStream class
Copyright (C) 1995 Free Software Foundation, Inc.
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
Written by: Andrew Kachites McCallum <mccallum@gnu.ai.mit.edu>
Date: April 1995
This file is part of the Gnustep Base Library.

View file

@ -1,7 +1,7 @@
/* Interface to concrete implementation of NSDictionary based on GNU Array
Copyright (C) 1995, 1996 Free Software Foundation, Inc.
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
Written by: Andrew Kachites McCallum <mccallum@gnu.ai.mit.edu>
Date: April 1995
This file is part of the Gnustep Base Library.

View file

@ -1,7 +1,7 @@
/* Interface to concrete implementation of NSSet based on GNU Array
Copyright (C) 1995, 1996 Free Software Foundation, Inc.
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
Written by: Andrew Kachites McCallum <mccallum@gnu.ai.mit.edu>
Date: April 1995
This file is part of the Gnustep Base Library.

View file

@ -1,7 +1,7 @@
/* Interface for NSInvocation for GNUStep
Copyright (C) 1995, 1996 Free Software Foundation, Inc.
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
Written by: Andrew Kachites McCallum <mccallum@gnu.ai.mit.edu>
Created: 1995
This file is part of the Gnustep Base Library.

View file

@ -1,7 +1,7 @@
/* Interface for NSMethodSignature for GNUStep
Copyright (C) 1995 Free Software Foundation, Inc.
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
Written by: Andrew Kachites McCallum <mccallum@gnu.ai.mit.edu>
Date: 1995
This file is part of the Gnustep Base Library.

View file

@ -1,7 +1,7 @@
/* Interface for NSNotification and NSNotificationCenter for GNUStep
Copyright (C) 1996 Free Software Foundation, Inc.
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
Written by: Andrew Kachites McCallum <mccallum@gnu.ai.mit.edu>
Created: March 1996
This file is part of the Gnustep Base Library.

View file

@ -1,7 +1,7 @@
/* Interface to ObjC runtime for GNUStep
Copyright (C) 1995 Free Software Foundation, Inc.
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
Written by: Andrew Kachites McCallum <mccallum@gnu.ai.mit.edu>
Date: 1995
This file is part of the Gnustep Base Library.

View file

@ -1,7 +1,7 @@
/* Interface for NSObject for GNUStep
Copyright (C) 1995, 1996 Free Software Foundation, Inc.
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
Written by: Andrew Kachites McCallum <mccallum@gnu.ai.mit.edu>
Date: 1995
This file is part of the Gnustep Base Library.

View file

@ -1,7 +1,7 @@
/* Interface for NSRunLoop for GNUStep
Copyright (C) 1996 Free Software Foundation, Inc.
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
Written by: Andrew Kachites McCallum <mccallum@gnu.ai.mit.edu>
Created: March 1996
This file is part of the Gnustep Base Library.

View file

@ -1,7 +1,7 @@
/* Protocol for NSSerialization for GNUStep
Copyright (C) 1995 Free Software Foundation, Inc.
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
Written by: Andrew Kachites McCallum <mccallum@gnu.ai.mit.edu>
Date: 1995
This file is part of the Gnustep Base Library.

View file

@ -1,7 +1,7 @@
/* Interface for NSSet, NSMutableSet, NSCountedSet for GNUStep
Copyright (C) 1995, 1996 Free Software Foundation, Inc.
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
Written by: Andrew Kachites McCallum <mccallum@gnu.ai.mit.edu>
Created: Sep 1995
This file is part of the Gnustep Base Library.

View file

@ -1,7 +1,7 @@
/* Interface for NSObject for GNUStep
Copyright (C) 1995, 1996 Free Software Foundation, Inc.
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
Written by: Andrew Kachites McCallum <mccallum@gnu.ai.mit.edu>
Date: 1995
This file is part of the Gnustep Base Library.

View file

@ -1,7 +1,7 @@
/* Declarations for NSTimer for GNUStep
Copyright (C) 1995, 1996 Free Software Foundation, Inc.
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
Written by: Andrew Kachites McCallum <mccallum@gnu.ai.mit.edu>
Date: 1995
This file is part of the Gnustep Base Library.

View file

@ -4,7 +4,7 @@
Written by: Martin Michlmayer
Date: 1995
This file is part of the GNU Objective-C Class Library.
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

View file

@ -1,7 +1,7 @@
/* Utilities for GNUStep
Copyright (C) 1995 Free Software Foundation, Inc.
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
Written by: Andrew Kachites McCallum <mccallum@gnu.ai.mit.edu>
Date: March 1995
This file is part of the Gnustep Base Library.

View file

@ -1,7 +1,7 @@
/* Interface for holding and dispatching notifications
Copyright (C) 1996 Free Software Foundation, Inc.
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
Written by: Andrew Kachites McCallum <mccallum@gnu.ai.mit.edu>
Created: March 1996
This file is part of the Gnustep Base Library.

View file

@ -1,7 +1,7 @@
/* Interface to object for broadcasting Notification objects
Copyright (C) 1996 Free Software Foundation, Inc.
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
Written by: Andrew Kachites McCallum <mccallum@gnu.ai.mit.edu>
Created: March 1996
This file is part of the Gnustep Base Library.

View file

@ -1,7 +1,7 @@
/* Protocol for Objective-C objects that hold elements, user gets to set order
Copyright (C) 1996 Free Software Foundation, Inc.
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
Written by: Andrew Kachites McCallum <mccallum@gnu.ai.mit.edu>
Date: Feb 1996
This file is part of the Gnustep Base Library.

View file

@ -1,7 +1,7 @@
/* Interface for Objective-C Ordered Collection object.
Copyright (C) 1996 Free Software Foundation, Inc.
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
Written by: Andrew Kachites McCallum <mccallum@gnu.ai.mit.edu>
Date: February 1996
This file is part of the Gnustep Base Library.

View file

@ -1,7 +1,7 @@
/* Protocol for Objective-C objects that can be ordered.
Copyright (C) 1993,1994 Free Software Foundation, Inc.
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
Written by: Andrew Kachites McCallum <mccallum@gnu.ai.mit.edu>
Date: May 1993
This file is part of the Gnustep Base Library.

View file

@ -1,7 +1,7 @@
/* Interface for abstract superclass port for use with Connection
Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc.
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
Written by: Andrew Kachites McCallum <mccallum@gnu.ai.mit.edu>
Created: July 1994
This file is part of the Gnustep Base Library.

View file

@ -1,7 +1,7 @@
/* Interface for GNU Objective-C proxy for remote objects messaging
Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc.
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
Written by: Andrew Kachites McCallum <mccallum@gnu.ai.mit.edu>
Created: July 1994
This file is part of the Gnustep Base Library.

View file

@ -1,7 +1,7 @@
/* Interface for Objective-C Queue object
Copyright (C) 1993, 1994, 1996 Free Software Foundation, Inc.
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
Written by: Andrew Kachites McCallum <mccallum@gnu.ai.mit.edu>
Created: May 1993
This file is part of the Gnustep Base Library.

View file

@ -1,7 +1,7 @@
/* Interface for Objective-C Red-Black Tree collection object
Copyright (C) 1993,1994 Free Software Foundation, Inc.
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
Written by: Andrew Kachites McCallum <mccallum@gnu.ai.mit.edu>
Date: May 1993
This file is part of the Gnustep Base Library.

View file

@ -1,7 +1,7 @@
/* Interface for Objective-C RBTreeEltNode object
Copyright (C) 1993,1994 Free Software Foundation, Inc.
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
Written by: Andrew Kachites McCallum <mccallum@gnu.ai.mit.edu>
Date: May 1993
This file is part of the Gnustep Base Library.

View file

@ -1,7 +1,7 @@
/* Interface for Objective-C RBTreeNode object
Copyright (C) 1993,1994 Free Software Foundation, Inc.
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
Written by: Andrew Kachites McCallum <mccallum@gnu.ai.mit.edu>
Date: May 1993
This file is part of the Gnustep Base Library.

View file

@ -1,7 +1,7 @@
/* Interface for additive congruential pseudo-random num generating
Copyright (C) 1994 Free Software Foundation, Inc.
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
Written by: Andrew Kachites McCallum <mccallum@gnu.ai.mit.edu>
Date: May 1993
This file is part of the Gnustep Base Library.

View file

@ -1,6 +1,6 @@
/* Interface for Berkeley random()-compatible generation for Objective-C
Reworked by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
Reworked by: Andrew Kachites McCallum <mccallum@gnu.ai.mit.edu>
Date: May 1993
This file is part of the Gnustep Base Library.
@ -44,7 +44,7 @@
* This is derived from the Berkeley source:
* @(#)random.c 5.5 (Berkeley) 7/6/88
* It was reworked for the GNU C Library by Roland McGrath.
* It was reworked for the GNU Objective-C Library by R. Andrew McCallum
* It was reworked for the GNU Objective-C Library by Andrew Kachites McCallum
*/
#include <gnustep/base/preface.h>

View file

@ -1,7 +1,7 @@
/* Interface for Objective-C object providing randoms in uniform distribution
Copyright (C) 1994 Free Software Foundation, Inc.
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
Written by: Andrew Kachites McCallum <mccallum@gnu.ai.mit.edu>
Date: May 1993
This file is part of the Gnustep Base Library.

View file

@ -1,7 +1,7 @@
/* Protocol for Objective-C objects that generate random bits
Copyright (C) 1993, 1994, 1996 Free Software Foundation, Inc.
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
Written by: Andrew Kachites McCallum <mccallum@gnu.ai.mit.edu>
Created: May 1993
This file is part of the Gnustep Base Library.

View file

@ -1,7 +1,7 @@
/* Interface for GNU Objective-C raw stream object for archiving
Copyright (C) 1996 Free Software Foundation, Inc.
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
Written by: Andrew Kachites McCallum <mccallum@gnu.ai.mit.edu>
Written: Jan 1996
This file is part of the Gnustep Base Library.

View file

@ -1,7 +1,7 @@
/* Protocol for GNU Objective-C objects that can keep a retain count.
Copyright (C) 1993,1994 Free Software Foundation, Inc.
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
Written by: Andrew Kachites McCallum <mccallum@gnu.ai.mit.edu>
Date: July 1994
This file is part of the Gnustep Base Library.

View file

@ -1,7 +1,7 @@
/* Interface for reference-counted invalidation notifer object
Copyright (C) 1993, 1994, 1996 Free Software Foundation, Inc.
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
Written by: Andrew Kachites McCallum <mccallum@gnu.ai.mit.edu>
Created: July 1994
This file is part of the Gnustep Base Library.

View file

@ -1,7 +1,7 @@
/* Interface for Objective-C Set collection object
Copyright (C) 1993,1994, 1996 Free Software Foundation, Inc.
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
Written by: Andrew Kachites McCallum <mccallum@gnu.ai.mit.edu>
Date: May 1993
This file is part of the Gnustep Base Library.

View file

@ -1,7 +1,7 @@
/* Interface for Objective-C efficient small integers
Copyright (C) 1993,1994 Free Software Foundation, Inc.
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
Written by: Andrew Kachites McCallum <mccallum@gnu.ai.mit.edu>
Created: Sep 1995
This file is part of the Gnustep Base Library.

View file

@ -1,7 +1,7 @@
/* Interface for socket-based port object for use with Connection
Copyright (C) 1994 Free Software Foundation, Inc.
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
Written by: Andrew Kachites McCallum <mccallum@gnu.ai.mit.edu>
Date: July 1994
This file is part of the Gnustep Base Library.

View file

@ -1,7 +1,7 @@
/* Interface for Objective-C SplayTree collection object
Copyright (C) 1993, 1994, 1996 Free Software Foundation, Inc.
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
Written by: Andrew Kachites McCallum <mccallum@gnu.ai.mit.edu>
Date: May 1993
This file is part of the Gnustep Base Library.

View file

@ -1,7 +1,7 @@
/* Interface for Objective-C Stack object
Copyright (C) 1993, 1994, 1996 Free Software Foundation, Inc.
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
Written by: Andrew Kachites McCallum <mccallum@gnu.ai.mit.edu>
Created: May 1993
This file is part of the Gnustep Base Library.

View file

@ -1,7 +1,7 @@
/* Interface for GNU Objective C stdio stream
Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc.
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
Written by: Andrew Kachites McCallum <mccallum@gnu.ai.mit.edu>
Date: July 1994
This file is part of the Gnustep Base Library.

Some files were not shown because too many files have changed in this diff Show more