ObjFW  Check-in [d9ddc4d06e]

Overview
Comment:Don't cache the description of exceptions.

This was pretty pointless, as it's usually only used once.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: d9ddc4d06e69db0985f92f015c495a52b1bdb7beef050227dcd261221806cb88
User & Date: js on 2013-02-13 23:10:35
Other Links: manifest | tags
Context
2013-02-14
02:07
Add -Wdocumentation if supported by the compiler. check-in: fac2c8063e user: js tags: trunk
2013-02-13
23:10
Don't cache the description of exceptions. check-in: d9ddc4d06e user: js tags: trunk
2013-02-12
19:59
Add -Wno-objc-root-class to Xcode project. check-in: 8fb566e562 user: js tags: trunk
Changes

Modified src/exceptions/OFAcceptFailedException.m from [13c27ee54c] to [a308e0b787].    [diff]

Modified src/exceptions/OFAddressTranslationFailedException.m from [1441dd45a6] to [1896452c73].    [diff]

Modified src/exceptions/OFAlreadyConnectedException.m from [8b35209312] to [baa01ca8b0].    [diff]

Modified src/exceptions/OFBindFailedException.m from [04bd4c8eb2] to [21f3f29bde].    [diff]

Modified src/exceptions/OFChangeDirectoryFailedException.m from [a9860585f3] to [557e04ff4b].    [diff]

Modified src/exceptions/OFChangeFileModeFailedException.m from [319db3107f] to [26f1001170].    [diff]

Modified src/exceptions/OFChangeFileOwnerFailedException.m from [0b00f53cf5] to [2d53fe58fd].    [diff]

Modified src/exceptions/OFConditionBroadcastFailedException.m from [cc9bbab33a] to [273e41aca8].    [diff]

Modified src/exceptions/OFConditionSignalFailedException.m from [3da88ce5d9] to [1db3313eef].    [diff]

Modified src/exceptions/OFConditionStillWaitingException.m from [ccf984394c] to [e4dc8f234e].    [diff]

Modified src/exceptions/OFConditionWaitFailedException.m from [8bbc25a706] to [15401b6dca].    [diff]

Modified src/exceptions/OFConnectionFailedException.m from [ed77afb6a3] to [039141bbfb].    [diff]

Modified src/exceptions/OFCopyFileFailedException.m from [c8f8b1a133] to [0b1755f087].    [diff]

Modified src/exceptions/OFCreateDirectoryFailedException.m from [029fb950d4] to [2d67232c96].    [diff]

Modified src/exceptions/OFDeleteDirectoryFailedException.m from [55773e30a9] to [ad7ba77cb1].    [diff]

Modified src/exceptions/OFDeleteFileFailedException.m from [65143331f2] to [443055fc12].    [diff]

Modified src/exceptions/OFEnumerationMutationException.m from [d10005f035] to [b04cbc1705].    [diff]

Modified src/exceptions/OFException.h from [0e7a48ed31] to [8f2a6df5f9].    [diff]

Modified src/exceptions/OFException.m from [0dacb298b3] to [5040476f6b].    [diff]

Modified src/exceptions/OFHTTPRequestFailedException.m from [6a16e70139] to [00ce035b14].    [diff]

Modified src/exceptions/OFHashAlreadyCalculatedException.m from [1c6147719c] to [6c880cfe21].    [diff]

Modified src/exceptions/OFInitializationFailedException.m from [5f9ac7b48a] to [5b64ada8d8].    [diff]

Modified src/exceptions/OFInvalidArgumentException.m from [98b7296261] to [64e81089ac].    [diff]

Modified src/exceptions/OFInvalidEncodingException.m from [890bb48a2b] to [b6ac8f14cb].    [diff]

Modified src/exceptions/OFInvalidFormatException.m from [7b073a6102] to [4ebc851ed7].    [diff]

Modified src/exceptions/OFInvalidJSONException.m from [477577db36] to [e6375e0b23].    [diff]

Modified src/exceptions/OFInvalidServerReplyException.m from [33d6295197] to [ec481228e3].    [diff]

Modified src/exceptions/OFLinkFailedException.m from [f22db317c8] to [e104c85a1d].    [diff]

Modified src/exceptions/OFListenFailedException.m from [df82ad09d2] to [ebfc86a92a].    [diff]

Modified src/exceptions/OFLockFailedException.m from [71c95c97b9] to [99d66d97f5].    [diff]

Modified src/exceptions/OFMalformedXMLException.m from [92f13cee04] to [ea4e6e4445].    [diff]

Modified src/exceptions/OFMemoryNotPartOfObjectException.m from [b794b10a09] to [59ada58b51].    [diff]

Modified src/exceptions/OFNotConnectedException.m from [202a3a6c5f] to [096c56ad4d].    [diff]

Modified src/exceptions/OFNotImplementedException.m from [7dc7df3c42] to [08c4d073ff].    [diff]

Modified src/exceptions/OFOpenFileFailedException.m from [fd065f5f06] to [4e0dc54767].    [diff]

Modified src/exceptions/OFOutOfMemoryException.m from [632b122d6b] to [598df3b1e8].    [diff]

Modified src/exceptions/OFOutOfRangeException.m from [adf5140fee] to [7a69a18b2f].    [diff]

Modified src/exceptions/OFReadFailedException.m from [c76f9e9235] to [310691b3aa].    [diff]

Modified src/exceptions/OFRenameFileFailedException.m from [300b802be6] to [33a7d5cf29].    [diff]

Modified src/exceptions/OFSeekFailedException.m from [b267411948] to [23aa08e709].    [diff]

Modified src/exceptions/OFSetOptionFailedException.m from [440af04fa4] to [ba006ade87].    [diff]

Modified src/exceptions/OFStillLockedException.m from [3a0467e9cd] to [2869a17627].    [diff]

Modified src/exceptions/OFSymlinkFailedException.m from [98d414e112] to [fbff44390e].    [diff]

Modified src/exceptions/OFThreadJoinFailedException.m from [1398fa6a7a] to [03a6cbd6da].    [diff]

Modified src/exceptions/OFThreadStartFailedException.m from [c4d2751745] to [091ac82c2b].    [diff]

Modified src/exceptions/OFThreadStillRunningException.m from [fb8e07d9a0] to [c9eed87446].    [diff]

Modified src/exceptions/OFTruncatedDataException.m from [0c9b919885] to [614023628e].    [diff]

Modified src/exceptions/OFUnboundNamespaceException.m from [8482013ced] to [e961348a70].    [diff]

Modified src/exceptions/OFUnlockFailedException.m from [93c2224d43] to [5404c0c1bb].    [diff]

Modified src/exceptions/OFUnsupportedProtocolException.m from [50dbd9a635] to [69198622a9].    [diff]

Modified src/exceptions/OFUnsupportedVersionException.m from [23d60f6018] to [a07066326a].    [diff]

Modified src/exceptions/OFWriteFailedException.m from [659d063c26] to [180ffc9797].    [diff]