.. |
objc
|
Patched from mail. See ChangeLog
|
1996-01-21 01:36:47 +00:00 |
objects
|
*** empty log message ***
|
1996-01-26 15:44:29 +00:00 |
.cvsignore
|
Added generated source files.
|
1996-01-26 15:34:59 +00:00 |
argframe.m
|
Use new-style method name "..ValueOfObjCType"
|
1996-01-23 23:57:17 +00:00 |
Array.m
|
Use <Encoding> and <Decoding> protocols in argument types.
|
1996-01-24 03:16:05 +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_behavior): Fix typo.
|
1996-01-26 16:25:32 +00:00 |
behavior.m
|
(class_add_behavior): Fix typo.
|
1996-01-26 16:25:32 +00:00 |
BinaryCStream.m
|
New file.
|
1996-01-24 14:09:55 +00:00 |
BinaryTree.m
|
Use <Encoding> and <Decoding> protocols in argument types.
|
1996-01-24 03:16:05 +00:00 |
BinaryTreeEltNode.m
|
(initialize): return void.
|
1995-03-12 19:57:15 +00:00 |
BinaryTreeNode.m
|
Include <objects/NSString.h> for @"" in encoding withName:.
|
1996-01-24 14:02:00 +00:00 |
CircularArray.m
|
Convert to new Coder scheme. Use -initWithCoder instead
|
1995-04-09 01:53:53 +00:00 |
Coder.m
|
([Coder +initialize]): Make BinaryCStream the default, not TextCStream.
|
1996-01-26 20:17:19 +00:00 |
Collection.m
|
Use string objects instead of C strings
|
1996-01-24 03:33:21 +00:00 |
collhash.c
|
(coll_hash_next): Set STATE to 0 before returning when the list is
|
1995-10-26 00:48:55 +00:00 |
ConnectedCoder.m
|
(Object (ConnectedCoderCallbacks)): Category methods moved here from
|
1996-01-26 19:49:48 +00:00 |
Connection.m
|
Use constant string objects instead of C strings where appropriate.
|
1996-01-24 14:11:20 +00:00 |
ConstantString.m
|
#if'ed out NXConstantString implementation. Moved to NSString.m
|
1995-04-03 00:57:41 +00:00 |
CStream.m
|
Use "..withFormatVersion" instead of "formatVersion" in several method
|
1996-01-25 16:54:14 +00:00 |
CString.m
|
Use new-style method name "..ValueOfObjCType", instead of "..ValueOfType".
|
1996-01-23 22:39:43 +00:00 |
DelegatePool.m
|
Include <objects/NSString.h> for @"" in encoding withName:.
|
1996-01-24 14:11:55 +00:00 |
Dictionary.m
|
([Dictionary -putElement:atKey:]): Release previous element.
|
1995-06-28 22:57:21 +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
|
Use string objects instead of C strings
|
1996-01-24 03:33:21 +00:00 |
find_exec.c
|
make NSBundle work, if cwd is not in PATH.
|
1996-01-19 16:02:02 +00:00 |
GapArray.m
|
Convert to new Coder scheme. Use -initWithCoder instead
|
1995-04-09 01:53:53 +00:00 |
gnu4next.m
|
Initial revision
|
1996-01-22 23:22:11 +00:00 |
gnu4nextrt.m
|
Initial revision
|
1996-01-22 23:22:11 +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
|
*** empty log message ***
|
1995-08-02 16:37:09 +00:00 |
IndexedCollection.m
|
Use <Encoding> and <Decoding> protocols in argument types.
|
1996-01-24 03:16:05 +00:00 |
Invocation.m
|
([MethodInvocation -initWithSelector:arguments:]): New method, not
|
1996-01-10 19:55:42 +00:00 |
KeyedCollection.m
|
Use <Encoding> and <Decoding> protocols in argument types.
|
1996-01-24 03:16:05 +00:00 |
LinkedList.m
|
Added comment. I need to fix decoding of this class.
|
1995-06-28 23:49:52 +00:00 |
LinkedListEltNode.m
|
(initialize): return void.
|
1995-03-12 22:10:02 +00:00 |
LinkedListNode.m
|
Use string objects instead of C strings
|
1996-01-24 03:33:21 +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 |
MachPort.m
|
Initial revision
|
1996-01-22 23:22:11 +00:00 |
Magnitude.m
|
(compare:): Implemented.
|
1995-03-23 03:48:18 +00:00 |
Makefile.in
|
(GNUSTEP_MFILES): NSUnarchiver.m and NSGUnarchiver.m removed.
|
1996-01-26 19:41:46 +00:00 |
Makefile.local
|
Initial revision
|
1996-01-22 23:22:11 +00:00 |
MallocAddress.m
|
([MallocAddress -dealloc]): Check for object in dictionary before
|
1995-08-02 15:39:31 +00:00 |
MappedCollector.m
|
Convert to new Coder scheme. Use -initWithCoder instead
|
1995-04-09 01:53:53 +00:00 |
MemoryStream.m
|
([MemoryStream -init]): New method, otherwise naive creation dies with
|
1996-01-26 03:09:38 +00:00 |
MethodSignature.m
|
Initial revision
|
1996-01-22 23:22:11 +00:00 |
mframe.m
|
(make_method_call) [__mips__]: Add 4 to offset for float retframe.
|
1995-08-04 15:09:01 +00:00 |
MutableCString.m
|
Use string objects instead of C strings
|
1996-01-24 03:33:21 +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 |
NSArchiver.m
|
Move NSUnarchiver implementation here from NSUnarchiver.m. Use
|
1996-01-26 19:53:15 +00:00 |
NSArray.m
|
([NSMutableArray -addObject:]): Use -subclassResponsibility:, not
|
1995-11-24 20:09:18 +00:00 |
NSAssertionHandler.m
|
Include from <Foundation/...>, not <foundation/...>.
|
1995-04-17 21:13:20 +00:00 |
NSAutoreleasePool.m
|
([NSAutoreleasePool -dealloc]): Removed question comment.
|
1995-08-23 15:07:17 +00:00 |
NSBitmapCharSet.m
|
Initial revision
|
1995-05-05 21:16:49 +00:00 |
NSBundle.m
|
Patched from mail. See ChangeLog
|
1996-01-21 01:36:47 +00:00 |
NSCharacterSet.m
|
all methods): Implemented.
|
1995-08-30 21:31:29 +00:00 |
NSCoder.m
|
([NSCoder -encodeObject:]): Base on -encodeValueOfObjCType, not
|
1996-01-23 22:57:09 +00:00 |
NSConcreteNumber.m
|
Patched from mail.
|
1995-08-30 21:49:35 +00:00 |
NSConcreteValue.m
|
Patched from mail.
|
1995-08-30 21:49:35 +00:00 |
NSCopyObject.m
|
Initial revision
|
1995-03-18 16:39:48 +00:00 |
NSCountedSet.m
|
Initial revision
|
1995-10-30 01:00:39 +00:00 |
NSCTemplateValue.m
|
Patched from mail.
|
1995-08-30 21:49:35 +00:00 |
NSData.m
|
* src/NSData.m ([NSData +allocWithZone:]): New method.
|
1995-08-23 15:36:59 +00:00 |
NSDate.m
|
([NSDate -description]): replace strftime() with sprintf() equivalent
|
1996-01-16 00:48:44 +00:00 |
NSDeallocateObject.m
|
(NSDeallocateObject): Fix typo.
|
1995-04-05 16:09:45 +00:00 |
NSDictionary.m
|
([NSDictionary +dictionary]): Use +alloc, not _concreteClass. This
|
1995-11-03 22:18:47 +00:00 |
NSEnumerator.m
|
Include from <Foundation/...>, not <foundation/...>.
|
1995-04-17 21:13:20 +00:00 |
NSException.m
|
(NSInconsistentArchiveException): String removed; it's in NSArchiver.m.
|
1996-01-26 19:20:10 +00:00 |
NSGArchiver.m
|
Move implementation of NSGUnarchiver here from NSGUnarchiver.m.
|
1996-01-26 20:03:30 +00:00 |
NSGArray.m
|
(self): New macro, cast to (Array*) to reflect behavior addition.
|
1996-01-26 16:29:07 +00:00 |
NSGCountedSet.m
|
([NSGCountedSet -isEqual:]): Added method.
|
1995-10-30 01:51:17 +00:00 |
NSGCString.m
|
Use string objects instead of C strings
|
1996-01-24 03:33:21 +00:00 |
NSGData.m
|
([NSGData -writeToFile:atomically:]): Use cStringNoCopy.
|
1996-01-26 03:10:13 +00:00 |
NSGDictionary.m
|
([NSGDictionary -keyEnumerator]): Autorelease it.
|
1995-10-30 00:41:15 +00:00 |
NSGeometry.m
|
Patched from mail. See ChangeLog
|
1995-12-20 18:42:38 +00:00 |
NSGSet.m
|
([NSGSet -isEqual:]): Added method.
|
1995-10-30 01:51:46 +00:00 |
NSInvocation.m
|
Initial revision
|
1994-11-08 16:44:01 +00:00 |
NSLog.m
|
Initial revision
|
1996-01-22 23:22:11 +00:00 |
NSMethodSignature.m
|
([NSMethodSignature +signatureWithObjCTypes:]): Use gcc's builtin
|
1996-01-12 16:56:38 +00:00 |
NSMutableData.m
|
Include <foundation/NSData.h>
|
1995-04-17 20:39:14 +00:00 |
NSNumber.m
|
Patched from mail.
|
1995-08-30 21:49:35 +00:00 |
NSObjCRuntime.m
|
Initial revision
|
1995-08-24 22:35:25 +00:00 |
NSObject.m
|
Some minor formatting changes.
|
1996-01-26 19:18:08 +00:00 |
NSProcessInfo.m
|
Patched from mail. See ChangeLog
|
1996-01-21 01:36:47 +00:00 |
NSRange.m
|
Include from <Foundation/...>, not <foundation/...>.
|
1995-04-17 21:13:20 +00:00 |
NSSet.m
|
([NSSet +set]): Use +alloc, not _concreteClass. This
|
1995-11-03 22:24:14 +00:00 |
NSString.m
|
(handle_printf_atsign): Fix type for va_arg ().
|
1996-01-24 03:16:35 +00:00 |
NSTimeZone.m
|
([NSTimeZone -encodeWithCoder:]): Avoid warning by removing type from
|
1995-08-23 16:15:22 +00:00 |
NSUser.c
|
Initial revision
|
1995-08-02 15:37:10 +00:00 |
NSValue.m
|
Patched from mail.
|
1995-08-30 21:49:35 +00:00 |
NSZone.c
|
*** empty log message ***
|
1995-08-23 15:18:14 +00:00 |
null-load.h
|
Initial revision
|
1995-04-03 20:49:14 +00:00 |
NXConnection.m
|
Use new-style method name "..ValueOfObjCType"
|
1996-01-23 23:57:17 +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_vprintf.c
|
Initial revision
|
1996-01-22 23:22:11 +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
|
Patched from mail. See ChangeLog
|
1996-01-21 01:36:47 +00:00 |
objc-malloc.c
|
Patched from mail. See ChangeLog
|
1995-10-05 22:22:28 +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 |
ProtocolEnforcer.m
|
Initial revision
|
1996-01-22 23:22:11 +00:00 |
Proxy.m
|
Use string objects instead of C strings
|
1996-01-24 03:33:21 +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
|
Include <objects/NSString.h> for @"" in encoding withName:.
|
1996-01-24 14:11:55 +00:00 |
ReleasePool.m
|
Initial revision
|
1996-01-22 23:22:11 +00:00 |
RetainingNotifier.m
|
(autorelease): Implemented.
|
1995-03-23 03:38:44 +00:00 |
Ring.m
|
Initial revision
|
1996-01-22 23:22:11 +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
|
Use string objects instead of C strings
|
1996-01-24 03:33:21 +00:00 |
simple-load.h
|
Initial revision
|
1995-04-03 20:49:14 +00:00 |
SocketPort.m
|
Use string objects instead of C strings
|
1996-01-24 03:33:21 +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
|
([StdioStream -isClosed]): Remove bad implementation; currently not
|
1996-01-25 17:12:51 +00:00 |
stdobjects.m
|
*** empty log message ***
|
1994-11-08 20:12:12 +00:00 |
Storage.m
|
([Storage -insertElement:at:]): Increment numElements. (Reported by
|
1996-01-09 20:24:52 +00:00 |
Stream.m
|
([Stream -flushStream]): Do nothing, instead of calling
|
1996-01-25 15:14:32 +00:00 |
String.m
|
([String -initWithCStringNoCopy:freeWhenDone:]): New method.
|
1996-01-24 14:12:44 +00:00 |
SunRpcPort.m
|
Initial revision
|
1996-01-22 23:22:11 +00:00 |
TextCStream.m
|
New file.
|
1996-01-24 14:09:55 +00:00 |
Thread.m
|
Initial revision
|
1996-01-22 23:22:11 +00:00 |
Time.m
|
Include Sequent support. (Thanks to Matt Nelson <nelsonm@ctron.com>).
|
1995-06-29 01:05:29 +00:00 |
Tree.m
|
Initial revision
|
1996-01-22 23:22:11 +00:00 |
TreeNode.m
|
Use string objects instead of C strings
|
1996-01-24 03:33:21 +00:00 |
vfscanf.c
|
Initial revision
|
1996-01-22 23:22:11 +00:00 |