ObjFW  History of src/OFArray_adjacentSubarray.m of c9433ea60d2581ef

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

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
Use dot syntax file: [71c6741d2d] check-in: [bceb7ed4c9] user: js, branch: trunk, size: 1642 [annotate] [blame] [check-ins using] [diff]
2019-01-03
19:13
Update copyright file: [3bce39d414] check-in: [0509d7a844] user: js, branch: trunk, size: 1652 [annotate] [blame] [check-ins using] [diff]
2018-01-03
19:49
Update copyright notice file: [9aab90f185] check-in: [7e5c81e186] user: js, branch: trunk, size: 1646 [annotate] [blame] [check-ins using] [diff]
2017-11-11
23:27
Small optimization for -[isEqual:] file: [20b791246d] check-in: [526feacebc] user: js, branch: trunk, size: 1623 [annotate] [blame] [check-ins using] [diff]
2017-05-07
20:10
Small code style change

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

2017-01-09
17:36
Update copyright

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

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

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

2015-01-03
20:57
Update copyright file: [4643f61885] check-in: [cfd374b906] user: js, branch: trunk, size: 1583 [annotate] [blame] [check-ins using] [diff]
2014-07-16
17:02
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. file: [bfc5d5e2ae] check-in: [2ecede1f96] user: js, branch: trunk, size: 1577 [annotate] [blame] [check-ins using] [diff]

2014-06-16
15:06
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. file: [e44a0576ae] check-in: [68d32a92c1] user: js, branch: trunk, size: 1622 [annotate] [blame] [check-ins using] [diff]

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

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

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

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

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

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