..
.cvsignore
Added generated source files.
1996-01-26 15:34:05 +00:00
Array.h
Initial revision
1994-11-04 16:29:24 +00:00
ArrayPrivate.h
Initial revision
1994-11-04 16:29:24 +00:00
AutoreleasePool.h
Initial revision
1996-01-22 23:22:11 +00:00
AutoreleaseStack.h
Initial revision
1996-01-22 23:22:11 +00:00
Bag.h
Initial revision
1994-11-04 16:29:24 +00:00
behavior.h
(CALL_METHOD_IN_CLASS): Fix typo.
1995-04-05 20:27:40 +00:00
BinaryCStream.h
New file.
1996-01-24 14:09:55 +00:00
BinaryTree.h
Initial revision
1994-11-04 16:29:24 +00:00
BinaryTreeEltNode.h
Initial revision
1994-11-04 16:29:24 +00:00
BinaryTreeNode.h
Removed Coding protocol. It's already provided by NSObject.
1995-04-08 18:27:19 +00:00
CircularArray.h
Initial revision
1994-11-04 16:29:24 +00:00
CircularArrayPrivate.h
Initial revision
1994-11-04 16:29:24 +00:00
Coder.h
(zone): New ivar.
1996-01-26 03:07:34 +00:00
Coding.h
(Coding -cStream): New method.
1996-01-26 03:08:47 +00:00
Collecting.h
Use ConstantCollecting protocol where appropriate.
1995-04-09 01:37:46 +00:00
Collection.h
Don't include <objects/Coder.h>; this helps prevent circular dependances
1996-01-23 22:28:18 +00:00
CollectionPrivate.h
Convert to new Coder scheme. Use -initWithCoder instead
1995-04-09 02:06:39 +00:00
collhash.h
Initial revision
1994-11-04 16:29:24 +00:00
config.h.in
Initial revision
1994-11-04 16:29:24 +00:00
ConnectedCoder.h
Initial revision
1994-11-04 16:29:24 +00:00
Connection.h
(ConnectedSelfCoding): Renamed protocol from ConnectedCoding.
1995-04-08 18:26:30 +00:00
CStream.h
Declare new method.
1996-01-25 16:54:53 +00:00
CStreaming.h
Declare new methods.
1996-01-24 15:06:15 +00:00
DelegatePool.h
Added comment warning about delegatePoolLastMessageHadReceivers.
1995-04-05 23:04:16 +00:00
Dictionary.h
([Dictionary initWithType:keyType:capacity]): Declare it.
1995-06-29 02:06:19 +00:00
elt.h
Initial revision
1994-11-04 16:29:24 +00:00
eltfuncs.h
Initial revision
1994-11-04 16:29:24 +00:00
EltNode-h
Initial revision
1994-11-04 16:29:24 +00:00
EltNode-m
Include <objects/NSString.h> for @"" in encoding withName:. Use
1996-01-24 14:13:30 +00:00
EltNodeCollector.h
Initial revision
1994-11-04 16:29:24 +00:00
GapArray.h
Initial revision
1994-11-04 16:29:24 +00:00
GapArrayPrivate.h
Initial revision
1994-11-04 16:29:24 +00:00
Heap.h
Initial revision
1994-11-04 16:29:24 +00:00
IndexedCollecting.h
Use ConstantIndexedCollecting protocol where appropriate.
1995-04-09 01:38:21 +00:00
IndexedCollection.h
Move protocol conformance to category to avoid bogus gcc complaints.
1995-04-09 01:36:17 +00:00
IndexedCollectionPrivate.h
Initial revision
1994-11-04 16:29:24 +00:00
InvalidationListening.h
Initial revision
1994-11-04 16:29:24 +00:00
Invocation.h
Use (id <String>) instead of (String*).
1995-04-03 03:24:45 +00:00
KeyedCollecting.h
(ConstantKeyedCollecting): New protocol extracted from KeyedCollecting.
1995-04-08 17:04:43 +00:00
KeyedCollection.h
Move protocol conformance to category to avoid bogus gcc complaints.
1995-04-09 01:36:17 +00:00
LibobjectsMain.h
Patched from mail. See ChangeLog
1995-09-12 22:30:13 +00:00
LinkedList.h
Initial revision
1994-11-04 16:29:24 +00:00
LinkedListEltNode.h
Initial revision
1994-11-04 16:29:24 +00:00
LinkedListNode.h
Removed Coding protocol. It's already provided by NSObject.
1995-04-08 18:27:19 +00:00
Lock.h
Changed superclass from Object to NSObject.
1995-03-12 17:32:58 +00:00
Locking.h
Initial revision
1994-11-04 16:29:24 +00:00
Magnitude.h
Changed superclass from Object to NSObject.
1995-03-12 16:44:49 +00:00
MallocAddress.h
Initial revision
1995-04-03 01:38:23 +00:00
MappedCollector.h
Initial revision
1994-11-04 16:29:24 +00:00
MemoryStream.h
New protocol <MemoryStreaming>. Make MemoryStream class conform to it.
1995-04-15 19:41:24 +00:00
mframe.h
Initial revision
1994-11-04 16:29:24 +00:00
NSArray.h
Fix #ifndef macro name; NSArray, not NSString!
1995-05-05 18:30:25 +00:00
NSCoder.h
Include from <Foundation/...>, not <foundation/...>.
1995-04-17 21:13:20 +00:00
NSDictionary.h
Initial revision
1995-05-05 18:27:56 +00:00
NSSet.h
Moved method declarations from NSMutableSet to NSSet.
1995-10-30 01:52:20 +00:00
NSString.h
Initial revision
1995-04-05 20:47:19 +00:00
objc-gnu2next.h
The following from a patch by Matthias Klose <doko@cs.tu-berlin.de>
1994-11-14 15:58:43 +00:00
objc-malloc.h
(objc_valloc): New function declared.
1995-03-18 16:30:34 +00:00
objects.h
Initial revision
1994-11-04 16:29:24 +00:00
Ordering.h
Initial revision
1994-11-04 16:29:24 +00:00
Port.h
Removed Coding protocol. It's already provided by NSObject.
1995-04-08 18:27:19 +00:00
Proxy.h
(RemoteSelfCoding): Renamed category from RemoteCoding.
1995-04-08 18:28:31 +00:00
Queue.h
Initial revision
1994-11-04 16:29:24 +00:00
Random.h
Changed superclass from Object to NSObject.
1995-03-12 16:44:49 +00:00
RandomGenerating.h
Initial revision
1994-11-04 16:29:24 +00:00
RBTree.h
Initial revision
1994-11-04 16:29:24 +00:00
RBTreeEltNode.h
Initial revision
1994-11-04 16:29:24 +00:00
RBTreeNode.h
Initial revision
1994-11-04 16:29:24 +00:00
README
Capitalize Foundation.
1995-07-01 19:10:22 +00:00
Retaining.h
*** empty log message ***
1994-11-08 20:12:12 +00:00
RetainingNotifier.h
Use release' and
dealloc' instead of `free'.
1995-03-12 19:58:48 +00:00
RNGAdditiveCongruential.h
Changed superclass from Object to NSObject.
1995-03-12 16:44:49 +00:00
RNGBerkeley.h
Changed superclass from Object to NSObject.
1995-03-12 16:44:49 +00:00
Set.h
Initial revision
1994-11-04 16:29:24 +00:00
SmallInt.h
Initial revision
1996-01-22 23:22:11 +00:00
SocketPort.h
Use (id <String>) instead of (String*).
1995-04-03 03:24:45 +00:00
SplayTree.h
Initial revision
1994-11-04 16:29:24 +00:00
Stack.h
Initial revision
1994-11-04 16:29:24 +00:00
StdioStream.h
Declare new methods.
1996-01-23 23:07:24 +00:00
stdobjects.h.in
Include <objects/LibobjectsMain.h>
1995-08-16 16:07:12 +00:00
Stream.h
Method removed and put into Streaming protocol. Included from
1995-04-15 19:55:43 +00:00
Streaming.h
(Streaming -isClosed): New protocol method.
1996-01-25 15:15:01 +00:00
String.h
Declare new method.
1996-01-23 21:08:52 +00:00
TextCStream.h
New file.
1996-01-24 14:09:55 +00:00
Time.h
Include Sequent support.
1995-06-29 01:04:33 +00:00
ValueHolding.h
Use (id <String>) instead of (String*).
1995-04-03 03:24:45 +00:00