ObjFW  Check-in [6b13727ce0]

Overview
Comment:Make use of fast enumeration

Now that we require GCC >= 4.6 anyway, there's no more reason to not use
it anymore.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 6b13727ce0b7073e4e1dbd7109172be9f60723a9dfc8336c256e7b09375eebf5
User & Date: js on 2015-11-29 14:02:11
Other Links: manifest | tags
Context
2015-11-29
14:20
Clean up optional protocols check-in: ba62f00fac user: js tags: trunk
14:02
Make use of fast enumeration check-in: 6b13727ce0 user: js tags: trunk
11:43
Make properties a requirement and clean up code check-in: 48980f2297 user: js tags: trunk
Changes

Modified src/OFArray.m from [ac5ec4c8c9] to [2be2e1c20f].    [diff]

Modified src/OFArray_adjacent.m from [8679aa9a9b] to [2d053d23e3].    [diff]

Modified src/OFCountedSet.m from [0df520b24c] to [9e3f055893].    [diff]

Modified src/OFCountedSet_hashtable.m from [cd05f3d64e] to [87ab020669].    [diff]

Modified src/OFDictionary.m from [fae9385bda] to [f9d2ed8c00].    [diff]

Modified src/OFFileManager.m from [737527b063] to [a3021efc2a].    [diff]

Modified src/OFINICategory.m from [db5fef86d0] to [ab1f7455cf].    [diff]

Modified src/OFINIFile.m from [7499aebd7d] to [754d91375c].    [diff]

Modified src/OFList.m from [a0868f6c97] to [7c70cf8600].    [diff]

Modified src/OFMutableArray.m from [b9da7d0ecc] to [0b551de582].    [diff]

Modified src/OFMutableDictionary.m from [670510655b] to [d75be996d7].    [diff]

Modified src/OFMutableSet.m from [472c53bec1] to [0ec52f3f83].    [diff]

Modified src/OFProcess.m from [b8e8f16191] to [3256a71833].    [diff]

Modified src/OFSet.m from [2b7acb7d08] to [c1fc0fd847].    [diff]

Modified src/OFSet_hashtable.m from [fcbd1c81f4] to [1eaa048921].    [diff]

Modified src/OFString.m from [0176c8e382] to [01f9bb127a].    [diff]

Modified src/OFThreadPool.m from [ceb8630ad0] to [e4818c31b0].    [diff]

Modified src/OFXMLElement.m from [1f70933951] to [767015e338].    [diff]

Modified utils/ofhash/OFHash.m from [59a725be71] to [d5afdd7b11].    [diff]

Modified utils/ofzip/OFZIP.m from [6492307736] to [d383d3b508].    [diff]