ObjFW  Check-in [37db8f0fb3]

Overview
Comment:New ivar naming convention.

ivars are now named like this: thisIsAnIVar. If an accessor exists for
the ivar, the ivar is named like the accessor. This is required for
@property to work.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 37db8f0fb3f7d28b75ff59fa3e884b54693420d7b796e826257a3777ed9c82c4
User & Date: js on 2010-04-17 22:27:17
Other Links: manifest | tags
Context
2010-04-17
23:04
Add properties to interfaces. Only used if supported by the compiler. check-in: f3e7291fad user: js tags: trunk
22:27
New ivar naming convention. check-in: 37db8f0fb3 user: js tags: trunk
21:43
Better method names for file- and stream-related exceptions. check-in: 1f19713fd3 user: js tags: trunk
Changes

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

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

Modified src/OFArray.h from [df7759c80b] to [1188c860b8].    [diff]

Modified src/OFArray.m from [9a33d23f86] to [af5a656bb6].    [diff]

Modified src/OFAutoreleasePool.h from [4c33f3246c] to [80b6b20e53].    [diff]

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

Modified src/OFDataArray.m from [cb1099f8ad] to [138d001cd6].    [diff]

Modified src/OFDictionary.h from [af6491b4d3] to [56783e6894].    [diff]

Modified src/OFDictionary.m from [469dcb5227] to [0083ef4288].    [diff]

Modified src/OFExceptions.h from [f8a53f2bce] to [6329d53dc9].    [diff]

Modified src/OFExceptions.m from [7ab9c8b826] to [a6eb967aa3].    [diff]

Modified src/OFMutableString.m from [7172dc591d] to [920953956a].    [diff]

Modified src/OFSeekableStream.h from [8903116140] to [9408d385d6].    [diff]

Modified src/OFSeekableStream.m from [ebbb4dbb54] to [13775b9538].    [diff]

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

Modified src/OFStream.m from [86b9b6684c] to [451931881c].    [diff]

Modified src/OFString.h from [fe46512cb7] to [1828092a6a].    [diff]

Modified src/OFString.m from [f0e2960871] to [7f39ded0e7].    [diff]

Modified src/OFTCPSocket.h from [bc6d0d6e26] to [19e54da62b].    [diff]

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

Modified src/OFXMLElement.h from [4b04a1a1a1] to [52cc35da36].    [diff]

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

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

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