libs-base/Source
netc d168026dab Make the system root be the default installation root.
Use test.make for test programs so that they do not get installed.
Fix NSBundle so that it removes the library combo, target os, and
target cpu when determining the bundle's dir path.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@2592 72102866-910b-0410-8b05-ffd578937521
1997-10-30 22:23:50 +00:00
..
objc (STRVAL): Make it a macro instead of an inline function to avoid 1997-01-09 21:49:58 +00:00
objects File deleted. 1996-04-17 13:34:36 +00:00
.cvsignore *** empty log message *** 1997-05-03 20:42:53 +00:00
Archiver.m Change "Gnustep" to "GNUstep" 1996-05-12 00:56:10 +00:00
Array.m Patches submitted from May 20 to Aug 28 1997 1997-09-01 21:59:51 +00:00
Bag.m Change "Gnustep" to "GNUstep" 1996-05-12 00:56:10 +00:00
behavior.m Fix NSDictionary and NSMutableDictionary implementation. 1997-10-16 23:56:27 +00:00
BinaryCStream.m Patches submitted from May 20 to Aug 28 1997 1997-09-01 21:59:51 +00:00
BinaryTree.m Change "Gnustep" to "GNUstep" 1996-05-12 00:56:10 +00:00
BinaryTreeNode.m Change "Gnustep" to "GNUstep" 1996-05-12 00:56:10 +00:00
CircularArray.m Change "Gnustep" to "GNUstep" 1996-05-12 00:56:10 +00:00
Coder.m Retain/Release and DO patches from Richard Frith-MacDonald 1997-10-28 14:34:49 +00:00
Collection.m Fix NSDictionary and NSMutableDictionary implementation. 1997-10-16 23:56:27 +00:00
ConnectedCoder.m Patches submitted from May 20 to Aug 28 1997 1997-09-01 21:59:51 +00:00
Connection.m Merge in changes from NET-Community. 1997-09-13 17:52:31 +00:00
CStream.m ([CStream -_initForReadingFromPostSignatureStream: 1997-01-12 18:49:08 +00:00
Decoder.m ([Decoder -decodeObjectAt:anObjPtr:name]) [CODER_OBJECT_REPEATED]: 1997-05-03 18:20:16 +00:00
DelegatePool.m * src/DelegatePool.m: 1997-01-06 21:33:32 +00:00
Dictionary.m Improved -description writing/reading. Bug fixes to NSString. 1997-09-18 14:56:47 +00:00
dld-load.h Changes from Christley. See Sep 25 ChangeLog entry. 1996-10-25 23:54:08 +00:00
Encoder.m (-initForWritingToStream:withFormatVersion:cStreamClass:cStreamFormatVersion:): 1997-01-09 15:38:54 +00:00
externs.m Make the system root be the default installation root. 1997-10-30 22:23:50 +00:00
find_exec.c Merge in changes from NET-Community. 1997-09-13 17:52:31 +00:00
GapArray.m Change "Gnustep" to "GNUstep" 1996-05-12 00:56:10 +00:00
HashTable.m ([HashTable -isKey]): Updated isKey to use the new hash_value_for_key 1996-09-17 14:20:23 +00:00
Heap.m Changes from Richard Frith-Macdonald. See Oct 31 ChangeLog entry. 1996-10-31 18:02:23 +00:00
hpux-load.h Changes from Christley. See Sep 25 ChangeLog entry. 1996-10-25 23:54:08 +00:00
IndexedCollection.m Change "Gnustep" to "GNUstep" 1996-05-12 00:56:10 +00:00
Invocation.m Rewrite of NSData from Richard Frith-Macdonald <richard@brainstorm.co.uk> 1997-09-29 14:39:53 +00:00
KeyedCollection.m (-dealloc): Added call to NSDeallocateObject() to ensure that the 1997-01-09 15:39:41 +00:00
libgnustep-base.def Merge in changes from NET-Community. 1997-09-13 17:52:31 +00:00
LinkedList.m Patches submitted from May 20 to Aug 28 1997 1997-09-01 21:59:51 +00:00
LinkedListNode.m Change "Gnustep" to "GNUstep" 1996-05-12 00:56:10 +00:00
List.m Change "Gnustep" to "GNUstep" 1996-05-12 00:56:10 +00:00
Lock.m Change "Gnustep" to "GNUstep" 1996-05-12 00:56:10 +00:00
MachPort.m Change "Gnustep" to "GNUstep" 1996-05-12 00:56:10 +00:00
Magnitude.m Change "Gnustep" to "GNUstep" 1996-05-12 00:56:10 +00:00
Makefile Make the system root be the default installation root. 1997-10-30 22:23:50 +00:00
Makefile.local Initial revision 1996-01-22 23:22:11 +00:00
Makefile.postamble Make the system root be the default installation root. 1997-10-30 22:23:50 +00:00
Makefile.preamble Convert to the GNUstep makefile package. 1997-09-23 21:00:33 +00:00
Makefile.sed.nt Changes from Scott Christley. See ChangeLog Dec 04 and Nov 21 1997-01-09 16:24:07 +00:00
MallocAddress.m Change "Gnustep" to "GNUstep" 1996-05-12 00:56:10 +00:00
MappedCollector.m Change "Gnustep" to "GNUstep" 1996-05-12 00:56:10 +00:00
md5.c Changes from Scott Christley. See ChangeLog Dec 04 and Nov 21 1997-01-09 16:24:07 +00:00
md5.h *** empty log message *** 1996-02-13 02:31:48 +00:00
MemoryStream.m Rewrite of NSData from Richard Frith-Macdonald <richard@brainstorm.co.uk> 1997-09-29 14:39:53 +00:00
mframe.m DO patches from Frith-MacDonald 1997-10-28 14:37:53 +00:00
Notification.m Substitute (NSString*) for (id <String>) 1996-11-24 17:30:39 +00:00
NotificationDispatcher.m Retain/Release and DO patches from Richard Frith-MacDonald 1997-10-28 14:34:49 +00:00
NSAllocateObject.m Patches submitted from May 20 to Aug 28 1997 1997-09-01 21:59:51 +00:00
NSArchiver.m Merge in changes from NET-Community. 1997-09-13 17:52:31 +00:00
NSArray.m Bug fixes to get checks programs to work. 1997-09-23 14:03:36 +00:00
NSAssertionHandler.m Patches submitted from May 20 to Aug 28 1997 1997-09-01 21:59:51 +00:00
NSAttributedString.m Rewrite of NSData from Richard Frith-Macdonald <richard@brainstorm.co.uk> 1997-09-29 14:39:53 +00:00
NSAutoreleasePool.m Changes by wacko@power1.snu.ac.kr (Yoo C. Chung). See ChangeLog Feb 4 1997-03-03 19:56:37 +00:00
NSBitmapCharSet.m Change "Gnustep" to "GNUstep" 1996-05-12 00:56:10 +00:00
NSBundle.m Make the system root be the default installation root. 1997-10-30 22:23:50 +00:00
NSCalendarDate.m Retain/Release and DO patches from Richard Frith-MacDonald 1997-10-28 14:34:49 +00:00
NSCallBacks.h Change "Gnustep" to "GNUstep" 1996-05-12 00:56:10 +00:00
NSCallBacks.m Change "Gnustep" to "GNUstep" 1996-05-12 00:56:10 +00:00
NSCharacterSet.m Fix NSDictionary and NSMutableDictionary implementation. 1997-10-16 23:56:27 +00:00
NSCoder.m Change "Gnustep" to "GNUstep" 1996-05-12 00:56:10 +00:00
NSConcreteNumber.m Change "Gnustep" to "GNUstep" 1996-05-12 00:56:10 +00:00
NSConcreteValue.m Bug fixes to get checks programs to work. 1997-09-23 14:03:36 +00:00
NSConnection.m New TimeZone files/directory. Removed redundent methods. 1997-10-01 18:53:50 +00:00
NSCopyObject.m Change "Gnustep" to "GNUstep" 1996-05-12 00:56:10 +00:00
NSCountedSet.m Change "Gnustep" to "GNUstep" 1996-05-12 00:56:10 +00:00
NSCTemplateValue.m Improved -description writing/reading. Bug fixes to NSString. 1997-09-18 14:56:47 +00:00
NSData.m DO patches from Frith-MacDonald 1997-10-28 14:37:53 +00:00
NSDate.m Rewrite of NSData from Richard Frith-Macdonald <richard@brainstorm.co.uk> 1997-09-29 14:39:53 +00:00
NSDeallocateObject.m Patches submitted from May 20 to Aug 28 1997 1997-09-01 21:59:51 +00:00
NSDebug.m Patches submitted from May 20 to Aug 28 1997 1997-09-01 21:59:51 +00:00
NSDictionary.m Fix NSDictionary and NSMutableDictionary implementation. 1997-10-16 23:56:27 +00:00
NSDistantObject.m New TimeZone files/directory. Removed redundent methods. 1997-10-01 18:53:50 +00:00
NSEnumerator.m Change "Gnustep" to "GNUstep" 1996-05-12 00:56:10 +00:00
NSException.m Merge in changes from NET-Community. 1997-09-13 17:52:31 +00:00
NSFileHandle.m Patches submitted from May 20 to Aug 28 1997 1997-09-01 21:59:51 +00:00
NSFileManager.m Merge in changes from NET-Community. 1997-09-13 17:52:31 +00:00
NSGArchiver.m Rewrite of NSData from Richard Frith-Macdonald <richard@brainstorm.co.uk> 1997-09-29 14:39:53 +00:00
NSGArray.m ([NSGArray +initialize]): Declare NonCore classes. 1996-09-02 15:53:07 +00:00
NSGAttributedString.m Rewrite of NSData from Richard Frith-Macdonald <richard@brainstorm.co.uk> 1997-09-29 14:39:53 +00:00
NSGCountedSet.m Change "Gnustep" to "GNUstep" 1996-05-12 00:56:10 +00:00
NSGCString.m Rewrite of NSData from Richard Frith-Macdonald <richard@brainstorm.co.uk> 1997-09-29 14:39:53 +00:00
NSGDictionary.m Fix NSDictionary and NSMutableDictionary implementation. 1997-10-16 23:56:27 +00:00
NSGeometry.m Change "Gnustep" to "GNUstep" 1996-05-12 00:56:10 +00:00
NSGSequence.m Patches submitted from May 20 to Aug 28 1997 1997-09-01 21:59:51 +00:00
NSGSet.m Change "Gnustep" to "GNUstep" 1996-05-12 00:56:10 +00:00
NSGString.m Rewrite of NSData from Richard Frith-Macdonald <richard@brainstorm.co.uk> 1997-09-29 14:39:53 +00:00
NSHashTable.m Merge in changes from NET-Community. 1997-09-13 17:52:31 +00:00
NSHost.m Changes from richard and wacko. 1997-10-17 13:35:52 +00:00
NSInvocation.m Change "Gnustep" to "GNUstep" 1996-05-12 00:56:10 +00:00
NSLock.m Include <Foundation/NSException.h>. Fix typo. 1996-05-31 17:27:45 +00:00
NSLog.m Completely rewritten by Adam Fedor. 1997-01-06 22:04:07 +00:00
NSMapTable.m Merge in changes from NET-Community. 1997-09-13 17:52:31 +00:00
NSMethodSignature.m Change "Gnustep" to "GNUstep" 1996-05-12 00:56:10 +00:00
NSNotification.m Change "Gnustep" to "GNUstep" 1996-05-12 00:56:10 +00:00
NSNotificationCenter.m Change "Gnustep" to "GNUstep" 1996-05-12 00:56:10 +00:00
NSNotificationQueue.m Patches submitted from May 20 to Aug 28 1997 1997-09-01 21:59:51 +00:00
NSNumber.m Improved -description writing/reading. Bug fixes to NSString. 1997-09-18 14:56:47 +00:00
NSObjCRuntime.m Fix NSDictionary and NSMutableDictionary implementation. 1997-10-16 23:56:27 +00:00
NSObject.m Retain/Release and DO patches from Richard Frith-MacDonald 1997-10-28 14:34:49 +00:00
NSPage.m Changes by wacko@power1.snu.ac.kr (Yoo C. Chung). See ChangeLog Jan 20 1997-03-03 19:46:52 +00:00
NSPipe.m Patches submitted from May 20 to Aug 28 1997 1997-09-01 21:59:51 +00:00
NSPort.m DO patch from Richard Frith-MacDonald <richard@brainstorm.co.uk> 1997-09-09 15:30:24 +00:00
NSPortCoder.m Changes from richard and wacko. 1997-10-17 13:35:52 +00:00
NSProcessInfo.m Merge in changes from NET-Community. 1997-09-13 17:52:31 +00:00
NSProxy.m Conform to new makefile package changes. 1997-10-30 19:37:24 +00:00
NSRange.m Patches submitted from May 20 to Aug 28 1997 1997-09-01 21:59:51 +00:00
NSRunLoop.m Retain/Release and DO patches from Richard Frith-MacDonald 1997-10-28 14:34:49 +00:00
NSScanner.m ([NSScanner -scanRadixUnsignedInt:]): New method. 1996-09-17 15:02:31 +00:00
NSSerializer.m Cleanup from rewrite of NSData. 1997-09-30 13:00:45 +00:00
NSSet.m Changes from Scott Christley. See ChangeLog Dec 04 and Nov 21 1997-01-09 16:24:07 +00:00
NSString.m Rewrite of NSData from Richard Frith-Macdonald <richard@brainstorm.co.uk> 1997-09-29 14:39:53 +00:00
NSThread.m Merge in changes from NET-Community. 1997-09-13 17:52:31 +00:00
NSTimer.m Patches submitted from May 20 to Aug 28 1997 1997-09-01 21:59:51 +00:00
NSTimeZone.m Patches from Yoo C. Chung 1997-10-24 16:58:20 +00:00
NSUser.m Merge in changes from NET-Community. 1997-09-13 17:52:31 +00:00
NSUserDefaults.m Merge in changes from NET-Community. 1997-09-13 17:52:31 +00:00
NSValue.m Improved -description writing/reading. Bug fixes to NSString. 1997-09-18 14:56:47 +00:00
NSZone.m Fix NSDictionary and NSMutableDictionary implementation. 1997-10-16 23:56:27 +00:00
null-load.h Changes from Christley. See Sep 25 ChangeLog entry. 1996-10-25 23:54:08 +00:00
numbers.c Change "Gnustep" to "GNUstep" 1996-05-12 00:56:10 +00:00
NXStringTable.m Changes from Christley. See Sep 25 ChangeLog entry. 1996-10-25 23:54:08 +00:00
NXStringTable_scan.l (string_buf_ptr): Init local variable. 1996-03-26 00:29:07 +00:00
o_array.m Changes by wacko@power1.snu.ac.kr (Yoo C. Chung). See ChangeLog 1997-03-03 19:43:25 +00:00
o_cbs.m Rename callbacks to o_cbs. 1996-06-18 00:48:54 +00:00
o_cbs_char_p.m Merge in changes from NET-Community. 1997-09-13 17:52:31 +00:00
o_cbs_id.m Merge in changes from NET-Community. 1997-09-13 17:52:31 +00:00
o_cbs_int.m Merge in changes from NET-Community. 1997-09-13 17:52:31 +00:00
o_cbs_int_p.m Merge in changes from NET-Community. 1997-09-13 17:52:31 +00:00
o_cbs_void_p.m Merge in changes from NET-Community. 1997-09-13 17:52:31 +00:00
o_hash.m Changes by wacko@power1.snu.ac.kr (Yoo C. Chung). See ChangeLog 1997-03-03 19:43:25 +00:00
o_list.m Changes by wacko@power1.snu.ac.kr (Yoo C. Chung). See ChangeLog 1997-03-03 19:43:25 +00:00
o_map.m Use NSDefaultMallocZone() instead of 0. 1997-01-06 21:35:01 +00:00
o_vscanf.c Include <objc/objc-api.h>. (Reported by Richard Frith-Macdonald 1996-09-16 20:55:02 +00:00
o_x_bas.m.in Changes by wacko@power1.snu.ac.kr (Yoo C. Chung). See ChangeLog 1997-03-03 19:43:25 +00:00
o_x_cbs.m.in Rename callbacks to o_cbs. 1996-06-18 00:48:54 +00:00
objc-gnu2next.m Change "Gnustep" to "GNUstep" 1996-05-12 00:56:10 +00:00
objc-load.c Include <gnustep/base/config.h> 1997-01-06 22:00:31 +00:00
OrderedCollection.m Change "Gnustep" to "GNUstep" 1996-05-12 00:56:10 +00:00
ostream.m Don't use old String methods; use NSString methods. 1996-11-24 18:31:13 +00:00
Port.m Rewrite of NSData from Richard Frith-Macdonald <richard@brainstorm.co.uk> 1997-09-29 14:39:53 +00:00
preface.m Change "Gnustep" to "GNUstep" 1996-05-12 00:56:10 +00:00
proplist.l Patches submitted from May 20 to Aug 28 1997 1997-09-01 21:59:51 +00:00
proplist.y Patches submitted from May 20 to Aug 28 1997 1997-09-01 21:59:51 +00:00
Proxy.m Retain/Release and DO patches from Richard Frith-MacDonald 1997-10-28 14:34:49 +00:00
Queue.m Change "Gnustep" to "GNUstep" 1996-05-12 00:56:10 +00:00
Random.m Change "Gnustep" to "GNUstep" 1996-05-12 00:56:10 +00:00
RawCStream.m Substitute (NSString*) for (id <String>) 1996-11-24 17:30:39 +00:00
RBTree.m Change "Gnustep" to "GNUstep" 1996-05-12 00:56:10 +00:00
RBTreeNode.m Change "Gnustep" to "GNUstep" 1996-05-12 00:56:10 +00:00
RNGAdditiveCongruential.m Don't include objc-malloc.h. 1996-09-07 20:17:46 +00:00
RNGBerkeley.m Change "Gnustep" to "GNUstep" 1996-05-12 00:56:10 +00:00
Set.m Bug fixes to get checks programs to work. 1997-09-23 14:03:36 +00:00
simple-load.h Changes from Christley. See Sep 25 ChangeLog entry. 1996-10-25 23:54:08 +00:00
SplayTree.m Change "Gnustep" to "GNUstep" 1996-05-12 00:56:10 +00:00
Stack.m Change "Gnustep" to "GNUstep" 1996-05-12 00:56:10 +00:00
StdioStream.m Patches from Yoo C. Chung 1997-10-24 16:58:20 +00:00
Storage.m In accordance with Objective C runtime change, use objc_realloc as a 1996-09-07 20:08:43 +00:00
Stream.m Merge in changes from NET-Community. 1997-09-13 17:52:31 +00:00
stringsfile.l The definition of LABEL needed expanding. 1997-01-06 21:02:08 +00:00
stringsfile.y Remove duplicated content. 1996-10-31 20:39:29 +00:00
TcpPort.m Retain/Release and DO patches from Richard Frith-MacDonald 1997-10-28 14:34:49 +00:00
TextCStream.m ([TextCStream -decodeName:name]): Don't use the non-existant 1996-11-24 18:29:09 +00:00
Time.m Merge in changes from NET-Community. 1997-09-13 17:52:31 +00:00
tzfile.h Patches submitted from May 20 to Aug 28 1997 1997-09-01 21:59:51 +00:00
UdpPort.m Rewrite of NSData from Richard Frith-Macdonald <richard@brainstorm.co.uk> 1997-09-29 14:39:53 +00:00
Unicode.m Patches submitted from May 20 to Aug 28 1997 1997-09-01 21:59:51 +00:00
UnixFileHandle.m Changes from richard and wacko. 1997-10-17 13:35:52 +00:00
win32-def.top New file. 1996-05-31 14:25:27 +00:00
win32-entry.m Merge in changes from NET-Community. 1997-09-13 17:52:31 +00:00