..
objc
Initial revision
1994-11-04 16:29:24 +00:00
objects
(CommonCoding, Encoding, Decoding): New protocols.
1995-04-09 01:52:11 +00:00
argframe.m
Initial revision
1995-04-05 20:47:19 +00:00
Array.m
Convert to new Coder scheme. Use -initWithCoder instead
1995-04-09 01:53:53 +00:00
AutoreleasePool.m
(autoreleaseObject): Renamed from addObject.
1994-11-08 20:09:28 +00:00
AutoreleaseStack.m
(autoreleaseObject): Renamed from addObject.
1994-11-08 20:09:28 +00:00
Bag.m
(_empty): Renamed from emtpy.
1995-03-17 20:15:07 +00:00
behavior.c
(class_add_methods_if_not_there): Only put method implementation in
1995-04-05 20:13:39 +00:00
behavior.m
(class_add_methods_if_not_there): Only put method implementation in
1995-04-05 20:13:39 +00:00
BinaryCoder.m
(encodeValueOfSimpleType:at:withName:): Use #ifndef __CHAR_UNSIGNED__
1995-03-23 03:49:15 +00:00
BinaryTree.m
Convert to new Coder scheme. Use -initWithCoder instead
1995-04-09 01:53:53 +00:00
BinaryTreeEltNode.m
(initialize): return void.
1995-03-12 19:57:15 +00:00
BinaryTreeNode.m
Convert to new Coder scheme. Use -initWithCoder instead
1995-04-09 01:53:53 +00:00
CircularArray.m
Convert to new Coder scheme. Use -initWithCoder instead
1995-04-09 01:53:53 +00:00
Coder.m
(-decodeObjectAt:withName:): Send newWithCoder: if the clsas
1995-04-09 01:32:33 +00:00
Collection.m
Convert to new Coder scheme. Use -initWithCoder instead
1995-04-09 01:53:53 +00:00
collhash.c
Initial revision
1994-11-04 16:29:24 +00:00
ConnectedCoder.m
Use release' and
dealloc' instead of `free'.
1995-03-12 19:58:48 +00:00
Connection.m
Convert to new Coder scheme. Use -initWithCoder instead
1995-04-09 01:53:53 +00:00
ConstantString.m
#if'ed out NXConstantString implementation. Moved to NSString.m
1995-04-03 00:57:41 +00:00
CString.m
Convert to new Coder scheme. Use -initWithCoder instead
1995-04-09 01:53:53 +00:00
DelegatePool.m
Convert to new Coder scheme. Use -initWithCoder instead
1995-04-09 01:53:53 +00:00
Dictionary.m
Convert to new Coder scheme. Use -initWithCoder instead
1995-04-09 01:53:53 +00:00
dld-load.h
Initial revision
1995-04-03 20:49:14 +00:00
eltfuncs.m
Initial revision
1994-11-04 16:29:24 +00:00
EltNodeCollector.m
Convert to new Coder scheme. Use -initWithCoder instead
1995-04-09 01:53:53 +00:00
find_exec.c
Initial revision
1995-04-03 21:20:46 +00:00
GapArray.m
Convert to new Coder scheme. Use -initWithCoder instead
1995-04-09 01:53:53 +00:00
HashTable.m
Initial revision
1994-11-04 16:29:24 +00:00
Heap.m
Do retain/release/autorelease of contents as appropriate.
1995-03-17 19:25:26 +00:00
hpux-load.h
Initial revision
1995-04-03 20:49:14 +00:00
IndexedCollection.m
Cast aCollectionClass to (id) so we can send NSObject protocol
1995-03-23 04:05:43 +00:00
Invocation.m
(invoke): Fix typo.
1995-03-24 15:04:50 +00:00
KeyedCollection.m
(shallowCopyAs:, emptyCopyAs:, copyAs:): Change arg type to (Class).
1995-03-23 03:35:01 +00:00
LinkedList.m
Convert to new Coder scheme. Use -initWithCoder instead
1995-04-09 01:53:53 +00:00
LinkedListEltNode.m
(initialize): return void.
1995-03-12 22:10:02 +00:00
LinkedListNode.m
Convert to new Coder scheme. Use -initWithCoder instead
1995-04-09 01:53:53 +00:00
List.m
Initial revision
1994-11-04 16:29:24 +00:00
Lock.m
Initial revision
1994-11-04 16:29:24 +00:00
Magnitude.m
(compare:): Implemented.
1995-03-23 03:48:18 +00:00
MallocAddress.m
Initial revision
1995-04-03 01:38:23 +00:00
MappedCollector.m
Convert to new Coder scheme. Use -initWithCoder instead
1995-04-09 01:53:53 +00:00
MemoryStream.m
Convert to new Coder scheme. Use -initWithCoder instead
1995-04-09 01:53:53 +00:00
mframe.m
Initial revision
1994-11-04 16:29:24 +00:00
MutableCString.m
Convert to new Coder scheme. Use -initWithCoder instead
1995-04-09 01:53:53 +00:00
MutableString.m
Use (id <String>) instead of (String*)
1995-04-03 03:23:45 +00:00
NSAllocateObject.m
(NSAllocateObject): Use zone argument.
1995-03-18 16:55:17 +00:00
NSArray.m
(-objectEnumerator, reverseObjectEnumerator): Implemented methods.
1995-04-07 21:39:43 +00:00
NSAutoreleasePool.m
Initial revision
1995-03-12 19:35:17 +00:00
NSBundle.m
Second patch of Apr 3 from Adam Fedor
1995-04-03 21:20:29 +00:00
NSCoder.m
Convert to new Coder scheme. Use -initWithCoder instead
1995-04-09 01:53:53 +00:00
NSConcreteNumber.m
Initial revision
1995-04-03 20:49:14 +00:00
NSConcreteValue.m
Initial revision
1995-04-03 20:49:14 +00:00
NSCopyObject.m
Initial revision
1995-03-18 16:39:48 +00:00
NSCTemplateValue.m
Initial revision
1995-04-03 20:49:14 +00:00
NSDate.m
Initial revision
1995-03-31 15:39:12 +00:00
NSDeallocateObject.m
(NSDeallocateObject): Fix typo.
1995-04-05 16:09:45 +00:00
NSDictionary.m
Fedor's skeleton. Fix indentation.
1995-04-04 16:15:31 +00:00
NSEnumerator.m
Initial revision
1995-04-09 01:28:47 +00:00
NSException.m
Apr 3 patch from Adam Fedor. See ChangeLog for details.
1995-04-03 20:07:18 +00:00
NSGArray.m
Initial revision
1995-04-05 20:47:19 +00:00
NSGCString.m
Convert to new Coder scheme. Use -initWithCoder instead
1995-04-09 01:53:53 +00:00
NSGeometry.m
Apr 3 patch from Adam Fedor. See ChangeLog for details.
1995-04-03 20:07:18 +00:00
NSInvocation.m
Initial revision
1994-11-08 16:44:01 +00:00
NSMethodSignature.m
Use release' and
dealloc' instead of `free'.
1995-03-12 19:58:48 +00:00
NSNumber.m
Initial revision
1995-04-03 20:49:14 +00:00
NSObject.m
Convert to new Coder scheme. Use -initWithCoder instead
1995-04-09 01:53:53 +00:00
NSRange.m
Initial revision
1995-04-03 20:49:14 +00:00
NSString.m
Convert to new Coder scheme. Use -initWithCoder instead
1995-04-09 01:53:53 +00:00
NSValue.m
Apr 3 patch from Adam Fedor. See ChangeLog for details.
1995-04-03 20:07:18 +00:00
NSZone.c
|Fri Mar 24 12:33:27 1995 Mark Lakata (lakata@nsdssp.lbl.gov)
1995-03-24 22:00:25 +00:00
null-load.h
Initial revision
1995-04-03 20:49:14 +00:00
NXConnection.m
Use release' and
dealloc' instead of `free'.
1995-03-12 19:58:48 +00:00
NXProtocolChecker.m
Initial revision
1994-11-08 16:44:01 +00:00
NXProxy.m
Initial revision
1994-11-08 16:44:01 +00:00
NXStringTable.m
Fri Mar 31 09:10:50 1995 Adam Fedor <fedor@boulder.colorado.edu>
1995-04-03 01:33:51 +00:00
NXStringTable_scan.l
Added header comment.
1995-04-06 19:41:46 +00:00
o_vscanf.c
Initial revision
1994-11-04 16:29:24 +00:00
objc-gnu2next.m
Convert Class* to Class.():
1995-01-26 17:55:52 +00:00
objc-load.c
Initial revision
1995-04-03 20:49:14 +00:00
objc-malloc.c
(HAVE_VALLOC): if not defined, #define valloc malloc.
1995-03-31 15:28:44 +00:00
ObjectRetaining.m
*** empty log message ***
1994-11-08 20:12:12 +00:00
Port.m
Convert to new Coder scheme. Use -initWithCoder instead
1995-04-09 01:53:53 +00:00
preface.m
*** empty log message ***
1994-11-08 20:12:12 +00:00
Proxy.m
(RemoteSelfCoding): Renamed category from RemoteCoding.
1995-04-08 18:28:31 +00:00
Queue.m
(initialize): Return void.
1995-03-23 04:04:10 +00:00
Random.m
Convert to new Coder scheme. Use -initWithCoder instead
1995-04-09 01:53:53 +00:00
RBTree.m
(initialize): return void.
1995-03-18 16:53:04 +00:00
RBTreeEltNode.m
(initialize): Return void.
1995-03-23 03:50:09 +00:00
RBTreeNode.m
Convert to new Coder scheme. Use -initWithCoder instead
1995-04-09 01:53:53 +00:00
RetainingNotifier.m
(autorelease): Implemented.
1995-03-23 03:38:44 +00:00
RNGAdditiveCongruential.m
Convert to new Coder scheme. Use -initWithCoder instead
1995-04-09 01:53:53 +00:00
RNGBerkeley.m
Convert to new Coder scheme. Use -initWithCoder instead
1995-04-09 01:53:53 +00:00
Set.m
Convert to new Coder scheme. Use -initWithCoder instead
1995-04-09 01:53:53 +00:00
simple-load.h
Initial revision
1995-04-03 20:49:14 +00:00
SocketPort.m
Use (id <String>) instead of (String*)
1995-04-03 03:23:45 +00:00
SplayTree.m
(initialize): return void.
1995-03-18 16:53:04 +00:00
Stack.m
(initialize): Return void.
1995-03-23 04:04:10 +00:00
StdioStream.m
Use release' and
dealloc' instead of `free'.
1995-03-12 19:58:48 +00:00
stdobjects.m
*** empty log message ***
1994-11-08 20:12:12 +00:00
Storage.m
Initial revision
1994-11-04 16:29:24 +00:00
Stream.m
Convert to new Coder scheme. Use -initWithCoder instead
1995-04-09 01:53:53 +00:00
String.m
Add comment.
1995-04-04 16:09:39 +00:00
TextCoder.m
Convert to new Coder scheme. Use -initWithCoder instead
1995-04-09 01:53:53 +00:00
Time.m
Convert to new Coder scheme. Use -initWithCoder instead
1995-04-09 01:53:53 +00:00