libs-base/Source
Richard Frith-Macdonald cf942cc32a Tidy xml output format.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@18466 72102866-910b-0410-8b05-ffd578937521
2004-01-24 06:51:18 +00:00
..
Additions Inital commit of partial implementation of MacOS-X compatible keyed archiving. 2004-01-22 09:37:07 +00:00
mframe
.cvsignore
callframe.h
callframe.m
cifframe.h
cifframe.m
CompatibilityHeaders.make
dld-load.h
DocMakefile Inital commit of partial implementation of MacOS-X compatible keyed archiving. 2004-01-22 09:37:07 +00:00
externs.m Fix spelling errors in comments. 2003-12-23 17:22:06 +00:00
GNUmakefile Inital commit of partial implementation of MacOS-X compatible keyed archiving. 2004-01-22 09:37:07 +00:00
GSArray.m * Source/GSArray.m: 2003-10-24 09:27:09 +00:00
GSAttributedString.m Initialize range in the aRange.length==0 case. 2004-01-08 00:52:21 +00:00
GSCompatibility.m Inital commit of partial implementation of MacOS-X compatible keyed archiving. 2004-01-22 09:37:07 +00:00
GSCountedSet.m
GSDictionary.m
GSeq.h
GSFFCallInvocation.m Various GSObjCRuntime usage cleanups. 2003-08-24 23:07:41 +00:00
GSFFIInvocation.m Various GSObjCRuntime usage cleanups. 2003-08-24 23:07:41 +00:00
GSFileHandle.m a static declaration was missing. Fixing it 2003-11-09 12:49:15 +00:00
GSFormat.h
GSFormat.m
GSFTPURLHandle.m
GSHTTPURLHandle.m
GSInvocation.h
GSLocale.m
GSPrivate.h Fix spelling errors in comments. 2003-12-23 17:22:06 +00:00
GSSet.m
GSString.m Reorganize GSString class hierarchy. Update users. 2003-11-05 02:11:49 +00:00
GSTcpPort.m New SIGPIPE behavior 2003-10-16 18:31:38 +00:00
GSTemplateValue.m
GSValue.m
hpux-load.h
libgnustep-base-entry.m
Makefile.postamble Generate libgnustep-base.def at compile time. 2003-10-22 02:45:43 +00:00
Makefile.preamble Minor changes for baseadd compilation and compiler warnings. 2004-01-12 19:42:18 +00:00
mframe.m
NSArchiver.m
NSArray.m Tidy last NSArray change with minor performance tweak, apply bugfix for code 2004-01-08 08:07:29 +00:00
NSAssertionHandler.m
NSAttributedString.m
NSAutoreleasePool.m
NSBitmapCharSet.m
NSBundle.m Corrected spelling. 2003-12-25 14:59:54 +00:00
NSCalendarDate.m Minor comptibility fixes and documentation 2003-10-25 05:54:39 +00:00
NSCallBacks.h
NSCallBacks.m
NSCharacterSet.m Rename 'abstract' to 'abstractClass' and make it static. (+allocWithZone:): Allocate an instance of self if self isn't the abstract class. 2003-12-23 23:19:00 +00:00
NSClassDescription.m
NSCoder.m Inital commit of partial implementation of MacOS-X compatible keyed archiving. 2004-01-22 09:37:07 +00:00
NSConcreteNumber.h * Source/NSConcreteNumber.h: Moved here from 2003-10-22 16:26:02 +00:00
NSConcreteNumber.m * Source/NSConcreteNumber.h: Moved here from 2003-10-22 16:26:02 +00:00
NSConnection.m Updates for improved reference count management over DO. 2003-10-27 13:41:01 +00:00
NSCopyObject.m
NSCountedSet.m Memory leak fixes and a little new debug functionality 2003-10-08 15:03:58 +00:00
NSData.m Fix typo in comment. 2003-11-28 22:41:07 +00:00
NSDate.m
NSDateFormatter.m
NSDebug.m Tidyups 2003-10-08 16:26:59 +00:00
NSDecimal.m
NSDecimalNumber.m
NSDictionary.m
NSDistantObject.m Fix for libffi based distributed objects (tested on macos-x) 2004-01-18 12:19:43 +00:00
NSDistributedLock.m Change return type of -initWithPath: to id. 2003-09-04 16:44:37 +00:00
NSDistributedNotificationCenter.m
NSEnumerator.m
NSException.m
NSFileHandle.m Add support for server side ssl connections. 2003-11-05 18:26:09 +00:00
NSFileManager.m Fixed missing bracket 2003-10-09 09:31:35 +00:00
NSFormatter.m
NSGeometry.m (NSContainsRect): Return NO if the second rect is empty. (NSIntegralRect): Calculate new width and height correctly. 2003-12-23 17:11:14 +00:00
NSHashTable.m
NSHost.m
NSInvocation.m Various GSObjCRuntime usage cleanups. 2003-08-24 23:07:41 +00:00
NSKeyedArchiver.m Added a few specialised coding methods. 2004-01-24 06:39:21 +00:00
NSKeyedUnarchiver.m Added a few specialised coding methods. 2004-01-24 06:39:21 +00:00
NSKeyValueCoding.m
NSLock.m * Headers/Additions/GNUstepBase/GSLock.h: Added missing 2003-10-30 13:44:55 +00:00
NSLog.m
NSMapTable.m
NSMessagePort.m Multithreaded operation fixes. 2004-01-23 18:12:37 +00:00
NSMessagePortNameServer.m * Source/NSMessagePort.m: For older OS comptibility, define some 2003-08-27 14:16:03 +00:00
NSMethodSignature.m
NSNotification.m
NSNotificationCenter.m Use locking even when single threaded ... temporary hack 2003-11-03 12:32:46 +00:00
NSNotificationQueue.m
NSNull.m
NSNumber.m Minor usability tweak. 2003-11-30 09:05:31 +00:00
NSNumberFormatter.m
NSObjCRuntime.m
NSObject.m fix for ignoring of sigpipe. 2003-12-01 06:55:40 +00:00
NSPage.m
NSPipe.m
NSPort.m
NSPortCoder.m
NSPortMessage.m
NSPortNameServer.m
NSProcessInfo.m Fix indentation problems. 2004-01-11 04:49:10 +00:00
NSPropertyList.m Tidy xml output format. 2004-01-24 06:51:18 +00:00
NSProtocolChecker.m
NSProxy.m Various GSObjCRuntime usage cleanups. 2003-08-24 23:07:41 +00:00
NSRange.m
NSRunLoop.m Fixes for macosx compatibility. 2003-10-28 11:10:23 +00:00
NSScanner.m
NSSerializer.m (serializeToInfo): Only save a string as a cstring if it only contains ASCII characters. 2003-11-05 13:52:18 +00:00
NSSet.m Memory leak fixes and a little new debug functionality 2003-10-08 15:03:58 +00:00
NSSocketPort.m Turn off some debug logging accidentally left on after last bugfix. 2004-01-23 18:39:39 +00:00
NSSocketPortNameServer.m
NSString.m Based on patches by Philip Moetteli 2003-11-10 15:34:52 +00:00
NSTask.m Bugfix ... suspend should send SIGSTOP 2003-11-23 06:23:09 +00:00
NSThread.m (+detachNewThreadSelector:toTarget:withObject:): Don't set entered_multi_threaded_state to NO if the objc_thread_detach call fails. 2003-12-23 17:41:38 +00:00
NSTimer.m
NSTimeZone.m Remover extern decl 2003-09-23 14:11:10 +00:00
NSUnarchiver.m
NSUndoManager.m
NSURL.m * Source/NSConcreteNumber.h: Moved here from 2003-10-22 16:26:02 +00:00
NSURLHandle.m Little tweak for safety .. return immutable copy rather than mutable 2004-01-13 10:02:34 +00:00
NSUser.m Use current user id to get user name. 2003-11-30 10:20:26 +00:00
NSUserDefaults.m Don't obtain locks unnecessarily 2003-11-10 06:40:24 +00:00
NSValue.m
NSZone.m
null-load.h
objc-gnu2next.m
objc-load.h
objc-load.m
preface.m
simple-load.h
thr-mach.m
thr-pthread.m
tzfile.h
win32-def.top
win32-load.h