ce7f39497a
ObjFW 0.90.1 -> ObjFW 0.90.2, 23.10.2017 * Fix shadowed variables which caused many bugs (e.g. using the wrong object) * Many, many nullability fixes * OFTCPSocket: Fix exception not being retained for async connect * OFThread: Fix setting the name on the wrong thread * OFMutableSet: Fix missing override for -[copy] * configure: Fix posix_spawnp check * Xcode project: Set the correct version for the bridge * Better check for iOS * tests: Fix testing the wrong OFKernelEventObserver ObjFW 0.90 -> ObjFW 0.90.1, 20.08.2017 * OFData: Fix -[description] * OFFileManager: Set errno to 0 before readdir() * OFDate: Add -[localMinute] * OFTarArchiveEntry: Fix prefix handling for ustar * OFZIPArchive: Fix uncompressed + data descriptor * OFArray: Fix MessagePack encoding * of_asprintf: Don't require set up OFLocalization * OFGZIPStream: Add missing documentation * Fix a linker warning on OpenBSD/SPARC64 * Remove the OFFile b modes from MorphOS (they were already removed for all other OSes)
204 lines
6.6 KiB
Text
204 lines
6.6 KiB
Text
@comment $NetBSD: PLIST,v 1.2 2017/10/29 12:13:13 bsiegert Exp $
|
|
bin/objfw-compile
|
|
bin/objfw-config
|
|
bin/objfw-new
|
|
bin/ofhash
|
|
bin/ofhttp
|
|
bin/ofzip
|
|
include/ObjFW/OFAcceptFailedException.h
|
|
include/ObjFW/OFAddressTranslationFailedException.h
|
|
include/ObjFW/OFAllocFailedException.h
|
|
include/ObjFW/OFAlreadyConnectedException.h
|
|
include/ObjFW/OFApplication.h
|
|
include/ObjFW/OFArray.h
|
|
include/ObjFW/OFAutoreleasePool.h
|
|
include/ObjFW/OFBindFailedException.h
|
|
include/ObjFW/OFBlock.h
|
|
include/ObjFW/OFChangeCurrentDirectoryPathFailedException.h
|
|
include/ObjFW/OFChangeOwnerFailedException.h
|
|
include/ObjFW/OFChangePermissionsFailedException.h
|
|
include/ObjFW/OFChecksumFailedException.h
|
|
include/ObjFW/OFCollection.h
|
|
include/ObjFW/OFCondition.h
|
|
include/ObjFW/OFConditionBroadcastFailedException.h
|
|
include/ObjFW/OFConditionSignalFailedException.h
|
|
include/ObjFW/OFConditionStillWaitingException.h
|
|
include/ObjFW/OFConditionWaitFailedException.h
|
|
include/ObjFW/OFConnectionFailedException.h
|
|
include/ObjFW/OFConstantString.h
|
|
include/ObjFW/OFCopyItemFailedException.h
|
|
include/ObjFW/OFCountedSet.h
|
|
include/ObjFW/OFCreateDirectoryFailedException.h
|
|
include/ObjFW/OFCreateSymbolicLinkFailedException.h
|
|
include/ObjFW/OFCryptoHash.h
|
|
include/ObjFW/OFData+CryptoHashing.h
|
|
include/ObjFW/OFData+MessagePackValue.h
|
|
include/ObjFW/OFData.h
|
|
include/ObjFW/OFDate.h
|
|
include/ObjFW/OFDictionary.h
|
|
include/ObjFW/OFEnumerationMutationException.h
|
|
include/ObjFW/OFEnumerator.h
|
|
include/ObjFW/OFException.h
|
|
include/ObjFW/OFFile.h
|
|
include/ObjFW/OFFileManager.h
|
|
include/ObjFW/OFGZIPStream.h
|
|
include/ObjFW/OFGetOptionFailedException.h
|
|
include/ObjFW/OFHMAC.h
|
|
include/ObjFW/OFHTTPClient.h
|
|
include/ObjFW/OFHTTPCookie.h
|
|
include/ObjFW/OFHTTPCookieManager.h
|
|
include/ObjFW/OFHTTPRequest.h
|
|
include/ObjFW/OFHTTPRequestFailedException.h
|
|
include/ObjFW/OFHTTPResponse.h
|
|
include/ObjFW/OFHTTPServer.h
|
|
include/ObjFW/OFHashAlreadyCalculatedException.h
|
|
include/ObjFW/OFINICategory.h
|
|
include/ObjFW/OFINIFile.h
|
|
include/ObjFW/OFInflate64Stream.h
|
|
include/ObjFW/OFInflateStream.h
|
|
include/ObjFW/OFInitializationFailedException.h
|
|
include/ObjFW/OFIntrospection.h
|
|
include/ObjFW/OFInvalidArgumentException.h
|
|
include/ObjFW/OFInvalidEncodingException.h
|
|
include/ObjFW/OFInvalidFormatException.h
|
|
include/ObjFW/OFInvalidJSONException.h
|
|
include/ObjFW/OFInvalidServerReplyException.h
|
|
include/ObjFW/OFJSONRepresentation.h
|
|
include/ObjFW/OFKernelEventObserver.h
|
|
include/ObjFW/OFKeyValueCoding.h
|
|
include/ObjFW/OFLinkFailedException.h
|
|
include/ObjFW/OFList.h
|
|
include/ObjFW/OFListenFailedException.h
|
|
include/ObjFW/OFLocalization.h
|
|
include/ObjFW/OFLockFailedException.h
|
|
include/ObjFW/OFLocking.h
|
|
include/ObjFW/OFMD5Hash.h
|
|
include/ObjFW/OFMalformedXMLException.h
|
|
include/ObjFW/OFMapTable.h
|
|
include/ObjFW/OFMemoryNotPartOfObjectException.h
|
|
include/ObjFW/OFMessagePackExtension.h
|
|
include/ObjFW/OFMessagePackRepresentation.h
|
|
include/ObjFW/OFMoveItemFailedException.h
|
|
include/ObjFW/OFMutableArray.h
|
|
include/ObjFW/OFMutableData.h
|
|
include/ObjFW/OFMutableDictionary.h
|
|
include/ObjFW/OFMutableSet.h
|
|
include/ObjFW/OFMutableString.h
|
|
include/ObjFW/OFMutableURL.h
|
|
include/ObjFW/OFMutex.h
|
|
include/ObjFW/OFNotImplementedException.h
|
|
include/ObjFW/OFNotOpenException.h
|
|
include/ObjFW/OFNull.h
|
|
include/ObjFW/OFNumber.h
|
|
include/ObjFW/OFObject+KeyValueCoding.h
|
|
include/ObjFW/OFObject+Serialization.h
|
|
include/ObjFW/OFObject.h
|
|
include/ObjFW/OFObserveFailedException.h
|
|
include/ObjFW/OFOpenItemFailedException.h
|
|
include/ObjFW/OFOptionsParser.h
|
|
include/ObjFW/OFOutOfMemoryException.h
|
|
include/ObjFW/OFOutOfRangeException.h
|
|
include/ObjFW/OFPlugin.h
|
|
include/ObjFW/OFProcess.h
|
|
include/ObjFW/OFRIPEMD160Hash.h
|
|
include/ObjFW/OFReadFailedException.h
|
|
include/ObjFW/OFReadOrWriteFailedException.h
|
|
include/ObjFW/OFRecursiveMutex.h
|
|
include/ObjFW/OFRemoveItemFailedException.h
|
|
include/ObjFW/OFRunLoop.h
|
|
include/ObjFW/OFSHA1Hash.h
|
|
include/ObjFW/OFSHA224Hash.h
|
|
include/ObjFW/OFSHA224Or256Hash.h
|
|
include/ObjFW/OFSHA256Hash.h
|
|
include/ObjFW/OFSHA384Hash.h
|
|
include/ObjFW/OFSHA384Or512Hash.h
|
|
include/ObjFW/OFSHA512Hash.h
|
|
include/ObjFW/OFSandbox.h
|
|
include/ObjFW/OFSandboxActivationFailedException.h
|
|
include/ObjFW/OFSeekFailedException.h
|
|
include/ObjFW/OFSeekableStream.h
|
|
include/ObjFW/OFSerialization.h
|
|
include/ObjFW/OFSet.h
|
|
include/ObjFW/OFSetOptionFailedException.h
|
|
include/ObjFW/OFSettings.h
|
|
include/ObjFW/OFSortedList.h
|
|
include/ObjFW/OFStatItemFailedException.h
|
|
include/ObjFW/OFStdIOStream.h
|
|
include/ObjFW/OFStillLockedException.h
|
|
include/ObjFW/OFStream.h
|
|
include/ObjFW/OFStreamSocket.h
|
|
include/ObjFW/OFString+CryptoHashing.h
|
|
include/ObjFW/OFString+JSONValue.h
|
|
include/ObjFW/OFString+Serialization.h
|
|
include/ObjFW/OFString+URLEncoding.h
|
|
include/ObjFW/OFString+XMLEscaping.h
|
|
include/ObjFW/OFString+XMLUnescaping.h
|
|
include/ObjFW/OFString.h
|
|
include/ObjFW/OFSystemInfo.h
|
|
include/ObjFW/OFTCPSocket.h
|
|
include/ObjFW/OFTLSSocket.h
|
|
include/ObjFW/OFTarArchive.h
|
|
include/ObjFW/OFTarArchiveEntry.h
|
|
include/ObjFW/OFThread.h
|
|
include/ObjFW/OFThreadJoinFailedException.h
|
|
include/ObjFW/OFThreadPool.h
|
|
include/ObjFW/OFThreadStartFailedException.h
|
|
include/ObjFW/OFThreadStillRunningException.h
|
|
include/ObjFW/OFTimer.h
|
|
include/ObjFW/OFTruncatedDataException.h
|
|
include/ObjFW/OFUDPSocket.h
|
|
include/ObjFW/OFURL.h
|
|
include/ObjFW/OFUnboundNamespaceException.h
|
|
include/ObjFW/OFUnboundPrefixException.h
|
|
include/ObjFW/OFUndefinedKeyException.h
|
|
include/ObjFW/OFUnknownXMLEntityException.h
|
|
include/ObjFW/OFUnlockFailedException.h
|
|
include/ObjFW/OFUnsupportedProtocolException.h
|
|
include/ObjFW/OFUnsupportedVersionException.h
|
|
include/ObjFW/OFWriteFailedException.h
|
|
include/ObjFW/OFXMLAttribute.h
|
|
include/ObjFW/OFXMLCDATA.h
|
|
include/ObjFW/OFXMLCharacters.h
|
|
include/ObjFW/OFXMLComment.h
|
|
include/ObjFW/OFXMLElement+Serialization.h
|
|
include/ObjFW/OFXMLElement.h
|
|
include/ObjFW/OFXMLElementBuilder.h
|
|
include/ObjFW/OFXMLNode.h
|
|
include/ObjFW/OFXMLParser.h
|
|
include/ObjFW/OFXMLProcessingInstructions.h
|
|
include/ObjFW/OFZIPArchive.h
|
|
include/ObjFW/OFZIPArchiveEntry.h
|
|
include/ObjFW/ObjFW.h
|
|
include/ObjFW/atomic.h
|
|
include/ObjFW/atomic_builtins.h
|
|
include/ObjFW/atomic_no_threads.h
|
|
include/ObjFW/atomic_osatomic.h
|
|
include/ObjFW/atomic_powerpc.h
|
|
include/ObjFW/atomic_sync_builtins.h
|
|
include/ObjFW/atomic_x86.h
|
|
include/ObjFW/autorelease.h
|
|
include/ObjFW/base64.h
|
|
include/ObjFW/block.h
|
|
include/ObjFW/crc32.h
|
|
include/ObjFW/instance.h
|
|
include/ObjFW/macros.h
|
|
include/ObjFW/objfw-defs.h
|
|
include/ObjFW/of_asprintf.h
|
|
include/ObjFW/of_strptime.h
|
|
include/ObjFW/pbkdf2.h
|
|
include/ObjFW/platform.h
|
|
include/ObjFW/resolver.h
|
|
include/ObjFW/scrypt.h
|
|
include/ObjFW/socket.h
|
|
include/ObjFW/threading.h
|
|
include/ObjFW/unicode.h
|
|
lib/libobjfw.a
|
|
lib/libobjfw.so
|
|
lib/libobjfw.so.8
|
|
lib/libobjfw.so.8.1.0
|
|
share/ofhash/lang/de.json
|
|
share/ofhash/lang/languages.json
|
|
share/ofhttp/lang/de.json
|
|
share/ofhttp/lang/languages.json
|
|
share/ofzip/lang/de.json
|
|
share/ofzip/lang/languages.json
|