libs-base/Source
gcasa 54fdb742c3 * Source/NSUserDefaults.m: Remove one of the locks in +userLanguages
to avoid a deadlock.
	Patch applied by: Gregory Casamento <greg.casamento@gmail.com>


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@28504 72102866-910b-0410-8b05-ffd578937521
2009-08-21 17:44:39 +00:00
..
Additions Apply patch by Eric Wasylishen for OSX compatibility 2009-08-19 07:04:21 +00:00
mframe Remove unused code 2009-02-21 08:56:27 +00:00
pathconfig Fix typo 2009-02-16 06:50:00 +00:00
unix More moves towards OSX 10.5 GC compatibility. 2009-03-09 15:11:51 +00:00
win32 fix for tcp/ip ports 2009-06-19 20:19:55 +00:00
.cvsignore Header reorganizsateion - Please refer to ChangeLog 2003-07-31 23:49:32 +00:00
callframe.h allow developers more time to adapt to LGPLv3 2008-06-08 10:38:33 +00:00
callframe.m more GC improvements 2009-04-15 08:03:19 +00:00
cifframe.h Imprivemewnts to get NS_MESSAGE and NS_INVOCATION working for FFI. 2008-06-30 05:29:19 +00:00
cifframe.m more GC improvements 2009-04-15 08:03:19 +00:00
CompatibilityHeaders.make allow developers more time to adapt to LGPLv3 2008-06-08 10:38:33 +00:00
dld-load.h allow developers more time to adapt to LGPLv3 2008-06-08 10:38:33 +00:00
DocMakefile Add skeletal NSXML work as requested. 2009-02-09 16:16:11 +00:00
externs.m Updates for MacOS-X compatibility 2008-06-23 07:15:10 +00:00
GNUmakefile * Headers/Foundation/Foundation.h 2009-07-13 18:14:42 +00:00
GSArray.m gc improvements 2009-04-19 10:03:18 +00:00
GSAttributedString.m More moves towards OSX 10.5 GC compatibility. 2009-03-09 15:11:51 +00:00
GSConcreteValue.m allow developers more time to adapt to LGPLv3 2008-06-08 10:38:33 +00:00
GSConcreteValueTemplate.m Updates for 10.5 API changes 2009-02-23 20:42:32 +00:00
GSCountedSet.m More moves towards OSX 10.5 GC compatibility. 2009-03-09 15:11:51 +00:00
GSDictionary.m More moves towards OSX 10.5 GC compatibility. 2009-03-09 15:11:51 +00:00
GSeq.h Minor optimisation. 2009-06-08 16:03:54 +00:00
GSFFCallInvocation.m Applied patch #6677 2008-11-17 13:45:32 +00:00
GSFFIInvocation.m Fix bug #26419 by removing bogus code which was used on targets where 2009-06-06 14:44:26 +00:00
GSFileHandle.m Windows tweak suggested by Riccardo Mottola 2009-06-17 10:35:49 +00:00
GSFormat.m Applied patch #6677 2008-11-17 13:45:32 +00:00
GSFTPURLHandle.m implement support for multiline responses 2009-04-26 13:45:47 +00:00
GSHTTPAuthentication.m Fix some errors in header comments. 2009-03-20 18:52:59 +00:00
GSHTTPURLHandle.m Fix minor error setting host header in request. 2009-07-23 08:31:35 +00:00
GSInternal.h New macros for CLANG compatibility 2009-07-21 09:40:48 +00:00
GSInvocation.h garbage collection fixups 2009-01-12 12:48:46 +00:00
GSLocale.m allow developers more time to adapt to LGPLv3 2008-06-08 10:38:33 +00:00
GSNetwork.h allow developers more time to adapt to LGPLv3 2008-06-08 10:38:33 +00:00
GSPortPrivate.h allow developers more time to adapt to LGPLv3 2008-06-08 10:38:33 +00:00
GSPrivate.h more GC improvements 2009-04-15 08:03:19 +00:00
GSRunLoopCtxt.h Add some missing comments 2009-02-26 11:09:05 +00:00
GSRunLoopWatcher.h Add some missing comments 2009-02-26 11:09:05 +00:00
GSRunLoopWatcher.m Add some missing comments 2009-02-26 11:09:05 +00:00
GSSet.m More moves towards OSX 10.5 GC compatibility. 2009-03-09 15:11:51 +00:00
GSSocketStream.h simplify memory usage 2009-03-24 10:46:53 +00:00
GSSocketStream.m Add comments to avoid confusion. 2009-07-11 14:02:00 +00:00
GSStream.h Updates for 10.5 API changes 2009-02-23 20:42:32 +00:00
GSStream.m use weak pointers for siblings 2009-03-24 10:53:38 +00:00
GSString.m Minor optimisation. 2009-06-08 16:03:54 +00:00
GSURLPrivate.h * Source/GSURLPrivate.h: Addition of private method to NSURLProtocol 2009-04-18 14:22:54 +00:00
GSValue.m allow developers more time to adapt to LGPLv3 2008-06-08 10:38:33 +00:00
hpux-load.h allow developers more time to adapt to LGPLv3 2008-06-08 10:38:33 +00:00
inet_ntop.c Applied patch #6677 2008-11-17 13:45:32 +00:00
inet_pton.c bugfix for old systems without stdint.h 2008-10-15 05:10:55 +00:00
libgnustep-base-entry.m allow developers more time to adapt to LGPLv3 2008-06-08 10:38:33 +00:00
Makefile.postamble fix #26427 2009-05-03 05:19:17 +00:00
Makefile.preamble allow developers more time to adapt to LGPLv3 2008-06-08 10:38:33 +00:00
mframe.m * Source/NSObject: 2009-08-15 21:44:21 +00:00
NSAffineTransform.m Updates for 10.5 API changes 2009-02-23 20:42:32 +00:00
NSArchiver.m More moves towards OSX 10.5 GC compatibility. 2009-03-09 15:11:51 +00:00
NSArray.m Remove obsolete ifdefs 2009-04-28 20:00:59 +00:00
NSAssertionHandler.m Updates for 10.5 API changes 2009-02-23 20:42:32 +00:00
NSAttributedString.m * Source/NSAttributedString.m: Fix keyeded encodgin decoding for 2009-08-11 17:01:50 +00:00
NSAutoreleasePool.m implement -drain 2009-01-22 15:59:06 +00:00
NSBundle.m fix for bundle loading on wndows when we don't have the dll path extension 2009-05-22 17:16:24 +00:00
NSCachedURLResponse.m Fix some errors in header comments. 2009-03-20 18:52:59 +00:00
NSCalendarDate.m path for cocoa compatibility of date formatting. 2009-05-16 19:35:20 +00:00
NSCallBacks.h allow developers more time to adapt to LGPLv3 2008-06-08 10:38:33 +00:00
NSCallBacks.m allow developers more time to adapt to LGPLv3 2008-06-08 10:38:33 +00:00
NSCharacterSet.m use index set for character sets. 2009-08-12 08:39:07 +00:00
NSCharacterSetData.h Add some missing comments 2009-02-26 11:09:05 +00:00
NSClassDescription.m garbage collection fixups 2009-01-12 12:48:46 +00:00
NSCoder.m Updates for 10.5 API changes 2009-02-23 20:42:32 +00:00
NSConcreteHashTable.m Add comments to avoid confusion. 2009-07-11 14:02:00 +00:00
NSConcreteMapTable.m Add comments to avoid confusion. 2009-07-11 14:02:00 +00:00
NSConcreteNumber.h allow developers more time to adapt to LGPLv3 2008-06-08 10:38:33 +00:00
NSConcreteNumber.m allow developers more time to adapt to LGPLv3 2008-06-08 10:38:33 +00:00
NSConcreteNumberTemplate.m allow developers more time to adapt to LGPLv3 2008-06-08 10:38:33 +00:00
NSConcretePointerFunctions.h more gc fixups 2009-04-17 08:12:52 +00:00
NSConcretePointerFunctions.m more gc fixups 2009-04-17 08:12:52 +00:00
NSConnection.m Joined split-line string constant 2009-08-21 15:53:05 +00:00
NSCopyObject.m Updates for 10.5 API changes 2009-02-23 20:42:32 +00:00
NSCountedSet.m Updates for 10.5 API changes 2009-02-23 20:42:32 +00:00
NSData.m Add some argument checking 2009-08-12 07:49:42 +00:00
NSDate.m add keyed archiving support 2008-10-12 19:08:24 +00:00
NSDateFormatter.m allow developers more time to adapt to LGPLv3 2008-06-08 10:38:33 +00:00
NSDebug.m try using sigsetjmp 2009-03-21 15:31:52 +00:00
NSDecimal.m fix some errors in comments causing documentation generation problems 2009-04-26 05:37:21 +00:00
NSDecimalNumber.m Updates for 10.5 API changes 2009-02-23 20:42:32 +00:00
NSDictionary.m Remove obsolete ifdefs 2009-04-28 20:00:59 +00:00
NSDistantObject.m fixup indentaton. 2009-06-15 07:13:11 +00:00
NSDistributedLock.m Standardise path for lock file. 2008-09-19 08:44:28 +00:00
NSDistributedNotificationCenter.m avoid compiler warnings 2009-06-12 01:44:12 +00:00
NSEnumerator.m further fast enumeration bugfixes from david. 2009-02-04 05:30:39 +00:00
NSError.m Updates for 10.5 API changes 2009-02-23 20:42:32 +00:00
NSException.m Fox error in last commit. Add parser improvements. 2009-02-23 20:51:20 +00:00
NSFileHandle.m Clarify docs a little 2008-11-09 10:11:18 +00:00
NSFileManager.m Note that directory enumeration order is undefined. 2009-08-05 08:03:37 +00:00
NSFormatter.m allow developers more time to adapt to LGPLv3 2008-06-08 10:38:33 +00:00
NSGarbageCollector.m MacOS-X compatibility fix for GC 2009-02-11 10:11:33 +00:00
NSGeometry.m Updates for 10.5 API changes 2009-02-23 20:42:32 +00:00
NSHashTable.m reduce dependecy on libxml2 2009-04-29 09:26:52 +00:00
NSHost.m garbage collection fixups 2009-01-12 12:48:46 +00:00
NSHTTPCookie.m Fix some errors in header comments. 2009-03-20 18:52:59 +00:00
NSHTTPCookieStorage.m Fix some errors in header comments. 2009-03-20 18:52:59 +00:00
NSIndexPath.m Updates for 10.5 API changes 2009-02-23 20:42:32 +00:00
NSIndexSet.m Updates for 10.5 API changes 2009-02-23 20:42:32 +00:00
NSInvocation.m * Source/NSObject: 2009-08-15 21:44:21 +00:00
NSKeyedArchiver.m More moves towards OSX 10.5 GC compatibility. 2009-03-09 15:11:51 +00:00
NSKeyedUnarchiver.m reduce dependecy on libxml2 2009-04-29 09:26:52 +00:00
NSKeyValueCoding.m fix for bug #25720 as suggested by Michael Johnston 2009-02-27 12:54:15 +00:00
NSKeyValueMutableArray.m Applied patch #6677 2008-11-17 13:45:32 +00:00
NSKeyValueMutableSet.m allow developers more time to adapt to LGPLv3 2008-06-08 10:38:33 +00:00
NSKeyValueObserving.m Permit setters to return values. 2009-05-23 06:00:45 +00:00
NSLock.m Move NSLog to NSDebugLog for the WARNING. 2009-04-11 05:13:33 +00:00
NSLog.m allow developers more time to adapt to LGPLv3 2008-06-08 10:38:33 +00:00
NSMapTable.m gc improvements 2009-04-19 10:03:18 +00:00
NSMessagePort.m Don't watch for OOB data ... unix domain sockets don't support it anyway. 2009-03-21 09:21:05 +00:00
NSMessagePortNameServer.m Implement OSX10.5 NSMapTable API 2009-03-16 10:54:59 +00:00
NSMethodSignature.m Updates for 10.5 API changes 2009-02-23 20:42:32 +00:00
NSNetServices.m Updates for 10.5 API changes 2009-02-23 20:42:32 +00:00
NSNotification.m allow developers more time to adapt to LGPLv3 2008-06-08 10:38:33 +00:00
NSNotificationCenter.m fix weak pointer error 2009-03-10 11:10:27 +00:00
NSNotificationQueue.m fix deallocation error 2009-03-18 15:08:13 +00:00
NSNull.m allow developers more time to adapt to LGPLv3 2008-06-08 10:38:33 +00:00
NSNumber.m Updates for 10.5 API changes 2009-02-23 20:42:32 +00:00
NSNumberFormatter.m garbage collection fixups 2009-01-12 12:48:46 +00:00
NSObjCRuntime.m allow developers more time to adapt to LGPLv3 2008-06-08 10:38:33 +00:00
NSObject+NSComparisonMethods.m Add comparison methods category for compatibility with OS X. 2008-12-25 23:38:58 +00:00
NSObject.m * Source/NSObject: 2009-08-15 21:44:21 +00:00
NSOperation.m New macros for CLANG compatibility 2009-07-21 09:40:48 +00:00
NSPage.m revert last change, instead set define to say we support win2000 and up 2008-11-13 13:55:21 +00:00
NSPathUtilities.m OSX 10.5 API fixups for mingw 2009-03-18 10:02:49 +00:00
NSPipe.m allow developers more time to adapt to LGPLv3 2008-06-08 10:38:33 +00:00
NSPointerArray.m more gc fixups 2009-04-17 08:12:52 +00:00
NSPointerFunctions.m concrete pointer functions class added ... incomplete 2009-02-10 19:47:01 +00:00
NSPort.m tweaks to use new GC API 2009-03-08 14:34:16 +00:00
NSPortCoder.m OSX 10.5 API fixups for mingw 2009-03-18 10:02:49 +00:00
NSPortMessage.m allow developers more time to adapt to LGPLv3 2008-06-08 10:38:33 +00:00
NSPortNameServer.m allow developers more time to adapt to LGPLv3 2008-06-08 10:38:33 +00:00
NSPredicate.m Updates for 10.5 API changes 2009-02-23 20:42:32 +00:00
NSProcessInfo.m minor tweak for colaris compile 2009-07-04 11:28:34 +00:00
NSPropertyList.m Make handling of accumulated text in 'value' clearer. 2009-08-04 08:08:52 +00:00
NSProtocolChecker.m garbage collection fixups 2009-01-12 12:48:46 +00:00
NSProxy.m Updates for 10.5 API changes 2009-02-23 20:42:32 +00:00
NSRange.m allow developers more time to adapt to LGPLv3 2008-06-08 10:38:33 +00:00
NSRunLoop.m optimise conversion to unicode a bit 2009-06-06 07:36:48 +00:00
NSScanner.m Updates for 10.5 API changes 2009-02-23 20:42:32 +00:00
NSSerializer.m More moves towards OSX 10.5 GC compatibility. 2009-03-09 15:11:51 +00:00
NSSet.m Updates for 10.5 API changes 2009-02-23 20:42:32 +00:00
NSSocketPort.m minor tweak for colaris compile 2009-07-04 11:28:34 +00:00
NSSocketPortNameServer.m garbage collection fixups 2009-01-12 12:48:46 +00:00
NSSortDescriptor.m Fixups for DO compatibility. 2008-07-06 09:18:30 +00:00
NSSpellServer.m garbage collection fixups 2009-01-12 12:48:46 +00:00
NSString.m gc improvements 2009-04-10 08:25:03 +00:00
NSTask.m Change finalization to match MacOS-X 2009-01-12 18:36:37 +00:00
NSThread.m Fix race condition 2009-05-24 04:22:09 +00:00
NSTimer.m Documentation tweaks 2009-05-27 11:03:42 +00:00
NSTimeZone.m Updates for 10.5 API changes 2009-02-23 20:42:32 +00:00
nstzfile.h * configure.ac: Check for tzfile.h 2004-10-11 03:08:54 +00:00
NSUnarchiver.m Tolerate either float or double in archives. 2009-02-22 17:07:36 +00:00
NSUndoManager.m Fix a few issues with NSUndoManager, the most serious of which was 2009-06-02 21:36:17 +00:00
NSURL.m Windows fixup 2009-05-16 10:34:22 +00:00
NSURLAuthenticationChallenge.m Fix some errors in header comments. 2009-03-20 18:52:59 +00:00
NSURLCache.m Fix some errors in header comments. 2009-03-20 18:52:59 +00:00
NSURLConnection.m * Source/GSURLPrivate.h: Addition of private method to NSURLProtocol 2009-04-18 14:22:54 +00:00
NSURLCredential.m Fix some errors in header comments. 2009-03-20 18:52:59 +00:00
NSURLCredentialStorage.m Fix some errors in header comments. 2009-03-20 18:52:59 +00:00
NSURLDownload.m Fix some errors in header comments. 2009-03-20 18:52:59 +00:00
NSURLHandle.m revert 2009-03-03 19:59:58 +00:00
NSURLProtectionSpace.m Fix some errors in header comments. 2009-03-20 18:52:59 +00:00
NSURLProtocol.m Fix minor error setting host header in request. 2009-07-23 08:31:35 +00:00
NSURLRequest.m Fix some errors in header comments. 2009-03-20 18:52:59 +00:00
NSURLResponse.m Fix some errors in header comments. 2009-03-20 18:52:59 +00:00
NSUserDefaults.m * Source/NSUserDefaults.m: Remove one of the locks in +userLanguages 2009-08-21 17:44:39 +00:00
NSValue.m Updates for 10.5 API changes 2009-02-23 20:42:32 +00:00
NSValueTransformer.m garbage collection fixups 2009-01-12 12:48:46 +00:00
NSXMLDocument.m Add skeletal NSXML work as requested. 2009-02-09 16:16:11 +00:00
NSXMLDTD.m Add skeletal NSXML work as requested. 2009-02-09 16:16:11 +00:00
NSXMLDTDNode.m Add skeletal NSXML work as requested. 2009-02-09 16:16:11 +00:00
NSXMLElement.m Add skeletal NSXML work as requested. 2009-02-09 16:16:11 +00:00
NSXMLNode.m Add skeletal NSXML work as requested. 2009-02-09 16:16:11 +00:00
NSXMLParser.m fix to handle empty key in XML property list. 2009-08-04 07:47:58 +00:00
NSXMLPrivate.h Add skeletal NSXML work as requested. 2009-02-09 16:16:11 +00:00
NSZone.m fix some errors in comments causing documentation generation problems 2009-04-26 05:37:21 +00:00
null-load.h allow developers more time to adapt to LGPLv3 2008-06-08 10:38:33 +00:00
objc-gnu2next.m allow developers more time to adapt to LGPLv3 2008-06-08 10:38:33 +00:00
objc-load.h allow developers more time to adapt to LGPLv3 2008-06-08 10:38:33 +00:00
objc-load.m allow developers more time to adapt to LGPLv3 2008-06-08 10:38:33 +00:00
preface.m allow developers more time to adapt to LGPLv3 2008-06-08 10:38:33 +00:00
simple-load.h allow developers more time to adapt to LGPLv3 2008-06-08 10:38:33 +00:00
synchronization.m * Headers/Additions/GNUstepBase/GSVersionMacros.h: Add 2008-11-26 15:06:06 +00:00
thr-mach.h allow developers more time to adapt to LGPLv3 2008-06-08 10:38:33 +00:00
thr-mach.m allow developers more time to adapt to LGPLv3 2008-06-08 10:38:33 +00:00
thr-pthread.m allow developers more time to adapt to LGPLv3 2008-06-08 10:38:33 +00:00
win32-def.top allow developers more time to adapt to LGPLv3 2008-06-08 10:38:33 +00:00
win32-load.h allow developers more time to adapt to LGPLv3 2008-06-08 10:38:33 +00:00