ObjFW  History of src/OFArray_adjacentSubarray.m of 68b3d08ac1ebdc76

History of the file that is called src/OFArray_adjacentSubarray.m at check-in 68b3d08ac1ebdc76

2019-06-17
02:33
Deleted: Remove underscores from class names (check-in: [17d57e01ff] user: js, branch: trunk, size: 0)
2019-03-08
00:35
[71c6741d2d] part of check-in [bceb7ed4c9] Use dot syntax (check-in: [bceb7ed4c9] user: js, branch: trunk, size: 1642) [annotate] [blame] [check-ins using] [diff]
2019-01-03
19:13
[3bce39d414] part of check-in [0509d7a844] Update copyright (check-in: [0509d7a844] user: js, branch: trunk, size: 1652) [annotate] [blame] [check-ins using] [diff]
2018-01-03
19:49
[9aab90f185] part of check-in [7e5c81e186] Update copyright notice (check-in: [7e5c81e186] user: js, branch: trunk, size: 1646) [annotate] [blame] [check-ins using] [diff]
2017-11-11
23:27
[20b791246d] part of check-in [526feacebc] Small optimization for -[isEqual:] (check-in: [526feacebc] user: js, branch: trunk, size: 1623) [annotate] [blame] [check-ins using] [diff]
2017-05-07
20:10
[d63ca8de44] part of check-in [4af49a13c3] Small code style change

Casts are now written like types in variable declarations. (check-in: [4af49a13c3] user: js, branch: trunk, size: 1586) [annotate] [blame] [check-ins using] [diff]

2017-01-09
17:36
[50efd5ea53] part of check-in [44f45c2e35] Update copyright

Forgot to add 2017, even though I already did quite some changes in
2017. (check-in: [44f45c2e35] user: js, branch: trunk, size: 1585) [annotate] [blame] [check-ins using] [diff]

2016-02-21
15:37
[a1caaaae82] part of check-in [e0b9167693] Make use of C99-style for loops (check-in: [e0b9167693] user: js, branch: trunk, size: 1579) [annotate] [blame] [check-ins using] [diff]
2016-01-03
00:41
[1abd78bce4] part of check-in [2a27cf3000] Update copyright

While at it, also update the mail address. (check-in: [2a27cf3000] user: js, branch: trunk, size: 1587) [annotate] [blame] [check-ins using] [diff]

2015-01-03
20:57
[4643f61885] part of check-in [cfd374b906] Update copyright (check-in: [cfd374b906] user: js, branch: trunk, size: 1583) [annotate] [blame] [check-ins using] [diff]
2014-07-16
17:02
[bfc5d5e2ae] part of check-in [2ecede1f96] Fix check in -[OFDictionary_hashtable isEqual:]

Instead of checking the passed dictionary, this checked self, which of
course would always be of type OFDictionary_hashtable.

While at it, use -[isKindOfClass:] instead for the check. (check-in: [2ecede1f96] user: js, branch: trunk, size: 1577) [annotate] [blame] [check-ins using] [diff]

2014-06-16
15:06
[e44a0576ae] part of check-in [68d32a92c1] Make return type of -[OFArray objects] const

After all, this might (and does for OFArray_adjacent!) return an
internal representation that must not be changed, so changes should be
prevented at compile-time. (check-in: [68d32a92c1] user: js, branch: trunk, size: 1622) [annotate] [blame] [check-ins using] [diff]

2014-01-04
00:24
[e067dd075f] part of check-in [3b97fc3cd9] Update copyright. (check-in: [3b97fc3cd9] user: js, branch: trunk, size: 1604) [annotate] [blame] [check-ins using] [diff]
2013-03-04
17:20
[cb0839dc3a] part of check-in [c5ef582958] Replace BOOL with bool.

The only places where BOOL is left are those where they are required by
the ABI. (check-in: [c5ef582958] user: js, branch: trunk, size: 1598) [annotate] [blame] [check-ins using] [diff]

2013-02-12
18:22
[57128f3980] part of check-in [e40729d406] Prefix all ivars with an underscore. (check-in: [e40729d406] user: js, branch: trunk, size: 1588) [annotate] [blame] [check-ins using] [diff]
2013-01-09
22:24
[8222b3a3eb] part of check-in [813c00ccf0] Update copyright. (check-in: [813c00ccf0] user: js, branch: trunk, size: 1583) [annotate] [blame] [check-ins using] [diff]
2012-10-14
00:54
[27e54c8e9a] part of check-in [c9433ea60d] range.start -> range.location. (check-in: [c9433ea60d] user: js, branch: trunk, size: 1577) [annotate] [blame] [check-ins using] [diff]
2012-03-12
11:54
[eb001a037a] part of check-in [008be86a16] OFArray: +[arrayWithCArray:length:] -> +[arrayWithObjects:count:].

This is required for the new array literals. (check-in: [008be86a16] user: js, branch: trunk, size: 1574) [annotate] [blame] [check-ins using] [diff]

2012-01-05
00:56
[93b321ec4d] part of check-in [ce70e17b38] Update copyright. (check-in: [ce70e17b38] user: js, branch: trunk, size: 1561) [annotate] [blame] [check-ins using] [diff]
2011-09-11
12:15
Added: [995549be46] part of check-in [9e0ca2f627] Add OFArray_subarray and OFArray_adjacenSubarray.

These will prevent a copy of an immutable array when using
-[objectsInRange:]. (check-in: [9e0ca2f627] user: js, branch: trunk, size: 1555) [annotate] [blame] [check-ins using]