ObjFW  Check-in [e8473b9db8]

Overview
Comment:Document the block types.

This also removes "bool *stop" from some blocks where it does not make
sense.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: e8473b9db87ee5ba6e7ed6c4867c5627188d96635d63d51ddaa38f06f62ef5e5
User & Date: js on 2013-03-08 22:44:07
Other Links: manifest | tags
Context
2013-03-08
23:00
Take advantage of realloc(NULL, n) being defined. check-in: e8d6ca16e7 user: js tags: trunk
22:44
Document the block types. check-in: e8473b9db8 user: js tags: trunk
2013-03-04
18:32
Make old GCCs happy. check-in: 0bb3fc850a user: js tags: trunk
Changes

Modified src/OFArray.h from [ecde9fadf5] to [b961e68793].    [diff]

Modified src/OFCountedSet.h from [6a5aa970ef] to [749e359563].    [diff]

Modified src/OFHTTPServer.h from [37d7fcda08] to [ffe70c28fb].    [diff]

Modified src/OFMapTable.h from [e819467858] to [aa28d14053].    [diff]

Modified src/OFMapTable.m from [f2d7d60333] to [7caa69a7b0].    [diff]

Modified src/OFMutableArray.h from [48e9f64998] to [6fa55f9480].    [diff]

Modified src/OFMutableArray.m from [53f13e2987] to [f511e7126a].    [diff]

Modified src/OFMutableArray_adjacent.m from [1c467efbfe] to [4bdaba029a].    [diff]

Modified src/OFMutableDictionary.h from [87d84a54c5] to [478ab9b477].    [diff]

Modified src/OFMutableDictionary.m from [e6fd44030a] to [c0b80ff39c].    [diff]

Modified src/OFMutableDictionary_hashtable.m from [09bf9855b2] to [e4b0cd098c].    [diff]

Modified src/OFSet.h from [bbf8e3f8e2] to [a277fd200b].    [diff]

Modified src/OFStream.h from [d1cbeea7d2] to [05795f4687].    [diff]

Modified src/OFString+XMLUnescaping.h from [f82a708982] to [42752e55c6].    [diff]

Modified src/OFString.h from [855049f2d1] to [7dbf74822f].    [diff]

Modified src/OFTCPSocket.h from [b4d76328d1] to [efe8886d8a].    [diff]

Modified src/OFThread.h from [abb9dc92a6] to [b48c7d5a0b].    [diff]

Modified src/OFThreadPool.h from [0db8d807f8] to [0f1bb8fc11].    [diff]

Modified src/OFTimer.h from [eafb8bd36e] to [ca397382d3].    [diff]

Modified src/exceptions/OFException.h from [8f2a6df5f9] to [20ad317438].    [diff]

Modified tests/OFArrayTests.m from [4c7095914c] to [4b9f82311d].    [diff]

Modified tests/OFDictionaryTests.m from [e04f963308] to [d16af2dca7].    [diff]