ObjFW  Check-in [062a052b50]

Overview
Comment:Don't return self where not necessary, return void or something useful.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 062a052b50e40b3be7455820b27e72d17c815d44e54ece468c87d173cbd3fe55
User & Date: js on 2010-04-17 15:46:34
Other Links: manifest | tags
Context
2010-04-17
15:56
Make applying a table a private method. check-in: baeb7b379a user: js tags: trunk
15:46
Don't return self where not necessary, return void or something useful. check-in: 062a052b50 user: js tags: trunk
13:44
Improve performance of OFArray's +[arrayWithCArray:]. check-in: 8c4adb2599 user: js tags: trunk
Changes

Modified src/OFApplication.h from [4689449381] to [9f252190f8].    [diff]

Modified src/OFApplication.m from [0455fcfdbe] to [e27d763715].    [diff]

Modified src/OFArray.m from [f9679701a3] to [00e1708140].    [diff]

Modified src/OFAutoreleasePool.h from [6a7b6de75c] to [4c33f3246c].    [diff]

Modified src/OFAutoreleasePool.m from [86ca3a0b16] to [e16884bf15].    [diff]

Modified src/OFConstString.m from [c022cc131e] to [948949780e].    [diff]

Modified src/OFDataArray.h from [5bdcca6241] to [3674b3e199].    [diff]

Modified src/OFDataArray.m from [7837bd842b] to [36d514b98b].    [diff]

Modified src/OFDictionary.m from [dccfd91447] to [c58e028e47].    [diff]

Modified src/OFEnumerator.h from [aacddc389e] to [78ba4330f0].    [diff]

Modified src/OFEnumerator.m from [34e5a244ab] to [d73a03ff14].    [diff]

Modified src/OFFile.m from [fef21b43fd] to [831a79cc1f].    [diff]

Modified src/OFHashes.h from [4a1439959b] to [38b83da8c3].    [diff]

Modified src/OFHashes.m from [fd5490715b] to [a97ba49f22].    [diff]

Modified src/OFList.h from [17a82cf29c] to [498c3c68bc].    [diff]

Modified src/OFList.m from [e4b8ec6a45] to [3d67d61610].    [diff]

Modified src/OFMutableArray.h from [abd2603d66] to [a3cee17e91].    [diff]

Modified src/OFMutableArray.m from [c1712cbaa7] to [3a8b86073d].    [diff]

Modified src/OFMutableDictionary.h from [486674aaa1] to [d7025a03e1].    [diff]

Modified src/OFMutableDictionary.m from [68b8ff9c5e] to [f5a5609e10].    [diff]

Modified src/OFMutableString.h from [ab2207f3d5] to [98b6def095].    [diff]

Modified src/OFMutableString.m from [e8c7a3fc62] to [702fa32298].    [diff]

Modified src/OFNumber.h from [44b277b096] to [35311fb8bd].    [diff]

Modified src/OFNumber.m from [c9d9078686] to [1856417314].    [diff]

Modified src/OFObject.h from [2662d5b8c3] to [c207812c2a].    [diff]

Modified src/OFObject.m from [6d2f924ac1] to [224d3accf3].    [diff]

Modified src/OFSeekableStream.h from [1d030f1b22] to [8903116140].    [diff]

Modified src/OFSeekableStream.m from [8a407eb24d] to [ebbb4dbb54].    [diff]

Modified src/OFSocket.h from [353d35e521] to [cc8482609a].    [diff]

Modified src/OFSocket.m from [eff73867f1] to [7d46692d8a].    [diff]

Modified src/OFStream.h from [d0c23abdf8] to [fde24b0fcf].    [diff]

Modified src/OFStream.m from [426e5fd1b8] to [86b9b6684c].    [diff]

Modified src/OFString.m from [4bb745a125] to [228bd6589d].    [diff]

Modified src/OFTCPSocket.h from [337485173f] to [bc6d0d6e26].    [diff]

Modified src/OFTCPSocket.m from [0f7c2e2900] to [fe6d461e93].    [diff]

Modified src/OFThread.h from [25914ccb95] to [fb94c5b01e].    [diff]

Modified src/OFThread.m from [06743d152c] to [e64db843c5].    [diff]

Modified src/OFXMLElement.h from [249d4d5c34] to [4b04a1a1a1].    [diff]

Modified src/OFXMLElement.m from [a65668b812] to [748986426d].    [diff]

Modified src/OFXMLParser.h from [ea9ce9aac1] to [28112670e4].    [diff]

Modified src/OFXMLParser.m from [d44a79d5fd] to [6ad29027d7].    [diff]

Modified tests/OFArrayTests.m from [004dd7f704] to [0fbf78cb38].    [diff]

Modified tests/OFDataArrayTests.m from [106dfbcd0f] to [5734e9a210].    [diff]

Modified tests/OFDictionaryTests.m from [3031e7357f] to [09fd546f0f].    [diff]

Modified tests/OFListTests.m from [20f31495db] to [f36ba55454].    [diff]

Modified tests/OFObjectTests.m from [d56cd335e9] to [961f87c192].    [diff]

Modified tests/OFStringTests.m from [ef1e54d79a] to [de363dd9e3].    [diff]

Modified tests/OFTCPSocketTests.m from [a3ffe30f8b] to [bc5647851d].    [diff]

Modified tests/OFThreadTests.m from [167800b2db] to [c4069ad79c].    [diff]

Modified tests/OFXMLElementTests.m from [df22df1a10] to [a0a019906c].    [diff]

Modified tests/OFXMLParserTests.m from [23648ec2a7] to [d66604b68c].    [diff]

Modified tests/TestsAppDelegate.h from [e3e2ff48b8] to [f1bc853ff8].    [diff]