ObjFW  Check-in [ef6d69931e]

Overview
Comment:Make style consistent between ObjFW and ObjFW_RT

ObjFW_RT used to be a separate project that followed the BSD style, as
it was written in pure C, while ObjFW's style is based on the BSD style
with changes to make it a better fit for Objective-C. This commit
changes ObjFW_RT to use the same style as ObjFW.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: ef6d69931e03206c9a3387231fb6bd26d643873cfb5524a2405da9da5abeabfe
User & Date: js on 2019-02-07 00:46:41
Other Links: manifest | tags
Context
2019-02-07
21:31
More style improvements check-in: 754bf24742 user: js tags: trunk
00:46
Make style consistent between ObjFW and ObjFW_RT check-in: ef6d69931e user: js tags: trunk
2019-02-03
19:19
Move a few URL methods from OFString to OFURL check-in: f19cde3a14 user: js tags: trunk
Changes

Modified src/OFIntrospection.m from [7aef2cee7c] to [cd6beb50c0].    [diff]

Modified src/OFObject.m from [13c5a8d446] to [cd9c001f04].    [diff]

Modified src/runtime/ObjFW_RT.h from [9b214e845e] to [eecb74dd6c].    [diff]

Modified src/runtime/ObjFW_RT.sfd from [781d1021e4] to [fb5bdffa34].    [diff]

Modified src/runtime/amiga-glue.m from [9ce1f82f2b] to [850cd5db39].    [diff]

Modified src/runtime/amiga-library.m from [78eee437a1] to [9f8ec83747].    [diff]

Modified src/runtime/arc.m from [979b29ef70] to [7827e43c55].    [diff]

Modified src/runtime/category.m from [35a70014d0] to [ca01b62fa9].    [diff]

Modified src/runtime/class.m from [241b0f4d77] to [66376a6ccb].    [diff]

Modified src/runtime/dtable.m from [cfecc15e99] to [1fc547de44].    [diff]

Modified src/runtime/exception.m from [eb9e1d7c01] to [3d1d7d2d6b].    [diff]

Modified src/runtime/hashtable.m from [0f765c0951] to [e12d752357].    [diff]

Modified src/runtime/linklib/linklib.m from [dd93d6e841] to [f03a29b448].    [diff]

Modified src/runtime/lookup.m from [dc384327e0] to [5c7645fb2a].    [diff]

Modified src/runtime/misc.m from [eb872870de] to [ec4648bae1].    [diff]

Modified src/runtime/private.h from [a8dbb85724] to [69f97ea107].    [diff]

Modified src/runtime/protocol.m from [b358c4c8b1] to [5ec5a018d6].    [diff]

Modified src/runtime/selector.m from [739d0a98ef] to [6c2deedb05].    [diff]

Modified src/runtime/sparsearray.m from [391fc24950] to [4f833eac9f].    [diff]

Modified src/runtime/static-instances.m from [46b4e85118] to [e9f2e9fced].    [diff]

Modified src/runtime/threading.m from [5f55cac459] to [7a03675ae5].    [diff]