pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/licenses Update libFoundation to 1.1.7.168. This make...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/037643108d22
branches:  trunk
changeset: 557580:037643108d22
user:      rh <rh%pkgsrc.org@localhost>
date:      Sat Apr 18 02:19:23 2009 +0000

description:
Update libFoundation to 1.1.7.168.  This makes libFoundation play nice with
the new gnustep-make directory structure.  Other notable changes include:
 * bugfixes and stability improvements
 * Support for some new Cocoa classes, like NSURL
 * Improved compatibility with gstep-base
 * more and fixed timezone files
 * support for read-only strings in UTF-8 and UTF-16
 * some fixes for warnings thrown in new gcc (gcc3+) compilers

diffstat:

 devel/libFoundation/Makefile         |   38 +-
 devel/libFoundation/PLIST            |  561 +++++++++++++++++-----------------
 devel/libFoundation/buildlink3.mk    |   92 ++--
 devel/libFoundation/common.mk        |   31 +
 devel/libFoundation/distinfo         |   10 +-
 devel/libFoundation/patches/patch-aa |   13 +
 devel/libFoundation/patches/patch-ab |   17 +
 licenses/libFoundation-license       |   18 +
 8 files changed, 429 insertions(+), 351 deletions(-)

diffs (truncated from 856 to 300 lines):

diff -r 7cea98f05f7d -r 037643108d22 devel/libFoundation/Makefile
--- a/devel/libFoundation/Makefile      Sat Apr 18 01:32:44 2009 +0000
+++ b/devel/libFoundation/Makefile      Sat Apr 18 02:19:23 2009 +0000
@@ -1,9 +1,7 @@
-# $NetBSD: Makefile,v 1.12 2008/08/23 07:47:00 obache Exp $
+# $NetBSD: Makefile,v 1.13 2009/04/18 02:19:23 rh Exp $
 #
-
-DISTNAME=      libFoundation-1.0.72-r107
+DISTNAME=      libFoundation-1.1.7-r168
 PKGNAME=       ${DISTNAME:S/-r/./}
-PKGREVISION=   2
 CATEGORIES=    devel gnustep
 MASTER_SITES=  http://download.opengroupware.org/nightly/sources/releases/
 
@@ -11,37 +9,33 @@
 HOMEPAGE=      http://www.opengroupware.org/en/devs/thirdparty/libFoundation/
 COMMENT=       Library implementing the OpenStep Foundation API
 
-USE_LANGUAGES= objc
+LICENSE=       libFoundation-license
 
-WRKSRC=                ${WRKDIR}/libfoundation
+.include       "common.mk"
+
+MAKE_FLAGS=    GNUSTEP_TARGET_DIR="${WRKSRC}/Foundation"
 
-GNU_CONFIGURE= yes
-MAKE_ENV+=     ADDITIONAL_OBJCFLAGS="-I${WRKSRC} -I."
-MAKE_ENV+=     FOUNDATION_LIB="fd"
-MAKE_ENV+=     INSTALL_DATA=${INSTALL_DATA:Q}
+SUBST_FILES.gnustep_installation_dir+= Foundation/GNUmakefile.postamble
+SUBST_FILES.gnustep_installation_dir+= Foundation/GNUmakefile
+SUBST_FILES.gnustep_installation_dir+= Resources/GNUmakefile
+
+LIBF_HOST_OS=  ${GNUSTEP_HOST:C/.*-//}
 
 PLIST_SUBST+=  GNUSTEP_HOST_CPU=${GNUSTEP_HOST_CPU:Q}
 PLIST_SUBST+=  LIBF_HOST_OS=${LIBF_HOST_OS}
 
-LIBF_HOST_OS=  ${GNUSTEP_HOST:C/.*-//}
-
+.include "../../devel/gnustep-make/buildlink3.mk"
 .include "../../devel/gnustep-objc-lf2/buildlink3.mk"
 .include "../../mk/pthread.buildlink3.mk"
 
-pre-configure:
-       ${MKDIR} ${WRKSRC}/config/${MACHINE_GNU_ARCH}
-       [ -e ${WRKSRC}/config/${MACHINE_GNU_ARCH}/${GNUSTEP_HOST_OS}.h ] || \
-       ${LN} -s linux.h ${WRKSRC}/config/${MACHINE_GNU_ARCH}/${GNUSTEP_HOST_OS}.h
-.if ${GNUSTEP_HOST_OS} != ${LIBF_HOST_OS}
-       [ -e ${WRKSRC}/config/${MACHINE_GNU_ARCH}/${LIBF_HOST_OS}.h ] || \
-       ${LN} -s linux.h ${WRKSRC}/config/${MACHINE_GNU_ARCH}/${LIBF_HOST_OS}.h
-.endif
-
 post-configure:
-       -${MKDIR} ${WRKSRC}/Foundation/${GNUSTEP_HOST_CPU}
+       ${MKDIR} ${WRKSRC}/Foundation/${GNUSTEP_HOST_CPU}
        [ -e ${WRKSRC}/Foundation/${GNUSTEP_HOST_CPU}/${LIBF_HOST_OS} ] || \
          ${LN} -s                                                      \
            ${WRKSRC}/Foundation/${LIBF_HOST_OS}        \
            ${WRKSRC}/Foundation/${GNUSTEP_HOST_CPU}/${LIBF_HOST_OS}
 
+pre-install:
+       ${MKDIR} ${DESTDIR}${GNUSTEP_MAKEFILES}/Additional
+
 .include "../../mk/bsd.pkg.mk"
diff -r 7cea98f05f7d -r 037643108d22 devel/libFoundation/PLIST
--- a/devel/libFoundation/PLIST Sat Apr 18 01:32:44 2009 +0000
+++ b/devel/libFoundation/PLIST Sat Apr 18 02:19:23 2009 +0000
@@ -1,279 +1,282 @@
-@comment $NetBSD: PLIST,v 1.2 2006/03/18 00:54:28 minskim Exp $
-share/GNUstep/System/Libraries/Resources/libFoundation/CharacterSets/alphanumericCharacterSet.bitmap
-share/GNUstep/System/Libraries/Resources/libFoundation/CharacterSets/controlCharacterSet.bitmap
-share/GNUstep/System/Libraries/Resources/libFoundation/CharacterSets/decimalDigitCharacterSet.bitmap
-share/GNUstep/System/Libraries/Resources/libFoundation/CharacterSets/decomposableCharacterSet.bitmap
-share/GNUstep/System/Libraries/Resources/libFoundation/CharacterSets/emptyCharacterSet.bitmap
-share/GNUstep/System/Libraries/Resources/libFoundation/CharacterSets/illegalCharacterSet.bitmap
-share/GNUstep/System/Libraries/Resources/libFoundation/CharacterSets/letterCharacterSet.bitmap
-share/GNUstep/System/Libraries/Resources/libFoundation/CharacterSets/lowercaseLetterCharacterSet.bitmap
-share/GNUstep/System/Libraries/Resources/libFoundation/CharacterSets/nonBaseCharacterSet.bitmap
-share/GNUstep/System/Libraries/Resources/libFoundation/CharacterSets/punctuationCharacterSet.bitmap
-share/GNUstep/System/Libraries/Resources/libFoundation/CharacterSets/uppercaseLetterCharacterSet.bitmap
-share/GNUstep/System/Libraries/Resources/libFoundation/CharacterSets/whitespaceAndNewlineCharacterSet.bitmap
-share/GNUstep/System/Libraries/Resources/libFoundation/CharacterSets/whitespaceCharacterSet.bitmap
-share/GNUstep/System/Libraries/Resources/libFoundation/Defaults/English.plist
-share/GNUstep/System/Libraries/Resources/libFoundation/Defaults/French.plist
-share/GNUstep/System/Libraries/Resources/libFoundation/Defaults/German.plist
-share/GNUstep/System/Libraries/Resources/libFoundation/Defaults/NSGlobalDomain.plist
-share/GNUstep/System/Libraries/Resources/libFoundation/Defaults/Romanian.plist
-share/GNUstep/System/Libraries/Resources/libFoundation/TimeZoneInfo/Australia/NSW
-share/GNUstep/System/Libraries/Resources/libFoundation/TimeZoneInfo/Australia/North
-share/GNUstep/System/Libraries/Resources/libFoundation/TimeZoneInfo/Australia/Queensland
-share/GNUstep/System/Libraries/Resources/libFoundation/TimeZoneInfo/Australia/South
-share/GNUstep/System/Libraries/Resources/libFoundation/TimeZoneInfo/Australia/Tasmania
-share/GNUstep/System/Libraries/Resources/libFoundation/TimeZoneInfo/Australia/Victoria
-share/GNUstep/System/Libraries/Resources/libFoundation/TimeZoneInfo/Australia/West
-share/GNUstep/System/Libraries/Resources/libFoundation/TimeZoneInfo/CET
-share/GNUstep/System/Libraries/Resources/libFoundation/TimeZoneInfo/CLST
-share/GNUstep/System/Libraries/Resources/libFoundation/TimeZoneInfo/CST6CDT
-share/GNUstep/System/Libraries/Resources/libFoundation/TimeZoneInfo/Canada/Atlantic
-share/GNUstep/System/Libraries/Resources/libFoundation/TimeZoneInfo/Canada/Central
-share/GNUstep/System/Libraries/Resources/libFoundation/TimeZoneInfo/Canada/East-Saskatchewan
-share/GNUstep/System/Libraries/Resources/libFoundation/TimeZoneInfo/Canada/Eastern
-share/GNUstep/System/Libraries/Resources/libFoundation/TimeZoneInfo/Canada/Mountain
-share/GNUstep/System/Libraries/Resources/libFoundation/TimeZoneInfo/Canada/Newfoundland
-share/GNUstep/System/Libraries/Resources/libFoundation/TimeZoneInfo/Canada/Pacific
-share/GNUstep/System/Libraries/Resources/libFoundation/TimeZoneInfo/Canada/Yukon
-share/GNUstep/System/Libraries/Resources/libFoundation/TimeZoneInfo/EET
-share/GNUstep/System/Libraries/Resources/libFoundation/TimeZoneInfo/EST
-share/GNUstep/System/Libraries/Resources/libFoundation/TimeZoneInfo/EST5EDT
-share/GNUstep/System/Libraries/Resources/libFoundation/TimeZoneInfo/Europe/Berlin
-share/GNUstep/System/Libraries/Resources/libFoundation/TimeZoneInfo/Europe/Brussels
-share/GNUstep/System/Libraries/Resources/libFoundation/TimeZoneInfo/Europe/Paris
-share/GNUstep/System/Libraries/Resources/libFoundation/TimeZoneInfo/GB-Eire
-share/GNUstep/System/Libraries/Resources/libFoundation/TimeZoneInfo/GMT
-share/GNUstep/System/Libraries/Resources/libFoundation/TimeZoneInfo/GMT+0_30
-share/GNUstep/System/Libraries/Resources/libFoundation/TimeZoneInfo/GMT+1
-share/GNUstep/System/Libraries/Resources/libFoundation/TimeZoneInfo/GMT+10
-share/GNUstep/System/Libraries/Resources/libFoundation/TimeZoneInfo/GMT+10_30
-share/GNUstep/System/Libraries/Resources/libFoundation/TimeZoneInfo/GMT+11
-share/GNUstep/System/Libraries/Resources/libFoundation/TimeZoneInfo/GMT+11_30
-share/GNUstep/System/Libraries/Resources/libFoundation/TimeZoneInfo/GMT+12
-share/GNUstep/System/Libraries/Resources/libFoundation/TimeZoneInfo/GMT+13
-share/GNUstep/System/Libraries/Resources/libFoundation/TimeZoneInfo/GMT+14
-share/GNUstep/System/Libraries/Resources/libFoundation/TimeZoneInfo/GMT+1_30
-share/GNUstep/System/Libraries/Resources/libFoundation/TimeZoneInfo/GMT+2
-share/GNUstep/System/Libraries/Resources/libFoundation/TimeZoneInfo/GMT+2_30
-share/GNUstep/System/Libraries/Resources/libFoundation/TimeZoneInfo/GMT+3
-share/GNUstep/System/Libraries/Resources/libFoundation/TimeZoneInfo/GMT+3_30
-share/GNUstep/System/Libraries/Resources/libFoundation/TimeZoneInfo/GMT+4
-share/GNUstep/System/Libraries/Resources/libFoundation/TimeZoneInfo/GMT+4_30
-share/GNUstep/System/Libraries/Resources/libFoundation/TimeZoneInfo/GMT+5
-share/GNUstep/System/Libraries/Resources/libFoundation/TimeZoneInfo/GMT+5_30
-share/GNUstep/System/Libraries/Resources/libFoundation/TimeZoneInfo/GMT+6
-share/GNUstep/System/Libraries/Resources/libFoundation/TimeZoneInfo/GMT+6_30
-share/GNUstep/System/Libraries/Resources/libFoundation/TimeZoneInfo/GMT+7
-share/GNUstep/System/Libraries/Resources/libFoundation/TimeZoneInfo/GMT+7_30
-share/GNUstep/System/Libraries/Resources/libFoundation/TimeZoneInfo/GMT+8
-share/GNUstep/System/Libraries/Resources/libFoundation/TimeZoneInfo/GMT+8_30
-share/GNUstep/System/Libraries/Resources/libFoundation/TimeZoneInfo/GMT+9
-share/GNUstep/System/Libraries/Resources/libFoundation/TimeZoneInfo/GMT+9_30
-share/GNUstep/System/Libraries/Resources/libFoundation/TimeZoneInfo/GMT-0_30
-share/GNUstep/System/Libraries/Resources/libFoundation/TimeZoneInfo/GMT-1
-share/GNUstep/System/Libraries/Resources/libFoundation/TimeZoneInfo/GMT-10
-share/GNUstep/System/Libraries/Resources/libFoundation/TimeZoneInfo/GMT-10_30
-share/GNUstep/System/Libraries/Resources/libFoundation/TimeZoneInfo/GMT-11
-share/GNUstep/System/Libraries/Resources/libFoundation/TimeZoneInfo/GMT-11_30
-share/GNUstep/System/Libraries/Resources/libFoundation/TimeZoneInfo/GMT-12
-share/GNUstep/System/Libraries/Resources/libFoundation/TimeZoneInfo/GMT-1_30
-share/GNUstep/System/Libraries/Resources/libFoundation/TimeZoneInfo/GMT-2
-share/GNUstep/System/Libraries/Resources/libFoundation/TimeZoneInfo/GMT-2_30
-share/GNUstep/System/Libraries/Resources/libFoundation/TimeZoneInfo/GMT-3
-share/GNUstep/System/Libraries/Resources/libFoundation/TimeZoneInfo/GMT-3_30
-share/GNUstep/System/Libraries/Resources/libFoundation/TimeZoneInfo/GMT-4
-share/GNUstep/System/Libraries/Resources/libFoundation/TimeZoneInfo/GMT-4_30
-share/GNUstep/System/Libraries/Resources/libFoundation/TimeZoneInfo/GMT-5
-share/GNUstep/System/Libraries/Resources/libFoundation/TimeZoneInfo/GMT-5_30
-share/GNUstep/System/Libraries/Resources/libFoundation/TimeZoneInfo/GMT-6
-share/GNUstep/System/Libraries/Resources/libFoundation/TimeZoneInfo/GMT-6_30
-share/GNUstep/System/Libraries/Resources/libFoundation/TimeZoneInfo/GMT-7
-share/GNUstep/System/Libraries/Resources/libFoundation/TimeZoneInfo/GMT-7_30
-share/GNUstep/System/Libraries/Resources/libFoundation/TimeZoneInfo/GMT-8
-share/GNUstep/System/Libraries/Resources/libFoundation/TimeZoneInfo/GMT-8_30
-share/GNUstep/System/Libraries/Resources/libFoundation/TimeZoneInfo/GMT-9
-share/GNUstep/System/Libraries/Resources/libFoundation/TimeZoneInfo/GMT-9_30
-share/GNUstep/System/Libraries/Resources/libFoundation/TimeZoneInfo/Greenwich
-share/GNUstep/System/Libraries/Resources/libFoundation/TimeZoneInfo/HST
-share/GNUstep/System/Libraries/Resources/libFoundation/TimeZoneInfo/Iceland
-share/GNUstep/System/Libraries/Resources/libFoundation/TimeZoneInfo/Japan
-share/GNUstep/System/Libraries/Resources/libFoundation/TimeZoneInfo/MET
-share/GNUstep/System/Libraries/Resources/libFoundation/TimeZoneInfo/MST
-share/GNUstep/System/Libraries/Resources/libFoundation/TimeZoneInfo/MST7MDT
-share/GNUstep/System/Libraries/Resources/libFoundation/TimeZoneInfo/NZ
-share/GNUstep/System/Libraries/Resources/libFoundation/TimeZoneInfo/PST8PDT
-share/GNUstep/System/Libraries/Resources/libFoundation/TimeZoneInfo/Poland
-share/GNUstep/System/Libraries/Resources/libFoundation/TimeZoneInfo/RegionsDictionary
-share/GNUstep/System/Libraries/Resources/libFoundation/TimeZoneInfo/SAST
-share/GNUstep/System/Libraries/Resources/libFoundation/TimeZoneInfo/SGT
-share/GNUstep/System/Libraries/Resources/libFoundation/TimeZoneInfo/Singapore
-share/GNUstep/System/Libraries/Resources/libFoundation/TimeZoneInfo/SystemV/AST4
-share/GNUstep/System/Libraries/Resources/libFoundation/TimeZoneInfo/SystemV/AST4ADT
-share/GNUstep/System/Libraries/Resources/libFoundation/TimeZoneInfo/SystemV/CST6
-share/GNUstep/System/Libraries/Resources/libFoundation/TimeZoneInfo/SystemV/CST6CDT
-share/GNUstep/System/Libraries/Resources/libFoundation/TimeZoneInfo/SystemV/EST5
-share/GNUstep/System/Libraries/Resources/libFoundation/TimeZoneInfo/SystemV/EST5EDT
-share/GNUstep/System/Libraries/Resources/libFoundation/TimeZoneInfo/SystemV/HST10
-share/GNUstep/System/Libraries/Resources/libFoundation/TimeZoneInfo/SystemV/MST7
-share/GNUstep/System/Libraries/Resources/libFoundation/TimeZoneInfo/SystemV/MST7MDT
-share/GNUstep/System/Libraries/Resources/libFoundation/TimeZoneInfo/SystemV/PST8
-share/GNUstep/System/Libraries/Resources/libFoundation/TimeZoneInfo/SystemV/PST8PDT
-share/GNUstep/System/Libraries/Resources/libFoundation/TimeZoneInfo/SystemV/YST9
-share/GNUstep/System/Libraries/Resources/libFoundation/TimeZoneInfo/SystemV/YST9YDT
-share/GNUstep/System/Libraries/Resources/libFoundation/TimeZoneInfo/Turkey
-share/GNUstep/System/Libraries/Resources/libFoundation/TimeZoneInfo/UCT
-share/GNUstep/System/Libraries/Resources/libFoundation/TimeZoneInfo/US/Arizona
-share/GNUstep/System/Libraries/Resources/libFoundation/TimeZoneInfo/US/Central
-share/GNUstep/System/Libraries/Resources/libFoundation/TimeZoneInfo/US/East-Indiana
-share/GNUstep/System/Libraries/Resources/libFoundation/TimeZoneInfo/US/Eastern
-share/GNUstep/System/Libraries/Resources/libFoundation/TimeZoneInfo/US/Hawaii
-share/GNUstep/System/Libraries/Resources/libFoundation/TimeZoneInfo/US/Mountain
-share/GNUstep/System/Libraries/Resources/libFoundation/TimeZoneInfo/US/Pacific
-share/GNUstep/System/Libraries/Resources/libFoundation/TimeZoneInfo/US/Pacific-New
-share/GNUstep/System/Libraries/Resources/libFoundation/TimeZoneInfo/US/Yukon
-share/GNUstep/System/Libraries/Resources/libFoundation/TimeZoneInfo/UTC
-share/GNUstep/System/Libraries/Resources/libFoundation/TimeZoneInfo/Universal
-share/GNUstep/System/Libraries/Resources/libFoundation/TimeZoneInfo/W-SU
-share/GNUstep/System/Libraries/Resources/libFoundation/TimeZoneInfo/WET
-share/GNUstep/System/Library/Headers/libFoundation/${GNUSTEP_HOST_CPU}/${LIBF_HOST_OS}/GNU/lfmemory.h
-share/GNUstep/System/Library/Headers/libFoundation/${GNUSTEP_HOST_CPU}/${LIBF_HOST_OS}/GNU/real_exception_file.h
-share/GNUstep/System/Library/Headers/libFoundation/Foundation/Foundation.h
-share/GNUstep/System/Library/Headers/libFoundation/Foundation/NSAccount.h
-share/GNUstep/System/Library/Headers/libFoundation/Foundation/NSAllocDebugZone.h
-share/GNUstep/System/Library/Headers/libFoundation/Foundation/NSArchiver.h
-share/GNUstep/System/Library/Headers/libFoundation/Foundation/NSArray.h
-share/GNUstep/System/Library/Headers/libFoundation/Foundation/NSAttributedString.h
-share/GNUstep/System/Library/Headers/libFoundation/Foundation/NSAutoreleasePool.h
-share/GNUstep/System/Library/Headers/libFoundation/Foundation/NSBundle.h
-share/GNUstep/System/Library/Headers/libFoundation/Foundation/NSByteOrder.h
-share/GNUstep/System/Library/Headers/libFoundation/Foundation/NSCalendarDate.h
-share/GNUstep/System/Library/Headers/libFoundation/Foundation/NSCharacterSet.h
-share/GNUstep/System/Library/Headers/libFoundation/Foundation/NSClassDescription.h
-share/GNUstep/System/Library/Headers/libFoundation/Foundation/NSCoder.h
-share/GNUstep/System/Library/Headers/libFoundation/Foundation/NSConcreteArray.h
-share/GNUstep/System/Library/Headers/libFoundation/Foundation/NSConcreteCharacterSet.h
-share/GNUstep/System/Library/Headers/libFoundation/Foundation/NSConcreteData.h
-share/GNUstep/System/Library/Headers/libFoundation/Foundation/NSConcreteDate.h
-share/GNUstep/System/Library/Headers/libFoundation/Foundation/NSConcreteDictionary.h
-share/GNUstep/System/Library/Headers/libFoundation/Foundation/NSConcreteNumber.h
-share/GNUstep/System/Library/Headers/libFoundation/Foundation/NSConcreteSet.h
-share/GNUstep/System/Library/Headers/libFoundation/Foundation/NSConcreteString.h
-share/GNUstep/System/Library/Headers/libFoundation/Foundation/NSConcreteTimeZoneDetail.h
-share/GNUstep/System/Library/Headers/libFoundation/Foundation/NSConcreteValue.h
-share/GNUstep/System/Library/Headers/libFoundation/Foundation/NSConnection.h
-share/GNUstep/System/Library/Headers/libFoundation/Foundation/NSData.h
-share/GNUstep/System/Library/Headers/libFoundation/Foundation/NSDate.h
-share/GNUstep/System/Library/Headers/libFoundation/Foundation/NSDateFormatter.h
-share/GNUstep/System/Library/Headers/libFoundation/Foundation/NSDebug.h
-share/GNUstep/System/Library/Headers/libFoundation/Foundation/NSDecimal.h
-share/GNUstep/System/Library/Headers/libFoundation/Foundation/NSDecimalNumber.h
-share/GNUstep/System/Library/Headers/libFoundation/Foundation/NSDefaultZone.h
-share/GNUstep/System/Library/Headers/libFoundation/Foundation/NSDictionary.h
-share/GNUstep/System/Library/Headers/libFoundation/Foundation/NSDistantObject.h
-share/GNUstep/System/Library/Headers/libFoundation/Foundation/NSDistributedLock.h
-share/GNUstep/System/Library/Headers/libFoundation/Foundation/NSEnumerator.h
-share/GNUstep/System/Library/Headers/libFoundation/Foundation/NSError.h
-share/GNUstep/System/Library/Headers/libFoundation/Foundation/NSException.h
-share/GNUstep/System/Library/Headers/libFoundation/Foundation/NSFileHandle.h
-share/GNUstep/System/Library/Headers/libFoundation/Foundation/NSFileManager.h
-share/GNUstep/System/Library/Headers/libFoundation/Foundation/NSFormatter.h
-share/GNUstep/System/Library/Headers/libFoundation/Foundation/NSGeometry.h
-share/GNUstep/System/Library/Headers/libFoundation/Foundation/NSHashTable.h
-share/GNUstep/System/Library/Headers/libFoundation/Foundation/NSHost.h
-share/GNUstep/System/Library/Headers/libFoundation/Foundation/NSInvocation.h
-share/GNUstep/System/Library/Headers/libFoundation/Foundation/NSKeyValueCoding.h
-share/GNUstep/System/Library/Headers/libFoundation/Foundation/NSLock.h
-share/GNUstep/System/Library/Headers/libFoundation/Foundation/NSMapTable.h
-share/GNUstep/System/Library/Headers/libFoundation/Foundation/NSMethodSignature.h
-share/GNUstep/System/Library/Headers/libFoundation/Foundation/NSNotification.h
-share/GNUstep/System/Library/Headers/libFoundation/Foundation/NSNotificationQueue.h
-share/GNUstep/System/Library/Headers/libFoundation/Foundation/NSNull.h
-share/GNUstep/System/Library/Headers/libFoundation/Foundation/NSNumberFormatter.h
-share/GNUstep/System/Library/Headers/libFoundation/Foundation/NSObjCRuntime.h
-share/GNUstep/System/Library/Headers/libFoundation/Foundation/NSObject.h
-share/GNUstep/System/Library/Headers/libFoundation/Foundation/NSPathUtilities.h
-share/GNUstep/System/Library/Headers/libFoundation/Foundation/NSPort.h
-share/GNUstep/System/Library/Headers/libFoundation/Foundation/NSPortCoder.h
-share/GNUstep/System/Library/Headers/libFoundation/Foundation/NSPortMessage.h
-share/GNUstep/System/Library/Headers/libFoundation/Foundation/NSPortNameServer.h
-share/GNUstep/System/Library/Headers/libFoundation/Foundation/NSPosixFileDescriptor.h
-share/GNUstep/System/Library/Headers/libFoundation/Foundation/NSProcessInfo.h
-share/GNUstep/System/Library/Headers/libFoundation/Foundation/NSProxy.h
-share/GNUstep/System/Library/Headers/libFoundation/Foundation/NSRange.h
-share/GNUstep/System/Library/Headers/libFoundation/Foundation/NSRunLoop.h
-share/GNUstep/System/Library/Headers/libFoundation/Foundation/NSScanner.h
-share/GNUstep/System/Library/Headers/libFoundation/Foundation/NSScriptKeyValueCoding.h
-share/GNUstep/System/Library/Headers/libFoundation/Foundation/NSSerialization.h
-share/GNUstep/System/Library/Headers/libFoundation/Foundation/NSSet.h
-share/GNUstep/System/Library/Headers/libFoundation/Foundation/NSSortDescriptor.h
-share/GNUstep/System/Library/Headers/libFoundation/Foundation/NSStream.h
-share/GNUstep/System/Library/Headers/libFoundation/Foundation/NSString.h
-share/GNUstep/System/Library/Headers/libFoundation/Foundation/NSTask.h
-share/GNUstep/System/Library/Headers/libFoundation/Foundation/NSThread.h
-share/GNUstep/System/Library/Headers/libFoundation/Foundation/NSTimeZone.h
-share/GNUstep/System/Library/Headers/libFoundation/Foundation/NSTimer.h
-share/GNUstep/System/Library/Headers/libFoundation/Foundation/NSURL.h
-share/GNUstep/System/Library/Headers/libFoundation/Foundation/NSURLHandle.h
-share/GNUstep/System/Library/Headers/libFoundation/Foundation/NSUndoManager.h
-share/GNUstep/System/Library/Headers/libFoundation/Foundation/NSUserDefaults.h
-share/GNUstep/System/Library/Headers/libFoundation/Foundation/NSUtilities.h
-share/GNUstep/System/Library/Headers/libFoundation/Foundation/NSValue.h
-share/GNUstep/System/Library/Headers/libFoundation/Foundation/NSZone.h
-share/GNUstep/System/Library/Headers/libFoundation/Foundation/StackZone.h
-share/GNUstep/System/Library/Headers/libFoundation/Foundation/UnixSignalHandler.h
-share/GNUstep/System/Library/Headers/libFoundation/Foundation/exceptions/EncodingFormatExceptions.h
-share/GNUstep/System/Library/Headers/libFoundation/Foundation/exceptions/FoundationException.h
-share/GNUstep/System/Library/Headers/libFoundation/Foundation/exceptions/FoundationExceptions.h
-share/GNUstep/System/Library/Headers/libFoundation/Foundation/exceptions/GeneralExceptions.h
-share/GNUstep/System/Library/Headers/libFoundation/Foundation/exceptions/NSCoderExceptions.h
-share/GNUstep/System/Library/Headers/libFoundation/Foundation/exceptions/NSFileHandleExceptions.h



Home | Main Index | Thread Index | Old Index